html {
    font-size: 18px;
}

body {
    background-color: #222;
    font-size: 18px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

a {
    color: #6be3e8;
}

a:link {
    color: #6be3e8;
    text-decoration: underline;
}

a:visited {
    color: #6be3e8;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:active {
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.off-screen {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/* HEADER */

.header {
    width: 100vw;
    height: 80px;
    position: absolute;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 10;
}

.header .branding {
    width: 170px;
    position: absolute;
    left: 50px;
    display: flex;
    align-items: center;
}

.header .branding a {
    color: #fff;
    text-decoration: none;
}

.header .branding a span {
    display: block;
    font-family: bebas-neue-pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    color: #555;
    margin-top: 5px;
}

.header .main-navigation ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

.header .main-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.header .main-navigation li.new::after {
    content: "New";
    display: inline-block;
    font-size: 0.35rem;
    background-color: #37a5b7;
    color: #111;
    text-transform: uppercase;
    padding: 2px 2px 1px;
    position: absolute;
    top: -2px;
    right: -2px;
    font-weight: bold;
    border-radius: 2px;
    line-height: normal;
}

.header .main-navigation li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 1rem;
}

.header .main-navigation .menu .sub-menu {
    display: none;
}

.header .main-navigation .menu li.menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #37a5b7;
    position: absolute;
    top: 80px;
    padding: 2rem 1rem 1rem;
    width: auto;
    left: -2rem;
    min-width: 300px;
}

.header .main-navigation .menu .sub-menu li {
    margin-bottom: 1rem;
    line-height: 1;
}

.header .main-navigation .menu .sub-menu li a {
    display: block;
    color: #000;
}

.header .menu-button {
    display: none;
}

.header .search-form {
    position: absolute;
    right: 50px;
    width: 250px;
}

.header .search-form .search-form__container {
    display: flex;
    align-items: center;
}

.header .search-form input[type="text"] {
    background-color: #333;
    border: 0;
    width: 100%;
    border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
}

.header .search-form input[type="submit"] {
    background: #333 url(../img/search-icon.svg) no-repeat 65% 50%;
    background-size: contain;
    border: 0;
    width: 16px;
    height: 16px;
    text-indent: -5000em;
    overflow-x: hidden;
    position: absolute;
    right: 18px;
    z-index: 2;
}

.dplus-spectrum-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: rgb(134, 34, 195);
    background: linear-gradient(
        90deg,
        rgba(134, 34, 195, 1) 0%,
        rgba(66, 60, 222, 1) 14.28%,
        rgba(31, 73, 236, 1) 28.56%,
        rgba(89, 246, 254, 1) 42.84%,
        rgba(116, 241, 155, 1) 57.12%,
        rgba(255, 233, 32, 1) 71.4%,
        rgba(255, 126, 20, 1) 86.68%,
        rgba(218, 0, 0, 1) 100%
    );
}

.search-form input[type="text"]::placeholder {
    color: #999;
}

.search-form input[type="text"]:focus::placeholder {
    color: transparent;
}

#one-delicious-christmas .show__header,
#a-christmas-open-house .show__header {
    background: #fff;
}

#designing-christmas .show__header {
    background: #cc0000;
}

#a-gingerbread-christmas .show__header {
    background: #2a3f2c;
}

/* SLIDESHOW */

.slideshow {
    position: relative;
}

.n2-ss-item-content {
    font-size: 21px !important;
    font-family: canada-type-gibson, sans-serif !important;
    font-weight: 500 !important;
}

/* CONTENT & GENERAL STYLES */

.content {
    padding-top: 4rem;
    padding-bottom: 6rem;
    color: #fff;
}

