/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.1.1729050288
Updated: 2024-10-16 03:44:48

*/

.content-area .elementor-widget-theme-post-content h1,
.content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h3,
.content-area .elementor-widget-theme-post-content h4,
.content-area .elementor-widget-theme-post-content h5,
.content-area .elementor-widget-theme-post-content h6 {
    margin-top: 0px;
}

.eae-popup .mfp-inline-holder .mfp-content {
    background-color: transparent;
}

.elementor-widget-wpml-language-switcher {
    font-weight: 700;
    font-size: 16px;
}

.elementor-menu-anchor {
    position: relative;
}

table {
    border: 1px solid #11BCC2;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #11BCC2;
    padding: 8px;
}

.table.table-bordered.border-primary {
    border: 1px solid #11BCC2;
}

.table-bordered.border-primary>thead>tr>th,
.table-bordered.border-primary>tbody>tr>th,
.table-bordered.border-primary>tfoot>tr>th,
.table-bordered.border-primary>thead>tr>td,
.table-bordered.border-primary>tbody>tr>td,
.table-bordered.border-primary>tfoot>tr>td {
    border: 1px solid #11BCC2;
}

/* Header Menu */
header nav.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal ul.sub-menu {
    box-shadow: 0px 0px 20px 0px #11BCC280;
    background-color: #EDF7F7;
    border-radius: 10px;

    padding-top: 32px;
    padding-bottom: 32px;

    top: 36px !important;
}

header nav.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal ul.sub-menu .elementor-sub-item {
    color: #11BCC2;
    font-weight: 700 !important;
    font-size: 16px !important;
}

#ast-scroll-top {
    width: 46px;
    height: 46px;
}

#ast-scroll-top .ast-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    #ast-scroll-top {
        width: 74px;
        height: 74px;
    }
}

.elementor-element.homepage-section.hero-section .hero-carousel {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: unset !important;
}

.elementor-element.homepage-section.hero-section.e-con-full,
.elementor-element.homepage-section.hero-section>.e-con-inner {
    gap: 24px 24px;
}

.homepage-section.hero-section .hero-carousel img.swiper-slide-image {
    width: 100%;
    height: calc(100vw * 260 / 320);
    /* object-fit: cover; */
    object-fit: contain;
}

.homepage-section.hero-section .hero-carousel .swiper-slide {
    width: 100%;
    height: calc(100vw * 260 / 320) !important;
    /* object-fit: cover; */
    object-fit: contain;
}

@media only screen and (min-width: 768px) {

    .elementor-element.homepage-section.hero-section.e-con-full,
    .elementor-element.homepage-section.hero-section>.e-con-inner {
        gap: 24px 24px;
    }

    .homepage-section.hero-section .hero-carousel img.swiper-slide-image {
        /* height: 546px; */
        /* height: 480px; */
        height: calc(100vw * 620 / 1920);
    }

    .homepage-section.hero-section .hero-carousel .swiper-slide {
        /* height: 546px; */
        /* height: 480px; */
        height: calc(100vw * 620 / 1920) !important;
    }

}

/* .homepage-section.hero-section .hero-carousel .swiper-pagination {
    display: none;
} */

.vertical-slider .swiper-slide {
    /* height: auto !important; */
}

.vertical-slider .swiper {
    /* max-height: 568px; */
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical {
    position: absolute;
    right: -8px;
    left: initial;
    top: 50%;
    transform: translate(0, -50%);
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical .swiper-pagination-bullet {
    /* background-color: #CCEAEC; */
    width: 12px;
    height: 12px;
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet:hover {
    background-color: #375B6A;
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    background-color: #375B6A;
    width: 12px;
    height: 16px;
    border-radius: 0;

    margin-top: 16px;
    margin-bottom: 16px !important;
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background-color: #375B6A;
}

.elementor-widget-n-carousel.vertical-slider .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background-color: #375B6A;
}

.dialog-widget .dialog-close-button {
    border-radius: 9999px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    top: -48px !important;
}

.elementor-element.homepage-section.e-con-full,
.elementor-element.homepage-section>.e-con-inner,
.elementor-element.section-container.e-con-full,
.elementor-element.section-container>.e-con-inner {
    padding: 24px 16px;
    gap: 24px 24px;
}

@media only screen and (min-width: 768px) {

    .elementor-element.homepage-section.e-con-full,
    .elementor-element.homepage-section>.e-con-inner,
    .elementor-element.section-container.e-con-full,
    .elementor-element.section-container>.e-con-inner {
        padding: 80px 16px;
        gap: 80px 24px;
    }

}

ul.mindhk-ul>li {
    list-style-image: url('../svg/icon-bullet.svg');
    padding-inline-start: 1ch;

    margin-bottom: 24px;
}

ul.mindhk-ul>li.emotion {
    margin-bottom: initial;
}

ul.mindhk-ul>li.emotion.emotion-interpersonal {
    list-style-image: url('../svg/interpersonal.svg');
}

ul.mindhk-ul>li.emotion.emotion-lack-of-purpose {
    list-style-image: url('../svg/lack%20of%20purpose.svg');
}

ul.mindhk-ul>li.emotion.emotion-low-motivation {
    list-style-image: url('../svg/low%20motivation.svg');
}

ul.mindhk-ul>li.emotion.emotion-low-self-esteem {
    list-style-image: url('../svg/low%20self-esteem.svg');
}

ul.mindhk-ul>li.emotion.emotion-numbness {
    list-style-image: url('../svg/numbness.svg');
}

#breadcrumbs {
    color: #999999;
    font-weight: 700;
    font-size: 16px;
}

#breadcrumbs a {
    color: #999999;
}

