body.about #sp-main-body {
    background-image: url(/images/00_Balanced-Belly/bg-001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0%;
}


#sp-filter-top {
    padding: 0 30px 0 50px;
    z-index: 1;
    z-index: 99;
}

#sp-component {
    padding: 0 30px 0 50px;
}

@media (max-width: 991px) {
    #sp-component { padding: 0 15px; }
    #sp-filter-top {padding: 0 30px;z-index: 100;}
    #sp-main-body>.row { margin: auto; }
}

.menu-section .menu-list h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    color: #e8745d;
    padding: 200px 20px 10px 20px;
}

.menu-section .menu-list {
    margin-top: -150px;
}

.menu-section>div:first-child {
    margin-top: -200px;
}

.menu-section.menu-active>div:first-child {
    margin-top: -130px;
}

@media (max-width: 991px) {
    .menu-section { margin-top: -250px; }
    .menu-section.menu-active>div:first-child { margin-top: 0; }
    .menu-section>div:first-child { margin-top: 0; }
    .menu-section .menu-list {margin-top: -230px;}
    .menu-section .menu-list h2 {padding: 235px 0 20px;font-size: 20px !important;}
}


/*pop-up*/
section#sp-section-1 {
    min-height: 0px !important;
    height: 0px !important;
}

/*home-feature-border*/

@media (min-width: 768px) {
.home-feature-border { 
    border-right: 1px solid #000; }
} 

/*home-icon-001*/
.home-icon-001 img {
    width: 60px;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: unset;
}
@media(max-width:768px){
.home-icon-001 img {
    width: 45px;
}
.home-icon-001 h5 {
    font-size: 10px !important;
}
.home-icon-001 .sppb-addon-text {
    font-size: 10px !important;
}}

/*feature-box*/
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: unset !important;
}
.major-bgcolor, .spectrum-title-border .sppb-addon-title:after, .btn.btn-link:hover:after, .sppb-btn.btn-link:hover:after, .btn.sppb-btn-link:hover:after, .sppb-btn.sppb-btn-link:hover:after, .btn.btn-link:focus:after, .sppb-btn.btn-link:focus:after, .btn.sppb-btn-link:focus:after, .sppb-btn.sppb-btn-link:focus:after, .sp-page-title h2:after, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover, .sppb-progress .sppb-progress-bar-primary, .sppb-addon-ajax-contact form .sppb-btn-wrap button, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, #sp-right .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:focus, .customNavigation > a:hover, .customNavigation > a:focus, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .spectrum-contact-info .sppb-icon .sppb-icon-inner, .error-page .btn, .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after, .search .page-title:after, #sp-bottom .sppb-addon-gallery ul > li a:hover {
    background: unset !important;
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: unset !important;
}



/*new home*/

body.main-index #sp-component {
    padding: 0;
}

.home-slide .videoslide-item {
    height: auto !important;
}


.home-feature {
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
}

.home-feature .sppb-img-container {
    height: 200px;
    overflow: hidden;
}

.home-feature .sppb-img-container a {
    position: relative;
    height: 100%;
    width: 100%;
}

.home-feature .sppb-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-feature .sppb-addon-title {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.home-feature .sppb-addon-title a {
    display: block;
    padding: 8px 10px;
    background: #edaa97;
    text-transform: uppercase;
    color: #232323;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .home-feature .sppb-img-container { height: 110px; }
    .home-feature .sppb-addon-title a { font-size: 12px; padding: 5px;}
}