.content p {
    margin-bottom: 24px;
    line-height: 27px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.content h2,
.content h3 {
    margin: 30px 0;
    font-weight: 500;
}

.content h2 {
    font-size: 24px;
}

.content h3 {
    font-size: 20px;
}

.content h4 {
    margin: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.content strong {
    font-weight: 500;
}

.content u {
    text-decoration: none;
}

.large-text {
    font-size: 20px;
}

.single .content h2 {
    font-size: 28px;
}

.page-header {
    padding: 3rem 0;
    background-color: #2d2d2d;
    margin-bottom: 3rem;
}

.page-header h1 {
    width: 78vw;
    max-width: 1400px;
    margin: 0 auto;
}

body.post-type-archive-shows .page-header {
    margin-bottom: 0;
}

blockquote {
    padding-left: 1.2em;
    font-style: italic;
    border-left: 2px solid #37a5b7;
}

.wp-block-code {
    background-color: #111;
    padding: 15px;
    color: #fff;
    border-radius: 6px;
}

.yt-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    line-height: auto;
}

/* PAGE HEADERS */

.page-heading {
    margin: 50px 0 50px 15px !important;
}

body.home .page-header {
    margin-bottom: 3rem;
}

.show__header {
    background: rgb(63, 157, 109);
    background: linear-gradient(
        135deg,
        rgba(63, 157, 109, 1) 0%,
        rgba(41, 70, 151, 1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.show__header.has-header-image {
    background: #222 !important;
}

.has-header-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.45);
}

.show__header .button {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 30px;
}

.show__header .button a {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 6px 16px;
    line-height: normal;
    font-size: 14px;
    border-radius: 25px;
    border: 2px solid #37a5b7;
}

.press-release__header .highlight {
    background: linear-gradient(
        45deg,
        rgba(134, 34, 195, 1) 0%,
        rgba(89, 246, 254, 1) 42.84%,
        rgba(116, 241, 155, 1) 57.12%,
        rgba(255, 233, 32, 1) 71.4%,
        rgba(255, 126, 20, 1) 86.68%,
        rgba(218, 0, 0, 1) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: lowercase;
}

/* SEARCH RESULTS */

.search .page-heading {
    margin-left: 0 !important;
}

.search .search-result {
    border: 3px solid #555;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 24px;
    max-width: 1000px;
}

.search .search-result__date {
    margin-bottom: 8px;
    font-size: 14px;
    color: #37a5b7;
}

.search .search-result h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 25px;
}

.search .search-result a {
    color: #fff;
    text-decoration: none;
}

.search-result__excerpt {
    font-size: 16px;
    font-weight: normal;
}

.search-result__excerpt p {
    line-height: 22px;
}

.search .search-result__tags {
    font-size: 13px;
}

.search .tags-header {
    display: inline-block;
    padding: 4px 6px;
    margin: 0 1px 4px 0;
    border-radius: 3px;
    border: 2px solid #444;
    line-height: normal;
}

.search .search-result__tags .tag {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px 4px 0;
    border-radius: 3px;
    background-color: #444;
    line-height: normal;
}

.search .search-highlight {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    background: linear-gradient(
        135deg,
        rgba(63, 157, 109, 1) 0%,
        rgba(41, 70, 151, 1) 100%
    );
}

/* GUTENBERG STUFF */

.wp-block-image figcaption,
figcaption {
    font-size: 14px;
    display: block;
    margin-top: 16px;
    text-align: center;
}

.wp-block-separator {
    margin: 2em 0;
    border-top: 1px solid #444;
    color: #444;
}

.wp-block-separator.short-line {
    width: 25%;
    margin: 2rem auto;
}

.wp-block-button {
    margin: 30px 0;
}

a.wp-block-button__link {
    color: #fff !important;
    text-decoration: none !important;
    background: rgb(63, 157, 109);
    background: linear-gradient(
        135deg,
        rgba(63, 157, 109, 1) 0%,
        rgba(41, 70, 151, 1) 100%
    );
}

body#holiday-features-2022 .content {
    background: #2b2b2b url(../img/holiday-background.jpg) no-repeat 50% 0 !important;
    background-size: cover !important;
}

.show__header {
    margin-bottom: 0;
}

.is-movie .show__content {
    position: relative;
}

.is-movie .show__content .show__logo {
    width: 100px;
    position: fixed;
    left: 2rem;
    z-index: 100;
    height: 80px;
    display: flex;
    top: 0;
    align-items: center;
}

.show__header h1 {
    width: 45vw;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    text-align: center;
}

.show__navigation,
.category__navigation {
    display: flex;
    position: sticky;
    z-index: 99;
    top: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0 !important;
    padding: 1.25rem 0 0 !important;
    width: 100%;
    background-color: #2d2d2d;
    border-bottom: 10px solid #222;
}
.show__navigation li,
.category__navigation li {
    font-size: 1rem;
    text-align: center;
    list-style: none !important;
    margin: 0 0.15rem !important;
    padding: 0 !important;
    line-height: normal;
    position: relative;
}

.show__navigation li a,
.category__navigation li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.75rem 1.2rem;
}

.category__navigation li a {
    padding: 1.25rem 1.75rem 1.25rem;
}
.category__navigation .ui-tabs-active a,
.show__navigation .ui-tabs-active a {
    position: relative;
    background-color: #222;
    color: #fff !important;
}

