body #mainNav.empori-header .empori-header-logo {
    padding: 5px;
}

body #mainNav.empori-header .empori-header-logo img {
    width: 80px;
    height: 80px;
}

body #mainNav.empori-header .nav-item-group.middle-group {
    flex: 0 0 100px;
    justify-content: center;
}

body .empori-header-raw {
    max-height: unset !important;
}

body .has-background-color .basic-grid-info {
    box-shadow: 5px 5px 25px rgba(0,0,0,.15);
}

body li {
    font-family: 'Roboto', Verdana, Helvetica, sans-serif;
}

body .empori-raw-page-slideshow .empori-raw-page-item .empori-raw-page-item-title h2 {
    position: relative;
}

body .empori-raw-page-slideshow .empori-raw-page-item .empori-raw-page-item-image {
    top: 0;
}

body main .swiper {
    z-index: 0;
}

body main .row-parent {
    z-index: auto;
}

body .empori-mobile-logo img {
    height: 36px;
    width: 36px;
}

body .empori-page-header {
    z-index: 0 !important;
}

body footer {
    background-color: var(--empori-secondary-color) !important;
}

body .header-background {
    background-color: var(--empori-secondary-color);
    opacity: 1 !important;
}

body .submenu {
    background-color: var(--empori-secondary-color);
}

body .nav-item.custom-menu-html .empori-button, body .nav-item.custom-menu-html button {
    margin: 0;
}

@media (max-width: 1200px) {
    body .empori-mobile-logo img {
        height: 55px;
        width: 55px;
    }
}

