.desktop {
    display: block;
}
.mobile {
    display: none;
}
.p-nav-bigLogo {
    margin-right: 10px;
}
.christmas .p-navSticky::before {
    content: "";
    display: block;
    height: 22px;
    width: 100%;
    background: url('/wp-content/themes/gtp16/images/christmas-lights.svg') repeat-x;
    background-size: 65px;;
    position: absolute;
    top: 81px;
}
.themeSelector {
    margin: 10px;
    text-align: center;
    cursor: default;
}
.themeSelector button {
    background: #4c4c4c;
    border: 0;
    padding: 4px 14px;
    border-radius: 4px;
    margin: 0 2px;
    color: white;
    cursor: pointer;
    font-size: 13px;
}
.p-footer {
    background: #232323;
    color: #888;
    font-size: 13px;
    margin-top: 10px;
}
.p-footer-inner {
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
}
.p-footer-inner {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}
.p-footer a,
.p-footer a:visited {
    color: rgb(255 255 255 / 75%);
}
.p-footer-linkList {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-footer-linkList>li {
    float: none;
    margin: 5px 7px;
    display: inline-block;
}
.p-footer-row {
    margin: 10px;
    display: flex;
    justify-content: center;
}
.p-footer-copyright {
    text-align: center !important;
    margin-top: 20px;
    text-align: center;
    font-size: 11px;
}
.themeSelector button:hover {
    background: #5f5f5f;
}
.themeSelector button.selected {
    background: #888888;
}
.gtpyt-section {
    display: none;
}

/* Ad Units */
.ad {
    /* overflow: hidden; */
    text-align: center;
    /* background: linear-gradient(135deg, rgba(228,228,228) 15%, rgb(255 255 255) 50%, rgba(228,228,228) 85%); */
}
.ad.main-header {
    margin-top: 30px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad.sticky-sidebar {
    position: sticky;
    top: 105px;
    min-height: 275px;
}
.ad.mobile-article-intext {
    height: 277px;
}
.premium .ad {
    display: none;
}
.stickySidebarScroller {
    position: sticky;
    top: 100px;
}
.ad-scroller-outer-600 {
    height: 600px;
    margin-bottom: 7px;
}
.ad-scroller-outer-250 {
    height: 250px;
    margin-bottom: 10px;
}
.ad-scroller-inner {
    position: sticky;
    top: 90px;
}


@media (max-width: 650px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .christmas .p-navSticky::before {
        top: 75px;
    }
    .p-breadcrumbs>li {
        font-size: 14px;
    }

    /* Ad Units - Mobile */
    .ad.main-header {
        height: 125px;
        margin: 15px 0 15px;
    }
}
