/*
Theme Name: WellFemme
Theme URI: https://wellfemme.com.au
Author: WellFemme Team
Author URI: https://wellfemme.com.au
Description: A custom WordPress theme for WellFemme menopause care clinic with ACF Pro integration. Features include dynamic homepage builder, responsive design, and easy content management.
Version: 1.0.0.7
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wellfemme
Tags: healthcare, medical, women-health, menopause, telehealth, acf, custom

This theme requires ACF Pro to function properly.
*/

/* 
 * This file is required by WordPress to recognize this as a theme.
 * All actual styles are loaded from assets/css/style.css
 * 
 * Design Specifications:
 * - Container width: 1400px
 * - Main Banner height: 750px
 * - Top Banner height: 590px
 * - Wider containers: 1580px
 * - Retina ready images (1.5x)
 * - Fonts: Proxima Nova, Nunito Sans
 */

.mega-services-col ul.mega-list-style a:hover {
	color: #56C2C2;
}

.btn-read-more {
  display: flex;
  align-items: center;
  color: #1B7895;
  font-size: 15px;
  font-family: "proxima-nova";
  margin-top: 30px;
    gap: 20px;
    text-decoration: none;
}

.btn-read-more:after {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    background-image: url(assets/images/icons/right-arrow-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.default-thumbnail-ratio {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: 75%;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
}

.default-thumbnail-ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.default-thumbnail-ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.default-thumbnail-ratio>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-thumbnail-ratio img {
	object-fit: cover;
	object-position: center;
}

.archive-listing-entries article.hentry + article.hentry {
    margin-top: 40px;
}

.archive-listing-entries .entry-title, .archive-listing-entries .entry-title a {
    font-family: "proxima-nova";
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1B7895;
    text-decoration: none;
}

.default-pagination .page-numbers.current {
    background: #56C2C2 0% 0% no-repeat padding-box;
    color: #fff;
}
.default-pagination .page-numbers {
    border-radius: 12px;
    background: transparent;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B7895;
    border: 1px solid #56C2C2;
    font-family: "proxima-nova";
    font-size: 16px;
    text-decoration: none;
}
.default-pagination {
    grid-gap: 10px;
}

body .bg-img-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-img-fill:after {
    content: "";
    position: absolute;
    width: 100%;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.bg-img-fill.overlay-0:after {
    display: none;
}

body .bg-img-fill._object-top img {
    object-position: top;
}

body .bg-img-fill._object-right img {
    object-position: right;
}

body .bg-img-fill._object-bottom img {
    object-position: bottom;
}

body .bg-img-fill._object-left img {
    object-position: left;
}

body .bg-img-fill+div {
    z-index: 2;
}

body .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.cta-boxed {
    display: flex;
    align-items: end;
    border-radius: 11px;
    overflow: hidden;
    max-width: 1574px;
    margin: 0 auto;
    padding: 70px 20px;
}

.cta-right {
    margin-left: 30px;
    position: relative;
}

.btn-col {
    margin-top: 30px;
}

.btn {
    border-radius: 4px;
    padding: 18px 40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    border: none;
    font-family: "proxima-nova", sans-serif;
}

.btn-primary {
    background: #0d587a;
    color: #ffffff !important;
}

.ratio.ratio-default{
    --bs-aspect-ratio: 94%;
}

body .ratio img {
    object-fit: cover;
    object-position: center;
	min-height: unset;
    max-height: unset;
}

section .text-col a,
.text-block-content a {
    --bs-link-color-rgb: 86, 194, 194;
    text-decoration: none;
}

section .text-col a:not([class]):hover,
.text-block-content a:not([class]):hover {
    text-decoration: underline;
}

.text-block-content ul {
    padding-left: 1rem;
}

.text-block-content ul li::marker {
    color: #FABAAB;
}

.text-block-content strong {
    font-weight: 700;
}

ul.breadcrumb {
    margin: 15px auto 0;
    padding: 0px;
    justify-content: center;
}

ul.breadcrumb li {
    display: inline-block;
    color: rgb(255 255 255);
    font-size:14px;
    position: relative;
    padding-right: 23px;
    line-height: 18px;
}

ul.breadcrumb li a {
    color: rgb(255 255 255);
    text-decoration:none;
    line-height: 18px;
}

ul.breadcrumb li:before {
    content: "";
    height: 13px;
    width: 1px;
    background: rgb(255 255 255);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(25deg);
}

ul.breadcrumb li:last-child:before {
     display:none; 
}

.list-item:has(.anchor-overlay) {
    position: relative;
}

.anchor-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}

.video-wrapper {
    max-width: 1136px;
    margin: 0 auto;
}

.sec_bg_default {
    padding-top: 100px;
    padding-bottom: 100px;
}

.el_sec_cta-boxed:last-child {
    padding-bottom: 100px;
}

.sec_bg_default + .sec_bg_default {
    padding-top: 50px;
}

.sec_bg_default:has(+.sec_bg_default) {
    padding-bottom: 50px;
}

.sec_bg_default:has(+.sec_el_donation) {
    padding-bottom: 80px;
}

.sec_el_donation + .sec_bg_default {
    padding-top: 80px;
}

.sec_el_donation:has(+ .sec_bg_with_color) {
    padding-bottom: 80px;
}

.sec_bg_default + .sec_bg_with_image,
.sec_bg_default + .sec_bg_with_color {
    padding-top: 0px;
}

.el_sec_testimonials + .el_sec_cta-boxed:has(+.el_sec_faqs) {
    padding-top: 80px;
}

.el_sec_personalised:has(+.el_sec_cta-boxed) {
    padding-bottom: 320px !important;
}

.el_sec_personalised + .el_sec_cta-boxed .cta-boxed {
    /*position: relative;*/
    z-index: 2;
    margin-top: -320px;
}

.el_inner_section {
    padding-top:40px;
    padding-bottom: 40px;
}

.el_inner_section + .el_inner_section {
    padding-top: 40px;
}

.el_inner_section:has(+.el_inner_section) {
    padding-bottom: 40px;
}

.el_sec_cta-boxed + .el_sec_cta-cards {
    padding-top: 100px;
}

.el_sec_cta-boxed:has(+.el_sec_cta-cards)  .cta-boxed {
    z-index: 2;
    margin-bottom: -100px;
}

.sec_bg_default + .el_sec_cta-boxed:has(+.el_sec_faqs) + .el_sec_faqs {
    padding-top: 180px;
}

.sec_bg_default + .el_sec_cta-boxed:has(+.el_sec_faqs)  .cta-boxed {
    z-index: 2;
    margin-bottom: -180px;
}

.short-intro-section {
  background: #1B7895;
  color: white;
  padding: 60px 20px;
}

.short-intro-info-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
  color: white;
}

.short-intro-section-header {
  flex-shrink: 0;
}

.short-intro-section-header .intro-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
  color: #FFFFFF;
  line-height: 1.3;
}

