@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:400,700|Lalezar');




*::-webkit-scrollbar-thumb {
    background-color: #484F6D;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-corner {
    background-color: transparent;
}

*::-webkit-scrollbar {
    width: 7px;
}


.firecall-player-container-container .video-container {
    background: transparent !important;
}

[v-cloak] {
    display: none
}

.brand-logo {
    display: inline-block;
    height: 100%;
    margin-left: 20px;
}

.brand-logo>img {
    vertical-align: middle;
    height: 32px;
}

.brand-logo span {
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: 'Lalezar', cursive;
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

iframe {
    border: 0;
    outline: 0;
}

.firecall-player-container {
    height: calc(100% + 210px);
    position: absolute;
    width: 100%;
}



.video-container {
    overflow: visible;
}

.firecall-player-container iframe {}

body {
    font-family: 'Open Sans', sans-serif;
}

hr {
    border: none;
    background-color: #464646;
    height: 1px;
    margin: 25px 0;
}

a,
a:link,
a:visited,
a:hover {
    color: #fff;
}

.standard-content-container {
    margin-top: 30px;
}

.nav-wrapper li {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.nav-wrapper li i {
    margin-right: 5px;
}

.channel-group-grid-heading {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

.channel-group-grid-heading img {
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.channel-card {
    background: #1D233E;
    border: 1px solid #1d233e;
    margin-bottom: 20px;
    position: relative;
}


.channel-card:hover:not(.offair) {
    background: darkorange;
    cursor: pointer;
    color: #000;
}

.video-container .streamshot {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.channel-card .info-container {
    padding: 8px;
}

.info-container .logo {
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
}

.info-container .channel-name {
    font-weight: bold;
}


.channel-info {
    display: inline-block;
    vertical-align: middle;
}

.info-container .channel-name {
    display: block;
}



.info-container .channel-prog {
    font-size: 0.7em;
    font-weight: bold;
    opacity: 0.3;
    text-transform: uppercase;
}

.channel-card:hover .channel-prog {
    opacity: 1;
    color: #000;
}

.content-wrapper.standard {
    margin-top: 20px;
}

.channel-card {
    display: block;
}

.channel-card.offair {
    opacity: 0.4;
    cursor: default;
}

.video-container {
    background: #000;
}


#channel-watch-screen {
    display: flex;
}

#channel-group-list {
    width: 275px;
    flex-grow: 0;
    flex-shrink: 0;
    height: calc(100vh - 55px);
    overflow: auto;
    background: #1D233E;
}


.channel-group-link {
    display: block;
    padding: 10px;
    background: #2D3147;
    font-weight: bold;
    overflow: hidden;
}

#channel-group-list .logo {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    z-index: 9990;
}

#channel-group-list .channel-icon-blank {
    height: 30px;
}

.channel-link {
    overflow: hidden;
    padding-left: 5px;
    display: block;
    font-size: 0.9em;
    padding: 10px;
}


.channel-link .channel-name {
    display: block;
    font-size: 1.1em;
}

.channel-link .info-container {
    vertical-align: middle;
    display: inline-block;
}


.channel-link.offair {
    opacity: 0.5;
}

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(255, 140, 0, 0.6);
}


.channel-link.active:not(.offair) {
    background: darkorange;
    color: #000;
    font-weight: bold;
}

.channel-group-link.active {
    background-color: darkorange;
    color: #000;
}

.channel-link.active:not(.offair) .channel-prog {
    opacity: 1;
}

#selection-content-container {
    flex-grow: 1;
    padding-top: 20px;
    height: calc(100vh - 55px);
    overflow: auto;
}

#selection-content {
    width: 95%;
    margin: auto;
    max-width: 1500px;

}

.schedule-set {
    padding: 16px;
    background: #212121;
    margin-top: 10px;
}