#breadcrumbs .breadcrumb_last {
    color: #2D2D2D;
}

.elementor-element.elementor-widget-text-editor p {
    margin-bottom: 0;
}

.homepage-section {
    position: relative;
}

.homepage-section .elementor-image-carousel-wrapper {
    /* mask: url("assets/images/hero-banner-mask.svg") center / contain no-repeat, linear-gradient(#000 0 0);
    mask-composite: exclude;
    max-width: 1440px; */
}

/* .homepage-section::after {

} */

.homepage-section.hero-section .hero-carousel-pagination-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;

    gap: 16px;
}

.homepage-section.hero-section .hero-carousel-pagination-container .swiper-pagination {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;

    display: flex;
    align-items: center;
    gap: 8px;

    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
}

.homepage-section.hero-section .hero-carousel-pagination-container .swiper-pagination hr {
    flex: 1;
    background-color: #FFFFFF;
}

.homepage-section.hero-section .hero-carousel-pagination-container .swiper-navigation-container {
    display: flex;
    /* justify-content: space-between; */
    gap: 8px;
}

.homepage-section.hero-section .hero-carousel-pagination-container .swiper-button-prev,
.homepage-section.hero-section .hero-carousel-pagination-container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #CCEAEC;
    border-radius: 9999px;

    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: unset;
}

.homepage-section.hero-section .hero-carousel-pagination-container .swiper-button-prev::after,
.homepage-section.hero-section .hero-carousel-pagination-container .swiper-button-next::after {
    color: #11BCC2;
    font-size: 16px;
}

#support-section-card-container {
    margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
    #support-section-card-container.e-con>.e-con-inner>.elementor-element:first-child {
        top: 5%;
        left: 10%;
        transform: rotate(-5deg);
    }

    #support-section-card-container.e-con>.e-con-inner>.elementor-element:last-child {
        top: 5%;
        right: 10%;
        transform: rotate(5deg);
    }
}

/** Accordion **/
.elementor-element.elementor-widget-n-accordion.mindhk-accordion .e-n-accordion {
    border: 2px solid #11BCC2;
    border-radius: 20px;
}

.elementor-element.elementor-widget-n-accordion.mindhk-accordion .e-n-accordion-item-title {
    border: none;

    padding: 40px;
    font-size: 26px;
    font-weight: 700;
}

.elementor-element.elementor-widget-n-accordion.mindhk-accordion .e-n-accordion-item:not(:first-child) .e-n-accordion-item-title {
    border-top: 2px solid #11BCC2;
}


.elementor-element.elementor-widget-n-accordion.mindhk-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
    fill: #11BCC2 !important;
}

.elementor-element.elementor-widget-n-accordion.mindhk-accordion .e-n-accordion-item>.e-con {
    border: none;
    /* border-bottom: 2px solid #11BCC2; */
}

/** FAQ Accordion **/
.elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion {
    padding: 0 40px;
}

/* .elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion .e-n-accordion {
    border: 2px solid #11BCC2;
    border-radius: 20px;
} */

.elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion .e-n-accordion-item-title {
    border: none;

    padding: 40px 0px;
    font-size: 26px;
    font-weight: 700;
}

.elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion .e-n-accordion-item:not(:first-child) .e-n-accordion-item-title {
    border-top: 4px dotted #CCEAEC;
}


.elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
    fill: #11BCC2 !important;
}

.elementor-element.elementor-widget-n-accordion.mindhk-faq-accordion .e-n-accordion-item>.e-con {
    border: none;
    /* border-bottom: 2px solid #11BCC2; */
    padding: 16px 0px;
}

/** Calendar **/

#tribe-events-pg-template {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.elementor-element.elementor-widget-the-events-calendar-addon .fc-daygrid {
    border-radius: 20px;
    overflow: hidden;
}

.elementor-element.elementor-widget-the-events-calendar-addon th.fc-col-header-cell.fc-day {
    background-color: #375B6A;
    color: #FAFAFA;

    padding: 32px 32px;

    border-width: 4px;
    border-color: #FFFFFF;
}

.elementor-element.elementor-widget-the-events-calendar-addon th.fc-col-header-cell.fc-day a.fc-col-header-cell-cushion {
    color: #FAFAFA;
}

.elementor-element.elementor-widget-the-events-calendar-addon .fc-daygrid>table {
    border-width: 4px;
    border-color: #FFFFFF;
}

.elementor-element.elementor-widget-the-events-calendar-addon .fc-daygrid tr.fc-scrollgrid-section>td {
    border-width: 0px;
    border-color: #FFFFFF;
}

.elementor-element.elementor-widget-the-events-calendar-addon .fc-daygrid-body td {
    background-color: #CCEAEC;
    color: #FAFAFA;
    padding: 32px 32px;

    border-width: 4px;
    border-color: #FFFFFF;
}


.taxonomy-filter button {
    background-color: var(--e-global-color-primary);
}

.news-loop-grid .e-loop-item {
    border-bottom: 3px dashed #CCEAEC;
}

.nav-item-button a.elementor-button {
    border: 1px solid var(--e-global-color-primary);
    background-color: transparent;
    color: var(--e-global-color-primary);
}

.nav-item-button.active a.elementor-button {
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
}

/* footer menu */

.mindhk-footer-menu-container {
    display: none;
}

.mindhk-footer-menu-container .mindhk-footer-menu-item {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
}

.mindhk-footer-menu-container .mindhk-footer-menu-item .mindhk-footer-menu-item-title {
    font-size: 13px;
    font-weight: 900;
    color: #CCEAEC;
    margin-bottom: 24px;
}

.mindhk-footer-menu-container .mindhk-footer-sub-menu-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mindhk-footer-menu-container .mindhk-footer-sub-menu-item .mindhk-footer-sub-menu-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #FAFAFA;
}

@media only screen and (min-width: 768px) {
    .mindhk-footer-menu-container {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        flex-wrap: wrap;
    }

    .mindhk-footer-menu-container .mindhk-footer-menu-item {
        flex: 1;
    }
}


/* .elementor-widget-loop-grid.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
}

.elementor-widget-loop-grid.elementor-grid-3 .e-loop-item {
    grid-column: span 2;
}

.elementor-widget-loop-grid.elementor-grid-3 .e-loop-item:last-child:nth-child(3n - 1) {
    grid-column-end: -2;
}

.elementor-widget-loop-grid.elementor-grid-3 .e-loop-item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 4;
}

.elementor-widget-loop-grid.elementor-grid-3 .e-loop-item:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
} */

.subscription-form {
    position: relative;
}

.subscription-form .wpcf7-form-control-wrap input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.subscription-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
}

.subscription-form .wpcf7-submit {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    background-color: transparent !important;
    color: #11BCC2 !important;
}


/***** Ambassador Story *****/
.ambassador-story-content {
    max-width: 100%;
    overflow: auto;
}

.ambassador-story-content .profile-content .profile-box-container {
    float: right;

    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 50%;
}

.ambassador-story-content .image-gallary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/***** Ambassador Story End *****/

.board-member-card {
    cursor: pointer;
}

.wpcf7 .form-group {
    margin-bottom: 16px;
}


/* .eae-popup-container,
.eae-popup-container .eae-popup-content {
    height: 100%;
}

.eae-popup-container .eae-popup-content .eae-modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eae-popup-container .eae-popup-content .eae-modal-content .elementor {
    height: 100%;
    overflow: hidden;
}

.eae-popup-container .eae-popup-content .eae-modal-content>.elementor>.elementor-element {
    height: 100%;
} */

/***** Chat Widget *****/
chat-widget input.input {
    height: initial;
    padding: 1px 2px;
}

/***** Chat Widget End *****/