/** Contact Component Style **/

.contact-component-wrap {
    margin-top: -350px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-top: 90px;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
    z-index: 1;
}

.contact-component-wrap h2,
.contact-component-wrap h3 {
    font-family: 'Josefin Sans';
    font-weight: 700;
    text-transform: uppercase;
}

.contact-component-wrap h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    letter-spacing: 3px;
}

.contact-component-wrap h3 {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    letter-spacing: 4px;
}

.contact-component-wrap .wpcf7 {
    font-family: 'Raleway';
    font-weight: 600;
}

.contact-component-wrap .wpcf7 div {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-component-wrap .wpcf7 .wpcf7-not-valid-tip {
    text-transform: none;
}

.contact-component-wrap .wpcf7 .row {
    margin-bottom: 30px;
}

.contact-component-wrap .wpcf7 input {
    background: none;
    border: none;
    border-bottom: solid black 1px;
    border-radius: 0px;
}

.contact-component-wrap .wpcf7 .notice {
    float: left;
    font-size: 8px;
    padding-top: 17px;
    color: #828282;
}

.contact-component-wrap .wpcf7 input[type='submit'] {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 30px 14px 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    float: right;
    margin-top: 0;
}

.contact-component-wrap .wpcf7 textarea {
    background: none;
    border: solid black 1px;
    border-radius: 0px;
    min-height: 330px;
}

.contact-component-wrap .wpcf7 .no-padding {
    padding: 0;
}

.contact-component-wrap .wpcf7 .label {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
}

.contact-component-wrap .wpcf7 .message {
    margin-top: 20px;
}

.contact-component-wrap .address {
    font-family: 'Barlow';
    margin-top: 20px;
}

.contact-component-wrap .address h4,
.contact-component-wrap .address p {
    font-size: 15px;
}

.contact-component-wrap .address h4 {
    margin-bottom: 5px;
}

.contact-component-wrap .address p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 27px;
}

.contact-component-wrap .address .phone {
    margin-top: 25px;
}

.contact-component-wrap hr {
    width: 60px;
    height: 2px;
    background-color: #000000;
    margin-top: 25px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1265px) {
    .contact-component-wrap {
        width: 100%;
        padding-top: 7%;
        padding-left: 9%;
    }
}

@media screen and (max-width: 950px) {
    .contact-component-wrap {
        padding-top: 5%;
        padding-left: 7%;
    }

    .contact-component-wrap .address h4,
    .contact-component-wrap .address p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .contact-component-wrap {
        padding-top: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .contact-component-wrap .row div {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
    .contact-component-wrap {
        margin-top: -200px;
    }
}
