.home {
    overflow: hidden;
}

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




#station-card-module {
    padding-top: 215px;
}

#idobiradio-card-container,
#idobihowl-card-container,
#idobianthm-card-container {
    width: 33.33%;
    border-radius: 25px;
    position: relative;
    height: auto;
}

#idobi-radio-desktop-station-card {
    width: 33.33%;
    border-radius: 25px;
    position: relative;
    height: auto;
    margin-right: 15px;
}

#idobiradio-card-container {
    background-color: #00aedb;
    width: 100%;
}

#idobihowl-card-container {
    background-color: #cabe68;
    margin-right: 15px;
}

#idobianthm-card-container {
    background-color: #f04924;
}

.radio-card-album-art {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-size: cover;
}

.radio-card-play-button {
    align-self: center;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin-left: auto;
    margin-right: 20px;
    background-image: url(../../assets/img/play-active.png);
    cursor: pointer;
    transition: background-image 0.2s linear;
    -o-transition: background-image 0.2s linear;
    -ms-transition: background-image 0.2s linear;
    -moz-transition: background-image 0.2s linear;
    -webkit-transition: background-image 0.2s linear;
    background-repeat: no-repeat;
    background-size: contain;
}

.radio-card-song-info {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: white;
    margin: 10px;
}

.radio-card-station {
    margin-top: 15px;
    margin-bottom: auto;
}

#idobihowl-song-info,
#idobiradio-song-info,
#idobianthm-song-info {
    margin-bottom: 15px;
}

#idobihowl-album-art {
    background-image: url(../../assets/img/idobiHowl_2022logo_Dark.png);
}

#idobiradio-album-art {
    background-image: url(../../assets/img/idobiRadio_2018_logo-black.png);
}

#idobianthm-album-art {
    background-image: url(../../assets/img/idobiAnthm_2022logo_dark.png);
}

.content-area {
    padding-top: 80px;
}

#radio-disclaimer {
    display: flex;
    flex-direction: column;
}

#radio-disclaimer-header {
    font-family: 'radio_fakeregular';
    font-size: 40px;
    color: black;
    margin-top: 20px;
}

/* IDOBI RADIO MOBILE STATION CARD CSS */
#idobi-radio-mobile-station-card {
    display: none;
}


#app-download-container-card {
    display: none;
    border-radius: 15px;
    width: 100%;
    font-size: 1rem;
    color: black;
    background-color: #517CFF;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;
}

@media(max-width: 768px) {

    #app-download-container-card {
        display: flex;
        border-radius: 15px;
        width: 100%;
        font-size: 1rem;
        color: black;
        background-color: #517CFF;
        justify-content: center;
        padding: 15px;
        margin-bottom: 15px;
    }

    #station-card-module {
        padding-top: 150px;
    }

    #idobi-radio-mobile-station-card {
        display: block;
    }

    #idobi-radio-desktop-station-card {
        display: none;
    }

    #radio-card-container {
        flex-direction: column;
    }

    #idobiradio-card-container,
    #idobihowl-card-container,
    #idobianthm-card-container {
        width: 100%;
        border-radius: 25px;
        position: relative;
        height: auto;
    }

    #idobiradio-card-container {
        background-color: #00aedb;
        margin-bottom: 15px;
    }

    #idobihowl-card-container {
        background-color: #cabe68;
        margin-bottom: 15px;
    }

    #idobianthm-card-container {
        background-color: #f04924;
    }

    .radio-card-station {
        margin-top: 35px;
        margin-bottom: auto;
    }

    .radio-card-song-info {
        align-self: center;
        position: relative;
        width: 40%;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin: 15px;
    }

    #idobihowl-song-info,
    #idobiradio-song-info,
    #idobianthm-song-info {
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-animation: marquee-min 12s ease-in infinite;
        -webkit-animation: marquee-min 12s ease-in infinite;
        animation: marquee-min 12s ease-in infinite;
    }
}

@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}



.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#getinto .first-post div {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    color: white;
    font-size: 32px;
}

