/*
Theme Name: Wilmer Child
Theme URI: https://wilmer.qodeinteractive.com/
Description: A child theme of Wilmer Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: wilmer
Template: wilmer
*/
.mkdf-main-menu>ul>li.has_sub>a .mkdf-menu-arrow {
	display: inline !important;
	padding-left: 12px !important;
}

.mkdf-main-menu>ul>li>a, .mkdf-mobile-header .mkdf-mobile-nav ul li a {
	color: #000 !important;
	transition: all .2s ease-in-out;
}

.mkdf-main-menu>ul>li>a:hover, .mkdf-mobile-header .mkdf-mobile-nav ul li a:hover {
	color: #EE930E !important;
}

.mkdf-main-menu>ul>li>.current, .mkdf-mobile-header .mkdf-mobile-nav ul li .current {
	color: #EE930E !important;
}

.mkdf-main-menu .lang-item .item_outer {
	line-height: 0em !important;
}

/* H2 Fix font size */
.cs-h2 h2 {
	font-size: 48px !important;
}

@media (max-width: 981px) {
	.cs-h2 h2 {
		font-size: 40px !important;
	}
}

@media (max-width: 768px) {
	.cs-h2 h2 {
		font-size: 32px !important;
	}
}