/* -------- Contact -------- */

.wpcf7 input, .wpcf7 textarea {
	background: #F7F7F7;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    color: #756F86;
	width: 100%;
}

.wpcf7 [type=submit] {
	width: auto;
    background: #1274A2;
    color: #fff;
    float: left;
    padding: 10px 40px;
}

.wpcf7 .ajax-loader {
	margin: 13px 24px;
}

.form-notice, .form-notice a {
	color: #414141;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.form-notice a {
	font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1274a2;
    border-width: 1px;
    border-radius: 4px;
    color: #1274a2;
    padding: 7px 20px 10px;
    margin: 10px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232;
    border-width: 1px;
    border-radius: 4px;
    color: #dc3232;
    padding: 7px 20px 10px;
    margin: 10px 0 0;
    line-height: 1.2;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    text-align: center;
}

@media (max-width: 768px) {
    .wpcf7 [type=submit] {
        width: 100%;
    }
    .contact-us .wpcf7 form.invalid .wpcf7-response-output, .contact-us .wpcf7 form.unaccepted .wpcf7-response-output {
        margin: -55px 0 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-us .ugb-main-block {
        margin-top: 0;
    }
    .contact-us .wp-block-spacer {
        height: 0 !important;
    }
}