/*
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.1
*/

/*.et_pb_section {
	background-color: inherit!important;
}*/

body {
	color: #1E3D73;
	font-family: poppins,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}

.box-text p, .box-text h3, .box-text h2,  .box-text ul li {
	color: #1E3D73!important;
}

.box-text h3 {
	font-size: 2em!important;
}

.hptext h1 {
	color: #08385B; /* dark blue */
	font-size: 2em;
}
.hptext h2 {
	color: #59bed1; /* light blue */
}

.hptext p {
	color: #545252;
}

footer {
	background-color: #0c592e!important;
}

/* Background Colors */
.color1 {
	background-color:#aed1d8; /* light blue */
}
.color2 {
	background-color:#59bed1; /* sky blue */
}
.color3 {
	background-color:#1E3D73!important; /* dark blue */ /*menu and footer*/
}

.semi-transparent {
	background-color: rgba(0,0,0,0.5);
}

/* Colors */
.footer-header {
	color: #e3b024!important;
}
footer p, footer a {
	color: #ffffff!important;
}

a {
	color: #08385B; 
}
h1, h2, h3, h4, h5 {
	font-family: minerva-modern, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*
h1 {
	color: #10324D;
}*/

h2 {
	font-style: normal;
	color: #ffffff;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: .1em;
}

h3 {
	font-size: 2em;
	margin-bottom: .1em;
	line-height: 1.3em;
}

h4 {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	color: #ffffff;
	font-size: 1.3em;
}

@media only screen and (max-width: 900px) {
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
}

.et_pb_button, .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .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{
	/*font-family: montserrat,sans-serif;*/
	font-weight: 400;
	font-style: normal;
	background: linear-gradient(180deg, #7CD7E8 -33.33%, #59BED1 50.98%, #178296 131.83%),#59BED1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	color:#ffffff;
	border:none!important;
	padding-left: 2em!important;
	padding-right: 2em!important;
}

.et_pb_button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #59BED1!important;
}

label {
	font-size: 18px!important;
	color:white!important;
}


/* Position the second level dropdown correctly */

.nav li ul {
    width: 330px;
}
.et-menu {
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.et-menu li li ul {
    left: 330px!important;
}
.et-menu li.et-reverse-direction-nav li ul {
    left:auto!important;
    right:300px!important;
}

.et-menu li li a {
	font-size: 16px!important;
    padding: 6px 20px;
    width: 300px!important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% - 1px);
    left: -100px;
    width: 330px;
}


/* ### Menu link size for smaller screens ### */
@media only screen and (max-width: 1085px) {
	.et-menu li {
		font-size: 12px;
	}
	.et_pb_menu .et-menu>li {
    padding-left: 9px;
    padding-right: 9px;
	}
}

.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;
}
}

sup {
    bottom: 0.5em;
    font-size: 18px;
}