.short-intro-section-text {
  max-width: 850px;
}

.card-box.widget_blurb {
    padding: 0;
}

.card-box.widget_blurb .card-context-wrap {
    padding: 30px 20px;
}
.card-box.widget_blurb .card-img-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.card-box.widget_blurb .card-img-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.card-box.widget_blurb .card-box-heading {
    margin: 0 0 20px;
}
.card-box.widget_blurb .context-wrap {
  line-height: 1.5;
}
.card-box.widget_blurb .context-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.card-box.widget_blurb .btn {
    padding: 10px 32px;
}

@media (min-width: 1200px) {
    .card-box.widget_blurb .card-context-wrap {
        padding: 30px 30px;
    }
}

.d-inline-flex-middle {
    display: inline-flex;
    vertical-align: middle;
}

.img-mx-100 {
    max-width: 100%;
}

.step-icon-style-1,
.member-icon-style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-style-1 img {
    max-height: 70px;
    max-width: 70px;
    width: 100%;
}

.member-icon-style-1 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.el_center_align .member-box {
    text-align: center;
}

.el_center_align .member-icon {
    margin: 0 auto;
}

.widget_bg_primary {
    background-color: #56C2C2;
}

.text-primary-light {
    color: #56C2C2;
}

.bg-brown-light {
    background: transparent radial-gradient(closest-side at 86% 83%, #D6CFC2 0%, #B2A796 0%, #bab0a1 100%) 0% 0% no-repeat padding-box;
}

.bg-cream-light {
    background-color: #F3F1ED;
}

.bg-gray-light,
.el_sec_personalised + .el_sec_cta-boxed:has(+.bg-gray-light) {
    background-color: #FBFAF9;
}

.bg-cream-light .member-box > * {
    color: #6E757B;
}

.bg-cream-light .member-box .benefit_title {
    color: #1B7895;
}

.book-notes-ul ul {
    padding-left: 1rem;
}

.top-bottom-underlay-leaf {
    position: relative;
    z-index: 1;
}

.top-bottom-underlay-leaf:before,
.top-bottom-underlay-leaf:after {
    content: "";
    position: absolute;
    width: 34.5%;
    padding-top: 39.3vw;
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}

.top-bottom-underlay-leaf:before {
    top: 0;
    right: 0;
}

.top-bottom-underlay-leaf:after {
    bottom: 0;
    left: 0;
    transform: scale(-1);
}

.testimonials-underlay-bg {
    position: relative;
    z-index: 1;
}
.testimonials-underlay-bg:before {
    content: "";
    position: absolute;
    width: 34.5%;
    padding-top: 39.3vw;
    background-image: url(assets/images/icons/bg-flower2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.flex-grid-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.accordion-style-1 {
    --bs-accordion-px: 20px;
}

.accordion-style-1.custom-accordion .accordion-button {
    gap: 30px;
}

.accordion-style-1 .accordion-button .right-icon {
    margin-left: auto;
}

.stats-icon-style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon-style-1 img {
    max-width: 22px;
    max-height: 22px;
    width: 100%;
    height: auto;
}

.stats-card .stat-text-1 {
    font-size: 79px;
    margin: 42px 0px 10px;
    line-height: 1;
}

.stats-card .stat-text-1 small {
    font-size: 33px;
    display: inline-block;
    margin-left: 20px;
}

.card-icon-style-1 img {
    width: 50%;
    /*height: 50px;*/
    object-fit: contain;
    object-position: center;
}

.anchor-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}

.cta-cards-underlay-bg {
    position: relative;
}
.cta-cards-underlay-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-image: url(assets/images/icons/mono-cta-pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.text-block-content .btn {
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
}

.text-block-content .btn:has(+.btn) {
    margin-right: 16px;
}

ul.list-style.checklist-style {
    margin-top: 40px;
    padding-left: 0;
}
ul.list-style.checklist-style:not(:last-child) {
    margin-bottom: 16px;
}
.list-style.checklist-style li:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/images/icons/check-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.list-style.checklist-style.list-icon-white li:before {
    filter: brightness(0) invert(1);
}
.el_sec_learning_modules {
    position: relative;
}

.popmake-content .wpcf7-form .row {
    margin-top: auto;
}

.pum-content .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
    height: 70px;
}

.vbox-content .venoratio {
    border-radius: 12px;
    border: 3px solid #fff;
    overflow: hidden;
}

.venobox-video-links {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.venobox-video-links:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.px-12px {
    padding-right: 12px;
    padding-left: 12px;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.my-9 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.mt-8 {
    margin-top: 6rem;
}
.mt-9 {
    margin-top: 7rem;
}
.mb-6 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 5rem;
}
.mb-8 {
    margin-bottom: 6rem;
}
.mb-9 {
    margin-bottom: 7rem;
}

@media (min-width: 768px) {
    .venobox-video-links {
        width: 65px;
        height: 65px;
    }
    .flex-grid-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .accordion-style-1 {
        --bs-accordion-px: 25px;
    }

    .py-md-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-md-7 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-md-8 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-md-9 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .my-md-6 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-md-7 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-md-8 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .my-md-9 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .mt-md-6 {
        margin-top: 4rem;
    }
    .mt-md-7 {
        margin-top: 5rem;
    }
    .mt-md-8 {
        margin-top: 6rem;
    }
    .mt-md-9 {
        margin-top: 7rem;
    }
    .mb-md-6 {
        margin-bottom: 4rem;
    }
    .mb-md-7 {
        margin-bottom: 5rem;
    }
    .mb-md-8 {
        margin-bottom: 6rem;
    }
    .mb-md-9 {
        margin-bottom: 7rem;
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 4rem;
    }
    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 4rem;
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 5rem;
    }
    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 5rem;
    }

    .cta-boxed {
        padding: 80px 40px;
    }


}


@media (min-width: 992px) {
    .venobox-video-links {
        width: 80px;
        height: 80px;
    }
    .el_sec_personalised:has(+.el_sec_cta-boxed) {
        padding-bottom: 320px !important;
    }

    .el_sec_personalised + .el_sec_cta-boxed .cta-boxed {
        margin-top: -320px;
    }

    .full-half-cover-column {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .full-half-cover-column img {
        position: absolute;
        width: calc(100% - (var(--bs-gutter-x) / 2));
        height: 100%;
        object-fit: cover;
        object-position: right center;
    }

    .py-lg-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-lg-7 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-lg-8 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-lg-9 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .my-lg-6 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-lg-7 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-lg-8 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .my-lg-9 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .mt-lg-6 {
        margin-top: 4rem;
    }
    .mt-lg-7 {
        margin-top: 5rem;
    }
    .mt-lg-8 {
        margin-top: 6rem;
    }
    .mt-lg-9 {
        margin-top: 7rem;
    }
    .mb-lg-6 {
        margin-bottom: 4rem;
    }
    .mb-lg-7 {
        margin-bottom: 5rem;
    }
    .mb-lg-8 {
        margin-bottom: 6rem;
    }
    .mb-lg-9 {
        margin-bottom: 7rem;
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 4rem;
    }
    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 4rem;
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 5rem;
    }
    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 5rem;
    }

    .py-lg-100px {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .cta-boxed {
        min-height: 440px;
        padding: 60px;
    }
}


@media (min-width: 1200px) {
    .flex-grid-steps {
        grid-template-columns: repeat(5, 1fr);
    }

    .accordion-style-1 {
        --bs-accordion-px: 30px;
    }

    .py-xl-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-xl-7 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-xl-8 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-xl-9 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .my-xl-6 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-xl-7 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-xl-8 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .my-xl-9 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .mt-xl-6 {
        margin-top: 4rem;
    }
    .mt-xl-7 {
        margin-top: 5rem;
    }
    .mt-xl-8 {
        margin-top: 6rem;
    }
    .mt-xl-9 {
        margin-top: 7rem;
    }
    .mb-xl-6 {
        margin-bottom: 4rem;
    }
    .mb-xl-7 {
        margin-bottom: 5rem;
    }
    .mb-xl-8 {
        margin-bottom: 6rem;
    }
    .mb-xl-9 {
        margin-bottom: 7rem;
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 4rem;
    }
    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 4rem;
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 5rem;
    }
    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 5rem;
    }

    .cta-boxed {
        min-height: 480px;
        padding:70px;
    }

    .archive-listing-entries article.hentry + article.hentry {
	    margin-top: 65px;
	}

	.default-pagination .page-numbers {
		font-size: 18px;
	}
}


