/*
Theme Name: In the Clear
URI: http://eoscorporate.com/
Description: A Custom Child Theme For Divi
Author: EOS Corporate
Author URI: http://eoscorporate.com/
Template: Divi
Version: 1.0
*/

body {
	font-family:  'Verdana','Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #174038;
}
/*
.relation {
	font-family: 'Optima',sans-serif;
	font-weight: 400;
	font-style: normal;
}
*/
h1, h2, h3, h4, h5 {
	font-family: arpona,serif;
	font-weight: 700;
	font-style: normal;
}

.et_pb_button, .et_pb_button:hover, .cta a, .cta a:hover, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: linear-gradient(25.24deg, #D39132 -19.77%, #FCD331 70.98%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	color:#ffffff;
	border:none!important;
}
/*
.et_pb_button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #FCD331!important;
}
*/
label {
	font-size: 18px!important;
	color: white!important;
}


.cta-secondary .et_pb_button_module_wrapper {
    display: inline-block;
}

.cta-secondary {
	text-align: right!important;
}

@media screen and (max-width:980px) {
.cta-secondary {
	text-align: center!important;
}
}

#top-menu .sub-menu li a {
   font-size: 13px; /* Font size dropdown */
   width: 100%;
}

.nav li ul {
   width: 340px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 340px !important; /* Use the same size as above */
}

#top-menu li li a {
   width: 300px!important; /* Make this 40 less then the width of the dropdown menu */
}

.et-menu li li a {
    width: 300px!important;
}
/*#top-menu li li ul {
    right: 300px!important;
    left: auto!important;
}*/

.nav li.et-reverse-direction-nav li ul {
    left: -300px!important;
}