@charset "UTF-8";

/*
Theme Name: On Screen Player Light
Theme URI:  
Author: onscreen team
Author URI:  
Description: 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onscreenplayerlight
Tags: 
 
*/

@font-face {
    font-family: plusjakartasansregular;
    src: url(fonts/plusjakartasans-regular.ttf);
}
@font-face {
    font-family: plusjakartasansmedium;
    src: url(fonts/plusjakartasans-medium.ttf);
}
@font-face {
    font-family: plusjakartasanslight;
    src: url(fonts/plusjakartasans-light.ttf);
}
@font-face {
    font-family: plusjakartasanssemibold;
    src: url(fonts/plusjakartasans-semibold.ttf);
}
@font-face {
    font-family: plusjakartasansbold;
    src: url(fonts/plusjakartasans-bold.ttf);
}
@font-face {
    font-family: plusjakartasansextrabold;
    src: url(fonts/plusjakartasans-bold.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins/Poppins-Bold.ttf);
}
.clear{
  clear: both;
}     
.slick-dots  li {
        display: inline-block;
    }
  .slick-dots  li:only-child {
        display: none;
    }
 
a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}
 

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}
.onscreen-play-slider {
width: 100% !important;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #000;
  background: /*url(images/body-bg.png) no-repeat*/ #fefaee;
 background-position: top right;
  margin: 0;
   font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}
.container{
	 width: 96%;
  margin: 0 auto;
}
.onscreen-header{
  padding: 10px  0px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fefaee;
  z-index: 99;
  margin: 0 auto;position: fixed;    border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
}

.onscreen-header .onscreen-header-inner{
  height: 56px;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000;

}
 
