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

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

body {
	color: #ffffff;
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.hptext h2, .hptext h1 {
	color: #20384F; /* dark blue */
}

.hptext p {
	color: #545252;
}

footer {
	background-color: #20384F!important;
}

/* Background Colors */
.color1 {
	background-color:#586E85; /*light blue */
}
.color2 {
	background-color:#2F5273; /* dark blue */
}
.color3 {
	background-color:#20384F!important; /* darker blue */ /*menu and footer*/
}

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

a {
	color: #ffffff; 
}
h1, h2, h3, h4, h5 {
	font-family: bodoni-urw,serif;
	font-weight: 500;
	font-style: normal;
}
/*
h1 {
	color: #10324D;
}*/

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

h3 {
	color: #ffffff;
	font-size: 1.5em!important;
	margin-bottom: .1em;
	line-height: 1.3em;
}

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

h5 {
	color: #ffffff;
	font-size: 1.1em!important;
}

@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{
	font-family: source-sans-pro, roboto, montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #2F5273;
	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: #2F5273!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 {
	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;
	}
}

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