.show__navigation li a::after,
.category__navigation li a::after {
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    background: linear-gradient(
        90deg,
        rgba(134, 34, 195, 1) 0%,
        rgba(66, 60, 222, 1) 14.28%,
        rgba(31, 73, 236, 1) 28.56%,
        rgba(89, 246, 254, 1) 42.84%,
        rgba(116, 241, 155, 1) 57.12%,
        rgba(255, 233, 32, 1) 71.4%,
        rgba(255, 126, 20, 1) 86.68%,
        rgba(218, 0, 0, 1) 100%
    );
    z-index: 999;
    transition: clip-path 0s linear;

    transform-origin: bottom left;
}

.show__navigation li.ui-tabs-active a::after,
.category__navigation li.ui-tabs-active a::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: clip-path 0.25s ease;
}

.show__navigation li .fa-regular {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.85rem;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
}

.trailer-buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.trailer-buttons .wp-block-button {
    margin-right: 5px !important;
    margin-left: 5px !important;
    line-height: 1.3em !important;
}

.trailer-buttons .wp-block-button span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #ddd;
}

.bio {
    padding-bottom: 50px;
    border-bottom: 1px solid #555;
    margin-bottom: 50px;
}

.bio h3 {
    font-size: 28px;
}

body#candy-coated-christmas .has-header-image::after {
    display: none;
}

.shows__header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    width: 100%;
    position: relative;
}

.show__header .snow {
    display: none;
}

#candy-coated-christmas .show__header .snow {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
}

.search-results__container,
.show__content-section-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 78vw;
    padding-top: 3rem;
}

.show__content-section-container p,
.show__content-section-container h1,
.show__content-section-container h2,
.show__content-section-container h3,
.show__content-section-container h4,
.show__content-section-container h5,
.show__content-section-container h6,
.show__content-section-container ol,
.show__content-section-container ul {
    max-width: 880px;
    margin: 1rem auto;
}

.show__content-section-container h1,
.show__content-section-container h2,
.show__content-section-container h3,
.show__content-section-container h4,
.show__content-section-container h5,
.show__content-section-container h6,
.show__content-section-container p {
    margin-bottom: 1.5rem;
}

.show__content-section-header .button--download {
    max-width: 100%;
}

.show__category .show__category-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 78vw;
    padding: 4rem 0;
}

.show__content-section-header {
    margin-bottom: 2rem;
}

.press-releases .show__content-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.press-releases--archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
    width: 78vw;
    gap: 2rem;
}

.shows--archive a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}

.shows--archive .show__title {
    order: 2;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}

.archive .show__title {
    margin: 0.5rem 0 0 !important;
    text-transform: capitalize;
}

.single-shows .overview {
    font-size: 20px;
}

.single-shows .overview p {
    line-height: 1.5em;
}

.show__header {
    position: relative;
}

.shows__category a {
    position: relative;
    width: 100%;
    padding-top: 140%;
    display: block;
    margin-bottom: 0.5rem;
}

.shows__category a img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.gallery__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    width: 100%;
}

.gallery__container .photo {
    margin-bottom: 0;
    position: relative;
}

.gallery .photo img {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.gallery .photo .button--download-photo {
    width: 2.5rem;
    height: 2.75rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #222;
    text-indent: -5000em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-bottom-left-radius: 4px;
}

.gallery .photo .button--download-photo .download-icon {
    position: absolute;
    opacity: 1;
    width: 38%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.gallery .photo .button--download-photo .is-downloaded-icon {
    position: absolute;
    opacity: 0;
    width: 45%;
    transform: scale(0.5);
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}

.gallery .photo .is-downloaded {
    pointer-events: none;
}

.gallery .photo .is-downloaded .download-icon {
    transform: scale(0.8);
    opacity: 0;
}

.gallery .photo .is-downloaded .is-downloaded-icon {
    transform: scale(1);
    opacity: 1;
}

.photos .button {
    text-align: right;
}

.button a {
    padding: 0.5rem 1.65rem;
    background-color: #444;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 500;
    border-radius: 9999px;
    text-decoration: none;
}

.video {
    margin-bottom: 4rem;
}

.video__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.video__header .button a {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
}

.video__header h3,
.video__header p {
    margin: 0 !important;
}

.video__container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video__embed {
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}

.video__container iframe,
.video__container object,
.video__container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__download {
    margin-top: 10px !important;
}

.photo {
    margin-bottom: 42px;
}

.photo .lightbox {
    position: relative;
    display: block;
}

.photo .lightbox::after {
    content: "+";
    color: #fff;
    font-size: 62px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.photo .lightbox:hover::after {
    opacity: 1;
}

.episode {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #555;
}

.episode__title {
    font-size: 22px !important;
    margin-bottom: 15px;
    text-transform: capitalize !important;
}

body#holiday-features-2022 .content {
    background-image: none;
}

body#holiday-features-2022 .page-heading {
    text-align: center;
    font-size: 3rem;
    margin: 4rem auto 2rem !important;
}

body#holiday-features-2022 .content .intro {
    max-width: 870px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.6;
}

