/* 
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 */

:root {
/* --lifelore-darker-aqua: #001a1d; */
/* --lifelore-darker-aqua: #001315; */
--lifelore-darker-aqua: #00171A;
--lifelore-dark-aqua: #003940;
--lifelore-aqua: #00adba;
--lighter-grey: #DDDDDD;
--text: #777777;
--dark-grey: #171717;
}


body {
    letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.03em;
    font-weight: 500;
}

.elementor-location-header {
/*     position: sticky;
    top: 0;
    z-index: 1000; */
}

.pl-header-logo-container {
/*     width: fit-content; */
}

#pl-header .elementor-widget-icon .elementor-widget-container, #pl-footer .elementor-widget-icon .elementor-widget-container {
    line-height: 0;
}

.pl-glass-box {
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.5);
}

.pl-box/* :not(.pl-menu-bar) */ {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(0, 57, 64, .8);
    border-top-color: rgba(0, 57, 64, 1);
    border-right-color: rgba(0, 57, 64, 1);
}

.pl-box:not(.pl-menu-bar) {
    background-color: var(--lifelore-darker-aqua)!important;
}

.pl-box-content:not(.pl-menu-bar){
    padding: 60px;
}

@media (max-width: 1280px) {
    .pl-box-content:not(.pl-menu-bar){
    padding: 40px;
}
}

@media (max-width: 1025px) {
    .pl-box-content:not(.pl-menu-bar){
    padding: 30px;
}
}

.pl-box-pic {
    border: none;
}

.pl-lifelore-logo svg g#Mark {
    fill: var(--lifelore-aqua);
}

.pl-lifelore-logo svg g#Text {
    fill: white;
}

.pl-menu-item {
    transform: translateX(-30px);
}

.pl-menu-item p:last-of-type {
    margin-bottom: 0;
}

.pl-larger-container.e-con {
/*     width: calc(100% + 120px);
    max-width: calc(100vw - 60px);
    align-self: center; */
}

.pl-menu-bar.elementor-sticky--effects .pl-lifelore-logo svg {
    height: 50px !important;
}

.pl-menu-bar.elementor-sticky--effects > .e-con-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pl-lifelore-logo svg {
    transition: all ease-in-out .3s;
}

.pl-main-heading {
    margin-bottom: 30px !important;
}

.pl-secondary-heading {
    margin-bottom: 10px !important;
}

.pl-cta-button {
    margin-top: 20px;
/*     margin-bottom: 20px !important; */
}

.pl-box-image img {
    max-height: 640px;
    width: auto;
}

.pl-box h6 {
/*     margin-bottom: 0; */
}

.pl-first-section::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 60%, black 98%);
}

.pl-main-heading h1/* , .pl-main-heading h2 */ {
/*   background: -webkit-linear-gradient(110deg, var(--lifelore-dark-aqua), var(--lifelore-aqua) 15%, var(--lifelore-aqua) 85%, var(--lifelore-dark-aqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.pl-expertise-icon .elementor-icon-wrapper {
    line-height: 0;
}

.pl-text h1, .pl-text h2, .pl-text h3, .pl-text h4, .pl-text h5, .pl-text h6 {
    margin-top: 1.5em !important;
}

ol, ul {
    margin-bottom: 1.2rem;
}

b, strong {
    font-weight: 500;
}

.pl-overlay-text b, .pl-overlay-text strong  {
    color: white!important;
}

.pl-text-button .elementor-button-icon i {
    font-size: 28px;
    transition: all ease .3s;
}

.pl-cta-button .elementor-button-icon i, .elementor-widget-form .elementor-button-icon i {
    font-size: 16px;
    transition: all ease .3s;
}

.pl-text-button .elementor-button-content-wrapper, .pl-cta-button .elementor-button-content-wrapper {
    align-items: center;
}

.pl-text-button:hover .elementor-button-icon i {
    transform: rotate(180deg);
}


/* @media(max-width: 1280px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:unset;
    }

    .e-con {
        --container-max-width: unset;
    }

    .e-con>.e-con-inner {
    max-width: unset;
}

}

@media(max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: unset;
    }

    .e-con {
        --container-max-width: unset;
    }
} */

.elementor-widget-text-editor a {
    transition: all ease .3s;
}

.pl-full-carousel, .pl-full-carousel .elementor-widget-container, .pl-full-carousel .elementor-swiper, .pl-full-carousel .elementor-main-swiper {
    height: 100%!important;
}

.elementor-button, .elementor-button-text {
    text-shadow: none!important;
}

.elementor-message {
    margin-top: 30px;
    text-align: center;
}

.pl-contact-form input, .pl-contact-form textarea {
    padding: 16px 24px !important;
}

/* h6 {
    margin-block-end: .5rem;
} */

.pl-slides-carousel .pl-box-pic {
    min-height: 480px;
}

.pl-slides-carousel .pl-overlay-text {
    padding: 16px 16px 0px 16px;
}

.pl-slides-carousel .pl-overlay-text p {
    line-height: 1.3em;
}

.pl-slides-carousel .pl-overlay-text h5 {
    margin-bottom: 3px;
}

.pl-slides-carousel .swiper {
    overflow: visible !important;
}

.pl-slides-carousel .swiper-slide {
/*     width: 320px !important;
 */}

/*  @media (max-width: 1280px) {
    .e-con {
        --container-max-width: unset;
    }
} */