/* css arrows */
.arrow {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 4px;
    width: 4em;
    height: 4em;
    top: -0.75em;
    margin-left: 0.75em;
    margin-right: 0.75em;
}

.arrow.small {
    font-size: 3px;
    top: 0.5em;
}

.arrow.white {
    border-color: #FFF !important;
}

.arrow:hover {
    border-color: #faa360;
    transition: border 0.25s;
}

span.arrow-left {
    left: 0 !important;
    top: 0.75em !important;
}

.arrow.arrow-left {
    border-top: 1px solid #010101;
    border-left: 1px solid #010101;
    transform: rotate(-45deg);
    left: 15px;
    height: 15px;
    width: 15px;
}

span.arrow-right {
    right: 0 !important;
    top: 0.75em !important;
}

.arrow.arrow-right {
    border-top: 1px solid #010101;
    border-right: 1px solid #010101;
    transform: rotate(45deg);
    right: 20px;
    height: 15px;
    width: 15px;
}

.arrow.down {
    border-top: 1px solid #010101;
    border-left: 1px solid #010101;
    -ms-transform: rotate(-135deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(-135deg);
    transform-origin: 50% 50%;
}

.arrow.up {
    border-top: 1px solid #010101;
    border-left: 1px solid #010101;
    top: 1.75em;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

a.arrow-btn {
    color: #010101;
    font-size: 16px;
    margin-left: 1.5em;
}

a.arrow-btn:after {
    content: '';
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 4em;
    height: 4em;
    top: 0;
    margin-left: 3em;
    margin-right: 0.75em;
    border-top: 1.5px solid #010101;
    border-right: 1.5px solid #010101;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.horizontal-arrows {
    height: 15px;
    overflow: hidden;
}

.adjacent-issue-links a,
.prev-post-link a,
.next-post-link a {
    text-decoration: none;
}

/* top-nav-bar css */
.top-nav-bar-container {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    position: fixed;
    top: -1rem;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.admin-bar .top-nav-bar-container {
    top: 16px;
}

/* Paywall */
body.has_paywall .entry-content .fade-entry {
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

body.has_paywall .entry-content {
    -webkit-mask-image: linear-gradient(to bottom, white, transparent);
    mask-image: linear-gradient(to bottom, white, transparent);
}

.top-nav-bar {
    border-bottom-width: 0 !important;
    box-shadow: 0 0 5px #aaa;
}

body.has_paywall .entry-content .aligncenter,
body.has_paywall .entry-content figure {
    display: none !important;
}

body.has_paywall .entry-content .aligncenter:first-of-type,
body.has_paywall .entry-content figure:first-of-type {
    display: block !important;
}

/* General Styling */
@media screen and (max-width: 600px) {
    .login-popover input[type="email"], 
    .login-popover input[type="text"], 
    .login-popover input[type="password"],
    .login-popover {
        width: 100%;
    }
    .has_paywall .paywall-overlay .purchase_links {
        display: block !important;
    }
    .has_paywall .paywall-overlay .purchase_links .wp-block-buttons {
        margin-bottom: 1rem !important;
    }
}

.has_paywall .paywall-overlay,
.has_paywall .paywall-overlay .purchase_links {
    display: flex;
}

.logged-in .paywall-overlay,
.logged-in.has_paywall .paywall-overlay,
.logged-in.has_paywall .paywall-overlay .purchase_links,
.paywall-overlay .purchase_links {
    display: none;
}

.page-numbers.current {
    border-bottom: 2px solid;
}

.wp-block-query-pagination {
    font-family: "Brandon Grotesque", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}

.single-post .wp-block-query, 
.single-article .wp-block-query {
    margin-top: 99px !important;
}

.single header:first-of-type {
    position: fixed;
    z-index: 99999 !important;
    width: 100%;
}

.single-post .wp-block-query .wp-block-post-featured-image,
.single-article .wp-block-query .wp-block-post-featured-image {
    margin-top: -50px !important;
}

.wp-block-query-pagination a {
    text-decoration: none !important;
}

.wp-block-query-pagination a.wp-block-query-pagination-previous::before {
    content: '\2190';
    padding-right: 4px;
}

.wp-block-query-pagination a.wp-block-query-pagination-next::after {
    content: '\2192';
    padding-left: 4px;
}

.wp-block-post-author-biography,
.long-bio {
    font-size: 20px;
}

.wp-block-image .aligncenter>figcaption, 
.wp-block-image .alignleft>figcaption, 
.wp-block-image .alignright>figcaption, 
.wp-block-image.aligncenter>figcaption, 
.wp-block-image.alignleft>figcaption, 
.wp-block-image.alignright>figcaption {
    display: block !important;
}

.articles_by_header .wp-block-post-author-name {
    font-weight: 600 !important;
}


.entry-content figure,
.g img {
    max-width: 100%;
}

@media print {
    .top-nav-bar-container {
        display: none !important;
    }
    
    .article-social-icon-container {
        display: none !important;
    }
    
    .paywall-overlay {
        display: none !important;
    }
    
    footer.wp-block-template-part {
        display: none !important;
    }
}

.single-post img {
    max-width: 100%;
}

/* login form */
#forminator-module-136782 .forminator-field label {
    display: none !important;
}

#forminator-module-136782 #checkbox-1 .forminator-field label {
    display: flex !important;
}

#forminator-module-136782 .forminator-row:nth-child(4) {
    display: none;
}

.log-in-modal {
    top: 50%;
    transform: translate(-50%, -50%);
}

.log-in-modal h2 {
    font-size: 32px;
    margin-top: 0;
}

#forminator-module-136782 input {
    background: white !important;
}

#forminator-module-136782 input:hover {
    border: 1px solid var(--issue-accent-color) !important;
}

#forminator-module-136782 .forminator-button-submit {
    background-color: var(--issue-accent-color) !important;
    padding-top: 0.6rem;
    padding-right: 1.2rem;
    padding-bottom: 0.65rem;
    padding-left: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black !important;
    font-family: "Brandon Grotesque" !important;
    border-radius: 40px;
}

#forminator-module-136782 .forminator-row-last {
    text-align: right;
}

#forminator-module-136782 .forminator-description-password {
    text-align: left;
}

.log-in-modal i, 
.article-share-modal i {
    font-size: 27px;
}

.log-in-modal i:hover, 
.article-share-modal i:hover {
    color: var(--issue-accent-color);
}

#forminator-module-136782 .forminator-description-password a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #828282 !important;
    font-family: "Brandon Grotesque";
    font-weight: bold !important;
}

@media screen and (max-width: 600px) {
    .login-register-subscriber-container {
        flex-direction: column;
        border: 0 !important;
    }
    
    .log-in-modal {
        top: 1%;
        transform: translateX(-50%);
    }
    
    .login-register-subscriber-container div {
        border: 0 !important;
    }
}

/* End of login */

/* Archive page carousel */
.archive-carousel-book-container {
    overflow-x: scroll;
    display: flex;
}

.archive-carousel-book-container::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    padding: none;
}

.archive-carousel-book-container::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
}

.archive-carousel-book-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}

.archive-carousel-book-container::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, .3);
}

.archive-carousel-book-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .7);
}

.archive-carousel-book {
    width: 187px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.archive-carousel-book img {
    max-width: 141px;
}

.archive-carousel-book a {
    padding-top: 0.55rem;
    padding-right: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.55rem;
    font-size: 11px;
    font-weight: bold;
    color: black;
    font-family: "Brandon Grotesque";
    letter-spacing: 1px;
}

.archive-author-box p {
    display: none;
}

.subscriber-exclusive br {
    display: none;
}

.archive-article-grid {
    padding: 0;
}

.jetpack_top_posts_widget img {
    display: none;
}

.jetpack_top_posts_widget .widgets-list-layout li {
    display: flex;
    flex-direction: column;
}

.jetpack_top_posts_widget .widgets-list-layout-links {
    display: flex;
    gap: 1rem;
}

.jetpack_top_posts_widget .widgets-list-layout-links a {
    font-size: 30px;
    font-size: 150%;
    text-decoration: none;
    display: flex;
    line-height: normal;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
}

.jetpack_top_posts_widget .widgets-list-layout-links a div {
    transition: 100ms ease-in-out;
}

#top-posts-filter-options {
    display: inline-block;
    position: relative;
    width: 10rem;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

#top-posts-filter-options i {
    margin-left: 1rem;
}

