/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h1, h2, h3, h4, h5, h6, p, li {
    color: #2F2F2F;
}
h4, h5 {
    font-weight: 600;
}
p:last-child {
    margin: 0;
}
.site-main ul {
    margin-bottom: 25px;
}
.primary-button.elementor-widget-button .elementor-button {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 24px;
    display: inline-block;
    background: #9FAE9F;
    color: #fff;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    line-height: normal;
    text-decoration: none;
}
.primary-button.elementor-widget-button .elementor-button:hover {
    background: #2F2F2F;
}
.service-info a,
.what-we-offer-info a {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 24px;
    display: inline-block;
    background: #9FAE9F;
    color: #fff;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    line-height: normal;
    text-decoration: none;
}
.service-info a:hover,
.what-we-offer-info a:hover {
    background: #2F2F2F;
}
.page-header {
    padding: 60px 0;
}
.page-header .entry-title {
    max-width: 1280px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    padding: 0 15px;
}
.page-content {
    min-height: 540px;
}

/* header - start*/
.home .page-header {
    display: none;
}
.site-header .header-inner {
    max-width: 1280px;
    padding: 0 15px;
}
.site-header {
    background: #F7F6F3;
}
.site-header img.custom-logo {
    width: 110px;
}
.site-header .site-title {
    font-size: 27px;
    font-weight: 700;
}
.site-header .site-navigation a {
    color: #2F2F2F;
}
.site-header .site-navigation ul.menu li ul {
    border: 1px solid #eee;
    min-width: auto;
}
.site-navigation ul.menu li.menu-item-has-children::after {
    width: 7px;
}
.site-navigation ul.menu li a {
    cursor: pointer;
}
.site-navigation ul.menu li.menu-item-has-children > a {
    padding-right: 10px;
}
.site-navigation ul.menu li.menu-item-type-custom ul.sub-menu {
    min-width: 200px;
}
.site-navigation ul.menu li.pll-parent-menu-item ul.sub-menu {
    min-width: auto;
}
/* header - end*/

