/* Add here all your CSS customizations */

.thumb-200 img {
    height: 200px;
    object-fit: cover;
}

@media (max-width: 991px) {

        #header .header-nav-bar .header-btn-collapse-nav {
                margin-top: -35px;
        }

}

#footer {
    background-color: #B89148;
}

#header .header-body {
    background: url(../img/page-header-bg.jpg);
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #e4a506 !important;
}

#header .header-body:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #B89148;
    opacity: 0.1
}

@media(min-width: 992px) {
    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
        color: #FFF !important;
        text-decoration: none;
    }
}
