/*
 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-icons-container, .sidebar-logo-container {
	max-width: 180px;
}

.mobile-header .logo-container {
	max-width: 160px;
}

.footer-widget .wp-block-image img {
	max-width: 160px;
	height: auto !important;
}

.contat-column-height {
	height: max-content;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	color: #374d5c;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover {
	color: #374d5c;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #fff
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	background-color: #374d5c;
}

#mega-menu-main li:last-child .mega-indicator:after {
	display: none !important;
}

#mega-menu-main li:last-child img {
	padding-top: 14px;
}

#mega-menu-main li:last-child .mega-sub-menu {
	width: 100px !important;
	padding: 20px 0 !important;
	background-color: #fff !important;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25) !important;
}

@media screen and (max-width: 1366px) {
	#mega-menu-main li:last-child .mega-sub-menu {
	box-shadow: unset !important;
}
}


@media screen and (min-width: 1366px) {
	#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
    margin: 0 10px 0 0;
}
	#mega-menu-wrap-main {
		width: max-content;
	}
}
