/*
Theme Name: hibeauty
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-spacing-xlarge>li {
    margin: 0 40px;
}

.top-divider {
    display: none;
}

.gb-heading h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cf7-booking-form {
    width: 100%;
}

.cf7-booking-form .cf7-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cf7-booking-form .cf7-col {
    flex: 1;
    min-width: 220px;
}

.cf7-booking-form label {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cf7-booking-form input,
.cf7-booking-form textarea,
.cf7-booking-form select {
    width: 100%;
    height: 42px;
    border: none;
    background: #fff;
    padding: 0 12px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.cf7-booking-form input:focus,
.cf7-booking-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.cf7-booking-form .cf7-submit {
    text-align: center;
    margin-top: 10px;
}

.cf7-booking-form .wpcf7-submit {
    background: #B9694E;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    width: 125px;
    height: 34px;
    line-height: 34px;
    text-decoration: underline;
}

.cf7-booking-form .wpcf7-submit:hover {
    opacity: .9;
}

.wpcf7-spinner {
    position: absolute;
}

.footer-1 {
    border: none;
}

.footer-1 a {
    color: #000;
}

.footer-1 a:hover {
    color: #B9694E;
}

.footer-2 {
    border: none;
}

.footer-2 p {
    margin: 0;
}

.footer-2 p a {
    color: #E8DEDC;
}

.footer-2 .social-icons {
    width: 100%;
    text-align: right;
}

.footer-2 .social-icons .icon {
    margin: 0 10px;
    color: #E8DEDC;
}

.absolute-footer {
    display: none;
}

.pmenu-2 .accordion .accordion-item {
    margin: 0 0 30px 0;
    border: 1px solid #DFDFDF;
    padding: 26px;
}

.pmenu-2 .accordion .accordion-item .accordion-title {
    border: none;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.pmenu-2 .accordion .accordion-item .accordion-title .toggle {
    top: -27px;
    right: -26px;
    left: inherit;
    width: 78px;
    height: 78px;
    margin: 0;
    border: none;
}

.pmenu-2 .accordion .accordion-item .accordion-title .toggle i:before {
    display: none;
}

.pmenu-2 .accordion .accordion-item .accordion-title .toggle i {
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><circle cx="7.5" cy="7.5" r="7.5" fill="%23B9694E"/><line x1="7.5" y1="4" x2="7.5" y2="11" stroke="white"/><line x1="11" y1="7.5" x2="4" y2="7.5" stroke="white"/></svg>');
}

.pmenu-2 .accordion .accordion-item .accordion-title.active .toggle {
    display: none;
}

.pmenu-2 .accordion .accordion-item .accordion-title.active {
    background: none;
    color: #B9694E;
}

.pmenu-2 .accordion .accordion-item .accordion-inner {
    padding: 30px 0;
}

.pmenu-2-row1 {
    border: 1px solid #ddd;
}

.pmenu-2-row1 h4 {
    margin: 0;
}

.pmenu-2 .accordion .accordion-item .accordion-inner .button {
    margin: 0;
    background: #B9694E;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.pmenu-2 .accordion .accordion-item .accordion-inner .button span {
    text-decoration: underline;
}

.cf7-treatment-form {
    width: 100%;
}

/* GROUP */
.cf7-treatment-form .cf7-group {
    margin-bottom: 22px;
    width: 50%;
}

/* LABEL */
.cf7-treatment-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

/* INPUT + SELECT */
.cf7-treatment-form input,
.cf7-treatment-form select {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    margin: 0;
}

/* TEXTAREA */
.cf7-treatment-form textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    resize: none;
    margin: 0;
}

/* NAME ROW */
.cf7-treatment-form .cf7-name-row {
    display: flex;
    gap: 14px;
}

.cf7-treatment-form .cf7-name-row .cf7-half {
    width: 50%;
}

/* EMAIL + PHONE */
.cf7-treatment-form .cf7-row-2 {
    display: flex;
    gap: 14px;
    width: 50%;
}

.cf7-treatment-form .cf7-row-2 .cf7-group {
    width: 50%;
    margin-bottom: 0;
}

/* NOTE */
.cf7-treatment-form .cf7-note {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 6px;
}

/* BUTTON */
.cf7-treatment-form .cf7-submit {
    margin-top: 20px;
}

.cf7-treatment-form .wpcf7-submit {
    background: #c97d63;
    color: #fff;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 107px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-decoration: underline;
}

.cf7-treatment-form .wpcf7-submit:hover {
    opacity: .9;
}

.cf7-group.cf7-group100 {
    width: 100%;
}


@media only screen and (min-width: 52em) {
    .gb-pb0 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 52em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .cf7-booking-form .cf7-col {
        flex: 0 0 100%;
    }

    .cf7-treatment-form .cf7-name-row,
    .cf7-treatment-form .cf7-row-2 {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .cf7-treatment-form .cf7-name-row .cf7-half,
    .cf7-treatment-form .cf7-row-2 .cf7-group {
        width: 100%;
    }

    .gb-heading h2 {
        font-size: 28px;
        margin: 0;
    }

    .footer-1 {
        padding-bottom: 0 !important;
    }

    .footer-2 .social-icons {
        text-align: center;
    }

    .cf7-treatment-form .cf7-group {
        width: 100%;
    }
}