/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2024 | 12:39:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {  
    padding: 0px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    
	 font-family: "BuenosAires-SemiBold" !important;
  
}


/** Remove padding for screens wider than 1331px **/
@media only screen and (min-width: 600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 0 !important; /* Remove padding */ 
    border-bottom: none; /* Remove bottom border */
    border-radius: 0 !important; /* Ensure border radius is 0 */
  }
}

/** Apply padding for screens 1331px or smaller **/
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 20px 15px;
    border-bottom: 1px solid #131e4238;
    border-radius: 0 !important;
  }
}


@media only screen and (max-width: 1331px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
        padding: 0px  !important;
		margin: 1.5rem 0 0 2.8rem !important;
    }
}
 


.heateor_sss_vertical_sharing {
    display: none;
}