@media (min-width: 1400px) {
    .flex-grid-steps {
        grid-gap: 70px;
    }

    .accordion-style-1 {
        --bs-accordion-px: 35px;
    }

    .py-xxl-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-xxl-7 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-xxl-8 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-xxl-9 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .my-xxl-6 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-xxl-7 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-xxl-8 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .my-xxl-9 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .mt-xxl-6 {
        margin-top: 4rem;
    }
    .mt-xxl-7 {
        margin-top: 5rem;
    }
    .mt-xxl-8 {
        margin-top: 6rem;
    }
    .mt-xxl-9 {
        margin-top: 7rem;
    }
    .mb-xxl-6 {
        margin-bottom: 4rem;
    }
    .mb-xxl-7 {
        margin-bottom: 5rem;
    }
    .mb-xxl-8 {
        margin-bottom: 6rem;
    }
    .mb-xxl-9 {
        margin-bottom: 7rem;
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 4rem;
    }
    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 5rem;
    }
    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 5rem;
    }

    .cta-boxed {
        min-height: 586px;
        padding: 80px;
    }
}

@media (min-width: 1600px) {
    .el_sec_personalised:has(+.el_sec_cta-boxed) {
        padding-bottom: 400px !important;
    }

    .el_sec_personalised + .el_sec_cta-boxed .cta-boxed {
        margin-top: -372px;
    }

    .py-xxxl-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-xxxl-7 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-xxxl-8 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-xxxl-9 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .my-xxxl-6 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .my-xxxl-7 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .my-xxxl-8 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .my-xxxl-9 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .mt-xxxl-6 {
        margin-top: 4rem;
    }
    .mt-xxxl-7 {
        margin-top: 5rem;
    }
    .mt-xxxl-8 {
        margin-top: 6rem;
    }
    .mt-xxxl-9 {
        margin-top: 7rem;
    }
    .mb-xxxl-6 {
        margin-bottom: 4rem;
    }
    .mb-xxxl-7 {
        margin-bottom: 5rem;
    }
    .mb-xxxl-8 {
        margin-bottom: 6rem;
    }
    .mb-xxxl-9 {
        margin-bottom: 7rem;
    }

    .g-xxxl-6, .gx-xxxl-6 {
        --bs-gutter-x: 4rem;
    }
    .g-xxxl-6, .gy-xxxl-6 {
        --bs-gutter-y: 4rem;
    }

    .g-xxxl-7, .gx-xxxl-7 {
        --bs-gutter-x: 5rem;
    }
    .g-xxxl-7, .gy-xxxl-7 {
        --bs-gutter-y: 5rem;
    }
}

