/*!
 * 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;
    }
}