.meta-contact {
    /*background-color: #000;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    text-align: left;
    position: relative;
}

.meta-contact .wrap {
    position: relative;
    z-index: 5;
}

.meta-contact::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,.7);
}

/*.meta-contact h2,*/
/*.meta-contact .meta-contact-description {*/
/*    width: 60%;*/
/*    margin: 0;*/
/*}*/

.meta-contact h2 {
    border-bottom: 0;
    font-size: 14rem;
    line-height: 1;
    word-spacing: 8px;
    /*width: 60%;*/
    margin-bottom: 0;
    margin-top: 52px;
    margin-left: -16px;
}

.meta-contact-form {
    font-size: 20px;
    padding: 50px 0;
    min-height: calc(100vh - 53px);
    width: 100%;
}

.meta-contact-form .wrap {
    background-repeat: no-repeat;
    background-position: 100%  70%;
    background-size: 500px;
}

.meta-contact-form p {
    color: #e3e3e3;
    margin-bottom: 50px;
}

.meta-contact-form p a {
    color: #c445ff;
    border: 0;
    text-decoration: none;
}

.meta-contact-form h3 {
    color: #e3e3e3;
    margin-bottom: 50px;
    /*border: 0;*/
}

.meta-contact-form .nf-form-content {
    margin: 0;
    padding: 0;
    width: 60%;
}

.meta-contact-form .nf-form-content label {
    line-height: 1.4;
}

.meta-contact-form .nf-form-fields-required {
    display: none !important;
}

.meta-contact-form .nf-field-label {
    color: #e3e3e3 !important;
}

.meta-contact-form .ninja-forms-req-symbol {
    color: rgba(0,0,0,0) !important;
}

.meta-contact-form .ninja-forms-field {
    padding: 0 40px 0 0 !important;
    background: rgba(0,0,0,0) !important;
    border: 0 !important;
    border-bottom: 1px solid #c445ff !important;
    color: #e3e3e3 !important;
    line-height: 1.6 !important;
    height: auto !important;
}

.meta-contact-form .nf-form-content input:not([type=button]) {
    background: rgba(0,0,0,0) !important;
}

.meta-contact-form textarea.ninja-forms-field {
    resize: none;
    height: 150px !important;
}

.meta-contact-form .nf-pass.field-wrap .nf-field-element:after,
.meta-contact-form .nf-error.field-wrap .nf-field-element:after{
    content: none !important;
    display: none;
}

.meta-contact-form .nf-error .nf-error-msg {
    font-size: 1.4rem;
    color: #c445ff;
}

.meta-contact-form .nf-error .ninja-forms-field {
    border-color: #c445ff !important;
}

.meta-contact-form .nf-pass .ninja-forms-field {
    border-color: #c445ff !important;
}

.meta-contact-form .nf-after-form-content {
    display: none;
}

.meta-contact-form #nf-field-4 {
    border: 1px solid #c445ff !important;
    padding: 10px 20px 5px !important;
    border-radius: 100px;
    color: #c445ff !important;
}

.meta-contact-form #nf-field-4:hover {
    background: #c445ff !important;
    color: #FFF !important;
}

.meta-contact-location {
    font-size: 20px;
    color: #e3e3e3;
    padding: 0 0 100px;
    min-height: calc(100vh - 70px);
    width: 100%;
}

.meta-contact-location p {
    margin-bottom: 28px;
    line-height: 1.8;
}

.meta-contact-location p:last-child {
    margin-bottom: 0;
}

.meta-contact-location h3 {
    color: #e3e3e3;
    margin-bottom: 50px;
}

.meta-contact-location #map {
    float: right;
    padding: 0 0 20px 20px;
    height: 400px;
    width: 600px;
    max-width: 100%;
    
  /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  /*filter: grayscale(100%);*/

}

@media only screen and (max-width: 880px) {
    .meta-contact {
        min-height: 100vh;
        background-attachment: scroll;
    }
    
    /*.meta-contact::before {*/
    /*    height: 75vh;*/
    /*}*/
    
    .meta-contact h2 {
        font-size: 4rem;
        width: 100%;
        margin: 0 auto;
    }
    
    .meta-contact-form .wrap {
        background-size: 0 !important;
    }
    
    .meta-contact-form img {
        width: 600px;
        height: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .meta-contact-form .nf-form-content {
        width: 100%;
    }
    
    .meta-contact .meta-contact-description {
        width: 100%;
    }
    
    .meta-contact-location #map {
        float: none;
        margin-bottom: 30px;
    }
}