/* footer - start*/
.footer-content {
    background: #2F2F2F;
    border-top: 1px solid #C9C9C6;
    padding: 0;
}
.footer-content > .e-con-inner {
    padding: 25px 15px;
}
.footer-content ul {
    padding: 0;
    list-style: none;
}
.footer-content ul li {
    border-left: 1px solid #B2A89F;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}
.footer-content ul li:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.footer-content p,
.footer-content ul li a {
    color: #C9C9C6;
    margin: 0;
}
.footer-content strong {
    color: #B2A89F;
}
.footer-content .e-con-inner .elementor-social-icon {
    width: 24px;
    height: 24px;
}
/* footer - end*/

/* homepage - start*/
.block-area {
    padding-top: 50px;
}
.block-area .e-con-inner {
    padding: 0;
}
.block-area h5 {
    font-size: 18px;
    color: #9FAE9F;
    text-transform: uppercase;
    font-weight: 400;
}
.service-info h2 {
    font-size: 25px;
    color: #2F2F2F !important;
    border-left: 7px solid #B2A89F;
    padding-left: 10px;
    text-transform: uppercase;
}
.service-info h3 {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 600;
}
.service-info a {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 24px;
    display: inline-block;
    background: #9FAE9F;
    color: #fff;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    line-height: normal;
    text-decoration: none;
}
.service-info a:hover {
    background: #2F2F2F;
}
.service-info .elementor-widget-text-editor p,
.about-content .elementor-widget-image,
.contact-image .elementor-widget-image {
    position: relative;
    overflow: hidden;
}
.service-info .elementor-widget-text-editor img,
.about-content .elementor-widget-image img,
.contact-image .elementor-widget-image img {
    transition: all 0.4s ease-in-out;
    transform: scale(1.01);
    display: flex;
}
.service-info .elementor-widget-text-editor p:hover img,
.about-content .elementor-widget-image:hover img,
.contact-image .elementor-widget-image:hover img {
    transform: scale(1.04);
}
.service-info .elementor-widget-text-editor p:after,
.about-content .elementor-widget-image:after,
.contact-image .elementor-widget-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-info .elementor-widget-text-editor p:hover:after,
.about-content .elementor-widget-image:hover:after,
.contact-image .elementor-widget-image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.alone-section .text-info {
    background: #fff;
    border: 10px solid #F7F6F3;
    border-radius: 8px;
    padding: 25px 35px;
    max-width: 1100px !important;
    margin: -10% auto 0;
}
.alone-section h4 {
    margin-bottom: 25px;
}
.alone-section a {
    color: #9FAE9F;
    text-decoration: none;
}
.alone-section .image-info {
    position: relative;
    overflow: hidden;
}
.alone-section .image-info .elementor-widget-image {
    overflow: hidden;
}
.alone-section .image-info img {
    transition: all 0.4s ease-in-out;
    transform: scale(1.01);
}
.alone-section .image-info:hover img {
    transform: scale(1.04);
}
/* homepage - end*/

/* trichology - start*/
.trichology-info {
    background: #2F2F2F;
}
.trichology-info .text-content {
    border: 10px solid #B2A89F;
    padding: 35px 35px;
}
.trichology-info .text-content h4 {
    color: #B2A89F;
    margin-top: 0;
}
.trichology-info .text-content p {
    color: #C9C9C6;
    font-weight: 300;
}
/* trichology - end*/

/* What we offer - start*/
.what-we-offer-info {
    background: #2F2F2F;
}
.what-we-offer-info .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.what-we-offer-info h4 {
    color: #9FAE9F;
    margin-top: 0;
    margin-bottom: 16px;
}
.what-we-offer-info p {
    color: #F7F6F3;
    font-weight: 300;
}
.what-we-offer-info a {
    border: 1px solid transparent;
    margin-top: 10px;
}
.what-we-offer-info a:hover {
    border: 1px solid #F7F6F3;
}
.what-we-offer-info .text-area {
    position: relative;
}
.what-we-offer-info .text-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 9px 9px;
    background-image: repeating-linear-gradient(to right, #C9C9C6, #211e19 1px, transparent 1px, transparent);
    opacity: .2;
}
.what-we-offer-info .text-area .elementor-widget-text-editor {
    padding: 0 15px;
}
.what-we-offer-info .e-con-inner .elementor-widget-image {
    overflow: hidden;
    position: relative;
}
.what-we-offer-info .e-con-inner img {
    transition: all 0.4s ease-in-out;
    transform: scale(1.01);
}
.what-we-offer-info .e-con-inner:hover img {
    transform: scale(1.036);
    transition-duration: .9s;
}
.what-we-offer-info .e-con-inner .elementor-widget-image:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 75%);
}
.what-we-offer-info .e-con-inner:hover .elementor-widget-image:after {
    opacity: 1;
}
/* What we offer - end*/

/* consultation - start*/
.consultation-section .consultation-inner {
    position: relative;
    background: #fff;
    border: 1px solid #C9C9C6;
    border-radius: 12px;
    padding: 40px 40px 80px;
    overflow: hidden;
}
.consultation-section .consultation-inner .elementor-widget-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.consultation-section .consultation-inner:hover .elementor-widget-image {
    opacity: 1;
}
.consultation-section .consultation-inner .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.consultation-section .consultation-inner .elementor-widget-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
}
.consultation-section .consultation-inner h4 {
    border-bottom: 1px solid #C9C9C6;
    padding-bottom: 16px;
}
.consultation-section .consultation-inner p {
    font-weight: 300;
}
.consultation-section .consultation-inner strong {
    font-weight: 500;
}
.consultation-section .consultation-inner .elementor-widget-text-editor {
    height: 100%;
}
.consultation-section .consultation-inner h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #C9C9C6;
    -webkit-text-stroke-width: 1px;
    font-size: 100px;
    position: absolute;
    right: -50px;
    bottom: -110px;
    margin: 0;
}
.consultation-section .consultation-inner:hover h4,
.consultation-section .consultation-inner:hover p {
    color: #fff;
}
/* consultation - end*/

