/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('fonts/DINPro-CondensedRegular.eot');
    src: url('fonts/DINPro-CondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINPro-CondensedRegular.woff2') format('woff2'),
        url('fonts/DINPro-CondensedRegular.woff') format('woff'),
        url('fonts/DINPro-CondensedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Proxima Nova Rg';
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'DIN Pro Cond';
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.font-proxima-nova h1,
.font-proxima-nova h2,
.font-proxima-nova h3,
.font-proxima-nova h4,
.font-proxima-nova h5,
.font-proxima-nova h6 {
	font-family: 'Proxima Nova Rg';
}

#gform_wrapper_1 .gform_button {
	color: #ffffff!important;
    border-color: #1d1d1d;
	background-color: #1d1d1d;
    font-size: 12px;
    font-weight: 600!important;
	padding-top: 13px!important;
    padding-right: 46px!important;
    padding-bottom: 13px!important;
    padding-left: 46px!important;
	border: 2px solid;
    border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#gform_wrapper_1 .gform_button:hover {
	background-color: transparent;
	color: #1d1d1d!important;
}
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 input[type=phone] {
	background: #fafafa;
}
.sub-menu {
	overflow: hidden;
    display: block;
    width: 150px !important;
}
.et-menu li li a {
    padding: 6px 5px !important;
    width: auto !important;
}