/* common */

/* Header */

/* Logo */
#Top_bar {
}

#Top_bar #logo {
    height: 85px;
}

#Top_bar #logo img {
    width: 100%;
}

#Top_bar .menu > li > a, #Top_bar .menu > li > a span {
    line-height: 85px !important;
}


/* animated links */
.mfn-link-3::after {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
}

/* Menu */
#Top_bar .menu > li.current_page_item > a {
}

#Top_bar .menu > li > a {
    font-weight: 700;
}

#Header a.responsive-menu-toggle {
    color: white;
}

/* Footer */
#Footer {
    display: block;
}

/* Buttons */
.contactButton {
    background-color: #92A59F !important;
    font-weight: bold !important;
}

a.moreButton {
    background-color: #92A59F !important;
    font-weight: bold !important;
    color: white;
    padding: 8px 18px;
    margin: 2rem 0 0 0;
    font-size: 16px;
    opacity: 0;
    transition: opacity 1s;
}

div.ff-active a.moreButton {
    opacity: 1;
    transition: opacity 1s;
}

/* Clients */

div#clientsGallery > div > a > img {
    background-color: #DDDAD4;
    margin-top: -17%;
}

div#clientsGallery > div > a:hover > img {
    background-color: white;
}

div#clientsGallery a {
    display: block;
    overflow-y: hidden;
    height: 150px;
}

/* Services */
#page-services-text {
    margin-top: 90px;
}

/* Swatch */
.sb-container {
    margin-top: 90px;
    width: 110px;
}

/* Share button */
div.share-button {
    position: fixed;
    top: 20%;
    right: -20px;
    display: inline-block !important;
    z-index: 1000;
}

.entypo-export::before {
    text-align: center;
    display: block;
}

.share-button label {
    padding: 4px 20px 7px 15px;
    display: inline-block;
    font-size: 23px;
    cursor: pointer;
    margin: 0;
    border-radius: 5px;
    border: #999 1px solid;
}

.share-button label:hover {
    border: #999 1px solid;
}

.share-button .social.active {
    margin-left: 4px;
}


/* Responsive */
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
    .resizeAbout {
        width: 23% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .resizeAbout {
        width: 31.333% !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Content width */
    .section_wrapper {
        width: 85% !important;
    }

    /* Services */
    #page-services-text {
        margin-top: 0;
        margin-left: 0;
    }

    .container, .section_wrapper {
        width: 85% !important;
    }

    #Top_bar .logo #logo {
        max-width: 260px;
    }

    /* Logo */
    #Top_bar .logo {
        text-align: left;
    }

    #Top_bar .logo #logo {
        padding: 5px 42px 15px 0;
    }

    /* Hamburger */
    #Header a.responsive-menu-toggle {
        top: 33px !important;
        right: 0 !important;
    }

    /* Menu bg color mob */
    body.home #Header_wrapper, body.home #Top_bar {
        background-color: #92A59F !important;
    }

    body.about #Header_wrapper, body.about #Top_bar {
        background-color: #A6A6A6 !important;
    }

    body.services #Header_wrapper, body.services #Top_bar {
        background-color: #625D85 !important;
    }

    body.clients #Header_wrapper, body.clients #Top_bar {
        background-color: #8C806E !important;
    }

    body.contact #Header_wrapper, body.contact #Top_bar {
        background-color: #7B6E66 !important;
    }

    body.error404 #Header_wrapper, body.error404 #Top_bar {
        background-color: #92A59F !important;
    }
}
