/*
Theme Name: Divi Child
Theme URI: http://example.com/twenty-twenty-one-child/
Description: Divi Child Theme
Author: Marketing Globalautomotive Group
Author URI: http://example.com
Template: Divi
Version: 1.0.0
*/

/* Add your custom styles here */ 

h1, h2, h3, h4, h5, h6 {
	font-family: "mundial", sans-serif !important;
	font-weight: 700;
	font-style: italic;
	text-transform:uppercase;
}
#top-menu li, #top-menu li a {
    font-family: "mundial", sans-serif !important;
	font-weight: 200;
	font-style: normal;
	color:#626b71;
	font-size:17px;
}
p, li, td{
	font-family: "mundial", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:17px;
}

#top-menu a{
	top:-8px;
}

.menu_cta-webshop a{
	background: #F9AF15;
	padding:12px !important;
	color:#fff !important;
	border-radius:7px;
	height: 40px !important;
	font-weight: 400 !important;
}

.menu_cta-webshop a:hover{
	background: #f49f19;
}