/*
 Theme Name:     MakeWeb
 Theme URI:      http://makeweb.com.au
 Description:    Divi Child Theme for enhanced functionality and speed
 Author:         MakeWeb
 Author URI:     http://makeweb.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.over_hero{
    background-color: #ffffff;
    padding-top: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 0px !important;
    padding-left: 12px !important;
    margin-top: -50px !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 100;
   /* box-shadow: rgba(0, 0, 0, 0.4) 0px -3px 3px 1px;*/
    }

/* Caldera forms styling since 1.1.0 */
.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #222;
    background-color: #eee;
    font-size: 14px;
}

.form-group input[type="submit"]{
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    color: #E82C2F;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: right;
} 
.form-group input[type="submit"]:hover{
	cursor: pointer;
	background-color: #eeeeee !important;
        color: #E82C2F;
        border: 2px solid;
}

input.form-control.parsley-error, select.form-control.parsley-error, textarea.form-control.parsley-error {
    color: #E82C2F;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.parsley-type, 
.parsley-required {
color: #E82C2F
}

.alert {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #E82C2F !important;
    text-shadow: none !important;
}