div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../../plugins/contact-form-7/images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}



div.wpcf7 {
    margin-top: 80px;
}
.wpcf7 input,
.wpcf7 textarea {
    font-family: Effra, sans-serif;
    font-weight: 300;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid black;
    -webkit-appearance: none;
    -moz-appearance:none;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none !important;
    border-radius: 0;
}
input::placeholder,
textarea::placeholder {
    color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.wpcf7 input[type="submit"]:focus {
    box-shadow: none;
    border-radius: 0;
}
.wpcf7 input {
    height: 30px;
}
.wpcf7 textarea {
    resize: none;
    height: 90px;
    padding: 7px 1px 0;
    margin-bottom: 10px;
}
.wpcf7 input[type='submit'] {
    background: none;
    border: 0;
    padding: 0; 
    border-bottom: 1px solid black;
}
.wpcf7 input[type='submit']:hover {
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    font-size: 12px!important; 
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    font-size: 12px;
    margin: 6px 0 0;
    border: none;
    padding: 0;
}
div.wpcf7-validation-errors {
    color: red;
}
div.wpcf7-mail-sent-ok {
    color: green;
}
.contact-text {
    width: 50%;
    float: left;
    padding-right: 27px;
    margin-bottom: 30px;
}
.contact-text:nth-child(2n+1) {
    padding-right: 0;
}
.contact-textarea {
    width: 100%;
}

.page-id-75 .section-2 .row,
.page-id-1676 .section-2 .row{
    width: 100%;
    max-width: 570px;
}

.page-id-75 .section-2 h2,
.page-id-1676 .section-2 h2{
    max-width: 410px;
    text-transform: none;
    text-align: left;
}

.page-id-1559 form{
    min-width: 570px;
    padding-bottom: 80px;
}

form *{
    box-sizing: border-box;
}