/*
Theme Name: In the Clear
URI: http://eoscorporate.com/
Description: A Custom Child Theme For Divi
Author: EOS Corporate
Author URI: http://eoscorporate.com/
Template: Divi
Version: 1.0
*/

body {
	font-family: 'Verdana',sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: black;
}

h1, h2, h3, h4, h5 {
	font-family: ff-angie-pro,serif;
	font-weight: 400;
	font-style: normal;
}

.et_pb_button, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit] {
	background: linear-gradient(26.82deg, #AB8644 11.19%, #E9D5B2 90.65%);
	box-shadow:none;
	border: none!important;
	border-radius: 6px;
	color:white;
	font-weight:400;
	padding: 5px 15px 5px 15px!important;
}

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

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

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


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