#top-posts-filter-options .top-posts-filter-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    background: black;
    color: white;
}

#top-posts-filter-options .top-posts-filter-wrapper div {
    padding: 5px 0;
    border-bottom: 0.25px solid #828282;
}

.top-posts-filter-label {
    display: flex;
    align-items: center;
}

.top-posts-filter-label:hover {
    color: var(--issue-accent-color);
}

.top-posts-filter-label:hover i {
    color: #010101;
}

body.single .jetpack_top_posts_widget ul {
    padding: 0;
}

body.single .jetpack_top_posts_widget .widgets-list-layout-links {
    float: none;
    width: 100%;
}

body.single .jetpack_top_posts_widget .widgets-list-layout-links,
body.single .jetpack_top_posts_widget .widgets-list-layout-links a {
    display: block;
    font-size: 24px;
    font-size: 120%;

}

body.page-id-149249 .jetpack_top_posts_widget li,
body.single .jetpack_top_posts_widget li {
    text-align: center;
    border-bottom: 1px solid #959595;
    padding: 20px 0 25px 0;
    margin: -20px 0 0 0;
}

body.page-id-149249 .jetpack_top_posts_widget .widgets-list-layout-links {
    display: block;
    width: 100%;
}

body.page-id-149249 .jetpack_top_posts_widget ul {
    display: block;
    padding: 0;
    width: 100%;
}

body.page-id-149249 .jetpack_top_posts_widget .widgets-list-layout-links a {
    display: block;
}

.slide-down-ani {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top left;
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}

.slide-up-ani {
    animation: growUp 300ms ease-in-out forwards;
    transform-origin: top left;
}

@keyframes growUp {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}

.jetpack_top_posts_widget .widgets-list-layout-links a:hover div {
    color: var(--issue-accent-color) !important;
}

.jetpack_top_posts_widget .widgets-list-layout-links a:hover {
    color: black;
}

.top-posts-from-all-time, 
.top-posts-from-year, 
.top-posts-from-month {
    display: none;
}

@media screen and (max-width: 600px) {
    .archive-article-grid {
        grid-template-columns: auto !important;
        padding: 0;
    }
    
    .jetpack_top_posts_widget .top_posts_author {
        margin-top: 0;
    }
}

/* end of Archive page carousel */

/* more from editors */
.more-from-editors-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2rem;
}

.more-from-editors-posts-container .more-from-editors-post {
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin: 0px !important;
}

/* end of more from editors */

/* ABOUT STYLES */
.about-editorial-title {
    position: relative;
    font-size: 15px;
}

.about-editorial-title:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: -12px;
    background: var(--issue-accent-color);
}

.about-author-container, 
.about-connect-footer {
    gap: 0;
}

.about-author-container .wp-block-outermost-icon-block {
    margin-top: 1.5rem;
}

.about-author-container .wp-block-outermost-icon-block .icon-container {
    width: 35px !important;
}

.about-author-icon-container {
    max-height: 38px;
}

.about-author-container .icon-container svg:hover {
    fill: var(--issue-accent-color);
}

.about-author-container .icon-container:hover i {
    color: var(--issue-accent-color);
}

.about-author-container p {
    margin-top: 5px !important;
}

.about-author-container p.heading-xl {
    margin-top: 0 !important;
}

.about-author-container figure {
    margin-top: 1rem !important;
}

.about-author-container h5 {
    font-size: 15px !important;
    letter-spacing: 1px;
    text-align: center;
}

/* END OF ABOUT STYLES */

/* HEADER STYLES */
.mobile-header-banner {
    display: none;
}

.login-btn-for-modal a {
    padding: 18px 13px !important;
    font-size: 13px !important;
    border: none !important;
    letter-spacing: 1.5px !important;
}

@media screen and (max-width: 960px) {
    .login-btn-for-modal a {
        padding: 15px 10px !important;
        font-size: 13px !important;
    }
    
    .hustle-inline-content {
        margin: -1rem 0 2rem !important;
    }
    
    .single .wp-block-post-featured-image img,
    .single .wp-block-post-featured-image {
        height: 300px !important;
    }
    
    .article-mobile-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999 !important;
    }
    
    .top-nav-bar {
        height: 60px;
        position: fixed !important;
        width: 100%;
        z-index: 99999 !important;
    }
    
    .full-nav-bar {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .article-mobile-header {
        /* display: block; */
    }
    .minimal-header-bar {
        display: none !important;
    }
    
    .login-btn-for-modal a {
        padding: 15px 10px !important;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 960px) {
    .mobile-header-banner {
        display: block;
    }
    
    .mobile-header-banner ul {
        display: none;
    }
}

.article-mobile-header {
    margin: 0;
}

.minimal-header-bar {
    position: fixed;
    z-index: 9999;
    background-color: var(--wp--preset--color--custom-paper);
    top: 0;
    margin: 0;
    display: block;
    width: 100%;
}

/* END OF HEADER STYLES */

.page-id-138088 .wp-block-post-title:nth-of-type(1) {
    display: none;
}

.page-id-138088 .newsletter-col-right ul li:last-child div {
    border-bottom: unset !important;
}

.page-id-138088 .newsletter-col-right .wp-block-post-title {
    display: block !important;
}

.form-button:hover,
.wp-block-button .wp-block-button__link:hover {
    cursor: pointer;
    filter: brightness(1.2);
    transition: all 0.5s;
}

/* issue styles */
.issues-nav-links-container a:hover {
    color: var(--issue-accent-color) !important;
}

body.tax-issue .articles_by_issue {
    margin-top: 0 !important;
}

.issues-nav-links-container {
    border-top: 0 solid #010101;
    padding-top: 30px;
    padding-bottom: 30px;
}

.issues-nav-links-container p {
    margin: 0 !important;
}

/* end of issues styles */

/* Edmund Burke's award header */
.page-id-143780 .wp-block-post-title {
    display: none;
}

.gala-page-header {
    border-bottom: 4px solid black;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    font-size: 62px;
}

@media screen and (max-width: 600px) {
    .gala-page-header {
        font-size: 40px;
    }
}

.gala-icon-img {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.gala-page-columns {
    margin-top: 1.5rem;
}

.gala-page-columns .gala-col-1 {
    width: 55%;
}

.gala-page-columns .gala-col-2 {
    width: 36%;
}

@media screen and (max-width: 600px) {
    .gala-page-columns .gala-col-1, 
    .gala-col-2 {
        width: 100%;
    }
}

/* End Of Edmund burks award header */

/* Global Dropcap */
.has-drop-cap:not(:focus):first-letter,
.has-drop-cap:first-letter,
.Text_Inital-Cap-Text--Extra---:first-letter,
.Text_Inital-Cap-Text:first-letter,
.Text_Initial-Cap-Text:first-letter {
    font-size: 72px;
    display: inline-block;
    margin-right: 2px;
}

/* End of Global Dropcap */

.wp-block-footnotes {
    font-size: 17px;
}

/* Paywall Fade */
.paywall-fade-out {
    position: relative;
}

.paywall-fade-out:after {
    content: "";
    height: 27%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255 251 235 / 13%), #fffbeb, #fffbeb);
    top: 65%;
}

.paywall-overlay h5 {
    color: var(--issue-accent-color) !important;
}

.article-share-modal .article-social-icon-container {
    flex-direction: row;
    padding-bottom: 2rem;
    border-bottom: 2px solid #dedede;
    gap: 1rem;
}

.article-share-modal::before, 
.log-in-modal::before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    border-top: 6px solid var(--issue-accent-color);
    left: 0;
}

@media screen and (max-width: 965px) {
    .paywall-fade-out:after {
        height: 45%;
    }
}

@media screen and (max-width: 600px) {
    .article-sharing-buttons-footer {
    }
    .paywall-message-block {
        padding: 0 !important;
    }
    
    .paywall-message-block h5 {
        font-size: 13px !important;
    }
    
    .paywall-message-block h1 {
        font-size: 25px !important;
    }
    
    .paywall-message-block h3 {
        font-size: 20px !important;
    }
    
    .paywall-overlay div a {
        font-size: 13px !important;
    }
    
    .paywall-overlay .wp-block-buttons {
        gap: 0.5rem;
        margin-block-start: 0;
    }
}

/* End Of Paywall Fade */

