@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Bold.woff2') format('woff2'),
        url('../fonts/Prompt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body.page-template-page-home #page #primary {
    padding: 0px 0px;

}

#pageMiddleBannerAd img.desktop {
    display: block;
}

#pageMiddleBannerAd img.mobile {
    display: none;
}

/* Trending 
*********************************************************************************************************/

#trending {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#trending h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Prompt;
    font-size: 60px;
}

#trending .cast {
    margin-bottom: 20px;
    text-align: center;
    min-height: 322px;
}

#trending .cast h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#trending .cast span {
    text-transform: uppercase;
    text-align: center;
    color: #f20000;
    font-weight: normal;
    font-size: 18px;
}

#trending .cast .castInfo {
    opacity: 0;
}




#trending .cast .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


#trending .cast .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

#trending .cast .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#trending .cast:hover .image,
#trending .cast.eliminated img {
    opacity: 0.3;

}

#trending .cast:hover .image {
    filter: blur(4px);
}

#trending .cast:hover .middle {
    opacity: 1;
}

#trending .cast:hover img.castInfo {
    opacity: 1;
}

#trending .bio p {
    color: #fff;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;
}


#trending .item .cast.cloned:nth-child(n+4) {
    display: none;
}


#trending .cast .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#trending .carousel-control {
    width: 8%;
    width: 0px;
}

#trending .carousel-control.left,
#trending .carousel-control.right {
    margin-right: 37px;
    margin-left: 5px;
    background-image: none;
    opacity: 1;
}

#trending .carousel-control>a>span {
    color: white;
    font-size: 29px !important;
}

#trending .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

#trending .fa.fa-chevron-right.glyphicon-chevron-right:before {
    content: "\f054";
    margin-top: -47px;
    color: #fff;
}



#trending .fa.fa-chevron-left.glyphicon-chevron-left:before {
    content: "\f053";
    margin-top: -27px;
    color: #fff;
}

#trending .fa.fa-chevron-right.glyphicon-chevron-right,
#trending .fa.fa-chevron-left.glyphicon-chevron-left {
    content: "\f053";
    margin-top: -27px;
    color: #fff;
}

#trending .carousel-control.left {
    margin-left: 8px;
}

#trending .carousel-control .glyphicon-chevron-right {
    margin-right: -40px;
}

/* #trending .active > div { display:none; } */
#trending .active>div:first-child {
    display: block;
}

#trending .carousel-inner>.item .cast {
    width: 33.333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#trending .carousel-inner {
    width: 100%;
}

#trending .carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    transform: unset !important;
}

#trending .carousel-inner>.next,
#trending .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

#trending .carousel-inner>.next,
#trending .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

#trending .carousel-inner>.active,
#trending .carousel-inner>.next,
#trending .carousel-inner>.prev {
    display: block;
}

#trending .carousel-inner>.next.left,
#trending .carousel-inner>.prev.right {
    left: 0;
}

#trending .carousel {
    position: relative;
    margin-left: -19px;
    overflow: hidden;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: -19px;
}

#trending .carousel-inner .active.left {
    left: -33.333%;
}

#trending .carousel-inner .active.right {
    left: 33.333%;
}

#trending .carousel-inner .next {
    left: 33.333%;
}

#trending .carousel-inner .prev {
    left: -33.333%;
}

#trending .carousel-col {
    width: 33.333%;
}

#trending .active>div:first-child+div {
    display: block;
}

#trending .active>div:first-child+div+div {
    display: block;
}

#trending .active>div:first-child+div+div+div {
    display: block;
}





/* games
*********************************************************************************************************/

#games {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#games h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Prompt;
    font-size: 60px;
}

#games .games {
    margin-bottom: 30px;
}

#games .featured {
    margin-bottom: 40px;
}

#games .featured img {
    box-shadow: 4px 4px 7px #0000006F;
}

#games .featured h3 {
    font-family: Prompt;
    font-size: 37px;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#games .featured p {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}


#games .featured .btn,
#games .btn.sectionBtn {
    border-radius:0px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 4px 4px 7px #0000006F;
}

#games .ads {
    margin-top: 40px;
}


/* programming
*********************************************************************************************************/

