




/* Header Menu */
/*------------------------------------*/

#header-content .secondary-menu .menu > li > a {
    padding: 10px 7px 10px;
    border: 1px solid rgba(255,255,255,0.5);
    margin-top: 10px;
    margin-right: 5px;
    font-weight: 300;
}

@media only screen and (min-width:1025px) {
    #main-menu .menu > li > a {
        font-size: 18px;
    }
}
@media only screen and (min-width:1140px) {
    #main-menu .menu > li > a {
        font-size: 21px;
    }
}




/* Main Heading + Subnav Block */
/*------------------------------------*/

.submenu-col .icon--menu {
    width: 32px;
    height: 32px;
    text-align: center;
}
.submenu-col .icon--close {
    width: 32px;
    height: 32px;
    text-align: center;
}
.submenu-col .bg-primary:hover {
    background: black!important;
}

.post-category-title-block .submenu-wrap {
    width: 250px;
    top: -9px;
    z-index: 1;
    left: -17px;
    display: none;
}
.post-category-title-block .submenu-wrap.show {
    display: block;
}
.post-category-title-block .submenu li {
    list-style: none;
}
.post-category-title-block .submenu li a {
    color: black;
    font-weight: 500;
}
.post-category-title-block .submenu li a:hover {
    color: var(--color-primary);
}

.post-category-title-block .ad-block {
    /* TODO fixed width? will not align with sidebar; stricter ad image rules required for best results*/
    width: 200px;
    width: 100%;
    /*height: 120px;*/
}
.ad-el > div {
    position: relative;
}
.ad-el > div > div {
    position: absolute;
    background: white;
    line-height: 16px;
    padding: 0 2px;
}






.post-category-title-block .submenu-col {
    max-width: 45px;
}
.post-category-title-block .title-col > * {
    font-size: 56px;
    line-height: 1.2em;
    font-family: 'Barlow Condensed', Sans-Serif;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .post-category-title-block .submenu-col {
        max-width: 65px;
    }
    .post-category-title-block .title-col > * {
        font-size: 72px;
    }
}
@media only screen and (min-width: 992px) {
    .post-category-title-block .title-col > * {
        font-size: 84px;
    }
}




/* Single Post Template */
/*------------------------------------*/

.single .post-title {
    line-height: 1em;
}
.single .post-title + .post-subhead {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.single .post-author {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Barlow Condensed', Sans-Serif;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-media .slides .slide > img {
    max-height: 540px;
}




/* News Letter Signup Block */
/*------------------------------------*/

.newsletter-signup-block .h1 {
    font-size: 42px;
}
@media only screen and (min-width: 576px) {
    .newsletter-signup-block .h1 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 992px) {
    .newsletter-signup-block .h1 {
        font-size: 54px;
    }
}

.newsletter-signup-block input[type='email'] {
    width: 250px;
}




/* Media */
/*------------------------------------*/

div[id^="attachment_"]{
    width: 100%!important;
}

img + .wp-caption-text {
    margin-top: 0.5rem;
}

img + .wp-caption-text,
.image-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

/*img + .wp-caption-text,*/
.image-caption {
    font-size: 11px !important;
    line-height: 18px;
    color: #808080 !important;
}

.review-meta-block p {
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

/* for iframes inside editor-content-output */
p iframe { max-width: 100%; }




/* Post Query Item Styles */
/*------------------------------------*/

.mag-category-pqi + .mag-category-pqi {
    border-top: 1px solid var(--grey-25);
}

.pqi-heading {
    color: black !important;
    font-size: 30px !important;
    line-height: 1.2em !important;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .pqi-heading {
        color: black !important;
        font-size: 42px !important;
        /*line-height: 1.45em !important;*/
    }
}
@media only screen and (min-width: 992px) {
    .pqi-heading {
        color: black !important;
        font-size: 54px !important;
    }
}

p.no-margins-b {
    margin-bottom: 0!important;
}
p.no-margins-b + p {
    margin-top: 0!important;
}


/* Social Icons */
/*------------------------------------*/

.square-icons .social-icon {
    border: none !important;
    color: white;
    background-color: #000;
    padding: 3px 0 0 0;
}




/* Home Page */
/*------------------------------------*/

.home-hero-slider .slides .slide {
    /*height: 75vh;*/
}

.home-hero-slider .slides .slider-arrows {
    z-index: 1;
}

#live-reviews .slides {
    background: none;
}




/* Merch Table */
/*------------------------------------*/

.merch-item p {
    margin-top: 0;
}




/* Issue Taxonomy Template */
/*------------------------------------*/
.digit-issue-trigger {
    background: #3d5561;
}
/*.digit-issue-trigger:hover {*/
/*    border-color: var(--color-secondary)!important;*/
/*}*/
.digit-issue-trigger .btn {
    width: 100%;
}