#getinto .first-post {
    width: 66%;
}

#getinto .second-posts {
    width: 32%;
}

#getinto .second-posts div {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    color: white;
    font-size: 21px;
}

#getinto .second-posts .getinto-image {
    width: 100%;
    padding-bottom: 65%;
    top: 0;
    position: relative;
    z-index: 2;
}

#getinto h2 {
    font-family: 'radio_fakeregular';
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    color: #000;
    position: relative;
    z-index: 1;
    margin: 0 20px 10px 45px;
    padding: 0 0 0 0;
    max-width: initial;
    text-transform: lowercase;
}

#getinto .story .story-info {
    display: block;
    width: 100%;
    height: auto;
    color: white;
    margin: 0;
    background-color: black;
    padding: 15px 30px 30px 30px;
    z-index: 2;
    position: relative;
}

#getinto:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: none !important;
    background-size: 5px;
    opacity: .7;
}

#getinto .second-posts .story-info a:hover {
    color: #09aedb;
}

#trending-module h2 {
    margin: 20px;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}



.titlecontainer h2 {
    font-size: 40px;
    font-family: 'radio_fakeregular' !important;
    color: black;
}

#getinto .story .story-info h3:hover {
    color: #09aedb;
}

#trending-module {
    width: 100%;
    border: 1px solid white;
    margin-bottom: 50px;
}

#trending-module-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    border-right: 1px solid white;
    background-color: #9439D4;
}

#trending-module-post {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.66%;
}

.trending-post a:hover {
    color: #09aedb;
}

.trending-post h5 {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

.trending-post h3 {
    margin: 20px;
}


.trending-post h3 a {
    color: white;
}

.latest-post {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 33.33%;
}

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

.latest-post:nth-of-type(2n) {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

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

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

.story a h3 {
    color: white;
}

@media(max-width:800px) {
    #getinto div {
        display: block;
    }

    #getinto {
        display: flex;
        flex-direction: column;
    }

    #getinto .first-post {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    #getinto .first-post div {
        display: inline-block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        color: white;
        font-size: 20px;
    }

    #getinto .second-posts {
        width: 100%;
    }

    #getinto .first-post .story-info {
        position: relative;
        z-index: 1;
        height: 100%;
        top: 0;
        right: 0;
        padding-left: 0;
        width: 100%;
        min-height: auto;
    }

    #getinto .story .story-info {
        padding: 0;
    }

    #getinto .story .story-info h3 {
        font-size: 15px;
    }

    #getinto .first-post .getinto-image {
        width: 100%;
        padding-bottom: 65%;
        height: 100%;
        top: 0;
        position: relative;
        z-index: 2;
    }

    #getinto .second-posts .getinto-image {
        height: 100%
    }

    #getinto .second-posts .story-info {
        min-height: auto;
    }

    #getinto .getinto-image {
        margin: 0 0 0;
    }

    #getinto .second-posts .story {
        padding-bottom: 0px;
    }

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

    #getinto .second-posts div {
        display: inline-block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        color: white;
        font-size: 20px;
    }

    #trending-module-header {
        min-height: 112px;
    }

    #trending-module h2 {
        margin: 20px;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: white;
        font-weight: 700;
    }

    .trending-post h3 {
        padding: 20px;
        margin: 0px;
    }

    .latest-post {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        margin-bottom: 30px;
    }

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

    .latest-post:nth-of-type(2n) {
        padding-left: 0px;
        padding-right: 0px;
    }

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

}




.mobilecontainer {
    width: 40%;
    display: flex;
}

/* .idobi-now {
		margin-top:50px;
		margin-top: 0px;
	}*/

/*REMOVE WHEN PROMO BANNER IS INACTIVE*/
/* .idobi-now #now {
		margin-top: 0px;
		position: relative;
		z-index: 3;
	}

	.idobi-now {
  padding-bottom: 50px;
} */
/*REMOVE WHEN PROMO BANNER IS INACTIVE*/

