/* AndyMedia */


/* Bakgrund meny */
#sp-header {
    background: #23AD7C;
}

/* Loggor i mobilläget */
@media (max-width: 576px) {
    .logo-image {
        height: 60px !important;
    }
}
@media (max-width: 992px) {
    .logo-image {
        height: 60px !important;
    }
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff !important;
}