@media (min-width: 1700px) {
    .flex-grid-steps {
        grid-gap: 90px;
    }

    .cta-boxed {
        padding: 92px;
    }
}

.accordion-style-1.custom-accordion .accordion-button,
.accordion-style-1.custom-accordion .accordion-body {
    padding-left: var(--bs-accordion-px);
    padding-right: var(--bs-accordion-px);
    border-radius: 0px !important;
}
.accordion-style-1.custom-accordion .accordion-body {
    padding-top: 5px;
}

.theme-logo-carousel .item {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-logo-carousel img {
    max-height: 92px;
    width: auto !important;
    margin: 0 auto;
}

/*Hero Carousel*/
.hero-banner-carousel .animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
.hero-banner-carousel .owl-animated-out {
  z-index : 1 
}
.hero-banner-carousel .owl-animated-in {
  z-index : 0 
}
.hero-banner-carousel .slidefadeOut  {
  -webkit-animation-name : slidefadeOut  ;
  animation-name : slidefadeOut  ;
}

@-webkit-keyframes  slidefadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  slidefadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.hero-banner-carousel.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: 40px;
    text-indent: -999px;
}

.hero-banner-carousel.owl-theme .owl-nav button:hover {
    background-color: #37adad;
}

.hero-banner-carousel.owl-theme .owl-nav {
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.hero-banner-carousel.owl-theme:hover .owl-nav {
    opacity: 1;
}

.hero-banner-carousel.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.hero-banner-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.hero-banner-carousel.owl-theme .owl-nav button.owl-prev:before,
.hero-banner-carousel.owl-theme .owl-nav button.owl-next:before {
    content: "";
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.hero-banner-carousel.owl-theme .owl-nav button.owl-prev:before {
    margin-left: 2px;
    transform: rotate(-140deg);
}

.hero-banner-carousel.owl-theme .owl-nav button.owl-next:before {
    transform: rotate(45deg);
    margin-left: -5px;
}

.hero-banner-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #D6CFC2;
}

.hero-banner-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #37adad;
}

