
.enquiry-full-image-container.left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    max-height: 588px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.enquiry-full-image-container.right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    max-height: 588px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.enquiry-container {
    width: 475px;
    height: 410px;
    background-color: #f5f2ef;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
}
.ty-enquiry-heading,
.enquiry-heading {
    font-family: 'Denton', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    color: #232019;
    letter-spacing: 1px;
}
.ty-enquiry-subheading,
.enquiry-subheading {
    font-family: 'Apercu', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 0.75rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #6d6a64;
}
.ty-enquiry-description,
.enquiry-description {
    font-family: 'Apercu', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1rem;
    color: #232019;
}
.btn-cta-rounded {
    background-color: #9A5B47;
    border: 1px solid #9A5B47;
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 16px 6px 16px; 
    border-radius: 50px;
    display: inline-block; 
    text-align: center; 
    text-decoration: none;
    color: #f5f2ef;
    letter-spacing: 0.56px;
}
.btn-cta-rounded:hover {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #FFFFFF;
}

/** Form classes */
/** Form border bottom only no other border */
form label {
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #232019;
}
.wpcf7-form-control-wrap {
    border: none;
    border-bottom: 1px solid #000000;
    margin-bottom: 16px;
    border-radius: 0;
}
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap textarea {
    font-family: 'Apercu', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    border: none;
    border-bottom: 1px solid #c3ad97;
    width: 100%;
    padding: 6px 0 6px 0;
    margin-bottom: 0px;
    border-radius: 0;
    color: #232019;
    background-color: transparent;
}

.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap textarea:focus {
    box-shadow: none;
}

.wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    color: #9a5b47;
    font-size: 14px;
    font-family: 'Apercu', sans-serif;
    font-weight: 300;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}