   body .brand-model-gallery .swiper-wrapper{
    display: flex;
    align-items: center;
}

body #mainNav {
    flex-wrap: nowrap;
}

body .empori-breadcrumbs *{
    color: var(--empori-secondary-color) !important;
}  

body .dso-main-container.dso-app-container .dso-filter-action-button span {
    color: var(--empori-primary-alt-color);
}

body .row-parent.has-background-color, body .row-parent.has-background-image {
    -ms-transform: none !important;
    transform: none !important;
}

body .row-parent.has-background-color>.container, body .row-parent.has-background-image>.container {
    -ms-transform: none !important;
    transform: none !important;
}

footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
    clip-path: none !important;
}

body .empori-image-gallery {
    clip-path: none !important;
}

body .empori-page-header {
    clip-path: none !important;
}

body .basic-grid-content.alternative-layout {
    transform: none !important;
}

body .empori-header.add-header-background .empori-header-nav-link:hover {
    color: #74B498 !important;
}

body .empori-submenu-item:hover {
    color: #74B498 !important;
}

body .basic-grid-title {
    color: #223E31 !important;
}

body .basic-item-desc {
    color: #223E31 !important;
}

body .empori-header.scrolled i{
    color: var(--empori-primary-color) !important;
}

body .empori-header.triggered i{
    color: var(--empori-primary-color) !important;
}

body .empori-header i{
    color: #fff !important;
}

@media (max-width: 800px) {
    body .grid-rte h1 span{
        font-size: 35px !important;
    }
    
    body .empori-image-gallery-wrapper .empori-image-gallery-content-wrapper .empori-slide-subtitle h1 span em{
        font-size: 35px !important;
    }
    
    body .empori-image-gallery-wrapper .empori-image-gallery-content-wrapper .empori-slide-subtitle span{
        font-size: 35px !important;
    }
    
    body main {
        padding-top: 25px;
    }
}

@media (max-width: 800px) { 
    body .empori-image-gallery-wrapper .empori-image-gallery-slide.static-height {
        min-height: 350px !important;
    }
    
    body .empori-grid h1 span{
        font-size: 35px !important;
    }
}

body .empori-header.scrolled img{
    filter: invert(0%) sepia(10%) saturate(688%) hue-rotate(141deg) brightness(21%) contrast(100%) !important;
}

body .empori-header.triggered img{
    filter: invert(0%) sepia(10%) saturate(688%) hue-rotate(141deg) brightness(21%) contrast(100%) !important;
}

