/*
Theme Name: Clinic Care
URI: http://eoshealthcaremarketing.com
Description: A Custom Child Theme For Divi
Author: EOS Healthcare Marketing
Author URI: https://eoshealthcaremarketing.com/
Template: Divi
Version: 2.0
*/

body {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #4F4F51;
}

h1, h2, h3, h4, h5 {
	font-family: gill-sans-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #245789;
}

.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(180deg, #53BE90 -41.94%, #008F63 55.64%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	color:white;
	border:none!important;
}

.et_pb_button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: linear-gradient(180deg, #53BE90 -41.94%, #008F63 55.64%)!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;
}
	
.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
    margin-bottom: 0px;
}
}

#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 */
}

@media screen and (max-width: 1200px) {
	.et_pb_row {
		width: 100%!important;
		max-width: 100%!important;
	}
}