.holiday-features {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.holiday-features li {
    padding: 0;
    list-style: none;
}

/* PRESS RELEASES */

/* single press release */

.single .press-release {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
}

.single-post .press-release {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
    width: 65vw;
}

.single .press-release__thumbnail {
    margin-bottom: 80px;
    position: relative;
}

.single .press-release__header {
    order: 2;
    margin: 1rem 0 3rem !important;
}

.single .press-release__meta {
    order: 1;
    font-size: 12px;
}

.single .press-release__date {
    margin-bottom: 0;
    color: #6be3e8;
}

.single .press-release__content {
    order: 3;
}

/* archive list styles */

.press-releases--archive .press-release {
    background-color: #2d2d2d;
    transition: transform 0.25s ease-out;
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.press-releases--archive .press-release:hover {
    transform: scale(1.02);
}

.press-releases--archive .press-release a {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none;
}

.press-releases--archive .press-release__header {
    order: 3;
    margin: 5px 0 30px 0 !important;
    padding: 0 20px;
    font-weight: 500;
    font-size: 22px;
}

.press-releases--archive .press-release__thumbnail {
    order: 1;
    padding-top: calc((11 / 25) * 100%);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.press-releases--archive .press-release__thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.press-releases--archive .press-release__meta {
    order: 2;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
}

.press-releases--archive .press-release__date {
    margin-bottom: 0;
    color: #6be3e8;
}

.press-release .press-release__network {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 3;
    opacity: 0.45;
}

.press-release__show {
    padding-bottom: 2em;
    border-bottom: 1px dotted #666666;
    margin-bottom: 2em;
}

.press-release__show p:last-of-type {
    margin-bottom: 0;
}

.press-release__gallery ul {
    margin-left: 0 !important;
    margin-bottom: 0.5em !important;
}

.press-release__gallery .blocks-gallery-caption {
    margin-top: 0;
    text-align: center;
}

.food_network .press-release__network {
    background: transparent url(../img/food-network-logo-white.svg) no-repeat 0
        0;
    background-size: contain;
}

.discovery .press-release__network {
    background: transparent url(../img/discovery-channel-d-logo.svg) no-repeat 0
        0;
    background-size: contain;
    width: 23px;
}

.travel_channel .press-release__network {
    background: transparent url(../img/travel-channel-logo-white.svg) no-repeat
        0 0;
    background-size: contain;
    width: 45px;
}

.animal_planet .press-release__network {
    background: transparent url(../img/animal-planet-white-logo.svg) no-repeat 0
        0;
    background-size: contain;
    width: 45px;
}

.investigation_discovery .press-release__network {
    background: transparent url(../img/investigation-discovery-logo-white.svg)
        no-repeat 0 0;
    background-size: contain;
    width: 38px;
}

.hgtv .press-release__network {
    background: transparent url(../img/hgtv-logo-white.svg) no-repeat 0 0;
    background-size: contain;
    width: 42px;
}

.discovery-plus-originals .press-release__network {
    background: transparent url(../img/discovery-plus-logo-symbol-only.svg)
        no-repeat 0 0;
    background-size: contain;
    width: 42px;
}

.press-release__embed-img {
    width: 40%;
    float: right;
    margin: 0 0 30px 30px;
}

.bio .wp-block-group__inner-container {
    display: flex;
}

/* sidebar */

.single .sidebar h3 {
    margin-top: 0;
}

.single .sidebar ul {
    margin: 0 0 30px 0;
}

.single .sidebar li {
    list-style: none;
    padding: 15px;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    background-color: #333;
}

.single .sidebar a {
    order: 2;
    color: #ddd;
    transition: color 0.5s ease-out;
    text-decoration: none;
}

.single .sidebar a:hover {
    color: #fff;
}

.single .sidebar .post-date {
    order: 1;
    font-size: 11px;
    margin-bottom: 6px;
    color: #6be3e8;
}

.single ul,
.single ol {
    margin: 18px 0 18px 15px;
    padding: 0;
}

.single ul li {
    padding-left: 6px;
    margin-bottom: 16px;
    list-style: square;
}

.single ol li {
    padding-left: 6px;
}

.screener__link {
    text-decoration: none !important;
    display: block;
}

.screener__thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

.screener__thumbnail .play-button {
    content: "Play";
    position: absolute;
    z-index: 2;
    display: block;
}

.screener__thumbnail img {
    display: block;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    /* border-radius: 6px; */
}

.final-credits {
    text-align: center;
}

.final-credits .final-credits__title-treatment {
    width: 90%;
    margin: 2rem auto;
    max-width: 300px;
}

.final-credits .credits__section {
    margin-bottom: 3rem;
    text-align: center;
}

.final-credits .credits__section h2 {
    margin-bottom: 2rem;
}

.final-credits .credits__section h3 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.final-credits .credits__section ul {
    margin: 0 auto;
    padding: 0;
}

.final-credits .credits__section li {
    margin-bottom: 0.35rem;
    list-style: none;
    padding: 0;
}

/* CONTACTS */

.contact {
    margin-bottom: 20px;
}

.contact address {
    margin-bottom: 0;
    border: 3px solid #555;
    border-radius: 6px;
    padding: 18px;
    overflow-x: hidden;
    transition: border-color 0.5s ease-out;
}

.contact address:hover {
    border-color: #fff;
}

.contact__name {
    font-size: 21px;
    display: block;
    margin-bottom: 6px !important;
}

.contact__email {
    font-size: 14px;
    position: relative;
    display: block;
    text-decoration: none !important;
    transition: all 0.1s ease-out;
}

.contact__phone {
    font-size: 14px;
}

.slideshow h4 {
    font-size: 24px !important;
}

.pipe {
    display: inline-block;
    margin: 0 12px;
}

.footer {
    display: flex;
    padding: 3rem 1rem;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
}

.footer p {
    max-width: 75%;
    margin: 0 auto 0;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .checker {
        display: none;
    }

    .show__navigation,
    .category__navigation {
        justify-content: center;
    }

    .holiday-features li {
        margin-bottom: 2rem;
    }

    .search-form {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 300;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #242424;
    }

    .show__navigation li,
    .category__navigation li {
        white-space: nowrap;
        margin: 0 !important;
    }

    .show__navigation li a,
    .category__navigation li a {
        padding: 1rem 1rem;
        margin: 0;
    }

    .ui-tabs-active a {
        position: relative;
        background-color: #37a5b7;
        color: #111 !important;
    }

    .header .search-form {
        position: static;
        width: 75%;
    }

    .bio__thumbnail {
        order: 1;
    }

    .bio__text {
        order: 2;
    }

    .header .menu-button {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .header .menu-button .bar {
        transition: all 0.2s ease-out;
        height: 1px;
        width: 26px;
        background-color: #fff;
        margin-bottom: 5px;
    }

    .header .main-navigation ul {
        width: auto;
    }

    .header .main-navigation li {
        text-align: left;
        font-size: 1.75rem;
        font-weight: normal;
        border-bottom: 1px solid #37a5b7;
    }

    .header .main-navigation li a {
        display: block;
        padding: 1rem 0;
    }

    .menu-active .header .menu-button {
        z-index: 999;
    }

    .menu-active .header .bar {
        margin-bottom: 0;
    }

    .menu-active .header .bar:nth-child(1) {
        transform: rotate(45deg);
    }

    .menu-active .header .bar:nth-child(2) {
        transform: rotate(-45deg);
    }

    .menu-active .header .bar:nth-child(3) {
        display: none;
    }

    .header .menu-item:nth-child(2) {
        animation-delay: 0.1s;
    }

    .header .menu-item:nth-child(3) {
        animation-delay: 0.15s;
    }

    .header .menu-item:nth-child(4) {
        animation-delay: 0.2s;
    }

    .header .menu-item:nth-child(5) {
        animation-delay: 0.25s;
    }

    .header {
        width: 100%;
        min-height: 100px;
        height: 100px;
        position: relative;
        top: absolute;
        z-index: 9999;
    }

    .header .branding {
        width: 200px;
        margin-bottom: 0;
    }

    .main-navigation {
        transform: translateX(-100%);
        transition: all 0.5s ease-out;
        pointer-events: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: none;
        background-color: #242424;
    }

    .menu-active .main-navigation {
        transform: translateX(0);
        display: block;
        pointer-events: all;
    }

    .button a {
        white-space: nowrap;
    }

    .menu-main-menu-container {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .header .main-navigation li {
        display: block;
    }
    .page-heading {
        text-align: center;
    }

    .page-header .tagline {
        font-size: 38px;
    }

    .content {
        margin-left: 0;
        padding: 0 0 30px;
    }

    .page-content {
        padding: 0 20px;
    }

    .header .main-navigation li.new::after {
        content: "New";
        display: inline-block;
        font-size: 0.35rem;
        background-color: #37a5b7;
        color: #111;
        text-transform: uppercase;
        padding: 2px 2px 1px;
        position: absolute;
        top: 15px;
        right: -8px;
        font-weight: bold;
        border-radius: 2px;
        line-height: normal;
    }

    .show__category .show__category-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        max-width: 1400px;
        margin: 0 auto;
        width: 90%;
    }

    .search-results__container,
    .show__content-section-container {
        width: 90vw;
    }

    .press-releases--archive {
        display: block;
        width: 90vw;
    }

    .press-releases .show__content-section-container {
        display: block;
    }

    .show__content-section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content .category__header {
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #666;
        margin-bottom: 50px;
        font-size: 28px;
    }

    .show__category {
        margin-bottom: 80px;
    }

    .show__content-section .press-release {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
    }

    .overview .show__content-section-container,
    .episodes .show__content-section-container {
        max-width: 800px !important;
    }

    .blog .press-release__thumbnail {
        height: 200px !important;
    }

    .sidebar {
        margin-top: 80px;
    }

    .single .sidebar li {
        font-size: 18px;
    }

    .n2-ss-section-main-content {
        padding: 20px !important;
    }

    .blog h2 {
        margin-left: 15px;
    }

    .blog .press-release h2 {
        margin-left: 0;
    }

    .footer {
        margin-left: 0;
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    body.home .content,
    body.blog .content {
        padding-top: 0;
    }

    .page-header {
        width: 100%;
    }

    .page-header h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 1.5rem;
    }

    .press-releases--archive .press-release {
        margin-bottom: 2rem;
    }

    .single-post .press-release {
        width: 90vw;
    }

    .post-type-archive-shows .page-heading,
    .page-template-page-press-releases .page-heading,
    .page-template-page-contacts .page-heading {
        margin: 100px 0 100px 0 !important;
        text-align: center;
    }

    .gallery__container {
        display: block;
    }

    .show__content-section-header {
        display: block;
    }

    .gallery__container .photo {
        margin-bottom: 3rem;
    }

    .show__content-section h2 {
        text-align: center !important;
    }

    .show--placeholder {
        display: none;
    }

    .slideshow h4 {
        font-size: 21px !important;
    }
}

@media only screen and (max-width: 460px) {
    .header .branding {
        width: 175px;
        left: 30px;
    }

    .press-release__embed-img {
        width: 100%;
        float: none;
        margin: 30px 0 30px;
    }

    .show__navigation,
    .category__navigation {
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        left: 0;
        position: sticky;
        top: 0;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;
    }

    .show__navigation li a,
    .category__navigation li a {
        padding: 1rem 1.5rem;
    }

    .show__category .show__category-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .show__content {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .content .category__header {
        text-align: left;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .show__category-scroll {
        display: flex;
        width: auto !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .show__category-scroll::-webkit-scrollbar {
        display: none;
    }

    .show__category-scroll .show {
        flex: 0 0 auto;
        width: 40vw;
    }

    .show__header {
        margin-bottom: 0;
    }

    .single .press-release__thumbnail {
        min-height: auto;
    }

    .trailer-buttons .wp-block-button__link {
        border-radius: 5px !important;
    }

    .single .press-release__header {
        font-size: 32px;
    }

    body#eli-roth-presents-a-ghost-ruined-my-life .show__title {
        width: 120px !important;
    }
}

@media only screen and (max-width: 330px) {
    .trailer-buttons {
        flex-direction: column;
    }

    .trailer-buttons .wp-block-button,
    .trailer-buttons .wp-block-button__link {
        width: 100%;
    }

    .trailer-buttons .wp-block-button__link {
        border-radius: 50px !important;
    }

    .single .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}
