/*
Theme Name: Pintler Suites Child
Template: newsever
Description: Pintler Suites custom child theme. Fixed bronze header with SVG mountain logo, inline SVG favicon, hotel concierge magazine concept.
Version: 1.0.0
Author: Pintler Suites
Text Domain: pintlersuites-child
*/

.header-style1,
#masthead,
.top-header,
.main-header,
.exclusive-news,
.header-menu-part,
.site-header,
.bottom-header-wrapper,
.mid-header-wrapper,
.site-logo-wrapper,
nav.navigation,
.main-navigation,
header.header,
#header,
.header-wrapper,
#sticky-wrapper,
#top-navigation,
.top-bar-navigation,
#site-navigation,
.header-inner,
.site-header-inner,
.header-top,
.header-bottom,
.sticky-header,
header[role="banner"] {
    display: none !important;
}

#pntl-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #8d6e3f;
    border-bottom: 4px solid #5c4018;
    box-shadow: 0 2px 12px rgba(92, 64, 24, 0.15);
}

body.admin-bar #pntl-fixed-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #pntl-fixed-header {
        top: 46px;
    }
}

.pntl-fixed-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}

.pntl-fixed-logo-link {
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #fffaf0;
}

.pntl-fixed-logo-svg {
    height: 38px;
    width: auto;
    display: block;
}

.pntl-fixed-nav {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.pntl-fixed-link {
    color: #e0d0b8;
    text-decoration: none;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: color 0.2s, background 0.2s;
    gap: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.pntl-fixed-link:hover {
    color: #ffffff;
    background: #5c4018;
}

.pntl-fixed-link.active {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.18);
}

.pntl-fixed-nav-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pntl-fixed-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.pntl-fixed-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fffaf0;
    margin: 5px 0;
    transition: 0.2s;
}

body {
    padding-top: 74px !important;
}

body.admin-bar {
    padding-top: 106px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 120px !important;
    }
}

@media (max-width: 1180px) {
    .pntl-fixed-container {
        padding: 0 22px;
    }
    .pntl-fixed-link {
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .pntl-fixed-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #8d6e3f;
        flex-direction: column;
        align-items: stretch;
        border-bottom: 4px solid #5c4018;
        padding: 8px 0;
    }
    .pntl-fixed-nav.show {
        display: flex;
    }
    .pntl-fixed-link {
        height: 48px;
        padding: 0 28px;
        border-bottom: 1px solid rgba(255, 250, 240, 0.08);
    }
    .pntl-fixed-link:last-child {
        border-bottom: none;
    }
    .pntl-fixed-toggle {
        display: block;
    }
}

@media (max-width: 480px) {
    .pntl-fixed-container {
        padding: 0 18px;
    }
    .pntl-fixed-logo-svg {
        height: 32px;
    }
}/*
Theme Name: Pintler Suites Child
Template: newsever
Description: Pintler Suites custom child theme. Fixed bronze header with SVG mountain logo, inline SVG favicon, hotel concierge magazine concept.
Version: 1.0.0
Author: Pintler Suites
Text Domain: pintlersuites-child
*/

.header-style1,
#masthead,
.top-header,
.main-header,
.exclusive-news,
.header-menu-part,
.site-header,
.bottom-header-wrapper,
.mid-header-wrapper,
.site-logo-wrapper,
nav.navigation,
.main-navigation,
header.header,
#header,
.header-wrapper,
#sticky-wrapper,
#top-navigation,
.top-bar-navigation,
#site-navigation,
.header-inner,
.site-header-inner,
.header-top,
.header-bottom,
.sticky-header,
header[role="banner"] {
    display: none !important;
}

#pntl-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #8d6e3f;
    border-bottom: 4px solid #5c4018;
    box-shadow: 0 2px 12px rgba(92, 64, 24, 0.15);
}

body.admin-bar #pntl-fixed-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #pntl-fixed-header {
        top: 46px;
    }
}

.pntl-fixed-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}

.pntl-fixed-logo-link {
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #fffaf0;
}

.pntl-fixed-logo-svg {
    height: 38px;
    width: auto;
    display: block;
}

.pntl-fixed-nav {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.pntl-fixed-link {
    color: #e0d0b8;
    text-decoration: none;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: color 0.2s, background 0.2s;
    gap: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.pntl-fixed-link:hover {
    color: #ffffff;
    background: #5c4018;
}

.pntl-fixed-link.active {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.18);
}

.pntl-fixed-nav-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pntl-fixed-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.pntl-fixed-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fffaf0;
    margin: 5px 0;
    transition: 0.2s;
}

body {
    padding-top: 74px !important;
}

body.admin-bar {
    padding-top: 106px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 120px !important;
    }
}

@media (max-width: 1180px) {
    .pntl-fixed-container {
        padding: 0 22px;
    }
    .pntl-fixed-link {
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .pntl-fixed-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #8d6e3f;
        flex-direction: column;
        align-items: stretch;
        border-bottom: 4px solid #5c4018;
        padding: 8px 0;
    }
    .pntl-fixed-nav.show {
        display: flex;
    }
    .pntl-fixed-link {
        height: 48px;
        padding: 0 28px;
        border-bottom: 1px solid rgba(255, 250, 240, 0.08);
    }
    .pntl-fixed-link:last-child {
        border-bottom: none;
    }
    .pntl-fixed-toggle {
        display: block;
    }
}

@media (max-width: 480px) {
    .pntl-fixed-container {
        padding: 0 18px;
    }
    .pntl-fixed-logo-svg {
        height: 32px;
    }
}