/* mobile header */
@media screen and (max-width: 600px) {
    .top-nav-author-name div,
    .top-nav-author-name p,
    .top-nav-author-name h2 {
        display: none;
    }
    .top-nav-author-name div.issue-page-navigation,  
    div.issue-page-navigation div {
        display: flex !important;
    }
}

.top-nav-author-name {
}

/* end of mobile header */

/* RSS Feed */
.page-id-143883 .wp-block-post-title {
    padding-bottom: 2rem;
    border-bottom: 3px solid black;
}

/* end of RSS Feed */

/* Gift */
.gap-remove {
    gap: 0 !important;
    margin: 0 15rem;
}

.page-id-143887 .wp-block-post-title {
    display: none;
}

.full-width-featured-img {
    margin-top: 0;
}

.featured-img-overlay {
    position: relative;
    background: #fffbeb;
    margin-block-start: -110px !important;
}

.large-header-bar .full-nav-bar {
    top: 0;
}

.gift-icons-container {
    gap: 0;
}

.gift-book-wrapper img {
    max-width: 89px;
}

@media screen and (max-width: 1200px) {
    .gift-book-wrapper {
        white-space: nowrap;
        overflow-x: scroll;
        padding: 20px;
    }
    .gift-book-wrapper::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        padding: none;
    }
    .gift-book-wrapper::-webkit-scrollbar-track {
        border-radius: 5px;
        background: rgba(0, 0, 0, .1);
    }
    .gift-book-wrapper::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0, 0, 0, .3);
    }
    .gift-book-wrapper::-webkit-scrollbar-track:hover {
        background: rgba(0, 0, 0, .3);
    }
    .gift-book-wrapper::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, .7);
    }
}

.ft-size-26 {
    font-size: 26px;
}

@media screen and (max-width: 960px) {
    .gift-icons-container {
        padding: 0 !important;
    }
    
    .page-id-143887 .gap-remove {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .gift-book-icon {
        width: 50px;
    }
    .gift-book-wrapper img {
        max-width: 65px;
    }
    .page-id-143887 .wp-block-heading {
        font-size: 27px !important;
    }
    .gap-remove {
        gap: 0 !important;
        margin: 0;
    }
    
    .gift-icons-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .gift-laptop-icon {
        width: 100px;
    }
    
    .gift-ipad-icon {
        width: 50px;
    }
}

/* end of Gift */

/* advertisement */
@media screen and (max-width: 1200px) {
    .article-advertisement-container,
	.post-content-features {
        gap: 2rem;
    }
}

@media screen and (max-width: 980px) {
    .article-advertisement-container,
	.post-content-features {
        flex-direction: column;
        display: block !important;
    }
    .article-advertisement-container img,
	.post-content-features img {
        max-width: 100%;
    }
}

/* end of advertisement */

.article-social-icon-container i {
    font-size: 1.5rem;
    cursor: pointer;
}

.article-social-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-social-icon-container a {
    line-height: 50%;
    text-align: center;
}

.article-social-icon-container a:hover {
    color: var(--issue-accent-color);
}

.footer-subscription-remove-margin nav {
    margin: 0 !important;
}

@media screen and (max-width: 980px) {
    .article-social-icon-container {
        flex-direction: row !important;
        justify-content: space-around;
        margin-block-start: 1rem;
    }
    
    .article-content-container {
    }
}

/* More posts from author */
.posts-from-author p {
    display: none;
}

.posts-from-author i {
    font-style: normal;
}

.posts-from-author a:hover {
    display: none;
}

/* End Of More posts from author */

/* Latest Issue Meta */
.latest_issue_metadata span {
    font-style: normal;
}

/* End Of Latest Issue Meta */

/* Dispatch */
.dispatch-svg {
    gap: 4px;
}

.dispatch-svg .dispatch-new-critetion-logo svg path {
    fill: black !important;
}

.dispatch-query-container li:first-child div:first-child {
    flex-direction: row-reverse;
}

.browse-dispatch span:hover {
    color: #ee8486;
}

@media screen and (max-width: 780px) {
    .dispatch-city-nav-seperater {
        display: none;
    }
    
    .browse-dispatch {
        gap: 1rem !important;
    }
    
    nav.dispatch-nav-left-col {
        border-bottom: none;
        border-bottom: 1px dashed #9f9f9f;
        padding-bottom: 1rem;
    }
    
    .dispatch-first-post div.wp-block-columns {
        flex-direction: column-reverse;
    }
    
/**
    body.category-dispatch li.category-dispatch {
        border-top: 1px solid #9f9f9f;
        padding-top: 2rem;
    }
**/    

    body.category-dispatch.single li.category-dispatch {
        padding-top: 0 !important;
    }
    
    .browse-dispatch {
        margin-bottom: 1rem !important;
    }
    .browse-dispatch div.wp-block-spacer {
        display: none !important;
    }
}

/* End Of Dispatch */

/* Media */
.media-page-filter-container {
    display: flex;
    gap: 1.5rem;
    border-bottom: 2px solid black;
    align-items: center;
    padding-bottom: 2rem;
}

.media-page-filter-container p {
    margin: 0 !important;
}

.media-post {
    position: relative;
}

.media-post-date {
    position: absolute;
    background: #fffbeb;
    top: 16rem;
    padding: 0.7rem;
    color: #aaa;
}

.post-meta-cutout {
    position: relative;
    background: #fffbeb;
    top: -3rem !important;
    margin-bottom: -3rem !important;
    width: max-content;
    font-size: 20px;
    padding: 10px 20px 0px 0px;
    color: #aaa;
}

.post-meta-cutout .wp-block-post-date a {
    text-decoration: none;
}

.archive.author .post-info {
    margin-top: -4rem;
}

/* End Of Media */

/* Edmund burks award header */
.page-id-133139 .entry-content {
    margin-top: 0 !important;
}

.page-id-133139 .double-border-container {
    position: relative;
}

.page-id-133139 .double-border-container {
    border: 5px double #870b24;
}

.page-id-133139 .double-border-container .edmund-burke-award-header-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .page-id-133139 .entry-content .wp-block-post-featured-image img {
        height: 150px;
    }
}

.edmund-burk-bio h3 {
    margin-block-start: 0.2rem !important;
}

.edmund-burk-bio p {
    margin-block-start: 0 !important;
}

.edmund-burk-bio .is-layout-flex {
    gap: 0 !important;
}

/* end of Edmund burks award header */

/* DONATE PAGE */
.donate-gift-header {
    font-weight: normal !important;
}

/* END OF DONATE PAGE */

.advertise-logo-reviews {
    gap: 8rem;
}

.page-id-133125 main {
    margin-block-start: 0;
}

.advertise-logo-reviews div {
    max-width: 45%;
}

.border-top-header {
    letter-spacing: 0.1rem;
    font-size: 15px;
}

.border-top-header:before {
    display: block;
    margin: 0 auto 10px;
    content: '';
    border-top: 4px solid #ee8486;
    width: 160px;
    text-align: center;
}

.advertise-footer-header {
    font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
    .advertise-logo-reviews {
        gap: 4rem;
    }
    
    .advertise-logo-reviews div {
        max-width: 52%;
    }
}

#mc-embedded-subscribe-form .mc-field-group input {
    width: 100%;
    padding: 0.5rem;
    border-radius: 2px;
    margin-top: 7px;
    box-sizing: border-box;
}

#mc-embedded-subscribe-form {
    margin-bottom: 1.5rem;
}

#mc-embedded-subscribe-form .asterisk {
    color: red;
}

#mc-embedded-subscribe-form .indicates-required {
    text-align: right;
    font-size: 1rem;
}

#mc-embedded-subscribe-form .mc-field-group {
    margin-bottom: 2rem;
    clear: left;
}

#mc-embedded-subscribe-form label {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

#mc-embedded-subscribe-form .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

#mc-embedded-subscribe-form select {
    padding: 0.75rem;
    margin-top: 7px;
    border-radius: 4px;
    width: 100%;
}

#mc-embedded-subscribe-form ul li {
    list-style: none;
}

#mc-embedded-subscribe-form .mc-field-group ul {
    padding: 0;
}

#mc-embedded-subscribe-form .mc-field-group ul li {
    margin-bottom: 1rem;
}

#mc-embedded-subscribe-form .mc-field-group ul li input {
    display: inline;
    width: auto;
    margin-right: 0.8rem;
}