#programming {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#programming h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Prompt;
    font-size: 60px;
}

#programming .programming {
    margin-bottom: 30px;
}

#programming .featured {
    margin-bottom: 40px;
}

#programming .featured img {
    box-shadow: 4px 4px 7px #0000006F;
}

#programming .featured h3 {
    font-family: Prompt;
    font-size: 37px;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#programming .featured p {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}


#programming .featured .btn,
#programming .btn.sectionBtn {
    border-radius:0px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 4px 4px 7px #0000006F;
}

#programming .programming h1 {
    font-family: Prompt;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

#programming .programming p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

#programming .programming .cta {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
   
}

#programming .ads {
    margin-top: 40px;
     padding-left: 0px;
}


.row.post {
    display: flex;
    flex-wrap: wrap;
  }
  .row.post > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

/* Homepage Slider ****************************************************************************************************************** */
#homeSlider .bannerContent {
    z-index: 99;
}
#homeSlider .bannerContent .btn {
    border-radius:0px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 4px 4px 7px #0000006F;
 
}

#homeSlider .bannerContent span.break {
    display: none;
}

#homeSlider .bannerContent   h1 {
    font-family: Prompt;
    font-size: 30px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 0px;
    margin-top: 10px;
   
    color:#fff;
}
#homeSlider .playwrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.embed-responsive-1600by601 {
    padding-bottom: 37%;
}

.embed-responsive-square {
    padding-bottom: 92%;
}



.navbar .navigation .findInspNav .form-group {
    margin-bottom: 0px;
}



#taskBar.findtext  .container  {
width: 100%;
padding-left: 0px;
}

#taskBar.findtext  .container #findInsp  {
    padding: 0px 0px;
    border-right: none;
    width: 100%;
    }

    #taskBar.findtext #findInsp .form-inline label {
        margin-top: 3px !important;
        color: #fff !important;
    }


    #taskBar.findtext #findInsp .form-inline .input-group input {
    border: none;
    color: #848689;
    border-right: 0px;
    max-width: 300px;
    width: 100%;
    background-color: #b0b8c7 !important;
    border-radius: 0px;
    margin-right: 12px;
    display: inline-block;
    }

    #taskBar.findtext #findInsp .form-inline .input-group input::placeholder {
        color: #555;
    }

    #taskBar.findtext #findInsp .form-inline .btn {
        display: inline-block;
        border: 3px solid #faa21b;
        background: unset;
        background-color: unset;
        color: #fff;
        padding: 5px 15px;
        border-radius: 0px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px auto 0px auto;
        margin-left: 12px;
    }


    /* textbutton */


    #taskBar.textbutton  .container  {
        width: 100%;
        padding-left: 0px;
        }
        
        #taskBar.textbutton  #textbutton {
            margin: 0px auto;
        }

    #taskBar.textbutton  #textbutton span {
        font-weight: bold !important;
        margin-right: 12px;
        font-size: 20px;
        color: #fff;
    }

    
    #taskBar.textbutton  #textbutton .btn {
        display: inline-block;
        border: 3px solid #faa21b;
        background: unset;
        background-color: unset;
        color: #fff;
        padding: 5px 15px;
        border-radius: 0px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px auto 0px auto;
        margin-left: 12px;
        min-width: 120px;
    }
 


