/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

body {
    --admin-bar-height: 0;
    --admin-bar-sticky: 0;

    --header-top-bar-height: 67px; /* overridden by child-theme.js */
    --header-bottom-bar-height: 146px; /* overridden by child-theme.js */
}

/* Admin bar CSS variables for height and sticky */
body.admin-bar { --admin-bar-height: 32px; --admin-bar-sticky: 1; }
@media ( max-width: 782px ) { body.admin-bar { --admin-bar-height: 46px; } }
@media ( max-width: 600px ) { body.admin-bar { --admin-bar-sticky: 0; } }

/* hide podcast comments */
.single-podcasts #comments {
    display: none !important;
}

/* express interest popup - bottom spacing */
.popupally-pro-outer-2-fluid_ufxcweh .gform_wrapper::after,
.popupally-pro-outer-4-fluid_ufxcweh .gform_wrapper::after {
    content: "";
    display: block;
    height: 60px;
}

/* remove subscribe menu from home pages */
.home .nav-menu,
.page-home-meditators .nav-menu,
.page-home-non-meditators .nav-menu {
    display: none !important;
}

/* events */
.tribe-events-c-subscribe-dropdown__button-text {
    display: none !important;
}

/* podcast icons */
@media (min-width: 768px) {
    .podcast-links ul a {
        font-size: 1.6em !important;
    }
}

/* podcast faqs */
.podcast-faqs .accordion .accordion-button:after {
    color: #fff;
}

.single-podcasts .container-default .container,
.podcast-faqs .container {
    max-width: 950px !important;
}

@media (min-width: 992px) {
    .single-podcasts .podcast-faqs {
        margin-right: 0 !important;
        right: auto !important;
        left: 50% !important;
    }
}

/* widget form styles */
.sidebar form .gform_body input:not(input[type="radio"]):not(input[type="checkbox"]),
.sidebar form .gform_body textarea {
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 1em !important;
}

.post-type-archive-podcasts #podcast-search input[type="search"]::-webkit-search-cancel-button {
    display: none; /* Removes the cancel button */
    -webkit-appearance: none; /* Overrides default browser styling */
}

/* Fixing Default/Older pages Block cover */

.entry .wp-block-cover.is-style-header-cover.first-block {
    margin: 25px calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-top: -171px !important;
}

.wp-block-cover + h1 {
    margin-top: 70px;
}

.default-empty-hero-block {
    background: black;
    margin-bottom: 30px;
}

/* OLD STYLING FROM OLD SITE */
.has-iron-background-color {
    background-color: #6d6f71 !important;
}
.has-iron-background-color.wp-block-button__link {
    color: #fff !important;
}

.has-iron-color {
    color: #6d6f71 !important;
}

.has-raw-sienna-background-color {
    background-color: #d77745 !important;
}
.has-raw-sienna-background-color.wp-block-button__link {
    color: #fff !important;
}

.has-raw-sienna-color {
    color: #d77745 !important;
}

.has-golden-sun-background-color {
    background-color: #ebb074 !important;
}
.has-golden-sun-background-color.wp-block-button__link {
    color: #fff !important;
}

.has-golden-sun-color {
    color: #ebb074 !important;
}

.has-song-background-color {
    background-color: #eac5a3 !important;
}

.has-song-color {
    color: #eac5a3 !important;
}

.has-heather-background-color {
    background-color: #e6e7e8 !important;
}

.has-heather-color {
    color: #e6e7e8 !important;
}

.has-grey-background-color {
    background-color: #f1f2f3 !important;
}

.has-grey-color {
    color: #f1f2f3 !important;
}

