/*!
 * TJ's Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /*==========================

Estate Popup CSS

==========================*/

.estate-modal-content {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .estate-modal-header {
        background-color: #1a1a1a; /* Dark elegant theme */
        color: #d4af37; /* Gold color */
        border-bottom: 2px solid #d4af37;
        text-align: center;
        display: block;
        padding: 20px;
    }
    .estate-img-container {
        width: 100%;
        height: 250px;
        background-color: #f8f9fa;
        background-image: url('https://cdn.jewelryimages.net/static/domains/tjsfinejewelry/images/store-pics/estate-buying.png'); /* Placeholder for your event image */
        background-size: cover;
        background-position: center;
    }
    .estate-modal-body {
        padding: 30px;
        text-align: center;
    }
    .event-date {
        font-weight: bold;
        color: #333;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .bonus-badge {
        display: inline-block;
        background: #d4af37;
        color: white;
        padding: 5px 15px;
        border-radius: 50px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .btn-gold {
        background-color: #d4af37;
        color: white;
        border: none;
        padding: 12px 30px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    .btn-gold:hover {
        background-color: #b8962e;
        color: white;
    }

 /*==========================

 General

==========================*/

.script {
    font-family: 'allura', cursive !important;
}


/*=======================

Header

========================*/

header .content-toolbar .content-toolbar-inner>ul>li.dropdown .dropdown-menu .dropdown-item:hover, 
header .content-toolbar .content-toolbar-inner>ul>li.dropdown .dropdown-menu .dropdown-item:focus {
    color: var(--bs-light) !important;
}

@media (max-width: 767px) {
    nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item .dropdown-menu .dropdown-item:hover, nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item .dropdown-menu .dropdown-item:focus, nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item .dropdown-menu .dropdown-item:active {
        color: var(--bs-light) !important;
    }
}

/*=======================

Footer

========================*/

footer > .footer-section > .container-fluid {
    background-color: var(--bs-dark) !important;
}

/* ==============================
   Prices Sections
============================== */

section[data-pagebuilder="section"].price-section [data-pagebuilder="row"] {
    justify-content: center !important;
}

section[data-pagebuilder="section"].price-section [data-widget-element="widgetHeader"] {
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    font-family: var(--bs-p-family) !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

section[data-pagebuilder="section"].price-section [data-widget-element="widgetHeader"] > span {
    display: block !important;
    font-size: 35px !important;
    line-height: 1 !important;
    font-family: "Brygada 1918", serif !important;
    font-weight: 400 !important;
    position: relative;
}

section[data-pagebuilder="section"].price-section [data-widget-element="widgetHeader"] > span:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    width: 160px;
    background: #FBE7DE !important;
    z-index: -1;
    bottom: -12px;
    max-width: 100%;
}

section[data-pagebuilder="section"].price-section.alt [data-pagebuilder="widget"] > [data-widget-url]:hover [data-widget-element="widgetHeader"] {
    color: var(--bs-secondary-700) !important;
}

section[data-pagebuilder="section"].price-section.inset [data-pagebuilder="widget"] > [data-widget-url]:hover [data-widget-element="widgetHeader"],
section[data-pagebuilder="section"].price-section.default [data-pagebuilder="widget"] > [data-widget-url]:hover [data-widget-element="widgetHeader"] {
    color: var(--bs-primary-400) !important;
}

@media (max-width: 767px) {
    section[data-pagebuilder="section"].price-section {
        border-top: 1px solid var(--bs-dark) !important;
        border-bottom: 1px solid var(--bs-dark) !important;
    }
    section[data-pagebuilder="section"].price-section,
    section[data-pagebuilder="section"].price-section [data-pagebuilder="section-container"] {
        padding: 0 !important;
    }
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"] {
        border-bottom: 1px solid var(--bs-dark) !important;
    }
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"]:nth-child(odd) {
        border-right: 1px solid var(--bs-dark) !important;
    }
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"]:last-child,
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"]:nth-last-child(2) {
        border-bottom: 0 !important;
    }
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"]:nth-child(5):last-child {
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"] {
        border-right: 1px solid var(--bs-dark) !important;
    }
    section[data-pagebuilder="section"].price-section [data-pagebuilder="column"]:last-child {
        border-right: 0 !important;
    }
}
@media (min-width: 992px) {
    section[data-pagebuilder="section"].price-section [data-widget-element="widgetHeader"] > span {
        font-size: 62px !important;
        font-weight: 300 !important;
    }
}

/* TJ's Fine Jewelry — Readers' Choice 2026 Popup
   Paste into Punchmark Site Manager > Design / Theme Settings > Global CSS
   DO NOT paste into the page editor.
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Open+Sans:wght@400;600&family=Allura&display=swap');

.tjs-rc-dialog {
    max-width: 460px;
}

.tjs-rc-modal-content {
    background-color: #FAFAFA;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
}

.tjs-rc-close {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 10;
    filter: invert(1);
}

.tjs-rc-badge-row {
    background-color: #333333;
    padding: 2rem 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tjs-rc-badge-img {
    width: 140px;
    height: auto;
}

.tjs-rc-body {
    padding: 1.5rem 2rem 0.5rem;
}

.tjs-rc-eyebrow {
    font-family: 'Allura', cursive;
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 0.4rem;
    line-height: 1.2;
}

.tjs-rc-headline {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.tjs-rc-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: #2D2D2D;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.tjs-rc-btn {
    display: inline-block;
    background-color: #333333;
    color: #FAFAFA;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.tjs-rc-btn:hover {
    background-color: #555555;
    color: #FAFAFA;
    text-decoration: none;
}

.tjs-rc-disclaimer {
    font-family: 'Open Sans', sans-serif;
    margin-top: 1rem;
    font-size: 0.72rem;
    color: #888888;
    margin-bottom: 0;
}