/* 
 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 --------------------------- */ 

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #000 !important;
 padding: 15px !important;
 	
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: left;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #13294b;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
 font-weight:bold;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}

body .gform_wrapper .gform_body .gform_fields #field_1_13.gfield_html {color: #000}

/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */
::-webkit-input-placeholder { /* Chrome */
  color: #1E1F22 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1E1F22 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1E1F22 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #1E1F22 !important;
  opacity: 1 !important;
}


.post-password-required .et_password_protected_form {
min-height: 300px;
margin: auto;
width: 30%;
text-align: center;
margin-top: 5%;
margin-bottom: 5%;
padding: 60px;
}

.et_password_protected_form p input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    padding: 16px!important;
    border: 1px solid #2ea3f2 !important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    color: #000!important;
    background-color: #eee;
    font-size: 14px
}

.et_password_protected_form .et_submit_button{
color: #2ea3f2;
}

/* body .gform_wrapper .gform_body .gform_fields #field_2_8.gfield .ginput_complex {border: 1px solid red} */

