/*
Theme Name: In the Clear
URI: https://eoshealthcaremarketing.com
Description: A Custom Child Theme For Divi
Author: EOS Corporate
Author URI: https://eoshealthcaremarketing.com
Template: Divi
Version: 2.0
*/

body {
	font-family:  'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	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(17.35deg, #D39132 -22.17%, #FCD331 79.58%), #FCD331;
	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: #dfb81f!important;
}

label {
	font-size: 18px!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%;
}

#top-menu li li ul {
    right: 240px!important;
    left: auto!important;
}

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

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

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