@media only screen and (min-width: 992px) {
    .hero-banner-carousel.owl-theme .owl-nav button {
        width: 46px;
        height: 46px;
    }
}
/*end hero carousel*/
.single-blog-breadcrumb ul.breadcrumb {
    line-height: 1;
    margin-top: 0px;
}
.single-blog-breadcrumb ul.breadcrumb li, 
.single-blog-breadcrumb ul.breadcrumb li a {
    color: #6E757B;
}
.single-blog-breadcrumb ul.breadcrumb li:before {
    background: #6E757B;
}
.single-blog-breadcrumb ul.breadcrumb li a:hover {
    color: #56C2C2;
}
.single .post-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.single .post-content > :has(.alignleft):before {
    content: "";
    clear: both;
    display: block;
}
.single .kajabi-form__content p {
    color: #fff;
}
body main .text-webinar_typedate {
    color: #1B7895;
    font-weight: 700;
}
body main .text-webinar_date {
    color: #56C2C2;
}
.single .webinar-content strong {
    font-weight: 700;
}
.single .resource-section a,
.single .webinar-content a {
	color: #56C2C2;
}

.bottom-overlay-shade-1:after {
	content: "";
	width: 100%;
	height: 33%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

.blog-image.blog-img-contain, .webin-img.webin-img-contain {
    position: relative;
    --bs-aspect-ratio: 56.25%;
    height: auto;
}
.blog-image.blog-img-contain:before, .webin-img.webin-img-contain:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.blog-image.blog-img-contain a, .webin-img.webin-img-contain img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webin-img.webin-img-contain img {
    min-height: unset;
    max-height: unset;
}

@media (min-width: 992px) {
    .pt-lg-80px {
        padding-top: 80px !important;
    }
}