.onscreen-header .onscreen-header-inner .onscreen-header-btn a{
  display: inline-block;
  border: #000 solid 1px;
  padding: 6px 20px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 36px; 
font-family: Poppins-Light;
margin-left: 10px;
text-align: center;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn {
width: 33.33%;
	text-align: right;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn a:hover{
  background: #000;
  color: #fff;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn a.getstarted{
background: #000;
  color: #fff;
}
.onscreen-header .onscreen-header-inner  .onscreen-header-navigation ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.onscreen-header .onscreen-header-inner .onscreen-header-search button{
	background: none;
	border: 0px;
	position: absolute;
right: 10px;
    top: 8px;
}
.onscreen-header .onscreen-header-inner .onscreen-header-search img{
	width: 25px;
}
.onscreen-header .onscreen-header-inner .onscreen-header-search input{
border: #e60024 solid 1px;
background: none;
color: #000;
padding: 10px 30px;
border-radius: 36px;
display: inline-block;
width: 100%;
padding-right: 45px;

}
.onscreen-header .onscreen-header-inner  .onscreen-header-navigation{
width: 33.33%; position: relative;
}
.onscreen-header .onscreen-header-inner  .onscreen-header-navigation ul li{
  display: inline-block;
  padding: 10px 15px; 
}

.onscreen-header .onscreen-header-inner  .onscreen-header-navigation ul li a{
  color: #000;
  font-size: 14px; 
  text-decoration: none;
font-family: Poppins-Light;
}
.onscreen-header .onscreen-header-inner .onscreen-header-logo{
  padding: 0px  ;  font-size: 18px;
  width: 33.33%;
}
.onscreen-left-navigation{
	position: fixed;
	width: 71px;
	border-right: rgba(0, 0, 0, 0.10) solid 1px;
	left: 0px;
	bottom: 0px;
	height: calc(100vh - 77px);
	padding: 40px 15px;
}
 
.onscreen-left-navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.onscreen-left-navigation ul li{
margin-bottom: 10px;
} 
.onscreen-left-navigation ul li a{ 
	width: 40px;
	height: 40px;
cursor: pointer;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.onscreen-left-navigation ul li a:hover {
		background:#e6002447;
} 
.onscreen-left-navigation ul li a.active{
		background: #e60024;
} 
.onscreen-left-navigation ul li a  img{
	filter: invert();
}
.onscreen-left-navigation ul li a.active img{
	filter: invert(0);
}
.onscreen-right-section{
	padding-left: 71px;
	padding-top: 77px;
}

.onscreen-play-home{
 display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;
  padding: 5vh 46px; 
  padding-top: 10vh;
}
}
.onscreen-play-home .onscreen-play-slider{
width: 100%;
}

.onscreen-play-slide .onscreen-play-slide-left{
	float: left;
	width: 75%;

}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video{
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info{
	border: #2b2a2a solid 1px;
border-radius: 12px;
padding: 15px;
}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info  {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-left{
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right{
	float: right;
	width: 40%;
	padding-left: 30px;
	position: relative;
	}
	.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right input{
		background: #2b2a2a;
		padding: 10px;
		border: 0px;
		width: 100%;
		display: inline-block;
		border-radius: 8px;
		outline: none;
	}
		.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right button{
			position: absolute;
			background: none;
			border:0px;
		right: 8px;
    top: 8px;
		}
			.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right button img{
				width: 20px;
			}
	
.onscreen-play-slide .onscreen-play-slide-right{
	float: right;
	width: 25%;
	padding-left: 16px;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator{
	border: #e60024  solid 1px;
	background: #e60024 ;
border-radius: 12px;
margin-bottom: 15px;
	width: 100%; 
	padding: 12px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    font-size: 12px;
    color: #fff;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator a{
	color: #fff;
}
.onscreen-psvi-item img{
	filter: invert();
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator .onscreen-psc-info-icon{
	width: 45px;
	margin-right: 10px;
	display: inline-block;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator .onscreen-psc-info-icon img{
	width: 45px;
	height: 45px;
	border-radius: 100%;    max-width: inherit; 
 
	display: inline-block;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator .onscreen-play-slide-creator-follow a{
	padding: 8px 30px;
	color: #000!important;
	background: #fff !important;
	border-radius: 36px;
}
    
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator  .onscreen-psc-info{
		display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;padding-right: 10px;
    line-height: 1.3;

}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience{
border: #2b2a2a solid 1px;
border-radius: 12px;
margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-head{
	border-bottom: #2b2a2a solid 1px;
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;font-family: plusjakartasansbold;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-head .onscreen-play-sah-count{
	float: right;
	color: #e60024;
	font-size: 13px;font-family: plusjakartasanssemibold;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content{
padding: 10px;
height: 289px;
overflow: auto;
}
.onscreen-play-slide img{
	display: inline-block;

}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #2b2a2a;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #2b2a2a;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content::-webkit-scrollbar-thumb
{
	background-color: #e60024;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item{
	float: left;
	padding: 3px;
	width: 33.33%;
	text-align: center;
        font-size: 10px;
    line-height: 1.2;
    min-height: 83px;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item a{
	color: #000;
}

.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item img{
width: 40px;
height: 40px;
border-radius: 100%;
margin-bottom: 5px;
}
.onscreen-play-slide .onscreen-play-slide-left iframe{
	width: 100%;
	border-radius: 12px;
	height: 330px;

}
.onscreen-play-slider .slick-prev{
	top: -32px;
  right: 2px;
  left: inherit;
  background: url(images/icons-arrow-up-large.svg) no-repeat;
}
.onscreen-play-slider .slick-next{
	bottom: -53px;
	top: inherit;
  right: 2px;
  left: inherit;background: url(images/icons-arrow-down-large.svg) no-repeat;
}
.onscreen-play-slider .slick-prev,.onscreen-play-slider .slick-next{
border: #2b2a2a solid 1px;
  border-radius: 4px;
  padding: 10px;
  width: 40px;
  height: 40px;background-position: center;
  background-size: 60%;
}
.onscreen-play-slider .slick-prev:hover,.onscreen-play-slider .slick-next:hover{
	  background-color: #e60024;
	  border-color:  #e60024;
}
.onscreen-play-slider .slick-prev:before,.onscreen-play-slider  .slick-next:before{
	display: none;
}
.onscreen-home-banner{
	padding: 80px 0px;
	text-align: center;
}
.onscreen-home-banner .onscreen-home-banner-inner .onscreen-home-banner-content{
	margin: 0 auto;
	width: 80%;
}
.onscreen-home-banner .onscreen-home-banner-inner h2{
font-family: plusjakartasansbold;
/*color: #fff;*/
font-size: 70px;
line-height: 90px;
margin:0px;
font-weight: normal;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #9c9c9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onscreen-home-banner .onscreen-home-banner-inner p{
	font-family: Poppins-Light;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	width: 80%;
	margin: 20px auto;
}

.onscreen-home-banner .onscreen-home-banner-inner a{
  display: inline-block;
  border: #fff solid 1px;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 36px;  
margin:0px 5px;
text-align: center;
}
.onscreen-home-banner .onscreen-home-banner-inner a.create{
	background: #fff;
	color: #000;
}

.video-restaurant-info{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;    float: right;
}
.video-restaurant-info .video-restaurant-img{
	padding-right: 10px;

}
.video-restaurant-info .video-restaurant-img img{
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.video-restaurant-info a{
color:#999999;
text-decoration: none;
display: block;
font-size: 13px;
}
.onscreencs-cs-wrapper{
	position: relative;
}
	.onscreencs-cs-box-sec{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 90%;
		min-height: 100vh;
		padding: 5rem 2rem 3rem 2rem;
		margin: 0 auto;
		overflow: hidden;
		 
	}
	.onscreencs-cs-box-sec h2 {
	 
		font-size: 42px;
		text-transform: uppercase;
		margin: 0px 0px 5px 0px;
		padding:0px;
		text-align:center;
		color: #000;
		line-height:52px;
		display:block;
	}
	.onscreencs-cs-box-sec p{
		 
		font-size:14px; 
		line-height: 24px;
		margin: 0px 0px 25px 0px; 
		color: #414141;
		text-transform: uppercase;
	}
	.onscreencs-cs-box-sec>div {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		/*justify-content: center;
		align-items: center;*/
		justify-content: flex-end;
    align-items: center;
		width: 100%;
		padding: 0 0rem;
	}
	.onscreencs-cs-box-sec .onscreencs-cs-box{
		z-index: 1;
		flex-shrink: 1;
		flex-grow: 0;
		box-sizing: border-box;
		width: 100%;
		/*min-width: 320px;*/
		margin: 1% 0;
		padding: 10px;
		will-change: opacity;
		opacity: 0;
		perspective: 300px; 
		touch-action: none;
		align-self: flex-end;
		position: relative;

		transition-property: opacity;
		transition-duration:350ms;
		transition-delay: 250ms;
	}
	.onscreencs-cs-box-sec .onscreencs-cs-box.in-view{
		opacity: 1;}
		.onscreencs-cs-box-sec .onscreencs-cs-box  {
			width: 25%;
		}

	.onscreencs-cs-box-sec .onscreencs-cs-box.onscreencs-cs-box-5{
		top:150px;
}

		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner{
			position: relative;
			border: transparent solid 6px;
			line-height: 1px;
		}

		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner .video-play-btn{
			position: absolute;
			width: 100%;
			height: 100%;
			text-align: center;
			left: 0px;
			top: 0px;
			z-index: 991;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			cursor: pointer;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner .video-play-btn img{
			width: 90px;
			margin: 0 auto;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box:hover {
			z-index: 99;
		} 
		.onscreencs-cs-box-sec .onscreencs-cs-box:hover  .onscreencs-cs-box-inner{

			border: #e60024 solid 4px;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner .onscreencs-cs-box-content{
			position: absolute;
			bottom: 0px;
			left:0px;
			width: 100%;
			padding: 20px;
			color: #fff;
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		} 
		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner .onscreencs-cs-box-content h3{
			font-size: 15px;
			padding-right: 26px;
			line-height: 18px;font-family: Poppins-Light;
		}



		.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner.video-play   .video-poster, .onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner.video-play .onscreencs-cs-box-content{
			display: none;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box  .onscreencs-cs-box-inner .onscreencs-cs-box-content h3 a {

			color:#fff;
			text-decoration:none;
		}

		/*.onscreencs-cs-box-sec .onscreencs-cs-box.h-250 .onscreencs-cs-box-inner{
			overflow: hidden;
			height: 300px;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box.h-350 .onscreencs-cs-box-inner{
			overflow: hidden;
			height: 390px;
		}
		.onscreencs-cs-box-sec .onscreencs-cs-box.h-180 .onscreencs-cs-box-inner{
			overflow: hidden;
			height: 210px;
		}*/
.onscreencs-cs-heading{
	position: absolute;
	left: 5%;
	top: 35%;
}
.onscreencs-cs-heading h2{
	font-size: ;
	color: #e60024;
	font-size: 65px;
	line-height: 80px;
		font-family: plusjakartasansbold;}

.onscreencs-cs-heading h2 span{
	color: #fff;
	display: block;
}
.onscreen-shorts {
	padding: 40px 0px;
	display: inline-block;
	width: 100%;
}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item{
float: left;
padding: 10px;
width: 16.66%; 

}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item a{
	color: #fff;

}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item .onscreencs-short-title{
	font-size: 16px;
	color: #fff;
	margin: 10px 0px;
}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item .onscreencs-short-views{
		font-size: 12px;
		color: #fff;
}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item .onscreencs-short-img img{
	border-radius: 12px;
	width: 100%;
	height: auto;
}
.onscreen-shorts .slick-track{
	margin-left: inherit;
}


.onscreen-product-wrapper{
		padding: 40px 0px;
	display: inline-block;
	width: 100%;
}

.onscreen-product-wrapper .onscreen-product-listing .onscreen-product-box{
	float: left;
	width: 25%;
	padding: 10px;
}
.onscreen-product-wrapper .onscreen-product-listing .onscreen-product-box .onscreen-product-box-inner{
background: #161616;
border-radius: 12px;
overflow: hidden;
}

.onscreen-product-wrapper .onscreen-product-listing .onscreen-product-box .onscreen-product-box-inner .onscreen-product-box-content{
	padding: 15px;
}
.onscreencs-detial{
	padding: 30px 0px;
}
.onscreencs-detial .onscreencs-banner{
	position: relative;
	
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-img{
	position: relative;overflow: hidden;
	border-radius: 12px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-img:after{
	content: '';
	width: 35%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to right,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: absolute;
z-index: 1;
display: inline-block;
}
.onscreencs-detial .onscreencs-banner img{
	border-radius: 12px;
}

.onscreencs-detial .onscreencs-banner .onscreencs-banner-content{
	position: absolute;
	bottom:15%;
	left: 30px;
	width:50%;
	z-index: 2;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content h2{
	font-size: 42px;
	line-height: 52px;
	color: #fff;
	margin: 10px 0px;
 font-family: plusjakartasansbold;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .verify-creators-steamer{
	background: url(images/verify-icon.png) no-repeat;
	padding-left: 20px;
	font-size: 18px;
	color: #fff;

}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content  .location{
    font-family: Poppins-Light;
    font-size: 14px;
    margin: 10px 0px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span{
	margin-right: 15px;
	font-size: 16px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span.dot{
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
}

.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span.onscreencs-subscribe-count{
	color:#e60024 ;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-subscribe-btn a {
    display: inline-block;
    border: #e60024 solid 1px;
    background: #e60024;
    padding: 12px 30px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border-radius: 36px;
    font-family: Poppins-Regular;
    margin: 15px 0px;
    text-align: center;
}

.onscreencs-bio-wrapper .onscreencs-bio p{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
font-family: Poppins-Light;
}
 .onscreencs-bio-wrapper {
 	padding: 20px 0px;
 	width: 100%;
 	display: inline-block;
 }
  .onscreencs-bio-wrapper .onscreencs-bio{
  	float: left;
  	width: 60%;
  	padding-right: 30px;
  }
 .onscreencs-bio-wrapper .onscreencs-bio h3{
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin: 10px 0px;
 font-family: plusjakartasansbold;
}
 .onscreencs-bio-wrapper .onscreencs-social-links{
 	float: right;
 	width: 40%;
 	padding: 20px;
 	padding-top: 10px;
 	padding-left: 40px;
}
 .onscreencs-bio-wrapper .onscreencs-social-links h3 {
    font-size: 16px;
    line-height: 27px;
    color: #d6d6d6;
    margin: 10px 0px;
    font-family: plusjakartasansbold;
  }
 .onscreencs-bio-wrapper .onscreencs-social-links a{
 	margin-bottom: 10px;
 	margin-right: 10px;
 	display: inline-block;
 	border: #fff solid 1px;
 	border-radius: 36px;
 	padding: 6px 15px;

float: left; 	color: #fff;
 	font-size: 14px;
 	line-height: 16px;
 	text-transform: uppercase;
 }
  .onscreencs-bio-wrapper .onscreencs-social-links a span{
  	font-size: 12px;
  	color: #d6d6d6;
  }
 .onscreencs-bio-wrapper .onscreencs-social-links a svg {
		width: auto;
 height: 16px;
 float: left;
 margin-right: 5px;
  padding-top: 0;
}
  .onscreencs-bio-wrapper .onscreencs-social-links .contact_email {
  	width: 100%;
  	display: inline-block;
  	padding-top: 20px;
  }
  .onscreencs-bio-wrapper .onscreencs-social-links .contact_email a{
  	text-transform: none;
  	border: 0px;
  	padding: 0px;
  } 
.onscreencs-btn-cd-wrapper {
	width: 35%;
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
.onscreencs-btn-cd-wrapper .onscreencs-btn-connect-donate a{
 color: #fff;
 border:#fff solid 1px;
 border-radius: 36px;
 padding: 12px 30px;
 margin-right: 15px;
}

.onscreencs-btn-cd-wrapper .onscreencs-btn-connect-donate a:hover{
	background: #fff;
	color: #000;
}

.onscreencs-videos-populor{
	padding: 40px 0px;
}
.onscreencs-videos-populor h2{
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
}
.onscreencs-videos-populor .onscreencs-video-item{
	    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding:10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
  
	}
	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content{
		width: 70%;
		 display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: 0px 20px;
	}
	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content	.onscreencs-video-title{
		width: 50%;
	}
	.onscreencs-videos-populor .onscreencs-video-item:last-child{
		border: 0px;
	}
.onscreencs-videos-populor .onscreencs-video-item.odd {
background-color:#121212;
}
 /*   
.onscreencs-videos-populor .onscreencs-video-item:nth-of-type(even) {
background-color:#fff;
}*/
.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-img{
	width: 290px;
}

.onscreencs-videos-populor .onscreencs-video-item  .onscreencs-video-count{
	width: 20px;
}
.onscreencs-video-embed-code{
	display: none;
}
.shorts-embeded-video-modal-close{
    margin-bottom: 15px; cursor:pointer;
}
.shorts-embeded-video-modal-close img{
     cursor:pointer;
}
.shorts-embeded-video-modal{
    position: fixed;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    display: none;
}
.shorts-embeded-video-overlay{
    background: rgba(0, 0, 0, 0.7);
      position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.shorts-embeded-video-modal.show,.shorts-embeded-video-overlay.show{
    display: block;
    }
    .shorts-embeded-video-modal iframe{
     width: 860px;
    height: 80vh;
    border-radius: 12px;
    }
    .onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content {
   
   font-size: 16px;
   line-height: 1.5;
}
.onscreen-dots {
	position: relative;
}
.onscreen-dots .onscreen-dots-share{ 
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.1);
    width: 140px;
    padding: 10px 0px;
    margin-top: 20px;
    display: none;
    z-index: 9;
right: -33px;

    }
  .onscreen-dots .onscreen-dots-share:after,.onscreen-dots .onscreen-dots-share:before {
	bottom: 100%;
	right:15%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.onscreen-dots .onscreen-dots-share:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.onscreen-dots .onscreen-dots-share:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
    .onscreen-dots .onscreen-dots-share.show{
display: block;
    } 
   .onscreen-dots .onscreen-dots-share a{ 
    border-radius: 0px;
    padding: 6px 15px;
    background: none;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 16px;
}
.onscreen-dots .onscreen-dots-share a span {
    padding-left: 0px;
    width: 20px;
    display: inline-block;
}
.onscreen-dots .onscreen-dots-share a:hover {
    background: #e60024;
}
.desktop-banner{

}

.mobile-banner{
	display: none;
}

.main-navigation-mobile {
  background:#000;
  width:100%;
  height:100%;
  left:-100vw;
  position: fixed;
  padding-top:0px;
  top: 0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  z-index: 9999;
  overflow:auto;

}

.main-navigation-mobile .close-nav {
  padding:30px 30px 10px 30px;
  text-align:right;
}
.main-navigation-mobile .close-nav img {
  width:22px;
}
.main-navigation-mobile ul {
  margin:40px 40px 0px 50px;
  padding:0px;
}
.main-navigation-mobile ul li {
  display: block!important;
  padding: 6px 0px;
  text-align:center;
  border:0px;
  margin:0px;
  border-right:none;
  font-size:16px;
  position: relative;
  width: 100%;
}
.main-navigation-mobile ul li span{
  color: #fff;
  position: absolute;
  right: -15px;
  top: 10px;
}
.main-navigation-mobile ul li a {
  color:#fff;
  text-decoration:none;

  padding:6px 0px;
  display:block;
  outline:none;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.main-navigation-mobile ul li a:hover {
  color:#fff;
}
 

.main-navigation-mobile ul li ul{
  display: none;
  padding: 0px !important;
  margin-left: 20px;
  color: #fff;
}
.main-navigation-mobile.active {

  left:0px;
}
.menu-burger{
	display: none;
}

.creators-page h1 {
font-family: plusjakartasansbold;
  color: #fff;
  font-size: 70px;
  line-height: 74px;
  margin: 90px auto 20px auto;
  text-align:center;
  max-width:600px;
}
.container-creators-page {
  width: 600px;
  margin: 0 auto;
}
.cp-search-bar {
background:#fff;
border:5px solid #e60024;
padding:10px 10px 10px 20px;
border-radius:35px;
max-width:600px;
margin:0px auto;
}
.cp-search-bar .input-field  {
background:#fff;
border:none;
font-size:20px;
padding:5px;
width:91%;
color:#333;
outline:none;
float:left;
}
.cp-search-bar .search-button {
background:#e60024;
border-radius:50%;
width:40px;
height:40px;
border:none;
}
.cp-search-bar .search-button  img {
width:22px;
}
.popular-creators {
margin-top:40px;
}
.popular-creators h2 {
font-family: plusjakartasanssemibold;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 15px 0px;
  padding:0px;
  font-weight:normal;
}
.popular-creators .pc-list .pc-item {
border: 2px solid #999;
  padding: 10px 15px;
  border-radius: 12px;
  float: left;
  margin: 0px 10px 10px 0px;
}
.popular-creators .pc-list .pc-item .pc-img {
  width: 40px;
  height: 40px;
  overflow:hidden;
  border-radius:8px;
  float:left;
}
.popular-creators .pc-list .pc-item .pc-img img {
  width: 100%;
  border-radius:8px;
}
.popular-creators .pc-list .pc-item .pc-name {
color:#fff;
font-size:15px;
font-family: plusjakartasanssemibold;
margin-left:10px;
float:left;
line-height:38px;
} 
.popular-creators .pc-list .pc-item a {
color:#fff;
} 
.search-results-container {
max-width:60%;
margin:50px auto;
}
.search-results article {
padding:20px;
border:1px solid #999;
border-radius:15px;
margin:20px 0px;
}
.search-results article h2.entry-title {
font-family: plusjakartasanssemibold;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px;
  font-weight:normal;
}
.search-results article h2.entry-title a {
color: #000;
}
.search-results article figure.post-thumbnail {
margin:0px;
border-radius: 15px;
}
.search-results article figure.post-thumbnail img {
width:100%; 
border-radius: 15px;
}
.search-results article header.entry-header {
float:left;
width:25%;
}
.search-results article .entry-content {
float:left;
width:75%;
padding: 0px 30px;
}
.search-results article .entry-content a {
color: #e60024;
}
.onscreen-dot-btn{
	cursor: pointer;
}
.onscreen-achievements{
	padding: 60px 0px;
	display: inline-block;
	width: 100%;
}
.onscreen-achievements h2{
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
}
.onscreen-achievements .onscreen-achievement-listing .onscreen-achievement-box{
	float: left;
	width: 25%;
	padding: 10px;

}
.onscreencs-videos-populor-listing a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.onscreen-achievements  .slick-track{
	margin-left: 0px;
}
.achievement-detail{
	padding: 40px 0px;
}
.achievement-detail .achievement-detail-top .achievement-dt-left{
	float: left;
	width: 50%;
	padding: 20px;
	padding-right: 40px;
}
.achievement-detail .achievement-detail-top .achievement-dt-left .achievement-dt-img{
    border: 1px solid #222227;
    padding: 30px;border-radius: 12px;
}
.achievement-detail .achievement-detail-top .achievement-dt-right{
	float: left;
	width: 50%;
	padding: 20px;
}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content{
	padding: 0px  ;
}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content h2{
	font-size: 38px;
	line-height: 1.3;
	margin: 0px;
}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content p{
	font-size: 16px;
	line-height: 1.5;font-family: plusjakartasanslight;
	}
.asset__desc {
    display: block;
    width: 100%;
}
	.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-video{
		padding: 0px  ;
		margin-top: 40px;
		display: inline-block;
		width: 100%;
	}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-video iframe{
	width: 100%;
	border-radius: 12px;

}


	.achievement-detail .achievement-detail-bottom .achievement-db-left{
		float: left;
		width: 50%;
padding: 20px;
	}
	.achievement-detail .achievement-detail-bottom .achievement-db-right{
		float: left;
		width: 50%;
		padding: 20px;

	}


.es-text-well{
	padding:10px 0px; 
}
.es-text-well a{ color:#ea6701;}
.es-text-well .text {
	padding: .3125rem ;
}
.es-text-well .asset__info p{
	font-size: 14px;
}
.text.-paragraph-bold>* {
	font-weight: 600;
	color: #bdbdbd;
}
.text.-paragraph-bold {
font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2rem;
    color: #bdbdbd !important;
}
.es-text-well .asset__info{
	display: flex;
	font-size: 14px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
	width: 100%;
	color: #bdbdbd;
	border-radius: 12px;
	margin-top: 20px;
	border: 1px solid #222227;
	background: #121212;
}

.slick-track{
	margin-left: inherit;
}
.onscreencs-featured-video-item {
	padding: 0px 5px;
}

.channels-page-wrapper .channels-banner .channels-banner-inner{
	position: relative;
}

.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content{
	position: absolute;
	width: 55%;
	left: 10%;
	top: 20%;
	}
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content h2{
	font-family: plusjakartasansbold;
	font-size: 42px;
	line-height: 1.3;
	color: #fff;
	margin: 0px;
}
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content h2 span{
	color: #FECB00;
}
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content p{
	font-size: 18px;
	line-height: 1.3;
	width: 60%;
}

.channel-featured-videos-populor .channel-featured-video-item{
	padding: 0px 10px;

}

.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-video-title-views{ 
	float: right;
    width: calc(100% - 55px);
    margin: 0px;
    font-size: 12px;
    font-family: Poppins-Regular;
    font-weight: normal;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content a{
	color: #fff;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content h4{ 
 
    margin: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: Poppins-Regular;
    font-weight: normal;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content {
	padding: 15px 0px;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-author{
float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: #fff solid 2px;
    cursor: pointer;

}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-author img{
width: 100%;
height: auto; 
    }

    .channel-featured-video-img img{
    	border-radius: 12px;
    }
.channel-featured-videos-populor h2 ,.network-featured-videos-populor h2{
	font-weight: normal;
	font-size: 28px;
}
    .channel-featured-videos-populor h2 span,.network-featured-videos-populor h2 span{
    		color: #FECB00;
    }
    .channel-featured-videos-populor,.network-featured-videos-populor{
    	padding: 20px 0px;
    	padding-left: 40px;
    }

   .channel-featured-videos-populor   .slick-list {
    padding: 0 15% 0 0 !important;
}
.network-featured-videos-populor .network-featured-video-item{
	padding: 0px 10px;
}
.network-featured-videos-populor .network-featured-video-item-inner{
	background: #0f0f0f;
	border-radius: 12px;
	overflow: hidden;}
	.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-img{
		position: relative;
	}
.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-img .network-logo{
	position: absolute;
	right: 20px;
	bottom: 20px;

}
.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-img .network-logo img{
	width: 45px;
}

.network-featured-videos-populor .network-featured-video-item-inner  .network-featured-video-content {
	padding: 15px;
}
.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-content h4{
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
}
.network-featured-videos-populor .slick-list {
    padding: 0 15% 0 0 !important;
}


 .slick-dots {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 1rem 0;
    bottom: -90px;
    list-style-type: none;
    }
.slick-dots  li {
            margin: 0 0.25rem;width: 6px;
        }
    
.slick-dots  li button {
            display: block;
            width: 6px;
            height: 6px;
            padding: 0;
              border: none;
            border-radius: 100%;
            background-color: #333333;
              text-indent: -9999px;
        }
    
  .slick-dots  li.slick-active button {
            background-color: #e60024;
        }
.onscreen-video-creator h2{
	font-weight: normal;
	font-size: 28px;
}
 .onscreen-video-creator {
    	padding:20px 0px;
    	padding-left: 40px;
    	position: relative;
    }
     .onscreen-video-creator-listing{
     	position: relative;
     }
     .onscreen-video-creator.onscreen-video-creator-id .onscreen-video-creator-listing:after{
   content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(58, 48, 1, 0.65) 100%);
    width: 162px;
    height: 110%;
    right: 0px;
    top: -20px;
    position: absolute;
    display: inline-block;
     }
 .onscreen-video-creator  .slick-list {
    padding: 0 15% 0 0 !important;
}
 .onscreen-video-creator .onscreen-video-creator-box{
 	padding: 0px;
 	text-align: center;
 	cursor: pointer;
 }
  .onscreen-video-creator .onscreen-video-creator-box h3{
  	font-weight: normal;
  	font-size: 14px;
  }
    .onscreen-video-creator .onscreen-video-creator-box .onscreen-video-creator-box-img img{
    	display: inline-block;
    }

.onscreen-video-creator .slick-prev{
		display: none !important;
}
.onscreen-video-creator .slick-next{
	right: 20px;
	z-index: 99; opacity: 1 !important;
	    top: 34% !important;
	    cursor: pointer;
}
.onscreen-video-creator  .slick-next:before{
	background: url(images/slider-arrow-right.png) no-repeat;
	background-size: 30px;
	content:'' !important;
	width: 30px;
	height: 30px;
	display: inline-block;
}
  .onscreen-video-creator .onscreen-video-creator-box .onscreen-video-creator-box-img{
  	width:95px;
  	height: 95px;
  	overflow: hidden;
  	margin: 0 auto;
  	border-radius: 100%;
  	border: #FECB00 solid 2px;
  }
  .onscreen-video-creator .onscreen-video-creator-listing{
  	margin-bottom: 0px;
  	margin-top: 30px;
  }
  .onscreen-video-creator .onscreen-video-creator-box-1 .onscreen-video-creator-box-img img{
    	height:100%;
    }
     .channel-featured-videos-populor-explore {
     	padding-right: 40px;
     }
 .channel-featured-videos-populor-explore .channel-featured-video-item{
 	float: left;
 	width: 25%;
 	padding: 10px;
 }
.channel-featured-videos-populor-explore  .channel-featured-video-item .channel-featured-video-content {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    min-height:100px;
}
.onscreen-video-creator-category-item a{
	margin-right: 10px;
	color: #fff;
    background: #0f0f0f;
    border-radius: 36px;
    display: inline-block;
    padding: 12px 25px;
}
.onscreen-video-creator-category-item {
	padding-left: 15px;
}
.onscreen-video-creator-category-item a:hover,.onscreen-video-creator-category-item a.active{
background:#FECB00;
color: #000;
}
#creator-loader{
	text-align: center;
	width: 100%;
	height: 200px;
	padding: 40px;
}
#creator-loader img{
width: 110px;
}
.onscreen-psc-info-mobile{
	display: none;
}

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn{
    position: relative;

}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share{
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.1);
    width: 140px;
    padding: 10px 0px;
    margin-top: 10px;
    opacity: 0;
z-index: 9;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share.show{
    opacity: 1;z-index: 99;

}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a{
    border-radius: 0px;
    padding: 6px 15px;
    background: none;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a:hover{
background: #F3F3F3;
}

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a span{
    padding-left: 0px;
    width: 20px;
    display: inline-block;
}
 


.onscreen-psvi-item  {
    position: relative;

}
.onscreen-psvi-item  .onscreen-psvi-share{
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.1);
    width: 140px;
    padding: 10px 0px;
    margin-top: 10px;
    opacity: 0;
z-index: 9;
bottom: 25px;
}
.onscreen-psvi-item  .onscreen-psvi-share.show{
    opacity: 1;z-index: 99;

}
.onscreen-psvi-item  .onscreen-psvi-share-item{
	cursor: pointer;
}
.onscreen-psvi-item  .onscreen-psvi-share a{
    border-radius: 0px;
    padding: 6px 15px;
    background: none;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.onscreen-psvi-item  .onscreen-psvi-share a:hover{
background: #e60024;
color: #fff;
}

.onscreen-psvi-item  .onscreen-psvi-share a span{
    padding-left: 0px;
    width: 20px;
    display: inline-block !important;
}

@media only screen and (min-width:1440px) {
	.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-head {
  border-bottom: #2b2a2a solid 1px;
  padding: 15px 15px;
  font-size: 18px;
}
.onscreen-play-slide .onscreen-play-slide-left iframe {
   height: 54vh;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content {
   height: 47vh;
   }
   .onscreen-header .onscreen-header-inner .onscreen-header-search input{
   	font-size: 16px;
   }
	}
@media only screen and (min-width:1580px) {
	.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-video-title-views {
  font-size: 13px;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-author {
   width: 45px;
  height: 45px;
  }
	.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content h4 {
   font-size: 17px;
}
	.onscreen-video-creator .onscreen-video-creator-box .onscreen-video-creator-box-img {
  width: 100px;
  height: 100px;
}
.onscreen-video-creator-category-item a {
  
  padding: 13px 35px;
  font-size: 18px;
}
.onscreen-video-creator .onscreen-video-creator-box h3 {
   font-size: 16px;
}
	.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content h2 {
     font-size: 52px;
  }
  .channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content p {
    font-size: 22px;
    line-height: 1.3;
    width: 70%;
}
	.es-text-well .asset__info {
  font-size: 18px;
  color: #bdbdbd;
}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-video iframe {
   height: 500px;
}
	.text.-paragraph-bold {
 
  font-size: 18px;
  line-height: 1.2rem
}
	.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content h2 {
  font-size: 53px;
}
	.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content p {
  font-size: 20px;
}
	.shorts-embeded-video-modal iframe {
  width: 960px;
}
	.onscreen-dots .onscreen-dots-share {
   width: 165px;
}
.onscreen-dots .onscreen-dots-share a {
   font-size: 18px;
}

	.onscreencs-btn-cd-wrapper {
  width: 33%;
}
.onscreencs-btn-cd-wrapper .onscreencs-btn-connect-donate a {
  
  font-size: 16px;
}
.search-results article h2.entry-title {
  font-size: 24px;
  line-height: 32px;
}
.search-results article .entry-content p {
font-size:16px;
line-height:24px;
}
.search-results article .entry-content a {
font-size:16px;
}

	.onscreen-home-banner .onscreen-home-banner-inner h2 {
   font-size: 90px;
  line-height: 100px;
   }
   .onscreen-home-banner .onscreen-home-banner-inner p {
   font-size: 22px;
  line-height: 32px;
}
.onscreen-header .onscreen-header-inner .onscreen-header-navigation ul li a {
   font-size: 18px;
  }
  .onscreen-home-banner {
  padding: 120px 0px;
}
.onscreen-header {
  padding: 20px 0px;
  }
  .onscreen-left-navigation {
  position: fixed;
  width: 90px;
   
  height: calc(100vh - 97px);
  padding: 40px 20px;
}
.onscreen-left-navigation ul li {
  margin-bottom: 20px;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator{
	min-height: 78px;
}
.onscreen-left-navigation ul li a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
  .onscreen-right-section {
  padding-left: 90px;
  padding-top: 97px;
}
  .onscreen-home-banner .onscreen-home-banner-inner a {
   padding: 15px 45px;
   font-size: 18px;
   margin: 0px 10px;
   }
.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner img{
	width: 100%;
	}
	.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner .onscreencs-cs-box-content h3 {
  font-size: 22px;
}
.onscreencs-cs-heading h2 {
   font-size: 80px;
  line-height: 90px;
  }
  .onscreencs-detial .onscreencs-banner .onscreencs-banner-content h2 {
  font-size: 52px;
  line-height: 62px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span {
  margin-right: 15px;
  font-size: 20px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .location { 
  font-size: 17px;
  margin: 18px 0px;
}
.onscreencs-bio-wrapper .onscreencs-bio p {
  font-size: 18px;
  }
  .onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-subscribe-btn a {
  
  padding: 15px 40px; 
  font-size: 21px;
}
.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content {
  font-size: 18px;
  line-height: 1.5;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item img {
  width: 55px;
  height: 55px;
  }
  .onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-left {
  
  width: 45%;
  font-size: 16px;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item {
  font-size: 13px;
    min-height: 105px;
}
	.onscreen-play-slider .slick-prev {
  top: -40px;
}
.onscreen-play-slider .slick-next {
  bottom: -75px;
  }
	.onscreen-play-slider .slick-prev, .onscreen-play-slider .slick-next {
   
  width: 50px;
  height:50px;
   background-size: 24px;
}
}
@media only screen and (min-width:1780px) {

.onscreen-play-slider .slick-next {
  bottom: -82px;
  }	.onscreen-play-slider .slick-prev {
  top: -46px;
}
	.onscreen-play-slider .slick-prev, .onscreen-play-slider .slick-next {
   
  width: 60px;
  height: 60px;
   background-size: 27px;
}
	.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator {
    min-height: 82px;
  }
	.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-left {
    font-size: 18px;
  }
    .onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content {
    height: 54vh;
  }
    .onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item img {
    width: 70px;
    height: 70px;
  }
    .onscreen-play-slide .onscreen-play-slide-left iframe {
    height: 61vh;
  }
	.shorts-embeded-video-modal iframe {
  width: 1060px;
}
	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content {
  font-size: 20px;
  line-height: 1.5;
}
	.onscreencs-btn-cd-wrapper {
  width: 25%;
}
.search-results article h2.entry-title {
  font-size: 28px;
  line-height: 36px;
}
.search-results article .entry-content p {
font-size:19px;
line-height:26px;
}
.search-results article .entry-content a {
font-size:19px;
}
}
 @media only screen and (min-width: 651px) and (max-width:1024px) {
.onscreen-play-slide .onscreen-play-slide-left iframe {
  width: 100%;
  border-radius: 12px;
  height: 35vh;
  max-height: inherit !important;
}
 	.onscreen-play-slide .onscreen-play-slide-right {
  float: right;
  width: 100%;
  padding-left: 0px;
  padding-top: 15px;
}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-left{
	  width: 60%;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item {
   width: 16.66%;
  }
   
 	.onscreen-play-slide .onscreen-play-slide-left {
  float: left;
  width: 100%;
}
 	.onscreencs-cs-box-sec {
 
  min-height: 60vh;
}
 	.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner .onscreencs-cs-box-content h3 {
  font-size: 12px;
  line-height: 13px;
}
 	.onscreencs-cs-heading h2 {
  font-size: 38px;
  line-height: 46px;
}
 	.onscreen-home-banner .onscreen-home-banner-inner h2 {
  font-size: 48px;
  line-height: 58px;
}
.onscreen-shorts .onscreen-short-listing .onscreencs-short-item .onscreencs-short-title {
  font-size: 13px;
}

 .channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content p {
  font-size: 16px;
}
.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-content h4 {
   font-size: 14px;
  }
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content {
   width: 75%;
}
  .channel-featured-videos-populor h2, .network-featured-videos-populor h2 {
   font-size: 22px;
}

 	.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content h2 {
   font-size:28px;
}
 	.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-video-title-views {
  font-size: 10px;
}
.onscreen-video-creator h2 {
  font-weight: normal;
  font-size: 22px;
}
 		.onscreen-video-creator-category-item {
  padding-left: 0px;
  width: 900px;
}
.channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content .channel-fvc-author {
    width: 35px;
  height: 35px;
  }
 .channel-featured-videos-populor .channel-featured-video-item .channel-featured-video-content h4 {
 
  font-size: 12px; 
  line-height: 1.2;
}
.onscreen-video-creator-category{
	overflow: auto; 
}
 	.channel-featured-videos-populor-explore .channel-featured-video-item {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.onscreen-video-creator .onscreen-video-creator-box .onscreen-video-creator-box-img {
  width: 65px;
  height: 65px;
  }
  .onscreen-video-creator .onscreen-video-creator-box h3 {
  font-weight: normal;
  font-size: 11px;
}
.onscreen-video-creator-category-item a {
  margin-right: 5px; 
  padding: 8px 16px;
  font-size: 12px;
}
 	.onscreencs-detial .onscreencs-banner .onscreencs-banner-content h2 {
  font-size: 22px;
  line-height: 32px;
}
 	.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-subscribe-btn a {
   padding: 6px 20px;
   font-size: 14px;
   margin: 10px 0px;
}
 	.onscreencs-bio-wrapper .onscreencs-bio {
  float: left;
  width: 100%;
  padding-right: 30px;
}
.onscreencs-bio-wrapper .onscreencs-social-links{
	width: 100%;
	padding-left: 0px;
 	}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span {
  margin-right: 15px;
  font-size: 13px;
}
.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-count {
  width: 50px;
}
.shorts-embeded-video-modal iframe {
  width: 90%;
  height: 500px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content{
	width: 100%;bottom: 5%;
}
.onscreencs-btn-cd-wrapper {
  width: 60%;
  }
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .verify-creators-steamer {
   font-size: 14px;
  }
	.menu-burger{
	display: block;
}
	.onscreencs-bio-wrapper .onscreencs-bio p {
    font-size: 14px;
  }
	.onscreen-home-banner .onscreen-home-banner-inner a {
  display: inline-block;
   padding: 5px 20px;
   font-size: 14px;
}
	.onscreen-header .onscreen-header-inner .onscreen-header-logo img{
	width: 50px;
}
.onscreen-header-navigation{
	display: none;
}
		.onscreen-header .onscreen-header-inner .onscreen-header-burger{
			display:none;
	}
		.onscreen-header .onscreen-header-inner .onscreen-header-btn{
			width: 20%;
		}
	.onscreen-header .onscreen-header-inner {
   padding:   0px;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn a.getstarted{
	display: none;
}
}
	.mobile-nav-footer,.mobile-onscreen-psvi-comments{
		display: none;
	}
 @media only screen and (min-width: 651px) and (max-width:992px) {
.onscreen-play-slide .onscreen-play-slide-left iframe {
  width: 100%;
  border-radius: 12px;
  height: 25vh;
  max-height: inherit !important;
}

}
@media only screen and (max-width: 650px) {
.onscreen-psvi-item.onscreen-psvi-detail{
	display: none;
}
	.mobile-onscreen-psvi-comments{
	padding: 10px 15px;
    border-top: #2b2a2a solid 1px;
    display: block;
    position: fixed;
    bottom: 68px;
		left: 0px;
		width: 100%;
	}
	.mobile-onscreen-psvi-comments .mobile-onscreen-psvi-comment-form{
			position: relative;
	}
	.mobile-onscreen-psvi-comments .mobile-onscreen-psvi-comment-form  button{
		position: absolute;
  background: none;
  border: 0px;
  right: 8px;
  top: 8px;
	}

		.mobile-onscreen-psvi-comments .mobile-onscreen-psvi-comment-form  button img {
  width: 20px;
}
	 
.mobile-onscreen-psvi-comments	 .mobile-onscreen-psvi-comment-form input {
  background: #2b2a2a;
  padding: 10px;
  border: 0px;
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  outline: none;
}
	.mobile-nav-footer{
		position: fixed;
		bottom: 0px;
		left: 0px;
		display: block;
		background: #e60024 /*#121212*/;
		width: 100%;
		padding:10px 15px;
	}
		.mobile-nav-footer ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		.mobile-nav-footer ul li a{
			color: #fff;
			font-size: 11px;
		}
		.mobile-nav-footer ul li a span{
			display: block;
			margin-top: 4px;
		}
			.mobile-nav-footer ul li{
				float: left;
				width: 25%;
				text-align: center;
			}
	.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video{
		margin-bottom: 0px;
	}
	.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-head {
   font-size: 14px;
}
	.onscreen-psc-info-mobile{
	display: block;
	padding: 15px;border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
	display: flex;
  flex-direction: row;
  align-items: left;
min-height:76px; 
   
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content {
  padding: 20px;
  height:calc(100vh - 550px);
  }
.onscreen-psc-info-mobile span{
	display: block;
	font-size: 12px;
}
.onscreen-psc-info-mobile .ftva-title{
	font-size: 16px; font-family: plusjakartasanssemibold;
}
.onscreen-psc-info-mobile .onscreen-psc-info-author-name{
padding-left: 15px;
}
.onscreen-psc-info-mobile .onscreen-psc-info-icon {
  width: 45px;
  margin-right: 10px;
  display: inline-block;
}
.onscreen-psc-info-mobile .onscreen-psc-info-icon img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: inline-block;
}
 
	.onscreen-play-slide .onscreen-play-slide-left iframe {
  width: 100%;
  border-radius: 0px;
  height: 230px;  
max-height: inherit !important;
}
	.onscreen-play-home{
		padding: 0px !important;
	}
	.onscreen-header, .onscreen-play-slider .slick-prev, .onscreen-play-slider .slick-next{
		display: none  !important;
	}
.onscreen-play-slider .slick-list {
    padding: 0   !important;
  }
		.onscreen-play-slide .onscreen-play-slide-right {
  float: right;
  width: 100%;
  padding: 10px;
  padding-top: 15px;
}
 .onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info span{
 	display: block;
 }
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info{
	 padding: 0px;
	font-size: 11px;
	border:0px;
	text-align: center; 
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-creator{
	display: none;
}
.onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-left{
	  width: 40%;padding: 10px 15px;
	  float: left;
}
.onscreen-play-slide .onscreen-play-slide-right .onscreen-play-slide-audience .onscreen-play-slide-audience-content .onscreen-psa-item {
   width: 25%;
  }
  .onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right {
  float: left;
  width: 100%;
  border-top: rgba(0, 0, 0, 0.10) solid 1px;
     
  position: relative; margin-bottom:10px; padding:5px 15px;
  padding-bottom: 10px;
  min-height: 62px;
}
.video-restaurant-info{
	width: 100%;
	float: left;
	padding-top: 5px;justify-content: start;
}
  .onscreen-right-section {
  padding-left: 0px;
  padding-top: 0px;
}
  .onscreen-left-navigation{
  	display: none;
  }
 
  .onscreen-play-slide .onscreen-play-slide-left .onscreen-play-slide-video-info .onscreen-psvi-right{
  	/*display: none;*/
  }
  .hide-mobile{
  	display: none !important;
  }
   .video-restaurant-info {
   	text-align: left;
   }
  .video-restaurant-info .video-restaurant-img {
  padding-right:  10px;
}
 	.onscreen-play-slide .onscreen-play-slide-left {
  float: left;
  width: 100%;
}

	.onscreen-video-creator h2 {
  font-weight: normal;
  font-size: 23px;
  text-align: center;
  margin-bottom: 40px;
}
	.onscreen-video-creator .onscreen-video-creator-box .onscreen-video-creator-box-img {
  width: 75px;
  height: 75px;
}
.onscreen-video-creator.onscreen-video-creator-id .onscreen-video-creator-listing::after{
	display: none;
}
.onscreen-video-creator .slick-next{
	display: none !important;
}
.onscreen-video-creator-id{
	padding-left: 0px !important;
}
.onscreen-video-creator .onscreen-video-creator-box h3 {
  
  font-size: 11px;
}
	.onscreen-video-creator-category-item {
  padding-left: 0px;
  width: 900px;
}
.onscreen-video-creator-category-item a {
  margin-right: 5px; 
  padding: 8px 15px;
  font-size: 12px;
}
.onscreen-video-creator-category{
	overflow: auto;
	padding-left: 10px !important;
}
	.channel-featured-videos-populor-explore .channel-featured-video-item {
  float: left;
  width: 100%;
  padding: 10px;
}
.onscreen-video-creator{
	padding: 10px 0px;
	padding-left: 20px;
}
.channel-featured-videos-populor-explore {
  padding-right: 20px;
}
	.channel-featured-videos-populor, .network-featured-videos-populor {
    padding: 20px 0px;
    padding-left: 20px;
}
.channel-featured-videos-populor h2, .network-featured-videos-populor h2{
     font-size: 22px;
}
.network-featured-videos-populor .network-featured-video-item-inner .network-featured-video-content h4 {
  font-weight: normal;
  font-size: 16px;
  }
	.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content {
    position: absolute;
    width: 80%;
    left: 6%;
    top: 15%;
}
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content p {
    font-size: 16px;
    line-height: 1.3;
    width: 90%;
}
.channels-page-wrapper .channels-banner .channels-banner-inner .channels-banner-content h2 {
     font-size: 28px;
    }
	.onscreencs-cs-box-sec .onscreencs-cs-box.onscreencs-cs-box-5{
		top: inherit !important;
	}
	.onscreen-home-banner {
    padding: 40px 0px;
  }
	.text.-paragraph-bold { 
  font-size: 14px;
}
.es-text-well .asset__info {
  font-size: 12px;
  margin: 0px; padding: 10px;
  }

	.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content h2 {
  font-size: 28px;
}
.achievement-detail .achievement-detail-top .achievement-dt-right .achievement-dt-content p {
  font-size: 14px;
  }
  .achievement-detail .achievement-detail-bottom .achievement-db-left {
  float: left;
  width: 100%;
  padding: 10px;
}
.achievement-detail .achievement-detail-bottom .achievement-db-right {
  float: left;
  width: 100%;
  padding: 10px;
}
	.achievement-detail .achievement-detail-top .achievement-dt-left .achievement-dt-img {
 
  padding: 15px; 
}
	.achievement-detail .achievement-detail-top .achievement-dt-left {
  float: left;
  width: 100%;
  padding: 10px;
 }
.achievement-detail .achievement-detail-top .achievement-dt-right {
  float: left;
  width: 100%;
  padding: 10px;
}.onscreen-product-wrapper .onscreen-product-listing .onscreen-product-box {
  
  width: 50%;
  padding: 5px;
}
	.onscreen-achievements {
		padding: 30px 0px;
	}
  .slick-list {
    padding: 0 40% 0 0 !important;
}
.onscreen-achievements h2{
	padding-left: 5%;
}
.onscreen-achievement-listing{
	padding-left: 4%;
}
	.onscreen-achievements .container{
		width: 100% !important;

	}
	.onscreen-achievements .onscreen-achievement-listing .onscreen-achievement-box {
  float: left;
  width: 50%;
  padding: 5px;
}
	.onscreen-dot-btn{
		width: 20px;
		margin-right: 15px;
	}
	.onscreen-dots .onscreen-dots-share{ 
 
right: -10px;

    }
	.onscreencs-videos-populor .onscreencs-video-item {
   padding: 5px 10px;
}
		.onscreencs-btn-cd-wrapper .onscreencs-play img{
			width: 40px;

	}
	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content .onscreencs-video-title {
  width: 65%;
}
	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-count,	.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-duration {
  display: none;
}
.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-content {
   padding: 0px 10px;
   font-size: 11px;
   line-height: 1.2;
}
.onscreencs-videos-populor .onscreencs-video-item .onscreencs-video-img {
  width: 120px;
}
	.onscreencs-btn-cd-wrapper .onscreencs-btn-connect-donate a {
 
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 12px;
}
	.onscreencs-btn-cd-wrapper {
  width: 100%;
  padding: 0px 15px;
}
	.shorts-embeded-video-modal iframe {
  width: 90%;
  height: 400px;
}
.search-results-container {
  max-width: 80%;
}
.search-results article {
  padding: 30px;

}
.search-results article .entry-content {
  float: none;
  width: 100%;
  padding: 20px 0px 0px 0px;

}
.search-results article header.entry-header {
  float: none;
  width: 100%;
}

	.menu-burger{
	display: block;
}
	.onscreencs-bio-wrapper .onscreencs-bio p {
    font-size: 14px;
  }
	.onscreen-home-banner .onscreen-home-banner-inner a {
  display: inline-block;
   padding: 5px 20px;
   font-size: 14px;
}
	.onscreen-header .onscreen-header-inner .onscreen-header-logo img{
	width: 100px;
}
		.onscreen-header .onscreen-header-inner .onscreen-header-burger{
			width: 20%;
	}
		.onscreen-header .onscreen-header-inner .onscreen-header-btn{
			width: 20%;
		}
	.onscreen-header .onscreen-header-inner {
   padding:   0px;
}
	body {
  min-height: 100%;
  /*background: url(images/body-bg-mobile.png) no-repeat #000;
   background-size: 100%;
  background-position: top center;*/
}
	.onscreen-header .onscreen-header-inner .onscreen-header-btn a {
 display: none;
}
	.onscreen-header .onscreen-header-inner .onscreen-header-btn a.getstarted{
		display: block;
		 padding: 4px 8px;
   font-size: 10px;
   margin-left: 0px;
  text-align: center;width: 80px;
    float: right;
	}
	.desktop-banner{
display: none;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content {
position: relative;
    z-index: 99;
    padding: 10px;
    margin-top: -90px;
    width: 100%;
    left: inherit;
    bottom: inherit;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content h2 {
  font-size: 28px;
  line-height: 32px;
  }
  .onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-view-subscribe-count span {
  margin-right: 8px;
  font-size: 12px;
}
.onscreencs-bio-wrapper .onscreencs-social-links {
  float: right;
  width: 100%;
  padding: 0px; 
  padding-top: 20px;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-subscribe-btn a {
   padding: 8px 25px;
   font-size: 14px;
  }
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .location {
 
  font-size: 12px;
  margin: 10px 0px;
}
.mobile-banner{
	display: block;
}
	.onscreen-header .onscreen-header-inner .onscreen-header-navigation {
		display: none;
	}
	.onscreen-home-banner .onscreen-home-banner-inner h2 {
   font-size: 28px;
  line-height: 38px;
  margin: 0px;
}
.onscreen-home-banner .onscreen-home-banner-inner .onscreen-home-banner-content {
   width: 90%;
}
.onscreen-home-banner .onscreen-home-banner-inner p {
   font-size: 14px;
  line-height: 24px;
   width: 90%;
  margin: 10px auto;
}
.onscreencs-cs-box-sec .onscreencs-cs-box{
	align-self: center !important;
    width: 48% !important;
    margin: 0.25rem auto;
    opacity: 1;
    perspective: none;
    pointer-events: auto;
    touch-action: auto;
}
.onscreencs-cs-box-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 4rem 1rem 3rem 1rem;
  margin: 0 auto;
  overflow: hidden;
}
.onscreencs-cs-heading h2 { 
  font-size: 26px;
  line-height: 36px; 
}
.onscreencs-cs-heading h2 span{
	display: inline-block;
	margin-left: 10px;
	}
.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner .onscreencs-cs-box-content {
   
  padding: 10px;
}
.onscreencs-cs-box-sec .onscreencs-cs-box .onscreencs-cs-box-inner .onscreencs-cs-box-content h3 {
  font-size: 11px;
  padding-right: 0px;
  line-height: 14px;
}
.onscreencs-cs-heading {
  position: absolute;
  left: 5%;
  bottom:inherit;
  top: -2%;
}.onscreencs-cs-box-sec .onscreencs-cs-box:hover  .onscreencs-cs-box-inner{

			border: #e60024 solid 2px;
		}
		.onscreencs-bio-wrapper .onscreencs-bio {
  float: left;
  width:100%;
}

.onscreencs-detial .onscreencs-banner .onscreencs-banner-img:after{
	content: '';
	width: 100%;
	height: 50%;
	top: inherit;
	bottom: 0px;
	left: 0px;
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 
z-index: 1;
display: inline-block;
}

.creators-page h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 50px auto 20px auto;
}
.container-creators-page {
  width: 90%;
}
.cp-search-bar {
  padding: 10px 10px 10px 10px;
  max-width: 90%;
}
.cp-search-bar .input-field {
  font-size: 16px;
  width: 85%;
  padding-top: 8px;
}
.popular-creators .pc-list .pc-item {
  border: 1px solid #999;
  padding: 8px 10px;
  border-radius: 10px;
}
.popular-creators .pc-list .pc-item .pc-img {
  width: 35px;
  height: 35px;
  border-radius: 6px;
}
.popular-creators .pc-list .pc-item .pc-name {
  font-size: 13px;
  line-height: 33px;
}
}