#mc-embedded-subscribe-form h4 {
    font-family: var(--wp--preset--font-family--itc-galliard-std);
    font-style: italic;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    letter-spacing: normal;
}

#mc-embedded-subscribe-form .text-center input {
    background: var(--wp--preset--color--custom-magazine-month);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 100px;
    border: none;
    letter-spacing: 0.04rem;
    font-family: var(--wp--preset--font-family--brandon-grotesque);
    font-style: normal;
    letter-spacing: 2px;
    padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    cursor: pointer;
}

.donate-donorgifts-col-right {
    flex-wrap: wrap !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: center !important;
}

.donate-donorgifts-col-right-heading {
    width: 100%;
}

.donate-donorgifts-col-right form {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.donate-donorgifts-col-right label {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.donate-donorgifts-col-right .form-sub-label {
    text-transform: unset;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0rem;
}

.donate-donorgifts-col-right input {
    width: 100%;
    padding: 0.5rem;
    border-radius: 2px;
    margin-top: 7px;
    box-sizing: border-box;
}

.donate-donorgifts-col-right input[type="radio"] {
    width: unset;
}

.donate-donorgifts-col-right .form-radio-item label {
    text-transform: unset;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0rem;
}

.donate-donorgifts-col-right select {
    padding: 0.75rem;
    margin-top: 7px;
    border-radius: 4px;
    width: 50%;
}

.donate-donorgifts-col-right ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding-left: 0px;
}

.donate-donorgifts-col-right ul li {
    list-style: none;
}

.form-required {
    color: red;
}

.dragger-item {
    display: none;
}

.donate-donorgifts-col-right .form-radio-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
    align-items: baseline;
    margin: 1rem 0rem;
}

.donate-donorgifts-col-right .donation_currency {
    text-transform: unset;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0rem;
    margin-right: .5rem;
    font-family: var(--wp--preset--font-family--brandon-grotesque) !important;
}

body.page-id-171537 #radio-5 .forminator-field {
    columns: 3;
}

body.page-id-171537 #radio-5 label {
    padding: 10px 0 !important;
    margin: 0 !important;
}

body.page-id-171537 #radio-5 .forminator-field span.forminator-label {
    column-span: all;
}

#cid_2 button {
    background: var(--wp--preset--color--custom-magazine-month);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 100px;
    border: none;
    letter-spacing: 0.04rem;
    font-family: var(--wp--preset--font-family--brandon-grotesque);
    font-style: normal;
    letter-spacing: 2px;
    padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    cursor: pointer;
}

.donate-donorgifts-col-right .paypal-smart-payment-buttons-wrapper {
    display: none;
}

.donate-donorgifts-col-right form hr {
    display: none;
}

/* Events */
.event-pagination a {
    text-decoration: none;
}

.event-pagination a:hover {
    color: var(--issue-accent-color);
    text-decoration: underline;
}

.events-header {
    margin-block-start: 3rem;
}

.events-header h3 {
    font-size: 23px;
}

.event-post-container .entry-content {
    margin-top: -1.5rem;
}

.event-social-icon-container a {
    position: relative;
}





/* Events (continued) */
.event-social-icon-container {
    gap: 1rem;
}

.event-social-icon-container br {
    display: none;
}

.event-social-icon-container a:after {
    content: '';
    position: absolute;
    width: 25%;
    border-bottom: 1px solid #b5b5b5;
    left: 50%;
    bottom: -23%;
    transform: translate(-50%);
}

.recent-events-pagination a,
.recent-events-pagination span {
    margin-right: 5px;
    padding: 2px 0.5rem;
    font-size: 17px;
}

.recent-events-pagination a:hover {
    color: var(--issue-accent-color);
}

.recent-events-pagination span.current {
    background: var(--issue-accent-color);
    color: white;
}

.events-post-columns-container {
    gap: 2rem;
}

@media screen and (max-width: 980px) {
    .events-post-columns-container .event-social-icon-container {
        flex-direction: column !important;
    }
}

/* End Of Events */

.footer-credits {
    font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 19px;
    letter-spacing: 2px;
    line-height: 19.200001px;
}

.footer-credits a {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    .hide_on_desktop {
        display: none !important;
    }
}

/* Galliard Society Edits */
.galliard-society-back-to-site {
    position: relative;
    top: -2.8rem;
}

.galliard-society-back-to-site div a {
    font-size: 0.67rem !important;
    letter-spacing: 1.5px !important;
}

.galliard-society-back-to-site div a:hover {
    color: #c7952c !important;
}

.galliard-society-nav-menu {
    justify-content: center !important;
    gap: 8rem !important;
    padding-bottom: 1rem;
}

.galliard-society-nav-menu div a {
    border: 0 !important;
    font-size: 0.67rem !important;
    letter-spacing: 1px !important;
}

@media screen and (max-width: 900px) {
    .galliard-society-nav-menu {
        display: none !important;
    }
}

.h3-1-6-rem {
    font-size: 1.6rem;
}

.page-id-133125 .wp-block-post-title {
    display: none;
}

/* Post Slider */
/* Essential Blocks Slider */
.eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-carousel-post-holder .ebpg-entry-thumbnail:hover:after,
.eb-post-carousel-wrapper.eb-post-carousel-u938ulh.style-4 .ebpg-carousel-post-holder:hover .ebpg-entry-thumbnail:after {
    background-color: rgba(0, 0, 0, 0.35) !important;
    border-radius: 0 !important;
}

.eb-post-carousel-wrapper {
    height: 500px !important;
    overflow: hidden;
}

.post-slider .ebpg-carousel-post-holder {
    flex-direction: row-reverse;
}

.eb-post-carousel-u938ulh .ebpg-carousel-post-holder {
    flex-direction: row-reverse;
    height: -webkit-fill-available;
    height: 100%;
}

.post-slider .ebpg-entry-title,
.post-slider .ebpg-entry-title i {
    font-style: normal !important;
}

.eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title a {
    color: var(--wp--preset--color--custom-soft-black);
}

.eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title a:hover {
    color: var(--wp--preset--color--custom-dark-gray);
}

.post-slider .slick-dots {
    text-align: left;
    top: -100px;
    left: 5%;
    height: 0;
    position: relative;
}

.post-slider .ebpg-entry-thumbnail img {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
}

.post-slider .ebpg-carousel-post-holder .ebpg-entry-media {
    width: 100% !important;
}

.slick-dotted.slick-slider,
.eb-parent-eb-post-carousel-u938ulh {
    margin: 0;
}

.post-slider .ebpg-carousel-post-holder {
    align-items: center !important;
    height: auto !important;
}

.post-slider .ebpg-entry-wrapper {
    padding: 0% 5% !important;
    top: -50px;
    position: relative;
}

.ebpg-entry-meta.ebpg-footer-meta {
    font-size: 32px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 44.799999px !important;
}

.ebpg-entry-content {
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 0.25px !important;
    line-height: 32px !important;
}

