.contact-form { clear:both; margin-bottom: 40px; }

.contact-form .row { display: grid; grid-template-columns: 50% 50%; grid-gap: 20px; margin-bottom: 20px; width: 100%; }

.contact-form div { width: 100%; }

.contact-form .wpcf7-textarea, .contact-form .wpcf7-text { width: 100%; border: 0; background: #eee; padding: 10px; box-sizing: border-box; }

.contact-form .wpcf7-text { height: 50px; max-width: 100%; }

.contact-form .wpcf7-submit { float: right; }

.wpcf7-submit {     position: relative;
    padding: .3em 1em;
    border: 2px solid #2ea3f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	color: #2ea3f2;
}

.contact-form .wpcf7-text { width: 97% !important; }


@media screen and (max-width: 1024px) {
	.contact-form .wpcf7-text { width: 100% !important; }
	.contact-form .row  { display: grid; grid-template-columns: 100%; }
}
