/*

 Theme Name:     Evisions Child Theme

 Description:    Evisions Child Theme

 Author:         Josh McCann

 Author URI:     http://www.evisions.com

 Template:       Divi

 Version:        1.0.0

*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* =Theme customization starts here

------------------------------------------------------- */


.hs-form-wrap { font-family: 'Lato', sans-serif; }

.hs-form-wrap .hs-input {
    height: 55px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #444444;
    font-family: 'Lato', sans-serif;
    text-indent: 15px;
    padding: 0;
}

.hs-form-wrap input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
    border-color: rgba(246, 75, 127, 0.5);
    box-shadow: 0 0 3px rgba(246, 75, 127, 0.5);
}

.hs-form-wrap input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error:focus {
    border-color: #F64B7F;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(246, 75, 127, 0.5);
}

.hs-form-wrap input.hs-input:focus, textarea.hs-input:focus {
    border-color: rgba(0, 161, 223, 0.5);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(0, 161, 223, 0.5);
}

 .hs-form-wrap .hs-form.stacked label {
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.hs-form-wrap .hs-form fieldset.form-columns-1 .hs-input {
	margin: 0 auto;
    font-size: 16px;
    height: 55px;
    vertical-align: middle;
    line-height: 50px;
}

.hs-form-wrap .hs-form fieldset.form-columns-1 input[type="checkbox"] {

margin: 0px 10px 0px 75px;	
width: 20px;
height: 20px;
}

.hs-form-wrap .hs-form .actions {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hs-form-wrap .hs-form #left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
padding-bottom: 0px;
}

.hs-form-wrap .hs-form fieldset.form-columns-1 .hs-input:focus { border-color: rgba(0, 161, 223, 0.5); }

.hs-form-wrap .hs-form .hs-form-required { color: #00A1DF; }

.hs-form-wrap .hs-form .hs-button {
    padding: 0;
    width: 180px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #00A1DF;
    border: none;
    border-radius: 90px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none;
    background-image: none;
    text-decoration: none;
    text-shadow: none;
}

.hs-form-wrap .hs-form .hs-button:hover, .hs-form-wrap .hs-form .hs-button:active, .hs-form-wrap .hs-form .hs-button:focus {
    background-color: #00B09A;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.hs-form-wrap .hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    background-color: #00B09A;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.hs-form-wrap .hs-form fieldset.form-columns-3 {
max-width: 100%;
}



