img.logo-image {
    display: none !important;
}

/* @media (min-width: 990px) and (max-width: 1537px) {
   
   #sp-header.full-header-left #sp-menu, #sp-header.minimal-layout #sp-menu {
    margin-left: 0px !important;
    transform: translate(0px, -25px) !important;
	}

	.burger-icon {
		display: none !important;
	}
} */

/* #sp-header.full-header-left #sp-menu, #sp-header.minimal-layout #sp-menu {
    margin-left: 0px !important;
} */


.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #0a6bb0 !important;
}




/* 
    -------------------------------------------------------------------------------------------
        FAKEJ TA PREVELIK MENI NA VRHU STRANI & VES CUSTOM CSS = PROBLEME KI SLEDIJO!! 
        --> NEVER AGAIN 
*/

div#sp-logo {
    display: none !important;
}
div#sp-logo.has-border.col-auto{
    display: none !important;
}
/* MAYBE THIS?? */
/* #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent > li.sp-menu-item > a,
#sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent > li.sp-menu-item > a {
  font-size: clamp(0.4em, 0.4em + 0.6vw, 0.8em) !important;
  transition: font-size 0.3s ease; 
} */

/* AGAIN FAK-THIS  */
@media (min-width: 1540px) and (max-width: 1776px) {
   #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a, 
   #sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a {
        font-size: 0.8em;
        transition: font-size 0.3s ease;
    }
}
@media (min-width: 1422px) and (max-width: 1539px) {
   #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a, 
   #sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a {
        font-size: 0.7em;
        transition: font-size 0.3s ease;
    }
}
@media (min-width: 1304px) and (max-width: 1421px) {
   #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a, 
   #sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a {
        font-size: 0.6em;
        transition: font-size 0.3s ease;
    }
}
@media (min-width: 1244px) and (max-width: 1303px) {
   #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a, 
   #sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a {
        font-size: 0.55em !important;
        transition: font-size 0.3s ease;
    }
}
@media (min-width: 991px) and (max-width: 1243px) {
   #sp-header.full-header-left #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a, 
   #sp-header.minimal-layout #sp-menu ul.sp-megamenu-parent>li.sp-menu-item>a {
        font-size: 0.5em !important;
        transition: font-size 0.3s ease;
    }
}
/* 
    -------------------------------------------------------------------------------------------
*/