/* Client sample inspired skin: dark, cinematic, gold-accented OldTimes landing. */
:root {
    --sample-gold: #d4af37;
    --sample-gold-hot: #ffcc33;
    --sample-bg: #080808;
    --sample-panel: rgba(18, 18, 18, .9);
    --sample-line: rgba(212, 175, 55, .26);
    --sample-muted: #aaa39b;
}

body.oldtimes-modern {
    color: #e7e1d6;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .24) 42%, rgba(0, 0, 0, .5)),
        linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .88) 82%),
        url(../images/oldtimes-fixed-bg.png) center center / cover no-repeat fixed,
        var(--sample-bg);
}

.oldtimes-modern h1,
.oldtimes-modern h2,
.oldtimes-modern h3,
.oldtimes-modern h4,
.ot-menu a,
.ot-btn,
.ot-brand-text {
    font-family: Cinzel, Georgia, "Times New Roman", serif;
}

.oldtimes-modern #VideoBackground {
    display: none;
}

.ot-hero {
    min-height: 100vh;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ot-hero:before {
    background:
        radial-gradient(circle at 64% 44%, transparent 12%, rgba(8, 8, 8, .42) 58%, rgba(8, 8, 8, .88) 96%),
        linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .78));
}

.ot-hero:after {
    height: 240px;
    background: linear-gradient(180deg, transparent, #080808);
}

.ot-nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 40;
    width: 100%;
    max-width: none;
    transform: translateX(-50%);
    padding: 14px max(16px, calc((100vw - 1180px) / 2));
    background: rgba(0, 0, 0, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
}

.ot-brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background:
        linear-gradient(135deg, #8a6507, #ffd700 54%, #7c5600);
    box-shadow: 0 0 22px rgba(255, 204, 51, .28);
}

.ot-brand-mark:after {
    content: "OT";
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #111;
    font: 800 17px/1 Cinzel, Georgia, serif;
}

.ot-brand-text {
    color: #9a9388;
    font-size: 12px;
    letter-spacing: 2px;
}

.ot-menu {
    gap: 18px;
}

.ot-menu a {
    min-height: 34px;
    padding: 6px 2px;
    border: 0;
    border-radius: 0;
    color: #ded8ca;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ot-menu a:hover,
.ot-has-menu:hover > a {
    color: var(--sample-gold-hot);
    background: transparent;
    border-color: transparent;
}

.ot-sub-menu {
    right: auto;
    left: 50%;
    min-width: 190px;
    transform: translateX(-50%);
    border-radius: 4px;
    border-color: var(--sample-line);
    background: rgba(5, 5, 5, .94);
    box-shadow: 0 20px 54px rgba(0, 0, 0, .54), 0 0 28px rgba(212, 175, 55, .12);
}

.ot-sub-menu a {
    padding: 10px 12px;
}

.ot-hero-inner {
    min-height: 100vh;
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
    padding: 116px 0 86px;
    text-align: center;
}

.ot-hero-copy {
    width: min(100%, 1040px);
    max-width: 1040px;
    overflow: visible;
}

.ot-kicker {
    color: var(--sample-gold);
    font-size: 12px;
    letter-spacing: 4px;
}

.ot-hero h1 {
    color: transparent;
    width: 100%;
    font-size: clamp(50px, 9.2vw, 112px);
    font-style: italic;
    font-weight: 800;
    line-height: .9;
    background: linear-gradient(180deg, #fff7c7 0%, #d4af37 46%, #6a4506 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 15px rgba(212, 175, 55, .45));
    white-space: nowrap;
}

.ot-hero h1:after {
    content: "OldTimes";
    display: block;
    margin-top: -5px;
    color: rgba(255, 241, 190, .86);
    font-size: clamp(30px, 5vw, 58px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 6px;
    background: none;
    filter: none;
}

.ot-lead {
    max-width: 690px;
    margin: 28px auto 0;
    color: #d1cbc1;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}

.ot-hero-actions {
    justify-content: center;
    margin-top: 36px;
}

.ot-btn,
.oldtimes-modern .btn {
    border-radius: 4px;
    min-height: 54px;
    padding: 14px 28px;
    letter-spacing: 1px;
}

.ot-btn-primary,
.oldtimes-modern .btn-primary,
.oldtimes-modern .btn-success,
.oldtimes-modern .btn-danger {
    color: #090909 !important;
    background: linear-gradient(135deg, #9b6d08 0%, #ffd700 48%, #9b6d08 100%);
    border-color: #7a5c00;
    box-shadow: 0 0 24px rgba(255, 215, 0, .28);
    text-shadow: none;
}

.ot-btn-primary i,
.oldtimes-modern .btn-primary i,
.oldtimes-modern .btn-success i,
.oldtimes-modern .btn-danger i {
    color: #6d4a00;
}

.ot-btn-primary:hover,
.oldtimes-modern .btn-primary:hover,
.oldtimes-modern .btn-success:hover,
.oldtimes-modern .btn-danger:hover {
    color: #000;
    background: linear-gradient(135deg, #b8870b 0%, #ffe37a 48%, #a77808 100%);
}

.ot-btn-ghost {
    color: #f0eadc;
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
}

.ot-hero-panel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: min(760px, 100%);
    margin-top: -58px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ot-hero-panel a {
    grid-template-columns: 1fr;
    min-width: 150px;
    min-height: 76px;
    padding: 12px 18px;
    border-width: 0 0 0 2px;
    border-color: var(--sample-gold);
    border-radius: 0;
    background: transparent;
    color: #8f8a82;
    font-size: 12px;
    letter-spacing: 1px;
}

.ot-hero-panel a:hover {
    color: #f3d36a;
    transform: translateY(-2px);
    background: transparent;
}

.ot-hero-panel i {
    display: none;
}

.ot-hero-panel span {
    color: #d4af37;
    font: 800 19px/1 Cinzel, Georgia, serif;
}

.oldtimes-modern #content {
    margin-top: 0;
    background: linear-gradient(180deg, rgba(8, 8, 8, .94), rgba(8, 8, 8, .88));
}

.oldtimes-modern .article .mt2cms2-c {
    gap: 28px;
}

.oldtimes-modern .page-hd,
.oldtimes-modern .article .mt2cms2-c-l > .bd-c,
.oldtimes-modern .blog-post,
.oldtimes-modern .container,
.oldtimes-modern .widget .bd {
    border-radius: 0;
    border-color: rgba(255, 255, 255, .1);
    border-top-color: var(--sample-gold);
    background: var(--sample-panel);
    box-shadow: none;
}

.oldtimes-modern .page-hd {
    text-align: center;
    border-top-width: 2px;
    background:
        linear-gradient(180deg, rgba(16, 16, 16, .94), rgba(10, 10, 10, .94)),
        var(--page-image, none);
}

.oldtimes-modern .page-hd h2,
.oldtimes-modern .page-template-template-blog-php .page-hd h2 {
    color: var(--sample-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oldtimes-modern .blog-title a,
.oldtimes-modern .blog-title,
.oldtimes-modern h3,
.oldtimes-modern h4 {
    color: #fff3cb;
}

.oldtimes-modern .article p,
.oldtimes-modern .article dl,
.oldtimes-modern .table {
    color: #c6beb2;
}

.oldtimes-modern .top-sidebar {
    background: linear-gradient(180deg, rgba(22, 22, 22, .96), rgba(8, 8, 8, .96));
    border-bottom: 1px solid var(--sample-line);
    color: var(--sample-gold);
    text-align: center;
}

.oldtimes-modern .form-control {
    border-radius: 4px;
    background: rgba(0, 0, 0, .42);
    border-color: rgba(212, 175, 55, .24);
}

.oldtimes-modern .form-control:focus {
    border-color: rgba(255, 204, 51, .78);
    box-shadow: 0 0 0 3px rgba(255, 204, 51, .12);
}

.oldtimes-modern .footer-nav {
    background: rgba(0, 0, 0, .94);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 991px) {
    .ot-nav {
        position: relative;
        left: auto;
        transform: none;
        padding: 14px 16px;
    }

    .ot-hero-inner {
        min-height: auto;
        padding-top: 70px;
    }

    .ot-hero-panel {
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .ot-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ot-menu a {
        justify-content: center;
        padding: 8px 4px;
    }

    .ot-hero h1 {
        font-size: clamp(42px, 17vw, 72px);
        white-space: normal;
        transform: none;
    }

    .ot-hero h1:after {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .ot-lead {
        font-size: 17px;
    }
}

[dir="rtl"] body.oldtimes-modern,
[dir="rtl"] .oldtimes-modern {
    font-family: Inter, Arial, Helvetica, sans-serif;
}

[dir="rtl"] .ot-nav,
[dir="rtl"] .ot-hero-inner,
[dir="rtl"] .oldtimes-modern .article .mt2cms2-c,
[dir="rtl"] .oldtimes-modern .row {
    direction: rtl;
}

[dir="rtl"] .ot-menu {
    padding-right: 0;
}

[dir="rtl"] .ot-sub-menu {
    text-align: right;
}

[dir="rtl"] .ot-hero-panel a {
    border-left-width: 0;
    border-right: 2px solid var(--sample-gold);
}

[dir="rtl"] .oldtimes-modern .table,
[dir="rtl"] .oldtimes-modern .list-group,
[dir="rtl"] .oldtimes-modern form {
    text-align: right;
}
