/*
Theme Name: Happy Family
URI: https://eoshealthcaremarketing.com
Description: A Custom Child Theme For Divi
Author: EOS Corporate
Author URI: https://eoshealthcaremarketing.com
Template: Divi
Version: 2.1
*/
/*
body {
	font-family: roboto,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2 {
	font-weight: 500;
}

.highlight h2, .highlight h3, .special {
	color: #005d98;
}

.special {
	font-weight: 600;
	font-size: 1.7em;
	font-style: italic;
}

.et_mobile_menu {
    background: #ffffff!important;
}
*/

.et_pb_button, .cta a, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit] {
	box-shadow:none;
	border: none!important;
	color:white;
	font-weight:400;
	/* padding: 10px 15px 10px 15px!important;*/
    background-color: #4eba86;
    border-radius: 50px;
}

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

/* Secondary Nav */

#et-info {
	display: flex;
    justify-content: space-between;
    float: none;
}

#et-info, #et-secondary-menu>ul>li a {
	padding-bottom: 10px!important;
}

/* This puts the phone in the middle
#et-info-phone {
	flex: 1 1 auto;
}
*/

#et-info-email {
	display: none;
}

/* Top CTA Buttons CSS */

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    padding-bottom: .5em;
}

.cta {
	text-align: right;
	margin-top: 2px;
}

.cta a {
	margin-left: .3em;
    padding: 5px 20px;
}

@media screen and (max-width:981px) {
	#et-info {
		flex-direction: column;
		align-items: center;
	}
	.cta {
		width: 100%;
		text-align: center;
    	float: none;
		padding-top: .75em;
	}
	#et-info-phone {
		margin-top: 1em;
	}
}

@media screen and (max-width: 750px){
	#et-info-phone {
		padding-top: 1em;
	}
}

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

#telephony a:before {
	font-family: 'ETMODULES';
	content: '\e090';
    margin-right: 2px;
}

@media screen and (max-width:750px) {
	.cta {
		width:400px;
		text-align: center;
    	float: none;
		padding-top: .75em;
	}
	#et-info-phone {
		margin-top: 1em;
	}
}
/*
@media only screen and (min-width: 981px) {
	ul#top-menu .menu-item {
    	position: relative;
    	top: 50px;
	}
}*/