@media screen and (max-width: 1200px) {
    #games .featured h3,
    #programming .featured h3 {
        font-size: 32px;
        line-height: 40px;
    }

    #games .featured p,
    #programming .featured p {
        font-size: 16px;
        line-height: 18px;
    }


  

    
}

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

    #games .games,
    #programming .programming {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    #games .featured,
    #programming .featured {
        text-align: center;
    }

    #games .featured h3,
    #programming .featured h3{
        font-size: 32px ;
        line-height: 40px;
        margin-top: 20px;
        text-align: center;
    }

    #games .featured p,
    #programming .featured p {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }


    #games .featured .btn,
    #programming .featured .btn {
        margin: 0px auto;
        text-align: center;
    }


    #homeSlider .bannerContent .btn {
        border-radius: 0px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 4px 4px 7px #0000006F;
    }

    #homeSlider .bannerContent h1 {
        font-family: Prompt;
        font-size: 20px;

    }
}

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

    #taskBar.findtext #findInsp .form-inline label {
       display: none;
    }

    #taskBar.findtext #findInsp .form-inline .form-group {
        margin-bottom: 0px;
    }

    .padding-five {
        padding: 0px 5px !important;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-right: -2px;
        width: 41px;
    }

    #programming .programming h1 {
        font-size: 18px !important;
        line-height: 22px !important;
    }


    #pageMiddleBannerAd img.desktop {
        display: none;
    }
    
    #pageMiddleBannerAd img.mobile {
        display: block;
        margin: 0px auto;

    }


    #pageMiddleBannerAd #countDown .countDown {
        width: 100%;
        right: 0px;
        position: relative;
        top: unset;
        height: auto;
        padding-bottom: 20px;
    }

    #homeSlider .bannerContent .btn {
        border-radius: 0px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 4px 4px 7px #0000006F;
        
    }
    #homeSlider .bannerContent .btn::after{
        content: "\a";
        white-space: pre;
    }

    #homeSlider .bannerContent span.break {
        display: block;
    }

    #homeSlider .bannerContent span.break::after{
        content: "\a";
        white-space: pre;
    }

    #homeSlider .bannerContent h1 {
        font-family: Prompt;
        font-size: 4vw;
    }

    #trending .carousel-inner {
        width: 832px;
        position: absolute;
    }

    #trending .carousel {
        height: 260px;
    }

    #trending .carousel-control.right {
        margin-right: 0px;
        margin-left: 5px;
        background-image: none;
        background-color: #FFF;
        opacity: 1;
        width: 45px;
    }

    #trending {
        width: 100%;
    }
    

    #trending .carousel-control .glyphicon-chevron-right {
        margin-right: -13px;
    }

    #primary #trending h2,
    #primary #games h2,
    #primary #programming h2 {
        font-size: 9vw !important;
    }

    #games .featured h3,
    #programming .featured h3 {
        font-size: 26px !important;
        line-height: 30px;
        margin-top: 20px;
        text-align: center;
    }

    #games .featured p,
    #programming .featured p {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    #games .container.featured,
    #games .container.featured .col-md-8,
    #programming .container.featured,
    #programming .container.featured .col-md-8 {
        padding: 0px;
        width: 100% !important;
    }



    #countDown .countDown .bottom .btn {
        font-size: 16px;
    }
    #countDown .countDown .top h3 {
        font-size: 16px !important;
        margin: 20px auto 0 auto !important;
    }
    #countDown .countDown .middle h3 {
        font-size: 30px !important;
        margin: 12px !important;
    }
    #countDown .countDown .bottom .title,
    #countDown .countDown .bottom .date {
        font-size: 16px !important;
    }
    
    #trending .carousel-control.right {

        position: absolute;
        top: -1px;
        right: -2px;
    }
   
}

@media screen and (max-width: 550px) {
#programming .programming {
width: 100% !important;
}
#programming .programming:nth-child(n+4) {
    display:none;
 }

 #taskBar #taskbarContainer .title, #taskBar #taskbarContainer .title a {
    font-size: 20px;

}

#taskBar #taskbarContainer .time, #taskBar #taskbarContainer .time a {
    font-size: 30px;
}
}

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

    .navbar .games span, .navbar .navigation .schedule {
        font-size: 16px !important;
    }
    #programming .programming {
        width: 100%;
    }


    #countDown .countDown .bottom .btn {
        font-size: 16px;
    }
    #countDown .countDown .top h3 {
        font-size: 16px !important;
        margin: 13px auto 0 auto !important;
    }
    #countDown .countDown .middle h3 {
        font-size: 30px !important;
        margin: 12px !important;
    }
    #countDown .countDown .bottom .title,
    #countDown .countDown .bottom .date {
        font-size: 12px !important;
    }

    #taskBar.findtext #findInsp .form-inline .input-group input {
     
        max-width: 125px;
       
        }

        #taskBar.textbutton  #textbutton span {
            font-weight: bold !important;
            margin-right: 12px;
            font-size: 18px;
            color: #fff;
        }
    
}

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

    .navbar .games span, .navbar .navigation .schedule {
        font-size: 16px !important;
    }
}