/*Menu css*/

#nav-icon1 {
	width: 45px;
	height: 42px;
	position: absolute;
	margin: 0px auto;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	z-index: 9;
	right: 40px;
	display: none;
}

#nav-icon1.open {
	height: 40px;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #202020;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 12px;
}

#nav-icon1 span:nth-child(3) {
	top: 24px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open {
	width: 45px
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



header{
    position: relative;
}


.header-top .nav-area ul.main-menu>li{
    padding: 0 10px;
}

.header-top .nav-area ul.main-menu>li a{
    padding: 0px 0px 5px;
}

.header-top .nav-area ul.main-menu>li a{
    
    font-size: 16px;
    text-transform: uppercase;
    color: #262626;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    transition: all .5s ease;
}


ul.main-menu li.active a{
    color: #d32027 !important;
    border-bottom: 2px solid #d32027;
}




.palyerList .item img{
    /* padding-left: 15px; */
    margin-top: -5px !important; margin-right: 5px;
}


.header-top { position: relative;}
   .mobile-menu-warp{
   position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 15px;
    background: rgb(255, 255, 255);
    z-index: 9999;
    display: none;
   }

#error-for-name,#error-for-email{
    color: #d32027;
}



/*play_sqort page*/


.play_sqort {
    padding-bottom: 100px;
}

.play_sqort_in_wrap{
    padding: 20px 0px;
    border-bottom: 1px solid #EAEAEA;
}

.play_sqort_in_wrap h5{
    margin-bottom: 15px;
}

.play_sqort_in_wrap h5 img     {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}



.card-box {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 9px rgba(0,0,0,.05);
    margin: 5px 0;
    width: 100%;
}

.card_sec{
    position: relative;
    width: 100%;
}


.card-box .img_sec  {
    position: relative;
    width: 150px;
    height: 70px;
}

.card-box .img_sec iframe{
    height: 100%;
}

/*.card-box .img_sec img{
    position: relative;
}*/


.card-box .img_sec:after{
    content: "";
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 100%;
    right: -7px;
    top: 0px;
    z-index: 99;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}



.card_sec h6{
    margin-top: 8px;
    margin-left: 20px;
    color: #202020;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 19px;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
}

.card_sec .time{
        color: #8c8c8c;
    font-family: "Exo 2";
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 13px;
}
.card_sec .date{
    color: #8c8c8c;
font-family: "Exo 2";
font-size: 11px;
font-weight: 700;
position: absolute;
/* right: 10px; */
bottom: 10px;
line-height: 13px;
}



@media screen and (max-width: 1300px) {
    .footer-box-left{
        width: 75%;
    }
    
    .footer-box-right{
        width: 25%;
    }
    
    .footer-brand img  {
            max-width: 200px;
    }
    
    .footer-box-left .footer-nav{
        min-width: 150px;
    }
}

@media screen and (max-width: 991px){
    
    .play_top .col-8,.play_bottom .col-8{
    flex: 0 0 90%;
    max-width: 90%;
    }
}





@media screen and (max-width: 767px) {
    .footer-brand img{
    max-width: 200px;
}
    
    .footer-box-left{
        display: block;
        text-align: center
    }
    
    .footer-brand p{
        margin-left: 0px;
    }
    
    .footer-nav-style2 ul li{
        text-align: center
    }
    
    #contact-form{
        margin-bottom: 30px;
    }
    
    .footer-box-left{
        width: 100%;
    }
    
    .footer-box-right{
        width: 100%;
    }
    
    .header-top .nav-area ul.main-menu>li a{
        font-size: 14px;
    }
    
    #theme-header .header-main .header-top{
        padding: 0 15px;
    }
    
    .header-top .nav-area ul.main-menu>li{
            padding: 0 5px;
    }
    
}



@media(min-width:640px){ 
	.hidden-fb-tb-mb-lb {
		display:none;
	}
	}


   @media(max-width:639px){
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between .hero-introtext h1{
               font-size: 24px;
                line-height: initial;
       }
       
       .hero-btn-group a{
           font-size: 14px;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between .hero-introtext p{
              font-size: 18px;
    line-height: initial;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between figure{
               margin-left: -30px;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between .hero-introtext-box{
           padding-left: 0px;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between figure img{
           height: 250px;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between figure{
               display: flex;
                flex-direction: column-reverse;
       }
       
       .section-hero .hero-box-warp .hero-overlay .col-space-between .hero-introtext .hero-btn-group a+a{
           margin-left: 0px;
       }
       
       
       
   .hidden-639 {
   display:none;
   }
  .header-top .nav-area ul.main-menu {  display:none;}
       
       #nav-icon1{
           display: block;
       }
       
       
       #theme-header .header-main .header-top{
           padding: 0 15px;
       }
       
       #nav-icon1{
           right:15px;
           top: 16px;
           overflow: hidden;
       }
       
       
       ul.mobile-menu   {
           margin: 0px;padding: 0px;list-style: none;
       }
       
       ul.mobile-menu li{
           padding-bottom: 10px;
       }
       
       .nav-area-mob,.playnow-btn   {
           text-align: center
       }
       
      
       
       .feature-box h3{
          font-size: 24px; 
       }   
       
       .commentary-playsqorr h3{
            font-size: 24px; 
       }
       
       .footerTop-justify .download-appstore h2{
            font-size: 32px;
       }
       
       .card_sec h6{
           font-size: 14px;
       }
       
   }

@media(max-width:479px){
    
    .section-hero .hero-box-warp .hero-overlay .col-space-between figure img{
        height: 200px;
    }
    
    .hero-btn-group a{
        margin-bottom: 15px;
    }
    
}




   
   



/* 09-12-2019*/
/*#play_sqort_tv.play_sqort_main .card-box .img_sec::after { display:none;}*/
#play_sqort_tv .card-box .img_sec { width:auto;}
#play_sqort_tv .card-box .img_sec { overflow:hidden;}


/* slider css */
.slick-disabled { opacity: 0; pointer-events:none;}
/* .palyerList .item.slick-current a { color:  #FFFFFF;} */
.palyerList.sorrtv .item a { padding: 12px 34px; display: block;}
#palyerList.palyerList.sorrtv .item { font-size: 13px; }
.slick-track {margin-left: -15px;}
/* #palyerList.palyerList.sorrtv .item.slick-slide.select a { background: #202020;} */

#palyerList.palyerList.sorrtv .item.slick-slide.slick-current { background: #fff;}
#palyerList.palyerList.sorrtv .select.item.slick-slide a { background: #202020; color: #fff;}

#palyerList.palyerList.sorrtv .select.item.slick-slide a img.img-w { display: inline-block;}
#palyerList.palyerList.sorrtv .select.item.slick-slide a img.img-b { display: none;}

#palyerList.palyerList.sorrtv .item.slick-slide a img.img-w { display: none;}
#palyerList.palyerList.sorrtv .item.slick-slide a img.img-b { display: inline-block;}


.palyerList .item a  { padding: 12px 34px; display: block; cursor: pointer;}

.palyerList .item.slick-slide.slick-current { background: #fff;}
.palyerList .select.item.slick-slide a { background: #202020; color: #fff;}

.palyerList .select.item.slick-slide a img.img-w { display: inline-block;}
.palyerList .select.item.slick-slide a img.img-b { display: none;}
.palyerList .item.slick-slide a img.img-w { display: none;}
.palyerList .item.slick-slide a img.img-b { display: inline-block;}

.palyerList.mainPage .item.star { width: auto !important; background:#fff !important}
.cnt { border-bottom: 1px solid rgba(0,0,0,0.1); }
