/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.full-width-optin .infusion-field label,
.sidebar-optin .infusion-field label {
    display: block;
    line-height: 1.3;
    clear: both;
	font-weight:700;
	color:#fff;
}
.full-width-optin input.infusion-field-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.sidebar-optin input.infusion-field-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
	margin-bottom:25px;
	width:220px;
	max-width:100%;
}
.full-width-optin .infusion-submit button,
.sidebar-optin .infusion-submit button {
font-size: 1em;
width: auto;
margin: 15px 0px 0 0;
padding: 1em 2em;
background-color: #FFFFFF;
color: #dd7542;
font-weight: bold;
border-radius: 10px;
border: 0;
box-shadow: 2px 2px 1px #ababab;
cursor:pointer;
}
.full-width-optin form table td {
	padding:0;
}
.full-width-optin .infusion-field input[type="radio"] + label,
.sidebar-optin .infusion-field input[type="radio"] + label {
	display:inline;
}

#gform_wrapper_4 .gfield_required {
	color:#990000 !important;
}
#gform_wrapper_4 input.button {
    background-color: #dd7542;
    color: #ffffff;
    cursor: pointer;
}

.et_right_sidebar #main-content .container::before {
    right: 32% !important;
}
#left-area {
    width: 68%;
}
.et_right_sidebar #left-area {
    padding-right: 30px;
}
#sidebar {
    width: 31%;
}
.et_right_sidebar #sidebar {
    padding-left: 2%;
}
.white-text,
.white-text h3 {
	color:#fff;
}