.idobi-now .show-now h4 a {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.idobi-now .show-now h4 a:visited {
    text-decoration: none;
    color: white;
}

.idobi-now .show-now h3 {
    font-size: 17px;
}

.show-now {
    flex-grow: 1;
    margin-right: 10px;
}

.showmobilecontainer {
    margin-left: auto;
    margin-right: auto;
}

.nowrow {
    display: flex;
}

@media (max-width: 768px) {
    .mobilecontainer {
        visibility: hidden;
        width: 0;
        height: 0;
        flex-grow: 0;
    }

    .show-now {
        flex-grow: 0;
    }

    .showmobilecontainer {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .nowrow {
        padding-left: 20px;
        padding-right: 20px;
    }

    .idobi-now .show-now h3 {
        font-size: 13px;
    }
}




#latest-videos {
    flex-direction: row;
    padding-bottom: 50px;
}

#latest-video-module {
    width: 100%;
    font-family: 'alte-haas-grotesk-bold';
    background-color: black;
    color: white;
}

#latest-video-header {
    display: flex;
    align-items: center;
    font-size: 39px;
    margin-bottom: 50px;
    padding-top: 25px;
}

.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%;
    display: flex;
    flex-wrap: wrap;
}

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

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

#latest-videos-view-all {
    display: block;
    margin-left: auto;
    color: white;
    font-size: 14px;
}

#latest-videos-view-all-mobile {
    display: none;
}

#latest-videos-backup {
    display: none;
    flex-direction: row;
    padding-bottom: 50px;
}

@media(max-width:768px) {
    #latest-videos {
        flex-direction: column;
    }

    #latest-videos-backup {
        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;
    }

    #latest-videos-view-all {
        display: none;
    }

    #latest-videos-view-all-mobile {
        display: block;
        color: white;
        font-size: 14px;
        padding-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .latest-video-thumbnail {
        height: 265px;
    }
}



#app-download-module {
    width: 100%;
    font-family: 'alte-haas-grotesk-bold';
    background-color: #81FFFE;
    color: black;
}

#app-download-text-button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#app-download-header-text {
    font-size: 49px;
}

#app-download-body-text {
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#app-download-button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.app-download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 65px;
    background-color: #5254DD;
    color: white;
    font-size: 22px;
}

.app-download-button:visited {
    color: white;
}

.app-download-button:nth-of-type(1n) {
    margin-right: 15px;
}

.app-download-button:nth-of-type(2n) {
    margin-right: 0px;
}

@media(max-width: 425px) {
    #app-download-header-text {
        text-align: center;
    }
}





#shows-header {
    display: flex;
    align-items: center;
    font-size: 39px;
    margin-bottom: 50px;
    padding-top: 25px;
}

#shows-shows {
    padding-bottom: 50px;
}

.show {
    width: 25%;
}

#shows-shows .image {
    background-size: contain;
    height: 265px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.show:nth-of-type(1n) {
    margin-right: 20px;
}

.show:nth-of-type(2n) {
    margin-right: 20px;
}

.show:nth-of-type(3n) {
    margin-right: 20px;
}

.show:nth-of-type(4n) {
    margin-right: 0px;
}

#shows-view-all {
    display: block;
    margin-left: auto;
    font-size: 14px;
    color: white;
}

#shows-view-all-mobile {
    display: none;
}

@media (max-width: 768px) {
    #shows-shows {
        flex-direction: column;
    }

    .show {
        width: 100%;
    }

    #shows-shows .image {
        background-size: contain;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100%;
        margin-bottom: 20px;
    }

    .show:nth-of-type(1n) {
        margin-right: 0px;
    }

    .show:nth-of-type(2n) {
        margin-right: 0px;
    }

    .show:nth-of-type(3n) {
        margin-right: 0px;
    }

    .show:nth-of-type(4n) {
        margin-right: 0px;
    }

    #shows-view-all {
        display: none;
    }

    #shows-view-all-mobile {
        display: block;
        color: white;
        font-size: 14px;
        padding-bottom: 50px;
    }
}