input[type="text"], input[type="e-mail"]{
    height: 50px;
}
input[type="text"], input[type="e-mail"], textarea, input[type="search"] {
    background-color: #f0f0f0;
    padding-left: 12px;
    width: 100%;
    border: none;
    box-shadow: inset 1.5px 2px 0px 0px #c9c9c9;
     -webkit-box-shadow: inset 1.5px 2px 0px 0px #c9c9c9;
    -moz-box-shadow: inset 1.5px 2px 0px 0px #c9c9c9;
    border-radius: 3px;
}
textarea {
    padding-top: 20px;
}
div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.gfield_checkbox li {
    display: inline-block;
    padding-right: 15px;
}
.gfield_checkbox li label {
    padding-left: 5px;
    position: relative;
    top: 2px;
    font-weight: 500;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
   input[type=checkbox] {
        visibility: hidden;
        width: 18px;
        height: 18px;
        cursor: pointer;
    } 
    input[type=checkbox]:before {
        content: "";
        visibility: visible;
        width: 18px;
        height: 18px;
        background-color: white;
        border: 1px solid #a5a5a5;
        border-radius: 2px;
        position: relative;
        display: block;
        box-shadow: .5px .5px 3px 0px rgba(165,165,165,0.5)
        -webkit-box-shadow:.5px .5px 3px 0px rgba(165,165,165,0.5)
        -moz-box-shadow: .5px .5px 3px 0px rgba(165,165,165,0.5)
    }
    input[type=checkbox]:checked:before {
        background-image: url(/wp-content/themes/completeaupair/assets//images/checkbox-shceked-img.png);
        background-size: initial;
        background-repeat: no-repeat;
        background-position: center;
    } 
}
div.gform_wrapper .gform_footer input.button, input#submit {
    background-color: #6d2f8f;
    color: white;
    border-top: 2px solid #9765b2;
    box-shadow: 0px 4px 0px 0px #9f44d1;
    -webkit-box-shadow: 0px 4px 0px 0px #9f44d1;
    -moz-box-shadow: 0px 4px 0px 0px #9f44d1;
    position: relative;
    top: 0;
    outline: none;
	font-size: 24px;
    border-radius: 29px;
    padding: 6px 30px;
    display: inline-block;
    transition: .3s;
    border: none;
}
div.gform_wrapper .gform_footer input.button:hover, input#submit:hover {
    color: white;
    top: 2px;
    box-shadow: 0px 2px 0px 0px #9f44d1;
    -webkit-box-shadow: 0px 2px 0px 0px #9f44d1;
    -moz-box-shadow: 0px 2px 0px 0px #9f44d1;
}
input#submit {
    max-width: 240px;
}
div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: right;
    clear: both;
}
div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    clear: none;
}
.vc_row div.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 18px;
}
span.gform_description {
    font-size: 20px;
    color: black;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.vc_row .gform_wrapper {
    background-color: white;
    padding: 28px 36px 50px 28px;
    box-shadow: 5px 7px 0px -2px #9f44d1;
    -webkit-box-shadow: 5px 7px 0px -2px #9f44d1;
    -moz-box-shadow: 5px 7px 0px -2px #9f44d1;
    margin-bottom: 50px;
}
/*validation*/
.gfield_description.validation_message {
    font-size: 17px;
    margin-top: 20px;
}
.validation_error {
    font-size: 20px;
    margin-bottom: 20px;
}
.validation_error, .gfield_description.validation_message {
    font-weight: 700;
    color: #ff3d32;
}
label.gfield_label {
    display: none;
}
/*form footer*/

footer .gfield .medium {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    height: 50px;
    border: 2px solid #d6c7df;
    border-radius: 30px;
    background-color: white;
    box-shadow: none;
}
footer .gfield .medium.textarea {
    height: 90px;
    padding-top: 14px;
}
div#ui-datepicker-div {
    background: #6d2f8f;
    color: white;
    padding: 20px;
    width: 243px;
    border-radius: 3px;
    display: none;
}
table.ui-datepicker-calendar {
    width: 100%;
}
a.ui-corner-all {
    display: none;
}
select.ui-datepicker-year, select.ui-datepicker-month {
    width: 100%;
    max-width: 84px;
    margin: 0 8px;
    margin-bottom: 17px;
    color: black;
    border: none;
    height: 26px;
}
input.datepicker[type="text"], select.medium {
    background: white;
    border: 1px solid #ebebeb;
    box-shadow: 0px 1px 1px 0px #ebebeb;
    height: 30px;
    background-image: url(/wp-content/themes/completeaupair/assets//images/select-arrows-img.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10px;
    width: 100%;
    outline: none;
}
select.medium option {
    padding: 5px;
}
select.medium {
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none; 
}
select::-ms-expand{
  display:none;
}
div.gform_wrapper ul.gform_fields li.gfield.select-inligne {
    width: 50%;
    padding-left: 20px;
}
div.gform_wrapper ul.gform_fields li.gfield.select-inligne:nth-child(2n+1) {
    padding-left: 0;
}
.ginput_complex label {
    display: none;
}
.ginput_complex .ginput_right {
    display: inline-block;
    float: left;
    max-width: 140px;
    width: 30%;
    padding-right: 10px;
}
.ginput_complex .ginput_left {
    width: 70%;
    max-width: 340px;
    display: inline-block;
    float: right;
    margin-bottom: 18px;
}
.ginput_complex .ginput_full {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
}
.vc_row div.gform_wrapper .gform_footer {
    padding-top: 20px;
}
.label-visible > label {
    display: block;
    font-weight: 500;
    margin-bottom: 21px;
}
span.gfield_required, .gfield_html span {
    color: #6d2f8f;
    font-weight: 700;
    display: inline-block;
    padding-left: 5px;
    font-size: 18px;
}