/* Hair & Scalp Conditions - start*/
.hair-conditions-wrapper .elementor-widget-text-editor {
    padding: 25px;
    border-width: 5px;
    border-style: solid;
}
.hair-conditions-wrapper .one {
    border-color: #9FAE9F;
}
.hair-conditions-wrapper .two {
    border-color: #B2A89F;
}
.hair-conditions-wrapper .three {
    border-color: #C9C9C6;
}
.hair-conditions-wrapper ul {
    margin-bottom: 10px;
}
/* Hair & Scalp Conditions - end*/

/* faq - start*/
.faq-wrapper .e-n-accordion-item-title {
    background: #B2A89F;
    border-color: #B2A89F;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.faq-wrapper .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-weight: 500;
    color: #fff;
}
.faq-wrapper .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
    fill: #fff !important;
}
.faq-wrapper .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    order: 2;
}
.faq-wrapper .e-n-accordion-item {
    margin-bottom: 7px !important;
}
.faq-wrapper .e-n-accordion-item .elementor-element {
    border-top: 0;
}
.faq-wrapper .e-n-accordion-item-title ~ .elementor-element {
    border-top: 0;
    padding: 15px;
}
.faq-wrapper .e-n-accordion-item-title ~ .elementor-element p:last-child {
    margin: 0;
}
.faq-wrapper .e-n-accordion-item-title ~ .elementor-element a {
    color: #9FAE9F;
    text-decoration: none;
}
/* faq - end*/

/* aboutus - start*/
.about-content h5 {
    margin-top: 25px;
}
.about-content .elementor-widget-image {
    border-top: 5px solid #B2A89F;
}
/* aboutus - end*/

/* Privacy Policy - start*/
.privacy-policy-info a {
    color: #9FAE9F;
    text-decoration: none;
}
.privacy-policy-info h3 {
    font-size: 22px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #B2A89F;
    font-weight: 600;
}
/* Privacy Policy - end*/

/* Contact - start*/
.contact-form label {
    width: 100%;
}
.contact-form p {
    margin-bottom: 20px;
}
.contact-form p:nth-last-child(2) {
    margin: 0;
}
.contact-form .wpcf7-response-output {
    margin-top: 20px !important;
}
.contact-form input {
    border-color: #C9C9C6;
    height: 50px;
    display: inline-block;
    margin-top: 5px;
}
.contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
}
.contact-form textarea {
    border-color: #C9C9C6;
    display: inline-block;
    margin-top: 5px;
    padding: 12px 16px;
}
.contact-form [type=submit]:not(:disabled) {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 24px;
    display: inline-block;
    background: #9FAE9F;
    color: #fff;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    line-height: normal;
    text-decoration: none;
    border: 0;
    margin: 0;
    height: unset;
}
.contact-form [type=submit]:not(:disabled):hover {
    background: #2F2F2F;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.contact-form form .wpcf7-response-output {
    margin: 0;
}
.contact-inner .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-inner .e-con-inner > .elementor-element {
    border: 1px solid #B2A89F;
    padding: 60px 30px;
}
.contact-inner .e-con-inner > .elementor-element:hover {
    background: #F7F6F3;
}
.contact-inner a {
    color: #9FAE9F;
    text-decoration: none;
}
.contact-inner h4 {
    font-size: 22px;
    margin: 0 0 10px;
}
.contact-inner p:last-child {
    margin: 0;
}
/* Contact - end*/

/* cookies - start*/
.cky-consent-container {
    width: 500px !important;
    font-family: "Roboto";
}
.cky-consent-container .cky-title {
    margin: 0 !important;
}
.cky-consent-container button.cky-btn {
    font-weight: 400;
    font-size: 15px;
    border-radius: 8px;
}
.cky-consent-container button.cky-btn:hover {
    opacity: 1;
}
.cky-consent-container button.cky-btn-customize,
.cky-consent-container button.cky-btn-reject {
    border-color: #9FAE9F !important;
    color: #9FAE9F !important;
}
.cky-consent-container button.cky-btn-accept {
    background-color: #9FAE9F !important;
    border-color: #9FAE9F !important;
}
.cky-consent-container button.cky-btn-accept:hover {
    background-color: #2F2F2F !important;
    border-color: #2F2F2F !important;
}
.cky-consent-container button.cky-btn-customize:hover,
.cky-consent-container button.cky-btn-reject:hover {
    border-color: #2F2F2F !important;
    color: #2F2F2F !important;
}
.cky-notice-btn-wrapper .cky-btn-accept {
    order: 1;
    margin-right: 8px !important;
}
.cky-notice-btn-wrapper .cky-btn-reject {
    order: 2;
}
.cky-notice-btn-wrapper .cky-btn-customize {
    order: 3;
    margin-right: 0;
}
/* cookies - end*/

