/**
* Theme Name: Yurman Child
* Description: This is a child theme of Yurman, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: yurman
* Version: 1.1.1
*/

.hidden {
  display: none;
}

@media (min-width: 1024px) {
    .site-navigation ul.menu > li > a > span:before {
        position: absolute;
        content: none;
        width: 0;
        height: 1px;
        left: 0;
        bottom: -4px;
        background-color: var(--primary);
        transition: all 0.3s ease;
    }
    .site-navigation ul ul.sub-menu {
		box-shadow: none;
	}
	.site-navigation ul li{
		padding: 0 25px;
	}
}