/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version 
*/
.center-page-title {
    max-height: 52px;
}

@media (min-width: 768px) {
    .nav .wide-kids ul {
        width: 350px;
    }
}

ul.nav li a,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Oregano" !important;
    letter-spacing: -0.7px;
}

body.jma_gbs_non_frame_content.gbs-full-content.jma_gbs_full_block .entry-content>* {
    padding-top: 0
}

@media (orientation:landscape) {
    .home-tabs .wp-block-getwid-section__inner-content {
        min-height: 800px;
        min-height: calc(100vh - 160px)
    }
}

.alignright.about-laurel {
    width: 300px;
}

body .site-title {
    color: #ffb612;
    margin-bottom: 0
}

@media (max-width: 767px) {
    #jma-placeholder {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar {
        padding-top: 40px;
        border-top-color: #aaa;
        border-top-style: double
    }
}

.sf-menu a {
    padding: .2em 1em;
}

.entry-title,
.wp-block-latest-posts {
    text-transform: capitalize;
}

.home.jma_gbs_non_frame_content.gbs-full-content.jma_gbs_full_block .entry-content>* {
    padding-top: 0;
}

.special-serif-font {
    font-size: 1.2em !important;
}

.menu-item .special-serif-font {
    font-size: 1em !important;
}

.archive-description {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid #ccc 1px;
}

.wc-block-grid__product-title {
    font-size: 20px;
}

#bp-web-widget-container {
    z-index: 100000;
    position: relative;
}

@media (min-width: 768px) {
    body .bp-widget-widget {
        right: 10%;
    }
}

.wp-block-gallery {
    clear: both;
}

#customer_details>div {
    max-width: 100% !important;
}

.has-image .wp-block-getwid-video-popup__button {
    position: absolute;
}

body .has-image .wp-block-getwid-video-popup__wrapper {
    padding: 0;
}

.alignright,
.alightleft {
    max-width: 60%;
}

.jma-sidebar-books .wp-block-kadence-posts.grid-cols {
    row-gap: 1rem;
}

/*journal thx */
.list-lead-in {
    margin-bottom: 0;
}

/* demo pages */
.highlight-box {
    padding: 5px;
    background: #f0f0ff;
    border: solid 2px #000044;
    width: 500px;
}

.highlight-box .add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    display: inline-block;
}

.highlight-box .add_to_cart_inline .button {
    margin-left: 7px;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field,
.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #000044;
}

/* remove product zoom */
.woocommerce-product-gallery__image {
    pointer-events: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.wp-block-woocommerce-add-to-cart-form form.cart>.quantity:not(.wc-block-components-quantity-selector) .qty {
    padding: 0
}

.wp-block-post-excerpt__more-link {
    margin: 10px 0;
    font-weight: bold;
}

.wp-block-gallery.columns-4.has-nested-images figure.wp-block-image {
    max-width: 24%
}

.wp-block-gallery.columns-2.has-nested-images figure.wp-block-image {
    max-width: 49%
}

.woocommerce .related.products {
    clear: both
}

.woocommerce div.product p.available-on-backorder {
    font-size: 1.5em;
}

.woocommerce-column.col-1,
.woocommerce-column.col-2,
.woocommerce-column.col-3 {
    max-width: 100%
}

/* Modal Overlay - Background blur and centering */
.cx-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Box */
.cx-modal-content {
    background-color: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    text-align: center;
}

/* Close "X" Button */
.cx-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cx-close:hover {
    color: #333;
}

/* Modal Typography */
.cx-modal-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}

.cx-modal-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Button Container Grid */
.cx-actions {
    flex-direction: column;
    gap: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Base button overrides to ensure consistency across themes */
.cx-actions .button {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Go Back Button Specific Styling */
#cx-cancel-btn {
    background-color: #f2f2f2 !important;
    color: #444 !important;
}

#cx-cancel-btn:hover {
    background-color: #e5e5e5 !important;
}

/* Responsive adjustments for smaller phone screens */
@media (max-width: 480px) {


    .cx-actions .button {
        width: 100%;
        margin-left: 0 !important;
        /* Clears out the PHP inline margin fallback */
    }
}

/* audible */
.jma-col-book {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .jma-col-book {
        width: 24%;
        margin-left: 1.33%;
        float: left;
    }

    .jma-col-book:nth-of-type(4n + 1) {
        margin-left: 0;
        clear: both;
    }
}

/* testimonials*/
.testimonials-list .quote {
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.mobile_status_update.efbl-story-wrapper,
.efbl-profile-title span {
    display: none !important;
}

.efbl-thumbnail-skin {
    background: transparent;
    border: none
}

.wp-block-getwid-images-slider .slick-initialized .wp-block-getwid-images-slider__item {
    height: fit-content;
}

.gs-pins {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, 120px);
    gap: 3px;
}

.gs-single-pin {
    width: 120px;
}