.salon-hours {
    margin: 32px 0 !important;
}

.salon-hours tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.salon-hours tr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.salon-hours tr td {
    flex: 0 0 auto;
    font-size: 16px;
    font-family: "Figtree", "Playfair Display", serif;
}

.salon-hours td:first-child {
    display: flex;
    flex: 1 0 auto;
}

strong {
    font-weight: 700;
}

.salon-hours td:first-child:after {
    content: "";
    flex: 1 0 auto;
    border-bottom: 1px dotted #000;
    margin-bottom: 3px;
}

.vc_sep_kleinfeld {
    background-image: url("/wp-content/themes/kleinfeld/assets/front/images/HR.png");
    background-repeat: no-repeat;
    border: none;
    width: 83%;
    background-size: 100% 100%;
    height: 13px;
    background-position: center;
    position: relative;
    image-rendering: -moz-crisp-edges;
}

.vc_sep_kleinfeld .vc_sep_holder .vc_sep_line {
    height: 0;
    border: 0;
}

.kleinfeld-xl .vc_general {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.address-styles h2 {
    margin: 0 0 32px 0;
}

.address-styles p  {
    margin: 0 0 32px 0 !important;
}

.address-styles h2 + p.large-text {
    margin-top: 0 !important;
}

p.large-text  {
    font-size: 20px;
    font-weight: 400;
    //font-family: "Figtree", "Playfair Display", serif;
}

.hours-styles .vc_column-inner > *:first-child {
    margin-top: -40px !important;
}

.hours-styles h2 {
    margin: 0 0 32px 0;
}

.inline-buttons .vc_btn3-container {
    margin-bottom: 0;
}

.address-styles button:not(.vc_btn3-style-outline-custom):hover, .hours-styles button:not(.vc_btn3-style-outline-custom):hover, .custom-hover-style button:hover {
    background-color: #c38473 !important;
    color: #fff !important;
}

.address-styles .vc_btn3-container button, .hours-styles .vc_btn3-container button, .custom-hover-style button {
    font-family: "alegreya sans sc", "Playfair Display", serif;
}

.address-styles .vc_btn3-container:last-child {
    margin-bottom: 0;
}

.vc_row.is-style-callout .vc_col-sm-3 {
    width: 400px;
}

.vc_row.is-style-callout .vc_col-sm-9 {
    width: calc(100% - 400px);
}

h2 + p.large-text {
    margin-top: -30px !important;
}

h3 + p.large-text {
    margin-top: -10px !important;
}

.k-card {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.k-card:after {
    content: "";
    padding-bottom: 80%;
}

.k-card .k-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.k-card .k-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.k-card .k-card-title {
    width: 100%;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.80);
    font-size: 32px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

.k-card .k-card-title a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 24px;
}

.hero-with-video .hero-full {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-with-video .hero-full::after {
    content: '';
    padding-bottom: 56.25%;
    display: block !important;
}

.hero-with-video .hero-full iframe, .hero-with-video .hero-full video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-with-video .hero-full > img {
    display: none;
}

.hero-with-video .hero-full-heading {
    font-size: 64px;
    text-align: center;
    position: relative;
    z-index: 20;
    color: #ffffff;
    margin-bottom: 96px;
    padding: 0 20px;
    font-family: "Playfair Display", serif;
}

.small-margin-bottom {
    margin-bottom: 0.5em;
}

.flexi-contents {
    margin-top: 60px;
    margin-bottom: 60px;
}

.flexi-contents .copy-section h1 {
    font-size: 45px;
    font-family: "Playfair Display", serif;
}

.flexi-contents .copy-section h2 {
    font-size: 37px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.flexi-contents .copy-section h3 {
    font-size: 31px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.flexi-contents .copy-section h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    margin-top: 0.5em;
}

.flexi-contents .copy-section p, .flexi-contents .copy-section li, .flexi-contents .copy-section td {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}

.flexi-contents form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.flexi-contents form > p, .flexi-contents form > div {
    flex: 1 0 calc(50% - 20px);
    margin: 0;
    text-align: center;
}

.flexi-contents form > .form-note {
    flex: 0 0 100%;
    text-align: center;
}

.flexi-contents form > .form-note p {
    margin: 0;
    font-weight: 400;
}

.flexi-contents form input {
    border: 1px solid #000000;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
}

.flexi-contents form textarea {
    border: 1px solid #000000;
    padding: 0 15px;
    width: 100%;
    font-size: 16px;
}

.flexi-contents form label {
    text-transform: uppercase;
    font-size: 14px;
    
    display: block;
    text-align: left;
}

.flexi-contents form label span {
    text-transform: none;
}
.flexi-contents form label span.wpcf7-not-valid-tip {
    margin-bottom: -25px;
    font-size: 12px;
}


.flexi-contents form input[type="submit"] {
    padding: 0 30px;
    background: #000000;
    color: #ffffff;
    border: none;
    font-size: 16px;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.flexi-contents form .wpcf7-spinner {
    position: absolute;
    margin-top: 5px;
}

.flexi-contents form p,
.flexi-contents form label,
.flexi-contents form input,
.flexi-contents form textarea,
.flexi-contents form select,
.flexi-contents form .wpcf7-spinner {
    transition: opacity 0.4s ease, max-height 0.4s ease;
    opacity: 1;
    max-height: 200px;
    overflow: hidden;
}
.flexi-contents form .wpcf7-response-output {
    transition: opacity 0.4s ease 0.3s;
    opacity: 0;
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    font-style: italic;
    position: absolute;
}
.flexi-contents form.sent .wpcf7-response-output {
    position: static;
}
.flexi-contents form.sent {
    gap: 0;
}
.flexi-contents form.sent p,
.flexi-contents form.sent label,
.flexi-contents form.sent input,
.flexi-contents form.sent textarea,
.flexi-contents form.sent select,
.flexi-contents form.sent .wpcf7-spinner {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
}
.flexi-contents form.sent .wpcf7-response-output {
    opacity: 1;
    flex: 0 0 100%;
    text-align: center;
    border: none;
}

@media (max-width: 767px) {
    .address-styles .vc_column-inner, .hours-styles .vc_column-inner {
        padding: 20px !important;
    }
    .hours-styles .vc_column-inner > *:first-child {
        margin-top: 0 !important;
    }
    .wpb_text_column *[style*="text-align: right"] {
        text-align: left !important;
    }
    .vc_row.is-style-callout .vc_col-sm-3 {
        width: 100%;
    }
    
    .vc_row.is-style-callout .vc_col-sm-9 {
        width: 100%;
    }
    .k-card .k-card-title {
        font-size: 24px;
    }
    .hero-with-video .hero-full-heading {
        margin-bottom: 25px;
        font-size: 35px;
    }
    .flexi-contents .video-section h2 {
        margin-top: 0;
        margin-bottom: 0.5em;
    }
    .flexi-contents form {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .hero-with-video .hero-full::after {
        padding-bottom: 177.77%;
    }
}