@media screen and (max-width: 1024px) {
    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-posted-by,
    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-posted-by a,
    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-carousel-post-excerpt p,
    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title a {
        color: #fff !important;
    }

    .post-slider .ebpg-entry-wrapper {
        width: 100%;
        top: -400px;
    }

    .post-slider .ebpg-carousel-post-holder {
        flex-direction: column !important;
        width: 100% !important;
    }

    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title a {
        font-size: 48px !important;
    }

    .eb-post-carousel-wrapper .ebpg-carousel-post-excerpt p {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 640px) {
    .post-slider .ebpg-entry-wrapper {
        top: -440px !important;
        left: -20px !important;
    }

    .post-slider .ebpg-entry-header h2 {
        line-height: 0 !important;
    }

    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title {
        line-height: 0 !important;
    }

    .eb-post-carousel-wrapper.eb-post-carousel-u938ulh .ebpg-entry-title a {
        font-size: 40px !important;
        line-height: 1 !important;
    }

    .eb-post-carousel-wrapper .ebpg-carousel-post-excerpt p {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
}

/* Issue Metadata */
.latest_issue_metadata {
    color: #010101;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.25px;
}

.minimal-header-bar .latest_issue_metadata {
    text-align: left !important;
}


/* Articles By Issue v2 Styles */
.archive.author .archive-articles-by-heading {
    font-size: 24px !important;
    letter-spacing: 0.25px;
    line-height: normal;
    font-weight: 500 !important;
    clear: both;
    padding-top: 10px;
    color: var(--Black, #010101);
    margin: 60px 0 23px 0;
}

.articles_by_issue {
    max-width: 1108px;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.home .articles_by_issue {
    padding: 0 2rem !important;
}

.department-notes-and-comments .article_author {
    display: none !important;
}

.department-notes-and-comments .article_excerpt {
    margin-top: 5px !important;
}

.article_wrapper .article_card:last-child {
    border-bottom: none !important;
}

.articles_by_issue article {
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    max-width: 450px;
    margin-bottom: 40px;
}

.articles_by_issue h2.department_name {
    clear: both;
    border-top: 2px solid #010101;
    padding-top: 11px;
    color: var(--Black, #010101);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    margin: 0 0 23px 0;
    width: 450px;
}

.department-notes-and-comments h2.department_name {
    border-top-width: 4px;
}

.articles_by_issue .multiple-featured-images h2.department_name {
    width: 100%;
}

.department-interlude {
    margin: 0 0 40px 0;
}

.articles_by_issue h2.article_title {
    color: var(--Black, #010101);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.25px;
    margin: 23px 0 16px 0;
}

.articles_by_issue h3.article_author {
    color: var(--Black, #010101);
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    margin: 16px 0 20px 0;
}

body:not(.single) .wp-block-post-excerpt__excerpt,
.dispatch-subheader .wp-block-post-excerpt__excerpt,
.articles_by_issue p.article_excerpt {
    margin: 20px 0;
    color: #010101;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.25px;
}

body.single .wp-block-post-excerpt__excerpt {
    font-family: inherit;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.dispatch-subheader .wp-block-post-excerpt__excerpt {
    margin: 0;
}

.articles_by_issue .article_featured_image {
    width: 450px;
    height: 300px;
}

.article_featured_image_overlay_banner {
    position: relative;
    bottom: -0.05rem;
    left: 0rem;
    color: white;
    display: inline-block;
    background: #0007;
    padding: 3px 8px;
}

.article_featured_image_overlay_banner + .article_featured_image {
    margin-top: -2.2rem;
}

.articles_by_issue .article_featured_image img {
    width: 450px;
    height: 300px;
    object-fit: cover;
}

.articles_by_issue {
    display: grid;
    grid-template-columns: 564px 544px;
}

.article_wrapper {
    max-width: 1108px;
}

.articles-by-department.multiple-featured-images {
    grid-column: span 2;
}

.articles-by-department.department-notes-and-comments {
    grid-column: span 2;
}

.articles-by-department.department-notes-and-comments h2.department_name {
    width: 100%;
}

.articles-by-department.department-notes-and-comments .article_featured_image {
    display: none;
}

.articles_by_issue .articles-by-department.department-notes-and-comments article {
    max-width: 100%;
    margin-bottom: 0;
}

.articles_by_issue .articles-by-department.department-notes-and-comments article:last-of-type {
    margin-bottom: 40px;
}

.articles-by-department.department-notes-and-comments.multiple-featured-images .article_wrapper {
    display: block;
}

.articles-by-department.multiple-featured-images .article_wrapper {
    display: grid;
    grid-template-columns: 564px 544px;
}

.articles-by-department:not(.multiple-featured-images) .article_wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.articles_by_issue article.article_card:not(:has( > div.article_featured_image)) {
    grid-column: span 2;
    border-bottom: 1px solid #959595;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 30px;
}

.articles_by_issue article.article_card:not(:has( > div.article_featured_image)):last-of-type {
    margin-bottom: 40px;
}

.department-interlude {
    width: 500px;
}

.dispatch-subheader {
    width: 450px;
}

.dispatch-subheader .wp-block-safe-svg-svg-icon {
    margin-bottom: 0;
}

.dispatch-subheader .safe-svg-cover {
    height: 50px;
}

.articles_by_issue .articles-by-department.department-dispatch h2.department_name {
    border-top: 2px solid var(--issue-accent-color) !important;
}

.articles-by-department.department-dispatch .department_name svg {
    height: 85px;
    width: auto;
}

@media screen and (max-width: 1150px) {
    .articles_by_issue,
    .articles-by-department.multiple-featured-images .article_wrapper {
        grid-template-columns: 47.5% 47.5%;
        column-gap: 5%;
    }

    .jetpack_top_posts_widget h2,
    .category-dispatch .wp-block-post-featured-image,
    .articles_by_issue h2.department_name,
    .articles_by_issue article,
    .articles_by_issue .article_featured_image,
    .articles_by_issue .article_featured_image img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .department-interlude {
        width: 100%;
    }

    .newsletter-interstitial,
    .dispatch-subheader {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    footer.wp-block-template-part .wp-block-column {
        border: 0 !important;
        padding-left: 0 !important;
    }

    .articles_by_issue {
        max-width: 90%;
    }

    .articles-by-department {
        grid-column: auto;
    }

    .articles_by_issue,
    .articles-by-department.multiple-featured-images .article_wrapper {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .articles_by_issue {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
}

/* Bookstore styles */
.bookstore-container .featured_books {
    display: none !important;
}

.book-filter-criterion_books .bookstore-container .featured_books {
    display: block !important;
}

.bookstore-container {
    padding-right: 2rem;
    padding-left: 2rem;
}

.bookstore-container .aligncenter {
    clear: both !important;
    margin: inherit auto !important;
    display: block !important;
}

.author-container p {
    display: none;
}

.author-container form {
    height: 52px;
}

.author-container select {
    width: 200px;
}

.bookstore-post {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
    gap: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1.5px solid #dedede2b;
}

.bookstore-post img {
    width: auto;
}

.bookstore-img-container {
    text-align: center;
}

.bookstore-filter-container a:hover {
    color: var(--issue-accent-color);
}

.bookstore-post-link {
    background-color: var(--issue-accent-color);
    padding: 0.8rem 1rem;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.15rem;
}

.bookstore-desc a:hover {
    color: var(--issue-accent-color);
}

.bookstore-desc h3 {
    margin-bottom: 1rem;
}

.bookstore-desc p {
    margin: 0;
    font-size: 1.15rem;
}

.bookstore-filter-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: "Brandon Grotesque";
    max-width: 1100px;
    letter-spacing: .1rem;
    background: #e8e8e8;
    height: 74px;
}

.bookstore-filter-container select {
    text-transform: capitalize;
    font-size: 1.1rem;
    font-weight: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 250px;
}

.bookstore-filter-container form {
    display: flex;
    align-items: center;
}

.filter-title {
    letter-spacing: 0.09;
}

.bookstore-filter-container a {
    text-decoration: none;
    padding: 0.6rem 1rem;
}

.bookstore-filter-container p {
    display: none;
}

.bookstore-filter-container a.is-active {
    background-color: var(--issue-accent-color);
    border-radius: 30px;
    color: white;
    font-weight: bold;
}

.bookstore-track-container {
    min-height: 900px;
    display: flex;
}

.bookstore-track-container .bookstore-track-container-col-1 {
    padding-right: 3rem;
    border-right: 1.5px solid #dedede2b;
    width: 70%;
}

.bookstore-track-container .bookstore-track-container-col-2 {
    margin-left: 3rem;
    max-width: 30%;
}

@media screen and (max-width: 769px) {
    .bookstore-track-container .bookstore-track-container-col-1 {
        padding-right: 0 !important;
        border-right: 0 !important;
        width: 100% !important;
    }

    .bookstore-track-container {
        flex-direction: column;
    }

    .bookstore-track-container h3 {
        font-size: 1.6rem !important;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .bookstore-post {
        gap: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .bookstore-filter-container {
        display: none;
    }

    .bookstore-filter-container-mobile {
        display: block !important;
    }

    .bookstore-filter-container-mobile a {
        text-decoration: none;
    }
}

/* Menu Pop-over */
.full-screen-popover {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    overflow: auto;
}

/* Menu Hover Items */
.header_menu_button:hover {
    cursor: pointer;
}

.leftward-nav .wp-block-navigation-link {
    height: 55px;
    line-height: 55px;
    padding: 0 7px !important;
}

.leftward-nav .wp-block-navigation-link:hover {
    transition: background 0.5s ease;
    background: #01010144;
}

.footer-wrap .wp-block-navigation-link a:hover {
    text-decoration: underline;
}

/* Article Share Styles */
.hustle-ui[data-id="1"].hustle-inline .hustle-social {
    background-color: inherit !important;
    margin-top: 0 !important;
}

.hustle-ui.hustle-displaying-in-large .hustle-social {
    padding: 0 0 10px 0 !important;
}

.hustle-ui.hustle-inline:not(.hustle-size--small) {
    margin-bottom: 0 !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('/wp-content/themes/thenewcriterion/assets/fonts/iconmoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('/wp-content/themes/thenewcriterion/assets/fonts/iconmoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a#custom-pdf-button,
a#custom-print-button {
    text-decoration: none !important;
    display: block;
    margin: 0 0 5px 0;
}

@media (max-width: 960px) {
    a#custom-pdf-button,
    a#custom-print-button {
        display: none;
    }

    .hustle-ui.hustle-displaying-in-small .hustle-social {
        padding-left: 0 !important;
    }
}

#custom-print-button::before {
    font-family: 'icomoon' !important;
    content: "\e903";
    font-size: 30px;
}

#custom-pdf-button::before {
    font-family: 'icomoon' !important;
    content: "\1f322";
    font-size: 30px;
}

.share-footer p {
    margin-top: 1.5rem;
    display: inline-block;
}

.share-footer a#custom-pdf-button,
.share-footer a#custom-print-button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.share-footer .hustle-ui.hustle-inline,
.share-footer .hustle-inline-content {
    width: auto !important;
    display: inline-block !important;
}

.share-footer .hustle-ui.hustle-inline {
    padding-right: 10px;
}

/* Issue Taxonomy Page */
.archive_issues_metadata {
    gap: 7px !important;
}

.archive_issues_metadata .suffix {
    margin-left: 0 !important;
}

.archive_issues_metadata p,
.archive_issues_metadata div,
.archive_issues_metadata .wp-block-query-title {
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-style: italic !important;
    font-weight: 500 !important;
    font-family: var(--wp--preset--font-family--itc-galliard-std) !important;
}

.issues-nav-links-container a {
    font-size: 15px;
    font-family: "Brandon Grotesque", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Sidebar Menu (Styles) */
/* Sidebar Menu */
.close_sidebar_menu_button svg:hover {
    cursor: pointer;
}

.sidebar-menu {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 99999;
    height: 100%;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
}

.sidebar-menu-login-subscribe {
    font-size: 13px;
}

.sidebar-menu-top,
.sidebar-menu-bottom {
    display: block;
}

.sidebar-menu-top a {
    font-size: 13px;
    letter-spacing: 1.5px;
    width: 100%;
}

.sidebar-menu-bottom a {
    font-size: 11px;
    letter-spacing: 1px;
    width: 100%;
}

.sidebar-menu-credits {
    font-size: 9px;
}

.sidebar-menu-top ul,
.sidebar-menu-bottom ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sidebar-menu-top li {
    padding: 15px 12px !important;
    border-bottom: 1px solid rgba(1,1,1,0.1);
}

.sidebar-menu-bottom li {
    padding: 12px !important;
}

.sidebar-menu-top li:hover,
.sidebar-menu-bottom li:hover {
    transition: background 0.5s ease;
    background: #01010144;
}

@media screen and (max-width: 650px) {
    .sidebar-menu {
        right: -100%;
        width: 100%;
    }
}

/* Print Issue Archive CSS */
.print-issue-archive {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.print-issue-archive li {
    list-style: none;
    flex: none;
    text-align: center;
    margin: 0 20px 0 0;
    display: block;
}

.print-issue-archive li .wp-block-button__link {
    font-size: 11px;
    padding: 11px;
}

.issue-archive-scroll-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.issue-archive-scroll-buttons a {
    display: block;
    font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 19px;
    letter-spacing: 2px;
    line-height: 19.200001px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Logged In Overrides */
body.logged-in {
}

/* Untitled Snippet */
.type-article .taxonomy-category {
    display: none !important;
}

/* Related Articles */
.related_articles {
 /*   margin-top: 20px !important; */
}

.related_articles a.jp-related-posts-i2__post-link {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 32px;
    font-size: 160%;
    text-decoration: none;
}

.jp-related-posts-i2__post-author::before {
    content: 'by ';
    font-style: italic;
}

.jp-related-posts-i2__post-author {
    font-style: italic;
    font-size: 26px !important;
    font-size: 130% !important;
}

.jp-relatedposts-i2[data-layout=list] li {
    column-count: 2;
    border-bottom: 1px solid #959595;
}

.author_related_posts li:last-of-type,
.jp-relatedposts-i2[data-layout=list] li:last-of-type {
    border-bottom: 0;
}

.related_articles li {
    padding: 20px 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 600px) {
    .jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row {
        column-count: 1;
        border-bottom: none;
    }

    .related_articles .jp-related-posts-i2__post {
        border-bottom: 1px solid #959595;
    }

    .jp-related-posts-i2__post-link {
        padding-top: 0;
    }
}

/* Galliard Society – Planned Giving Section */
/* Desktop */
.galliard-hero-cover {
    width: 100% !important;
}

.normalize-width {
    width: 100% !important;
}

.page-id-136522 .has-drop-cap:first-child:first-letter {
    font-size: 5rem !important;
}

.page-id-136522 {
    background-color: #010101;
}

.equalHMVWrap {
    flex-wrap: wrap;
}

.eqWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.giving-cards-container {
    max-width: 1600px;
    margin: 0 auto;
    min-height: 400px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.eq {
    padding: 0.75rem;
    position: relative;
}

.equalHMV {
    width: 33.3333333333%;
}

.card-text-container {
    min-height: 400px;
    margin-top: 0px !important;
}

.card-text {
    background-color: #f5f5f2;
    color: #111;
    padding: 3em 2em;
    min-height: 400px;
    font-size: 1.1rem !important;
}

.card-image-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px !important;
}

.card-image {
    height: 100%;
    background-size: cover;
}

.card-quote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 3rem;
    min-height: 400px;
}

.card-quote h3 {
    border-top: 3px solid #c7952c;
    font-style: italic;
    padding-top: 0.5em;
    font-size: 2rem !important;
}

@media (max-width: 1286px) {
    .equalHMV {
        width: 50% !important;
    }

    .card-text-container {
        -ms-flex-order: 1;
        order: 1;
    }

    .card-image-container {
        -ms-flex-order: 2;
        order: 2;
    }

    .card-quote-container {
        -ms-flex-order: 3;
        order: 3;
        width: 100% !important;
        margin: 2em 8em;
        text-align: center;
    }

    .galliard-hero-cover h1 {
        font-size: 60px !important;
    }

    .normalize-width h1 {
        font-size: 60px !important;
    }
}

@media (max-width: 960px) {
    .giving-cards-container {
        display: flex;
        min-height: unset !important;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .card-quote-container {
        width: 50% !important;
        margin: 0px !important;
    }

    .card-text-container {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 720px) {
    .equalHMV {
        width: 100% !important;
    }

    .giving-cards-container {
        display: flex;
        flex-direction: column;
        align-content: flex-start !important;
        align-items: flex-start !important;
    }

    .galliard-hero-cover h1 {
        font-size: 40px !important;
    }

    .normalize-width h1 {
        font-size: 40px !important;
    }

    .spacer-m {
        height: 24px !important;
    }

    .galliard-letter {
        padding: 2rem 1rem !important;
    }

    .member-roll-stack {
        padding-left: 2rem !important;
    }

    .galliard-contact h2 {
        font-size: 32px !important;
    }
}

/* Bookstore Tabs */
.page-id-148339 .reprint-series-active a,
.book-filter-pamphlets .pamphlets-active a,
.page-id-148336 .poetry-active a,
.book-filter-reviewed .reviewed-active a,
.book-filter-by_the_authors .by-the-authors-active a,
.book-filter-criterion_books .criterion-books-active a,
.book-filter-by_the_editors .by-the-editors-active a {
    padding: 0.6rem 0.8rem !important;
    background-color: var(--issue-accent-color) !important;
    border-radius: 9999px;
}

/* Suppress Icon Grow */
.wp-block-outermost-icon-block a,
.wp-block-outermost-icon-block svg {
    transition: none;
}

.wp-block-outermost-icon-block a:hover {
    transform: none;
}

.wp-block-outermost-icon-block svg {
    transform: none;
}

.wp-block-outermost-icon-block .rotate-90,
.wp-block-outermost-icon-block.rotate-90 {
    --outermost--icon-block--transform-rotate: 90deg;
}

.wp-block-outermost-icon-block .rotate-180,
.wp-block-outermost-icon-block.rotate-180 {
    --outermost--icon-block--transform-rotate: 180deg;
}

.wp-block-outermost-icon-block .rotate-270,
.wp-block-outermost-icon-block.rotate-270 {
    --outermost--icon-block--transform-rotate: 270deg;
}

.wp-block-outermost-icon-block .flip-horizontal,
.wp-block-outermost-icon-block.flip-horizontal {
    --outermost--icon-block--transform-scale-x: -1;
}

.wp-block-outermost-icon-block .flip-vertical,
.wp-block-outermost-icon-block.flip-vertical {
    --outermost--icon-block--transform-scale-y: -1;
}

.wp-block-outermost-icon-block .flip-vertical.flip-horizontal,
.wp-block-outermost-icon-block.flip-vertical.flip-horizontal {
    --outermost--icon-block--transform-scale-x: -1;
    --outermost--icon-block--transform-scale-y: -1;
}

/* Advertisements / Banners */
.g.g-1 {
    text-align: center;
    margin: 36px auto;
    width: 728px;
    max-width: 90%;
    height: auto;
}

@media screen and (max-width: 600px) {
    .g.g-1 {
        margin-bottom: 36px !important;
    }
}

.g.g-2 {
 /*   width: 160px;
    height: 600px; */
    text-align: center;
    margin: 0 auto;
}


@media screen and (max-width: 600px) {
.single .sidebar-banner .g.g-2 {
	display: none !important;
}
.single .sidebar-banner .g.g-3 {
	display: block !important;
    margin-top: 20px;
}
}

@media screen and (min-width: 600px) {
.single .sidebar-banner .g.g-3 {
	display: none !important;
}
.single .sidebar-banner .g.g-2 {
	display: block !important;
    width: 160px;
    height: 600px;
}
}


/*
.g.g-3 {
    width: 300px;
    height: 250px;
}
*/

/* Dispatch Styles */
body.dispatch-city-new-york li.new-york a,
body.dispatch-city-london li.london a,
body.dispatch-city-paris li.paris a,
body.dispatch-city-washington li.washington a,
body.dispatch-city-rome li.rome a,
body.dispatch-city-chicago li.chicago a,
body.dispatch-city-berlin li.berlin a,
body.dispatch-city-los-angeles li.los-angeles a,
body.dispatch-city-jerusalem li.jerusalem a,
body.dispatch-city-palm-beach li.palm-beach a,
body.tag-art li.art a,
body.tag-music li.music a,
body.tag-books li.books a,
body.tag-theater li.theater a,
body.tag-dance li.dance a,
body.tag-culture li.culture a,
body.tag-critics-notebook li.critics-notebook a {
    font-weight: 600;
}

/* Media / TNC+ */
/*
.archive.category-media .entry-content p {
    display: none !important;
}
*/

/* Search Results */
.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a,
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title *,
.gs-result .gs-title,
.gs-result .gs-title * {
    color: #010101 !important;
    font-family: GalliardITCC-OSF !important;
}

.gsc-adBlock {
    display: none !important;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title *,
.gs-result .gs-title,
.gs-result .gs-title * {
    height: auto;
    text-decoration: none !important;
    font-family: GalliardITCC-OSF !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    color: #010101 !important;
}

.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
    color: #828282 !important;
    font-family: GalliardITCC-OSF !important;
    font-size: 20px;
    font-style: italic;
}

.gs-webResult .gs-snippet,
.gs-fileFormatType {
    font-size: var(--wp--preset--font-size--medium) !important;
    color: #010101 !important;
    font-family: GalliardITCC-OSF !important;
    line-height: 1.5 !important;
}

.gsc-search-button-v2 {
    border: none !important;
    border-radius: 0 !important;
    background-color: #010101 !important;
}

.gsc-search-button-v2:hover {
    border: none !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    background-color: #444 !important;
}

.gsc-search-button-v2 svg {
    fill: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}

.gsst_a .gscb_a {
    color: #010101 !important;
}

.gsc-webResult.gsc-result {
    border-top-color: #ddd !important;
    border-bottom: none !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gcsc-find-more-on-google {
    color: #010101 !important;
}

.gcsc-find-more-on-google-magnifier {
    fill: #010101 !important;
}

.gsc-control-cse .gsc-option-menu-container,
.gsc-orderby-label,
.gsc-result-info,
.gcsc-find-more-on-google,
.gsc-results .gsc-cursor-box {
    font-size: var(--wp--preset--font-size--medium) !important;
    color: #010101 !important;
    font-family: GalliardITCC-OSF !important;
    line-height: 1.5 !important;
}

/* print css */
@media print {
    .show_on_print {
        display: block;
    }

    .print_logo {
        position: absolute;
        top: -4rem;
        display: block;
        width: 400px;
        height: auto;
    }

    .wp-block-post-author-name a {
        color: #010101 !important;
    }

    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    header,
    .article-mobile-header,
    .minimal-header-bar,
    .login-btn-for-modal,
    .entry-content figure,
    .entry-content img,
    .entry-content figure img,
    .wp-block-post-featured-image,
    .full-nav-bar,
    .share-column,
    .right-article-sidebar,
    .hide-on-print,
    figure.wp-block-post-featured-image,
    footer.wp-block-template-part {
        display: none !important;
    }

    .content-column {
        flex-basis: 100% !important;
    }
}

/* Multimedia (TNC+) */
* {
    font-variant-ligatures: common-ligatures;
}

.tnc-plus-interstitial {
    margin-top: 3rem !important;
    margin-bottom: -4rem !important;
}

.post-type-archive-multimedia .type-multimedia video,
.post-type-archive-multimedia .type-multimedia iframe {
    max-height: 360px;
    max-width: 480px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.multimedia-related-article {
    margin-top: 1.5em;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    padding-left: 15px;
}

.multimedia-related-article a {
    color: var(--issue-accent-color) !important;
}

.multimedia-related-article a:hover {
    color: #fff !important;
}

.multimedia-post.has_featured_image .multimedia_featured_image img {
    width: 640px;
    height: 360px;
    object-fit: cover;
}

.multimedia-post.has_featured_image .external-media-url {
    display: none !important;
}

.multimedia_dark_container,
.multimedia_dark_container .multimedia-post a {
    color: var(--wp--preset--color--custom-paper);
}

.multimedia-post a:hover,
.multimedia_dark_container .multimedia-post a:hover {
    color: var(--issue-accent-color);
}

.multimedia_dark_container .multimedia-category-podcasts a,
.multimedia_dark_container .multimedia-category-podcasts .multimedia-header-container {
    color: #010101 !important;
}

.multimedia-post h3 {
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}

.tnc-plus-logo path {
    fill: var(--issue-accent-color) !important;
}

.multimedia-posts {
    display: flex;
    overflow-y: scroll;
}

.multimedia-post {
    margin-right: 50px;
}

.multimedia-post h2 {
    margin: 10px 0;
}

.multimedia_dark_container .multimedia-category-videos .multimedia-post .multimedia-header-container {
    min-height: 150px;
    padding: 15px 20px 0 15px;
    background-color: #231f20;
    display: block;
}

.page-id-153628 .multimedia-category-podcasts .multimedia-header-container {
    min-height: 230px;
}

.page-id-153628 .multimedia-category-circle-exclusives .multimedia-related-article,
.page-id-153628 .multimedia-category-editors-choice .multimedia-related-article {
    padding-left: 0 !important;
}

.page-id-153628 .multimedia-category-circle-exclusives .multimedia-related-article a,
a.circle-related-video {
    color: #231f20 !important;
}

.page-id-153628 .multimedia-category-circle-exclusives .multimedia-related-article a:hover,
a.circle-related-video:hover {
    color: #888 !important;
}

.multimedia-posts.multimedia-category-from-the-vault .multimedia-post,
.multimedia-posts.multimedia-category-podcasts .multimedia-post,
.post-type-archive-multimedia .wp-block-post {
    border-radius: 18px;
}

.multimedia-posts.multimedia-category-from-the-vault .multimedia-post {
    border: 1px solid black;
    padding: 15px 30px !important;
    min-width: 400px;
}

.post-type-archive-multimedia .wp-block-post h2 {
    font-size: 39px !important;
    margin-top: 0.2em;
}

.post-type-archive-multimedia .multimedia_participants {
    text-align: center;
    margin-top: 0.6rem;
}

.multimedia_participants a {
    text-decoration: none !important;
}

.multimedia_participants ul,
.multimedia_participants li {
    display: inline;
    margin: 0;
    padding: 0;
}

.multimedia_participants li:nth-of-type(2)::before,
.multimedia_participants li:nth-of-type(3)::before {
    content: '&';
    padding: 0 5px;
}

.multimedia_participants {
    font-size: 23.275px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
}

.multimedia_participants .value::before {
    content: 'featuring';
    padding: 0 8px 0 0;
}

.post-type-archive-multimedia .wp-block-post a:hover {
    color: white !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(1),
.post-type-archive-multimedia .wp-block-post:nth-of-type(1) {
    background-color: #2ab690 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(2),
.post-type-archive-multimedia .wp-block-post:nth-of-type(2) {
    background-color: #faa360 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(3),
.post-type-archive-multimedia .wp-block-post:nth-of-type(3) {
    background-color: #8d8cd0 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(4),
.post-type-archive-multimedia .wp-block-post:nth-of-type(4) {
    background-color: #ffad35 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(5),
.post-type-archive-multimedia .wp-block-post:nth-of-type(5) {
    background-color: #6bc047 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(6),
.post-type-archive-multimedia .wp-block-post:nth-of-type(6) {
    background-color: #ee8486 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(7),
.post-type-archive-multimedia .wp-block-post:nth-of-type(7) {
    background-color: #fec46f !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(8),
.post-type-archive-multimedia .wp-block-post:nth-of-type(8) {
    background-color: #fec46f !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(9),
.post-type-archive-multimedia .wp-block-post:nth-of-type(9) {
    background-color: #97c9ee !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(10),
.post-type-archive-multimedia .wp-block-post:nth-of-type(10) {
    background-color: #fcd800 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(11),
.post-type-archive-multimedia .wp-block-post:nth-of-type(11) {
    background-color: #d676c2 !important;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post:nth-of-type(12),
.post-type-archive-multimedia .wp-block-post:nth-of-type(12) {
    background-color: #ee2e31 !important;
}

.wp-block-post iframe {
    max-width: 100%;
}

iframe.soundcloud_embed {
    mix-blend-mode: plus-darker;
    background-color: #0001;
}

.multimedia-date,
.media_duration {
    margin-top: 0.5em;
    font-size: 15px;
}

.tnc-plus-interstitial iframe,
.tnc-plus-interstitial video,
.page-template-wp-custom-template-tnc iframe,
.page-template-wp-custom-template-tnc video {
    width: 640px !important;
    height: 360px !important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}

.single-multimedia iframe {
    text-align: center;
    display: block;
    margin: 3rem auto;
}

.post-type-archive-multimedia .multimedia-category-podcasts iframe {
    mix-blend-mode: plus-darker;
    background-color: #0001;
}

.tnc-plus-interstitial .multimedia-posts.multimedia-category-podcasts .multimedia-post video,
.tnc-plus-interstitial .multimedia-posts.multimedia-category-podcasts .multimedia-post iframe,
.page-template-wp-custom-template-tnc .multimedia-posts.multimedia-category-podcasts .multimedia-post video,
.page-template-wp-custom-template-tnc .multimedia-posts.multimedia-category-podcasts .multimedia-post iframe {
    width: 600px !important;
    height: 100px !important;
    mix-blend-mode: plus-darker;
    background-color: #0001;
    margin-top: 20px;
}

.multimedia-more-button {
    float: right;
    margin-right: 100px;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post {
    padding: 15px 30px !important;
    text-align: center;
}

.multimedia-posts .multimedia-post a {
    text-decoration: none !important;
}

#multimedia-more-button-category-circle-exclusives path,
#multimedia-more-button-category-from-the-vault path {
    fill: var(--wp--preset--color--custom-soft-black) !important;
}

.single-multimedia footer {
    margin-top: 0;
}

.single-multimedia .entry-content a {
    color: var(--wp--preset--color--custom-paper);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.multimedia-posts::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.multimedia-posts {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.go-to-episode-link {
    color: #010101;
    font-family: "Brandon Grotesque";
    font-size: 14.232px;
    font-style: normal;
    font-weight: 550;
    line-height: 17.079px; /* 120% */
    letter-spacing: 1.779px;
    padding: 20px 0;
    text-transform: uppercase;
}

.multimedia-posts.multimedia-category-podcasts .multimedia-post .multimedia-icon {
    margin-bottom: -0.5em;
    margin-top: 0.5em;
}

.multimedia-posts.multimedia-category-from-the-vault .multimedia-post {
    padding-left: 80px !important;
}

.multimedia-category-from-the-vault .multimedia-post .multimedia-icon {
    position: relative;
    display: block;
    left: -55px;
    top: 50px;
    margin-top: -30px;
}

.single-multimedia .multimedia-icon {
    text-align: center;
    margin-bottom: -1em !important;
}

.single-multimedia .multimedia-icon img {
    filter: invert();
}




/* Continuation of Multimedia (TNC+) from previous context */
@media screen and (max-width: 960px) {
    .multimedia_light_container,
    .multimedia_dark_container {
        padding-left: 1.5em !important;
    }

    .page-template-wp-custom-template-tnc iframe,
    .page-template-wp-custom-template-tnc video {
        width: 500px !important;
        height: 300px !important;
    }

    .tnc-plus-interstitial .multimedia-posts.multimedia-category-podcasts .multimedia-post video,
    .tnc-plus-interstitial .multimedia-posts.multimedia-category-podcasts .multimedia-post iframe,
    .page-template-wp-custom-template-tnc .multimedia-posts.multimedia-category-podcasts .multimedia-post video,
    .page-template-wp-custom-template-tnc .multimedia-posts.multimedia-category-podcasts .multimedia-post iframe {
        width: 300px !important;
    }

    .multimedia-posts.multimedia-category-podcasts .multimedia-post {
        max-width: 350px !important;
    }

    .tnc-plus-header {
        scale: 0.7;
        padding-bottom: 0 !important;
    }

    .post-type-archive-multimedia .type-multimedia video,
    .post-type-archive-multimedia .type-multimedia iframe {
        max-width: 360px !important;
        max-height: 240px !important;
    }
}

/* Fix */
.login-popover p a:where(:not(.wp-element-button)),
.login-popover p a {
    text-decoration: underline !important;
}

.ind {
    display: block;
}

.wp-block-outermost-icon-block a,
.wp-block-outermost-icon-block svg {
    height: auto;
}

.entry-content p a {
    text-decoration: underline;
}

.entry-content a.wp-block-button__link {
    text-decoration: none !important;
}

/* Gala Page Styles */
.page-id-171919 .forminator-ui#forminator-module-171969.forminator-design--default .forminator-repeater-field {
    box-shadow: none !important;
    background: none !important;
    padding-left: 0 !important;
}

.page-id-171919 .forminator-field-number label {
    /* display: none !important; */
}

.page-id-171919 .forminator-repeater-field {
    margin-top: -1em !important;
}

.page-id-171919 .StripeElement {
    background-color: #fff !important;
    font-family: var(--wp--preset--font-family--itc-galliard-std) !important;
    font-size: 18px !important;
    border: 1px solid #949494 !important;
    border-radius: 0 !important;
    padding: 0.5rem 0.8rem !important;
}

.page-id-171919 .forminator-field-stripe {
    margin-bottom: 2rem !important;
}

.page-id-171919 .forminator-description.forminator-repeater-description {
    font-size: 1em !important;
    margin-top: -1em !important;
}

.page-id-171919 textarea,
.page-id-171919 input,
.page-id-171919 select {
    display: block !important;
    color: black !important;
    padding: 0.5rem 0.8rem !important;
    font-size: 18px !important;
    font-family: var(--wp--preset--font-family--itc-galliard-std) !important;
    border: 1px solid #949494 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.forminator-ui#forminator-module-171969.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    background-color: #fff !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-family: var(--wp--preset--font-family--itc-galliard-std) !important;
    border: 1px solid #949494 !important;
    color: black !important;
}


.discounted-ticket {
    display: none;
}
