/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after{
    font: var(--fa-font-solid);
    content: "\f107" !important;
    padding-top: 1px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke:1px;
 
}
/* Menu */
#top-menu li.sub-custom-width > ul.sub-menu{
	width:600px !important;
}

/* Button*/
a.et_pb_button, a{
	text-decoration:none !Important;
}
#top-menu li .menu-item-has-children>a:first-child:after{
	display:none;
}

/* Container Media Queries */
@media only screen and (min-width:2750px) and (max-width:3200px){
	.et_pb_section .et_pb_row{
		max-width:2300px;
	}
}
@media only screen and (min-width:2500px) and (max-width:2750px){
	.et_pb_section .et_pb_row{
		max-width:2000px;
	}
	#home-hero h1{
		font-size:84px;
	}
	#home-hero h4{
		font-size:45px;
	}
}