/* Peloquins Divi theme restoration stylesheet */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    background-color: #fff;
}

img { max-width: 100%; height: auto; border: 0; }

a { color: #edb059; text-decoration: none; }
a:hover { color: #d49a45; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cantata One', Georgia, serif;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
}

p { margin: 0 0 1em; }

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

#page-container {
    position: relative;
    background-color: #fff;
}

/* Top header bar */
#top-header {
    background-color: #edb059;
    line-height: 1;
    z-index: 100001;
    position: relative;
}

#top-header .container {
    padding: 8px 0;
    font-weight: 600;
}

#et-info {
    float: left;
    color: #fff;
    font-size: 12px;
}

#et-info a,
#et-info span {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

#et-info a:hover { opacity: 0.85; }

#et-secondary-menu { float: right; }

/* Main header */
#main-header {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    line-height: 23px;
    position: relative;
    z-index: 99999;
    top: 0;
    width: 100%;
}

body.et_fixed_nav #main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 33px;
}

.et_menu_container {
    position: relative;
}

.logo_container {
    float: left;
    height: 87px;
    position: relative;
    width: auto;
}

.logo_container a {
    display: block;
    height: 100%;
}

.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

#logo {
    max-height: 70%;
    width: auto;
    vertical-align: middle;
}

#et-top-navigation {
    float: right;
    padding-top: 28px;
}

#top-menu-nav { display: block; }

#top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

#top-menu > li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

#top-menu > li > a {
    display: block;
    font-family: 'Cantata One', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    transition: color 0.2s;
}

#top-menu > li > a:hover,
#top-menu > li.current-menu-item > a,
#top-menu > li.current-menu-ancestor > a,
#top-menu > li.current_page_item > a {
    color: #edb059;
}

#top-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-top: 3px solid #edb059;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#top-menu li:hover > .sub-menu,
#top-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

#top-menu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
}

#top-menu .sub-menu li a:hover,
#top-menu .sub-menu li.current-menu-item a {
    background-color: #fafafa;
    color: #edb059;
}

#et_mobile_nav_menu { display: none; }

.et_search_outer { display: none; }

/* Main content area */
body.et_fixed_nav #page-container { padding-top: 0; }

body.et_fixed_nav.et_secondary_nav_enabled #page-container {
    padding-top: 33px;
}

#et-main-area {
    background-color: transparent;
}

body.et_fixed_nav #et-main-area {
    padding-top: 87px;
}

body.et_fixed_nav.et_secondary_nav_enabled #et-main-area {
    padding-top: 87px;
}

#main-content {
    background-color: transparent;
}

.entry-content { padding: 0; }

/* Divi builder sections */
.et_pb_section {
    position: relative;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    padding: 54px 0;
}

.et_pb_section.et_pb_with_background {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.et_pb_row::after {
    content: '';
    display: table;
    clear: both;
}

.et_pb_column {
    position: relative;
    min-height: 1px;
}

.et_pb_gutters3 .et_pb_column {
    margin-right: 5.5%;
}

.et_pb_gutters3 .et_pb_column.et-last-child,
.et_pb_gutters3 .et_pb_column:last-child {
    margin-right: 0;
}

.et_pb_column_4_4 { width: 100%; margin-right: 0 !important; }
.et_pb_column_1_2 { width: 47.25%; }
.et_pb_column_1_3 { width: 29.6667%; }
.et_pb_column_1_4 { width: 20.875%; }
.et_pb_column_2_3 { width: 64.833%; }
.et_pb_column_3_4 { width: 73.625%; }

/* Content modules */
.et_pb_module {
    margin-bottom: 30px;
}

.et_pb_text {
    word-wrap: break-word;
}

.et_pb_text_inner {
    position: relative;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark .et_pb_text_inner,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6,
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark a {
    color: #fff !important;
}

.et_pb_bg_layout_dark a:hover {
    color: #edb059 !important;
}

.et_pb_text_align_center { text-align: center; }
.et_pb_text_align_left { text-align: left; }

/* Promo / CTA modules */
.et_pb_promo {
    padding: 20px;
    text-align: center;
    background-color: rgba(12, 12, 12, 0.65);
    margin-bottom: 20px;
    border: 1px solid rgba(237, 176, 89, 0.3);
}

.et_pb_with_border.et_pb_promo {
    border: 1px solid rgba(237, 176, 89, 0.4);
}

.et_pb_promo .et_pb_module_header {
    font-family: 'Cantata One', Georgia, serif;
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
}

.et_pb_promo img {
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

/* Buttons */
.et_pb_button_module_wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.et_pb_button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #edb059;
    border-radius: 3px;
    color: #edb059 !important;
    background: transparent;
    text-decoration: none !important;
    transition: all 0.2s;
    cursor: pointer;
}

.et_pb_button:hover {
    background-color: #edb059;
    color: #fff !important;
    text-decoration: none !important;
}

.et_pb_bg_layout_light .et_pb_button {
    color: #edb059 !important;
}

/* Footer */
#main-footer {
    background-color: #222;
    color: #ccc;
}

#et-footer-nav {
    background-color: rgba(0, 0, 0, 0.32);
    padding: 15px 0;
}

