/*
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 {
	color: #545252;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}

a {
	color: #245789;
	font-weight: 400;
}

.et-menu a {
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	font-family: minerva-modern, sans-serif;
	font-weight: 900!important;
	font-style: normal;
}

h1 {
	color: #08385b;
}

h2 {
	color: #08385b;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: .1em;
}

h3 {
	color: #ffffff;
	font-size: 1.5em;
	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, .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: #238EDC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	color:#ffffff;
	border:none!important;
}

.et_pb_button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #238EDC!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;
}
}

/* Position the second level dropdown correctly */

.nav li ul {
    width: 330px;
}
.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;
	}
}

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