/*
 Theme Name:   Archtek Child
 Theme URI:    htts://rstheme.com/products/wordpress/archtek/
 Description:  Archtekc Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     archtek
 Version:      1.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
#rs-header.header-style4 .header-inner .logo-area a {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-logo-wrap .footer-top-logo img {
    max-height: 75px!important;
}
#rs-header.header-style4 .header-inner .nav-link-container .nav-menu-link span {
    background: #895C41;
}
#rs-header.header-style4 .header-inner .rs-contacts i.flaticon-call, #rs-header.header-style4 .header-inner .rs-contacts i.flaticon-location, #rs-header.header-style4 .header-inner .rs-contacts .flaticon-email {
    border: 2px solid #895C41;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
    background: #895C41;
}
.sidenav .offcanvas_social li a i {
    border: 2px solid #895C41;
}
.rs-footer .fa-ul li i {
    color: #895C41;
}
.toolbar-sl-shares {
    float: right;
}

.woocommerce ul.products li.product .images-product .bb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    top: 0;
    transition: all 0.3s ease 0s;
    padding: 0;
    opacity: 0;
}
.woocommerce ul.products li.product .images-product .bb-overlay:hover {
    opacity: 1;
}
.bb-overlay a {
    color: #fff;
    background-color: #895C41;
    padding: 5px 10px;
    width: 110px;
    border-radius: 0px;
    margin: 30% auto;
}
.bb-overlay a:hover {
    background-color: #baa08f;
    color: #fff;
}

@media only screen and (max-width: 480px){
    .rs-footer {
        background-size: inherit!important;
    }
}
@media only screen and (max-width: 991px){
    .site #rs-header .logo-area a img {
        max-height: 80px !important;
    }
}