.has-white-background-color {
    background-color: #ffffff !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-raw-sienna-background-color .c-accordion__item .c-accordion__title,
.has-raw-sienna-background-color .c-accordion__item .c-accordion__title {
    color: #f1f2f3 !important;
}

.has-raw-sienna-background-color .c-accordion__title::after {
    color: #f1f2f3;
    font-size: 30px;
}

.is-open > .c-accordion__title:after {
    font-size: 24px;
    font-weight: bold;
}

.c-accordion__title {
    margin-right: 1rem;
}

.c-accordion__title {
    cursor: pointer;
    padding-right: 2rem;
    position: relative;
}

.wp-block-pb-accordion-item {
    max-width: 1100px !important;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group {
    padding: 3em 0;
}

.wp-block-group.alignfull > *,
.wp-block-media-text.alignfull,
.wp-block-columns.alignfull {
    width: auto !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media ( min-width: 600px ) {
    .wp-block-media-text.is-stacked-on-mobile {
        gap: 2em;
    }
}

.wp-block-group > .wp-block-heading {
    margin-bottom: 1em;
}

.wp-block-pullquote {
    padding: 2em 0 !important;;
}

.wp-block-pullquote p,
.wp-block-quote p {
    font-size: 26px !important;
    max-width: 700px !important;
    line-height: 1.2em !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-pullquote p {
    font-style: italic;
}

.wp-block-pullquote cite {
    color: #d77745;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}

.wp-block-pullquote cite::before {
    content: "–";
    font-weight: bold;
    color: #d77745;
    padding-right: 10px;
}

/* Events Calendar - Archive Pagination (and venue) */
.tribe-events-c-nav .tribe-events-c-nav__next-label::after,
.tribe-events-c-nav .tribe-events-c-nav__prev-label::before {
    display: none;
}

/* Events Calendar - Subscribe to calendar (hide button) */
.tribe-events-c-subscribe-dropdown {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* Events Calendar - Search box */
.tribe-events-header__events-bar .tribe-events-c-search .tribe-events-c-search__input {
    position: static !important;
    top: 0 !important;

    margin-left: 32px;
    margin-top: 0;
    width: calc(100% - 32px);

    border-bottom: none !important;
}

.tribe-common .tribe-common-c-btn-border-small {
    border-radius: 0 !important;
}

.tribe-events-header {
    border-bottom: none !important;
}

/* Events Calendar - Font normalize */
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    font-family: montserrat, sans-serif;
}

/* Events Calendar - Filters */
.select2-container--default .select2-results>.select2-results__options {
    padding-left: 6px;
    padding-right: 6px;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
    margin-left: -6px;
    padding-left: 6px;
    border: 1px solid transparent !important;
    border-radius: 5px;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option:focus {
    border-color: transparent !important;
    outline: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option.select2-results__option.select2-results__option--highlighted,
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option:focus-visible {
    border-color: #000 !important;
    outline: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-radio label {
    font-weight: 400 !important;
    text-transform: none !important;
}

/* Events Calendar - Virtual Events */
.tribe-events-schedule .tribe-events-virtual-single-marker {
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

/* Events Calendar - Singular Events */
.tribe-events-content p a:not(.button) {
    border-bottom: none !important;
    color: #EBAF74 !important;
}

.single-tribe_events .tribe_events .tribe-events-single-event-description.tribe-events-content {
    width: auto !important;
}

/* Events Calendar - Columns */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 991.1px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* Events Calendar - Two Column Event */
@media ( max-width: 991px ) {
    .tribe_events .col-lg-5 {
        display: none;
    }
}

.no-padding {
    padding: 0 !important;
}

/* Event Calendar - Single event - Meta */
.single-tribe_events .tribe_events .tribe-events-meta-group ul li .tribe-events-meta-label {
    font-weight: 700;
    min-width: 120px !important;
}

.single-tribe_events .tribe_events .tribe-events-meta-group ul li a {
    min-width: 0 !important;
}

.single-tribe_events .tribe_events .tribe-events-meta-group ul li a {
    text-decoration: underline;
}
.single-tribe_events .tribe_events .tribe-events-meta-group ul li a:where(:hover, :focus-visible) {
    color: #d77745;
}

/* Event Calendar - Single event - Related events */
#related-events {
    display: block;
    position: relative;
    margin: 0;
    background-color: #f8f9fa;
    text-align: center;
    margin-top: 3em;

    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 991.1px) {
    #related-events {
        margin-left: -100vw;
        margin-right: -100vw;
        padding-left: 100vw;
        padding-right: 100vw;
    }
}

@media ( max-width: 991px ) {
    #related-events .col {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #related-events .col:not(:last-child) {
        margin-bottom: 30px;
    }
}

#related-events h3.text-center {
    text-align: center;
}

#related-events .tribe-events-widget-events-list__event-datetime-wrapper {
    font-size: 14px;
}

#related-events .tribe-events-virtual-single-marker {
    float: none;
}

/* Hero - Fix initial loading size (Overwritting by JS after load) */
@media ( min-width: 767px ) {
    .single-tribe_events .hero.simple.desktop {
        margin-top: -169px; /* Overwritten by JS after load */
        padding-top: 409px; /* Overwritten by JS after load */
    }
}

@media ( max-width: 766.9px ) {
    .single-tribe_events .hero.simple.mobile {
        margin-top: -88px; /* Overwritten by JS after load */
        padding-top: 324px; /* Overwritten by JS after load */
    }
}

/* Popup video for vimeo (see child-theme.js for code) */
.vlb-overlay {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    transition: opacity .2s ease;
}

.vlb-overlay.is-open {
    display: flex;
    opacity: 1;
}

.vlb-frame {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

@supports not (aspect-ratio: 16 / 9) {
    .vlb-frame {
        height: 0;
        padding-bottom: 56.25%;
    }
}

.vlb-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vlb-close {
    position: absolute;
    z-index: 100;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    font-family: Arial, sans-serif;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.vlb-close:hover {
    background: #eee;
}

@media (max-width: 520px) {
    .vlb-close {
        top: 6px;
        right: 6px;
    }
}

/*
Tables used in media-text block
@see https://thomknoles1dev.wpenginepowered.com/sedona-rounding-retreat/#
*/
.wp-block-media-text .wp-block-table table :where(th, td) {
    border:  none;
    padding: 0.3em;
}

/* Spacing (Copied from old site) */
@media (min-width: 768px) {
    .wp-block-spacer {
        margin-bottom: 3em;
    }
}

[class^=wp-block-media], [class^=wp-block-image] {
    margin-bottom: 3em !important;
}

.wp-block-buttons,
.wp-block-group__inner-container > .wp-block-buttons {
    margin-bottom: 5em;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-buttons,
.wp-block-media-text .wp-block-media-text__content .wp-block-quote {
    margin-bottom: 0;
}

/*
Price columns
@see https://thomknoles1dev.wpenginepowered.com/sedona-rounding-retreat/#
*/
.wp-block-columns.pricing-columns .wp-block-column .wp-block-group.price-column {
    margin-bottom: 0;
    max-width: 400px;
    padding-bottom: 0;
    padding-top: 0;
}

/* "MFP Hide" (from old site) */
.mfp-hide {
    display: none !important;
}

/* Venues - fix spacing */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
    margin-top: 1em;
}

@media ( max-width: 600px ) {
    .tribe-events-pro .tribe-events-pro-venue__meta-row {
        gap: 2em;
    }
}

/* Video play button - white background (legacy "has-color-white" instead of "text_style-light-text" */
/* from style.css: .text_style-light-text .play-btn {} */
.play-btn,
.has-white-color .play-btn,
.has-white-color + figure.wp-block-image .play-btn {
    background-image: url(_static/images/play-btn_white.svg);
}

/* Fix slideout menu for admins */

/* Header position absolute until child-theme.js is loaded */
#header-wrapper .header-inner {
    position: absolute;
    top: calc( var( --header-top-bar-height, 0 ) );
    width: 100%;
    max-width: 1760px !important;
    left: 0;
    right: 0;
}

@media (min-width: 1800px) {
    /* Style.css overwrites this to 0, needs added back */
    #header-wrapper .header-inner {
        padding-left: 73px !important;
        padding-right: 73px !important;
    }
}

/* Fix slideout menu */
#slideout-menu {
    top: calc(  var( --admin-bar-height, 0 ) + var( --header-top-bar-height, 0 ) ) !important;
}

/* Match top padding with child-theme.js adjustPadding */
body {
    --first-block-top-padding: 438px; /* overridden with child-theme.js */
}

/* $firstBlocks -> cls-background */
.is-style-header-cover .cls-background,
.hero.mobile .cls-background,
.hero.desktop .cls-background,
.hero .cls-background,
.first-block .cls-background {
    padding-top: var( --first-block-top-padding, 0px );
}

/* $sections */
.hero,
.blog .hero,
.blog .hero.mobile,
.archive .hero,
.single-tribe_events .hero {
    padding-top: var( --first-block-top-padding, 0px );
}

/* $singleSections */
.single .entry-header,
.single-tribe_events .hero {
    padding-top: var( --first-block-top-padding, 0px );
}

@media ( max-width: 768px ) {
    .single .entry-header,
    .single-tribe_events .hero {
        padding-top: calc( var( --first-block-top-padding, 0px ) - 100px );
    }
}

/* Other header/firstblock overrides */
.entry .wp-block-cover.is-style-header-cover.first-block {
    margin-top: 0 !important;
}

/* Mobile menu improvements */
body.no-scroll {
    position: static;
}
#slideout-menu {
    position: absolute !important;
}

/* Padding on first blocks (before .first-block class gets added) */
body {
    --site-info-height: 216px;
}
@media ( max-width: 768px ) { body { --site-info-height: 240px; } }

.section-hero .hero-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero,
.entry-header,
.single .entry-header,
.single-tribe_events .hero,
.entry-single:not(.post) .entry-content > section.layout-section:first-child .cls-background,
.entry-single:not(.post) .entry-content > script:first-child + section.layout-section .cls-background,
.first-block.section-hero .hero-image .hero-text,
.entry .wp-block-cover.is-style-header-cover,
.section-hero .hero-video .hero-text,
.section-hero .hero-image .hero-text {
    /*padding-top: clamp(350px, 45vw, 500px) !important;*/
    /*padding-bottom: clamp(100px, 10vw, 200px) !important;*/

    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(60px + var(--site-info-height)) 0 25px !important;
}

/* No padding for videos */
.entry-single:not(.post) .entry-content > section.layout-section.wp-block-acf-video-block:first-child .cls-background,
.entry-single:not(.post) .entry-content > script:first-child + section.wp-block-acf-video-block.layout-section .cls-background {
    padding: 0 !important;
}

/* Revert previous selector in some areas */
#ajax-load-more .entry-header,
.section-latest-posts .entry-header {
    min-height: 0;
    display: block;
    padding: 0 !important;
}

body:not(.js-loaded) :where( .is-style-header-cover, .hero.mobile, .hero.desktop, .hero, .first-block ):not(.entry-header) {
    margin: 0 calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

.single .entry-header {
    position: relative !important;
    width: 100vw !important;
}

.hero.simple.desktop,
.archive .hero.simple.desktop,
.blog .hero.simple.desktop,
.single-tribe_events .hero.simple.desktop  {
    margin-bottom: 50px !important;
    padding-bottom: 25px !important;
}

/*
body:not(.js-loaded) :where( .is-style-header-cover, .hero.mobile, .hero.desktop, .hero, .first-block ) {
    margin-left: calc(-50vw - 50%);
    padding-left: calc(50vw + 50%);
    margin-right: calc(-50vw - 50%);
    padding-right: calc(50vw + 50%);
}
*/

/*
--admin-bar-height
--admin-bar-sticky
 */

/* Updated height for creditslide */
#creditslide {
    bottom: -171px;
}

/* Fix FAQs width on blog posts */
@media ( min-width: 768px ) {
    .single-post .faqs {
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}

/* Fix misalignment on single containers */
@media (min-width: 992px) {
    .single #content-wrapper > .container {
        justify-content: center;
    }
}

/* Search page */
.search-primary .entry-header h1,
.search-primary .entry-header {
    color: #fff;
}

.search #content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

#search-results {
    padding-top: 75px;
}

