/*
 Theme Name:   Neuros Child
 Description:  Neuros Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/neuros
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     neuros
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  neuros-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.header-row .header-icons-container { 
    margin: 0px 20px;
}
.logo-container {
    margin: 10px 20px 10px 20px;
    width: 150px !important;
}
.logo-link img {
  width: 50px !important;
  height: auto !important;
}
.header.sticky-header.sticky-header-blur-on{
	    background-color: #ffffffc2;
}
.header #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .header #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .header #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: rgb(245, 245, 245);
        background: #e51f1f;
}
.header, .mobile-header, .site-search, .mobile-header-menu-container, .header.sticky-header-on.sticky-ready .sticky-wrapper, .mobile-header.sticky-header-on.sticky-ready .sticky-wrapper {
    backdrop-filter: blur(8px);
    background-color: #ffffffe0;
} 
.error-404-wrapper .error-404-inner .error-404-text{
	color: #efefefb3;
}
@media only screen and (min-width: 992px) {
    .page-title-container {
        min-height: 0px;
    }
}