#header-outer li > a .menu-title-text {
    font-size: 16px;
    line-height: 1.4;
    color: black;
}
#top nav>ul>li.current-menu-item span.menu-title-text {
    color: #ac6b3d;
}
#top nav>ul>li.btn_menu span.menu-title-text {
    padding: 12px 25px;
    background: #ac6b3d;
    border-radius: 10px;
    color: white;
}
#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    font-size: 24px;
}
body #footer-outer {
    display: none;
}
.container-wrap {
    padding: 0;
}
.tn_cs_gal dt.gallery-icon img {
    border: none !important;
    padding: 0;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.3s;
}
.tn_cs_gal dt.gallery-icon img:hover {
    transition: 0.3s;
    transform: scale(1.1);
}
.tn_cs_gal dt.gallery-icon {
    overflow: hidden;
}
.before_line:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #b3b4b6;
    bottom: 0;
    right: 0;
    width: 65%;
}
.contact_form .gform-body.gform_body .top_label {
    gap: 25px;
}
.contact_form .gform-body.gform_body .top_label label.gfield_label.gform-field-label {
    margin: 0;
}
.contact_form .gform-body.gform_body .top_label label.gfield_label.gform-field-label {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 33px;
}
.contact_form .gform-footer.gform_footer.top_label input {
    font-size: 18px !important;
    background: #ac6b3d !important;
}
.contact_form .gform-footer.gform_footer.top_label input:hover {
    transition: 0.3s;
    transform: scale(1.1);
}
body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li, body .material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li li {
    margin: 20px 0;
    line-height: 1.2;
}