/*---------CONTAC PAGE------------*/
@media (max-width: 1024px){
    .contact-wrapper{
        padding-top: 35px!important;
        padding-bottom: 35px!important;
    }
}
.contact-wrapper .wp-block-columns{
    width: 100%!important;
}

.contact-wrapper .wpcf7 form{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-wrapper .wpcf7 form{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-wrapper .wpcf7 form p label textarea,
.contact-wrapper .wpcf7 form p label input{
    width: 100%!important;
    height: 35px;
    margin-top: 0.5rem;
    border-radius: var(--hwb-button-border-radius);
    border: none;
}

.contact-wrapper .wpcf7 form p label textarea{
    height: 140px!important;
}

.contact-wrapper .wpcf7 form p label textarea:focus,
.contact-wrapper .wpcf7 form p label input:focus{
    outline: none;
    border: none;
}

.contact-wrapper .wpcf7 form input[type="submit"]{
    width: 50%;
    height: 40px;
    font-size: 1rem;
    border-radius: var(--hwb-button-border-radius);
    padding: 0.5rem 1rem;
    border: none;
    background-color: var(--wp--preset--color--hwb-dark);
    color: var(--wp--preset--color--hwb-white);
    transition: background-color 0.35s, color 0.35s ease-in-out;
    cursor: pointer;
}

.contact-wrapper .wpcf7 form input[type="submit"]:hover{
    background-color: var(--wp--preset--color--hwb-secondary-dark);
    color: var(--wp--preset--color--hwb-white);
    outline: none;
    border: none;
}

.contact-wrapper .left-col-row{
    height: 100%;
    justify-content: space-between!important;
}