/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.html_header_top.html_header_sticky #header.header-scrolled {
    background-color: #1c1611;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.av-special-heading-tag {
    font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#top .avia-button-fullwidth {
    border-radius: 0;
    border: 1px solid #dfae83;
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
}
.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_menu a {
    text-transform: uppercase;
}
.main_menu .av-main-nav > li > a {
    padding: 0 25px;
}

#header_main nav .social_bookmarks {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#footer {
    border: none;
}
.main-footer {
    background-image: url('../images/footer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 18px;
}

.socket {
    border: none;
    font-size: 18px;
    margin-top: 0;
    z-index: 1;
}
.socket .container {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 30px;
}
#top .social_bookmarks li, .socket .social_bookmarks li {
    width: 40px;
    height: 40px;
}
#top .social_bookmarks li a, .socket .social_bookmarks li a {
    width: 40px;
    height: 40px;
}
#top .social_bookmarks li a:before, .socket .social_bookmarks li a:before {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}
#scroll-top-link {
    right: 15px;
    bottom: 20px;
    border-radius: 0;
    border-color: #aca8a5;
    background-color: #aca8a5;
    color: #1c1611;
    font-size: 24px;
}
#scroll-top-link:hover {
    border-color: #1c1611;
    background-color: #1c1611;
    color: #aca8a5;
}
.grid-entry-title a {
    text-transform: none;
}
.grid-entry .inner-entry {
    padding: 0 15px;
    box-shadow: none;
}
.services_sort {
    border: none;
}
.grid-content .avia-arrow {
    padding: 5px 0;
    display: none;
}

body.blog #header, body.single #header {
    background-color: #1C1611;
}
.avia-animated-number-content {
    color: #1C1611;
}
.avia-no-number {
    opacity: 1;
}
/*.av-masonry-entry {*/
    /*width: 25px;*/
    /*padding: 0 15px;*/
/*}*/
.av-inner-masonry-content {
    padding: 10px !important;
}
.av-inner-masonry-content .avia-arrow {
    display: none;
}
.av-masonry-entry-title {
    text-transform: none !important;
}
.contact {
    color: #aca8a5;
}
.contact h2 {
    margin: 25px 0 35px;
    font-size: 42px;
    font-family: "Georgia", "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
}
.contact p {
    font-size: 14px;
    margin: 0 0 10px;
}
.contact .phone {
    border-bottom: 1px solid #EAAA73;
    padding: 30px 0; font-size: 20px; color: #fff; font-family: "Georgia", "Times New Roman", Times, serif;
}
#footer .flex_column:first-child {
    width: 70%;
}
#footer .flex_column:last-child {
    width: 20%;
    float: right;
}
.avia-animated-number-title .avia-single-number {
    font-size: 72px;
}
.avia-animated-number-title .avia-no-number {
    font-size: 28px;
}
.av-special-heading-tag {
    margin: 10px 0 35px;
}
.page-thumb {
    text-align: center;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}