/* -- Form Block Styles -- */

section.form.block .container-fluid {
    padding: 180px 0;
    background-size: cover;
    background-position: center;
}

section.form.block .container-fluid .consultation-title {
    text-align: center;
    margin-bottom: 60px;
}

section.form.block .container-fluid .consultation-title h2 {
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 20px;
}

section.form.block .container-fluid .consultation-title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
}

form .form-section, form .form-row {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

form .form-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;	
}

form .form-column {
    position: relative;
    width: 50%;
    float: left;
}

form .form-row.full-row div.form-column {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding: 14px;
    border-bottom: none;
    z-index: 2;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
}

form .form-column .wpcf7-form-control-wrap {
    margin: 0 0 0 10px;
}

form .form-column:first-of-type .wpcf7-form-control-wrap {
    margin: 0 10px 0 0;
}

form .form-column input {
    font-family: "Open Sans", sans-serif;
	font-size: 16px;
    font-weight: 500;
    color: #000000;
    background-color: transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

form .form-column input::-webkit-input-placeholder {
    color: #000000;
    font-weight: 300;
}
  
form .form-column input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    font-weight: 300;
}
  
form .form-column input::-moz-placeholder {
    color: #000000;
    font-weight: 300;
}
  
form .form-column input::-ms-input-placeholder {
    color: #000000;
    font-weight: 300;
}
  
form .form-column input::placeholder {
    color: #000000;
    font-weight: 300;
}

.form-row.submit {
    margin-top: 30px;
}

form .submit input[type=submit] {
    display: block;
    width: auto;
    margin: auto;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 12px 35px;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: background-color ease-in-out 250ms, color ease-in-out 250ms, border-color ease-in-out 250ms;
    -o-transition: background-color ease-in-out 250ms, color ease-in-out 250ms, border-color ease-in-out 250ms;
    transition: background-color ease-in-out 250ms, color ease-in-out 250ms, border-color ease-in-out 250ms;
}

form .submit input[type=submit]:hover {
    color: #ffffff;
    border-color: #78A334;
    background-color: #78A334;
}

form div.wpcf7 .ajax-loader {
    display: inline-block;
}

form span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    position: absolute;
    bottom: -20px;
    background-color: #ff0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    max-width: 550px;
    background-color: #78A334;
    border-color: #78A334;
    margin: 50px auto 0;
    float: none;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

form.invalid .wpcf7-response-output {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #ff0000;
    margin: 0 auto;
    padding: 15px 30px;
    border: none !important;
    width: auto;
    display: table;
    border-radius: 10px;
}

form.wpcf7-form.sent .form-container {
    display: none;
}

form.wpcf7 form.sent .wpcf7-response-output {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    border-color: transparent;
    float: none;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 1920px) {}
@media all and (max-width: 1680px) {}
@media all and (max-width: 1440px) {}
@media all and (max-width: 1439px) {}
@media all and (max-width: 1280px) {

    section.form.block .container-fluid {
        padding: 120px 0;
    }

    section.form.block .container-fluid .consultation-title h2 {
        font-size: 70px;
    }

}
@media all and (max-width: 1279px) {}
@media all and (max-width: 1180px) {}
@media all and (max-width: 1024px) {}
@media all and (max-width: 1023px) {
	
	form.invalid .wpcf7-response-output {
		font-size: 16px;
	}
	
}
@media all and (max-width: 768px) {

    form .form-row {
        margin-bottom: 0;
    }    

    form .form-column {
      width: 100%;
      margin-bottom: 20px;
    }

    form .form-column .wpcf7-form-control-wrap, form .form-column:first-of-type .wpcf7-form-control-wrap {
      margin: 0;
    }

    form .form-column label {
      left: 0;
    }

    form .wpcf7-list-item.first, form .wpcf7-list-item, form .wpcf7-list-item.last {
      margin: 0 0 10px;
      width: 100%;
    }

    .wpcf7-form-control-wrap {
        background-color: rgba(255,255,255,0.85);
    }

}
@media all and (max-width: 767px) {

    section.form.block .container-fluid .consultation-title h2 {
        font-size: 55px;
    }

    section.form.block .container-fluid {
        padding: 70px 0;
    }

    section.form.block .container-fluid .consultation-title p {
        font-size: 18px;
    }

}
@media all and (max-width: 414px) {}
@media all and (max-width: 413px) {
	
	section.form.block .container-fluid .consultation-title h2 {
	    font-size: 40px;
	    padding: 0 20px;
	}
	
}