/* ------------------------ media query ------------------------ */

@media only screen and (max-width: 1199px) {
    .alone-section .text-info {
        margin-top: 0;
        max-width: 100% !important;
    }
    .page-header .entry-title {
        font-size: 30px;
    }
    .consultation-section .consultation-inner {
        padding: 20px 20px 80px;
    }
    .consultation-section .consultation-inner h2 {
        right: -25px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-content ul li {
        display: block;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .footer-content .e-con-inner > .elementor-element:not(:last-child) .elementor-widget-text-editor {
        border-bottom: 1px dashed #B2A89F;
        padding-bottom: 20px;
    }
    .footer-content .e-con-inner {
        flex-direction: column !important;
    }
    .footer-content .e-con-inner > .elementor-element {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .site-navigation-toggle-holder {
        padding: 0;
    }
    .site-navigation-dropdown ul.menu li a {
        color: #2F2F2F;
        padding: 12px 15px;
        font-size: 15px;
        position: relative;
    }
    .site-navigation-dropdown ul.menu li.menu-item-type-custom > a:after {
        color: #666;
        content: "▾";
        font-size: 1.5em;
        position: absolute;
        right: 15px;
        top: 8px;
    }
    .site-header img.custom-logo {
        width: 90px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: #B2A89F;
        color: #fff;
        height: 37px;
        width: 37px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle-icon {
        width: 1.10rem;
    }
    .site-navigation-toggle-holder.elementor-active .site-navigation-toggle {
        background-color: #2F2F2F;
    }
    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: #fff;
        color: #2F2F2F;
    }
    .site-navigation-dropdown ul.menu li.current-menu-item > a {
        background-color: #2F2F2F !important;
        color: #fff !important;
    }
    .site-navigation-dropdown ul.menu {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .site-navigation-dropdown ul.menu ul.sub-menu li a {
        padding-left: 30px;
    }
    .site-navigation-dropdown ul.menu li.menu-item-type-post_type li {
        max-height: 100vh;
        transform: scaleY(1);
    }
}

@media only screen and (max-width: 767px) {
    .block-area {
        padding-top: 25px;
    }
    .alone-section .text-info {
        border-radius: 0;
        padding: 25px;
    }
    .trichology-info .text-content {
        padding: 25px;
    }
    .service-info h2,
    h4 {
        font-size: 22px;
    }
    .page-header {
        padding: 35px 0;
    }
    .page-header .entry-title {
        font-size: 23px;
    }
    .what-we-offer-info:nth-child(odd) .e-con-inner {
        flex-direction: column-reverse;
    }
    .what-we-offer-info .text-area .elementor-widget-text-editor {
        padding: 20px 15px;
    }
    .contact-inner .e-con-inner > .elementor-element {
        padding: 40px 20px;
    }
    .privacy-policy-info h3,
    .contact-inner h4 {
        font-size: 20px;
    }
    .page-content {
        min-height: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .cky-consent-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .cky-notice-btn-wrapper .cky-btn-accept {
        margin-right: 0;
    }
    .cky-consent-container button.cky-btn {
        width: 100%;
        margin: 10px 0 0 0 !important;
    }
    .cky-consent-container button.cky-btn-accept {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 440px) {
    .cky-notice-btn-wrapper .cky-btn-accept {
        margin-right: 0;
    }
    .cky-notice-btn-wrapper {
        margin-top: 16px !important;
    }
}
