/** CONTACT PAGE **/
.columns {
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.col50 {
	width: 48%;
}
.col100 {
	width: 100%;
}

main.page {
    padding: 110px 40px 12px;
}
.contact-form .wpcf7-form-control-wrap {
    position: relative;
}

form.wpcf7-form .contact-form input.wpcf7-text {
    display: block;
    margin: 0 auto 45px auto;
    max-width: 100%;
    width: calc(100% - 30px);
    /* border-width: 1px; */
    padding: 5px 15px;
    background: transparent;
    line-height: 26px;
    font-size: 14px;
    color: var(--color-text);
    transition: all 0.5s;
    outline: none;
    border-top: 0px solid #707070;
    border-left: 0px solid #707070;
    border-right: 0px solid #707070;
    border-bottom: 1px solid #707070;
    line-height: 34px;
    background: transparent;
}

form.wpcf7-form .contact-form textarea.wpcf7-textarea {
	border: 1px solid #707070;
    padding: 5px 15px;
    background: transparent;
    line-height: 26px;
    font-size: 14px;
    color: var(--color-text);
    margin: 15px auto 20px auto;
    max-width: 100%;
    width: calc(100% - 34px);
    outline: none;
}
.contact-form .wpcf7-list-item {
    margin: 0 0 0 1em;
}

.contact-form .wpcf7-submit {
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--color-text);
    float: right;
    margin-top: 0;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 25px;
    display: block;
    text-decoration: none;
    font-size: clamp(16px, 15.33px + 0.1389vw, 18px);
    letter-spacing: -0.01em;
	cursor: pointer;
}

.left-padding {
    padding-left: 20%;
}

.contact-form label {
    color: var(--color-text);
    font-family: var(--font-sans);
    text-transform: uppercase;
    font-size: 14px;
}

.large-section-heading {
    font-size: clamp(36px, 26.667px + 1.9444vw, 64px);
    line-height: clamp(38px, 13.333px + 3.0556vw, 72px);
    letter-spacing: -0.04em;
    max-width: 765px;
}

.contact-info-intro {
    text-decoration: underline;
    font-size: clamp(16px, 15.33px + 0.1389vw, 18px);
    letter-spacing: -0.01em;
    font-family: var(--font-sans);
    max-width: 80px;
    line-height: 1em;
}

p.contact-info, .hero-text .social {
    padding-left: 80px;
}

p.contact-info .contact-info-title {
    text-decoration: underline;
}

p.contact-info a {
    font-family: var(--font-sans);
    font-size: clamp(16px, 15.33px + 0.1389vw, 18px);
    line-height: clamp(24px, 23.33px + 0.1389vw, 26px);
    letter-spacing: -0.01em;
    display: inline-block;

}

p.contact-info a.large-link {
    font-size: clamp(18px, 16px + 0.4167vw, 24px);
    line-height: clamp(24px, 22px + 0.4167vw, 32px);
}

.social {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.social svg {
    width: 32px;
    height: auto;
}

svg.morfesliving {
    width: 1080px;
    max-width: calc(100% - 510px);
    position: absolute;
    left: 16px;
    height: auto;
    top: 160px;
}

.tagline {
    font-size: clamp(30px, 26.6667px + 0.6944vw, 40px);
    line-height: clamp(38px, 34.6667px + 0.6944vw, 48px);
    letter-spacing: -0.03em;
    position: absolute;
    left: 16px;
    font-weight: 700;
    font-family: var(--font-sans);
    /*top: 370px;*/
    top: 9.2em;
}
@media (max-width: 1354px) {
    .tagline {
        top: 8.5em;
    }
}
@media (max-width: 1248px) {
    .tagline {
        top: 8.2em;
    }
}

@media (max-width: 1248px) {
    .tagline {
        top: 8em;
    }
}
@media (max-width: 1024px) {
    .left-padding {
        padding-left: 10%;
    }
}
@media (max-width: 580px) {
    p.contact-info, .hero-text .social {
        padding-left: 20px !important;
    }

    .left-padding {
        padding-left: 0;
    }
    
    .col50 {
        width: 100%;
    }
}