.schedule-set .brand-logo {
    width: 50px;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.schedule-set-header {
    padding-bottom: 15px;

}

.schedule-set-header .text {
    display: inline-block;
    vertical-align: middle;
}

.schedule-set-header .brand-name {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.schedule-set-header .date {
    font-size: 0.8em;
    margin-top: 3px;
    opacity: 0.8;
}

.schedule-set-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}


.schedule-set-item .headshot {
    width: 80px;
    vertical-align: top;
    margin-right: 10px;
}

.schedule-set-item .text {
    display: inline-block;
    vertical-align: middle;
}

.schedule-set-item .text .performer-name {
    font-size: 1.2em;
}

.schedule-set-item .text .times {
    opacity: 0.7;
}

.schedule-set-item {
    padding: 10px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.schedule-set-item .text .times {
    margin-top: 5px;
}

.schedule-set-item {}

.schedule-set {
    height: 100%;
}

.filter-logo {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.call-book-button {
    margin-top: 10px;
    padding: 10px 5px;
    font-size: 0.6em;
    height: auto;
    line-height: 1;
    opacity: 0.8;
    font-weight: bold;
}

.call-book-button i {
    font-size: 1.1em;
}

.call-book-button:hover {
    opacity: 1;
}


#callBookingModal .headshot {
    height: 60px;
    vertical-align: middle;
}

@media screen and (max-width : 1000px) {

    #channel-watch-screen {
        flex-direction: column-reverse;
    }

    .firecall-player-container {
        overflow: hidden;
        height: 100%;
    }

    #selection-content-container {
        padding-top: 0;
        position: sticky;
    }

    #channel-group-list {
        display: block;
        position: absolute;
        top: calc(100% + 60px);
        height: 100vh;
        width: 100%;
    }

    .video-container {
        background: transparent;
    }

    #selection-content {
        width: 100%;
    }


    .video-container,
    #selection-content {
        height: 100%;
        padding: 0;
    }

    .video-container {
        padding-bottom: 56.25%;
    }


    .player-container.firecall-player-container-container {
        height: 100%;
    }

    #selection-content-container:not(.firecall) {
        height: auto;
    }

    #channel-group-list {
        position: initial !important;
        height: auto !important;
    }

}


.modal {
    background: #212121;
    max-height: 80%;
}

.modal .modal-footer {
    background: #313030;
}


#selection-content-container #sitefooter {
    display: none;
}

@media screen and (min-width : 1000px) {
    #selection-content-container #sitefooter {
        display: block;
        margin-bottom: 20px;
    }

    .firecall-player-container-container {
        margin-bottom: 300px;
    }
}

#sitefooter {
    font-size: 0.7em;
    opacity: 0.5;
}

#main-container>#sitefooter {
    width: 95%;
    margin: auto;
    padding-bottom: 20px;
}

@media screen and (min-width : 1000px) {

    #schedule-screen,
    #grid-screen {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-width : 1000px) {

    #sitefooter .left,
    #sitefooter .right {
        width: 100%;
    }

    #sitefooter .right {
        margin-top: 10px;
    }
}

.channel-provider {
    font-size: 0.6em;
    margin-top: 5px;
}


@media screen and (min-width : 992px) and (max-width : 1200px) {
    .nav-wrapper ul {
        float: left !important;
    }

    .brand-logo {
        display: none !important;
    }
}

.info-card .header {
    padding: 10px;
    background: darkorange;
    color: navy;
    font-weight: bold;
    text-align: center;
}

.info-card .body {
    padding: 10px;
    background: #1D233E;
    text-align: center;
    font-weight: bold;
}

li.active a,
li.active i {
    color: #000 !important;
}

.home-link i {
    font-size: xx-large;
    display: block;
    padding: 10px;
    text-align: center;
}

.home-link span {
    text-align: center;
    width: 100%;
    font-size: large;
    display: block;
}

.home-link {
    text-align: center;
    text-transform: uppercase;
    background: #1D233E;
    padding: 20px;
    display: block;
    margin-bottom: 10px;
    transition: background 0.25s;
}

.home-link:hover {
    background: darkorange;
    color: #000;
}

.navbar-fixed nav {
    border-bottom: 1px solid #1d233e;
}

.channel-card .logo {
    width: 64px !important;
    height: 64px !important;
}

.channel-icon {
    border: 0;
    outline: 0;
    background: #000;
}

.channel-icon-blank {
    display: inline-block;
    background: #484F6D;
    vertical-align: middle;
}

.brand-logo {
    margin-top: -4px;
}

.textpage {
    white-space: pre-wrap;
    width: 95%;
    margin: 10px auto;
}

.channel-link {
    position: relative;
}


.agebadge {
    width: 15px;
    height: 15px;
    position: absolute !important;
    right: 10px;
    top: 18px;
}

.channel-link:not(.active) .agebadge,
.channel-link.offair .agebadge {}

.overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.overlay {
    max-width: 500px;
}

.overlay .actions {
    margin-top: 10px;
}

.overlay .action {
    background: darkorange;
    color: #000;
    font-size: 0.8em;
}

.prog-pic {
    width: 200px;
}

.body.desc {
    text-align: left;
}

.prog-info-card {
    container-type: inline-size;
}

@container (max-width: 799px) {

    .body.desc>div {
        text-align: center;
    }
}


@container (min-width: 800px) {
    .body.desc {
        display: flex;
        gap: 20px;
        padding: 20px;
    }
}