#search-results .post-meta {
    margin-bottom: 0;
}

/* Post grid (used on search results) */
.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
@media ( max-width: 800px ) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media ( max-width: 550px ) { .post-grid { grid-template-columns: 1fr; } }

.post-grid .post-grid-item {
    height: 100%;
    background: rgba(0,0,0,0.5) center no-repeat;
    background-size: cover;
    padding: 25px;
    color: #fff;
}

.post-grid .post-grid-item h2 a {
    color: #fff;
}

/*
Orange sidebar block, add padding
@see https://thomknoles1dev.wpenginepowered.com/abundance-course/
*/
.wp-block-column:first-child > .wp-block-group.has-raw-sienna-background-color {
    padding-left: 20px;
    padding-right: 20px;
}

/*
Price columns
@see https://thomknoles1dev.wpenginepowered.com/abundance-course/
*/
.price-column .wp-block-group {
    padding-top: 1em;
    margin-top: 0;
}

/* Fix full width buttons */
.wp-block-buttons .wp-block-button__link {
    width: auto !important;
}

/*
Gravity Form buttons
NOTE: Repeated selectors are to override parent theme extreme specificity of 0,9,0 (requires 9 classes to supersede)
JUST CLOSE YOUR EYES
*/
html .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper input.button {
    height: auto !important;
    padding: 15px 20px !important;
    vertical-align: top !important;
    width: auto !important;
    min-width: 0 !important;
    line-height: 1em !important;
}