.current-menu-item a:visited {
    border-bottom: none;
}

.current-menu-item a {
    border-bottom: none;
}

#ajax-content {
    font-family: 'alte-haas-grotesk-bold';
    color: white;
    background-color: black;
}


.latest-video-thumbnail {
    display: flex;
    width: 100%;
    height: 230px;
    margin: 0 0 5px;
    background-size: contain;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.latest-video-title-container {
    font-size: 25px;
    padding-top: 20px;
}

.latest-video-title-container a {
    color: white;
}

#latest-video-header {
    position: relative;
    width: 100%;
}

.latest-video {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.latest-video:nth-of-type(1n) {
    padding-right: 15px;
}

.latest-video:nth-of-type(3n) {
    padding-right: 0px;
}

.latest-video {
    display: flex;
    flex-wrap: wrap;
}

.page-title {
    color: #1E9A8B;
}

.spacing {
    padding-top: 215px;
}

.content-area {
    margin-top: 0;
}

#top-story img {
    max-height: 600px;
    object-fit: cover;
}

.dropdown-content a:visited {
    color: #1E9A8B;
}

.dropdwn:hover .dropbtn {
    content: url('../../assets/img/live-performance-dropdown-arrow-reveal.png') !important;
}

.dropdwn {
    cursor: pointer;
}

.dropbtn {
    cursor: pointer;
}

#myDropdown>.post-type-live-performances:hover {
    color: #000;
}

.zinerow {
    margin-bottom: 20px;
}

.video-story-info {
    padding: 20px;
    height: 165px;
    background-color: black;
}

.video-story-info h3 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: white !important;
}

.video-story-info h3:hover {
    color: #09aedb !important;
}

.post-type-live-performances:hover {
    color: #1e9a8b !important;
}

.video-story-info p {
    font-size: 12px;
    line-height: 15px;
    color: white;
}

.thumb-image {
    height: 230px;
    padding-bottom: 0px !important;
}

.wp-post-image {
    cursor: pointer;
}

.zcontent-area .thumb-image {
    margin: 0 0 5px;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 65%;
    z-index: 1;
    background-repeat: no-repeat;
}

#other-stories2 .story .thumb-image {
    margin: 0 0 5px;
    background-size: contain;
    background-position: center center;
    z-index: 2;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 65%;
    z-index: 1;
    background-repeat: no-repeat;
}

#other-stories2 img {
    display: block;
    width: 100%;
    height: 189px;
    margin: 0 0 20px;
    background-size: cover;
    background-position: center center;
}

.first-item {
    padding-top: 36px !important;
}

.last-item {
    padding-bottom: 36px !important;
}


@media(max-width:768px) {
    .dropdown-content {
        min-width: 0px;
    }

    .spacing {
        padding-top: 150px;
    }

    .zinerow {
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }

    .latest-video:nth-of-type(1n) {
        padding-right: 0px;
    }

    .latest-video:nth-of-type(3n) {
        padding-right: 0px;
    }

    .thumb-image {
        height: 345px;
        padding-bottom: 0px !important;
    }

    .zinepost {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #mobileCaptionSpace {
        display: block !important;
    }

    .archive #top-story .caption:before {
        height: 110px;
    }

    .dropbtn {
        max-width: none;
    }

    #latest-videos {
        flex-direction: column;
    }

    .latest-video {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 27px;
    }

    #latest-video-header {
        font-size: 35px;
        text-align: center;
    }

    .latest-video-thumbnail {
        height: 345px;
    }

    .latest-video:nth-of-type(1n) {
        padding-right: 0px;
        padding-bottom: 15px;
    }


}

@media (max-width: 425px) {
    .thumb-image {
        height: 265px;
        padding-bottom: 0px !important;
    }

    .latest-video-thumbnail {
        height: 265px;
    }
}