#menu-footer-menu,
.bottom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

#menu-footer-menu li,
.bottom-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#menu-footer-menu li a,
.bottom-nav li a {
    color: #bbb;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
}

#menu-footer-menu li a:hover,
.bottom-nav li a:hover {
    color: #edb059;
}

#footer-bottom {
    background-color: #1a1a1a;
    padding: 15px 0;
    text-align: center;
}

#footer-info {
    color: #999;
    font-size: 12px;
}

#footer-info a {
    color: #edb059;
}

/* Blockquote styling */
blockquote {
    margin: 0 0 20px;
    padding: 20px 30px;
    background: rgba(12, 12, 12, 0.65);
    border-left: 4px solid #edb059;
    color: #fff;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

td, th {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* Responsive */
@media (max-width: 980px) {
    .container,
    .et_pb_row {
        width: 90%;
    }

    #et-top-navigation { display: none; }
    #et_mobile_nav_menu { display: block; float: right; padding-top: 20px; }

    .mobile_nav {
        color: #333;
        font-weight: 600;
        cursor: pointer;
        font-size: 13px;
    }

    .mobile_menu_bar {
        display: inline-block;
        width: 28px;
        height: 20px;
        margin-left: 8px;
        vertical-align: middle;
        background: linear-gradient(
            to bottom,
            #333 0%, #333 20%,
            transparent 20%, transparent 40%,
            #333 40%, #333 60%,
            transparent 60%, transparent 80%,
            #333 80%, #333 100%
        );
    }

    .et_pb_column_1_2,
    .et_pb_column_1_3,
    .et_pb_column_1_4,
    .et_pb_column_2_3,
    .et_pb_column_3_4 {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    body.et_fixed_nav #et-main-area {
        padding-top: 70px;
    }

    .logo_container { height: 66px; }
}

@media (max-width: 767px) {
    #top-menu { flex-direction: column; align-items: flex-start; }
    #top-menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        padding-left: 16px;
    }
}

/* Enhanced content blocks for menu pages */
.et_pb_row.peloquins-content-row {
    background-color: rgba(12, 12, 12, 0.65);
    margin-bottom: 20px;
    padding: 24px 20px;
}

.peloquins-content-row .et_pb_text_inner h2,
.peloquins-content-row .et_pb_text_inner h3 {
    color: #edb059 !important;
    font-family: 'Cantata One', Georgia, serif;
    margin-bottom: 14px;
}

.peloquins-content-row .et_pb_text_inner p,
.peloquins-content-row .et_pb_text_inner li {
    color: #fff !important;
    line-height: 1.75;
}

.peloquins-content-row .et_pb_text_inner ul {
    padding-left: 1.4em;
    margin: 0 0 1em;
}

.peloquins-content-row .et_pb_text_inner a {
    color: #edb059 !important;
}

.peloquins-feature-card {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(237, 176, 89, 0.35);
    padding: 22px 18px;
    height: 100%;
    text-align: center;
}

.peloquins-feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.peloquins-feature-card p {
    font-size: 14px;
    margin: 0;
}

.peloquins-timeline-item {
    border-left: 3px solid #edb059;
    padding: 0 0 18px 18px;
    margin-bottom: 6px;
}

.peloquins-timeline-item strong {
    color: #edb059;
    display: block;
    margin-bottom: 4px;
}

/* All Products grid */
.et_pb_promo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.et_pb_promo .et_pb_module_header {
    margin-bottom: 12px;
}

.et_pb_promo a img {
    transition: opacity 0.2s ease;
}

.et_pb_promo a:hover img {
    opacity: 0.85;
}
