@charset "UTF-8";

/*
Theme Name: Stor Theme
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: store Theme
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;
}     

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;
}

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: #fff;
  background: url(images/body-bg.png) no-repeat #000;
 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: 90%;
  margin: 0 auto;
}
.onscreen-header{
  padding: 10px  0px;
  width: 100%;
  margin: 0 auto;position: relative;
}

.onscreen-header .onscreen-header-inner{
  height: 56px;
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;

}
 
.onscreen-header .onscreen-header-inner .onscreen-header-btn a{
  display: inline-block;
  border: #fff solid 1px;
  padding: 6px 20px;
  color: #fff;
  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: 40%;
	text-align: right;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn a:hover{
  background: #fff;
  color: #000;
}
.onscreen-header .onscreen-header-inner .onscreen-header-btn a.getstarted{
background: #fff;
  color: #000;
}
.onscreen-header .onscreen-header-inner  .onscreen-header-navigation ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.onscreen-header .onscreen-header-inner  .onscreen-header-navigation{
	width: 40%;
}
.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: #FFFFFF;
  font-size: 14px; 
  text-decoration: none;
font-family: Poppins-Light;
}
.onscreen-header .onscreen-header-inner .onscreen-header-logo{
  padding: 0px 40px;  font-size: 18px;
}

.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;
}
.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;
}


.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-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: #F5CC07 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%;
	bottom: 15%;
}
.onscreencs-cs-heading h2{
	font-size: ;
	color: #F5CC07;
	font-size: 65px;
	line-height: 80px;
		font-family: plusjakartasansbold;}

.onscreencs-cs-heading h2 span{
	color: #fff;
	display: block;
}

.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:#F5CC07 ;
}
.onscreencs-detial .onscreencs-banner .onscreencs-banner-content .onscreencs-subscribe-btn a {
    display: inline-block;
    border: #F5CC07 solid 1px;
    background: #F5CC07;
    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;
 	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;
  } 

.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 #F5CC07;
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:#F5CC07;
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: #fff;
}
.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: #F5CC07;
}

.store-home-heading{
	text-align: center;border-top:0.0625rem solid #fff; 
	padding: 15px 0px;
}
.store-home-heading h2{
	text-transform: uppercase;
	font-size: 32px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing{
	 border-top:0.0625rem solid #fff; 
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box{
	float: left;
	width: 33.33%;
    border-right:0.0625rem solid #fff; 
    background: #000;
     border-bottom:0.0625rem solid #fff; 
     text-align: center;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box a{
	color: #fff;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-box-content{
	border-top:0.0625rem solid #fff; 
	padding:25px 10px;
	font-size: 16px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-title{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper{
	display: none;
}
.store-home-banner{
	position: relative;
}
.store-home-banner .store-home-banner-content{
	position: absolute;
	top: 0%;
	height: 100%;
	    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 9;
}
.store-home-banner:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content:'';
	display: block;
	z-index: 2;
	top: 0px;
}
.store-home-banner img{
	width: 100%;

}
.store-home-banner .store-home-banner-content h2{
	font-size: 48px;
	margin: 0px;
	line-height: 1.3;
}
.store-home-banner .store-home-banner-content .store-home-banner-btn a{
	    display: inline-block;
    border: #F5CC07 solid 1px;
    padding: 12px 45px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 36px;
    margin: 0px 5px;
    margin-top: 15px;
    text-align: center;
    background: #F5CC07;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	float: left;
	width: 33.33%;
    border-right:0.0625rem solid #fff; 
    background: #000;
     border-bottom:0.0625rem solid #fff; 
     text-align: center;
     margin: 0px;
     padding: 15px;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{
	display: none;
} 


.related.products{
	width: 100%;
	display: inline-block;
 
	padding-top: 40px;

}
.related.products h2{
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;

}
.related.products  ul.products li:first-child{
		border-left:0.0625rem solid #fff; 
	}
 .related.products  ul.products li{
 	border-top:0.0625rem solid #fff; 
 	 border-right:0.0625rem solid #fff; 
    background: #000; margin: 0px;
    width: 25%;
    color: #fff;
     border-bottom:0.0625rem solid #fff; 
     text-align: center;
  min-height: 377px;
     padding: 15px;
 }
  .related.products  ul.products li h2.woocommerce-loop-product__title{
  	color: #fff;
  	font-size: 16px;
  	text-transform: uppercase;
  	text-align: center;
  	padding-top: 10px;
  	font-weight: normal;
  	margin-left: -15px;
    margin-right: -15px;
border-top:0.0625rem solid #fff; 
  }

 .related.products ul.products li.product .price{
 	margin-bottom: 0px;
 	font-size: 14px;
 	color: #fff;
 }

.rtwpvs-product .variations tr{
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
  width: 90px;
}
.woocommerce-breadcrumb{
	display: none;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
   padding: 10px;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected {
background: #F5CC07;
color: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: 32px;
	color: #fff;
}
.onscreen-product-detail{
	margin: 20px 0px;  border-top:0.0625rem solid #fff; 
}
.product_meta{
display: none;
}
.woocommerce div.product .product_title{
	font-size: 42px;
}

.woocommerce div.product form.cart .button{
	background: #F5CC07;
	padding: 15px 35px;
	color: #000;
	font-size: 22px;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  text-align: center;
  height: 52px;
  color: #000;
  font-size: 18px;
}
.woocommerce div.product div.summary{
	 	padding-left: 40px; 
	padding-top: 60px; 
}

.pdetail-top{
	border-bottom:0.0625rem solid #fff;  
  display: inline-block;
  width: 100%;
}
.woocommerce div.product  .woocommerce-product-gallery{
	border-right:0.0625rem solid #fff; 
	padding-right: 40px;
	padding-bottom: 2em;
	margin-bottom: 0px !important;
}
.detail-content{
	font-size: 18px;
	line-height: 1.5;
}
.detail-content strong{
	margin-bottom: 15px;
}

.woocommerce-ordering,.woocommerce-result-count{
	display: none;
}
.onscreen-product-listing .products {
	border-top:0.0625rem solid #fff; 
}
.onscreen-product-listing ul.products li.product a{
	color: #fff;
}
.onscreen-product-listing ul.products li.product .woocommerce-loop-product__title{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
		margin-left: -15px;
    margin-right: -15px;
border-top:0.0625rem solid #fff; 
padding-top: 20px;
}
.onscreen-product-listing ul.products li.product .price {
    color: #ffffff;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 18px;
}
.onscreen-product-listing h1{
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 33.33%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 10px;
  }
@media only screen and (min-width:1440px) {
	}
@media only screen and (min-width:1580px) {
	.detail-content {
  font-size: 20px;
  line-height: 1.5;
}
}
.woocommerce div.product .product_title {
  font-size: 48px;
  line-height: 1.5;
}
.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: 25px 0px;
  }
  .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;
}
}
@media only screen and (min-width:1780px) {
.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) {
.store-home-banner .store-home-banner-content h2 {
  font-size: 32px;
  }
  .store-home-heading h2 { 
  font-size: 20px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-title {
  font-size: 18px;
  min-height: 40px;
  }
  .onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-box-content {
  font-size: 14px;
}
	.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;
	}
		.onscreen-header .onscreen-header-inner .onscreen-header-navigation {
		display: none;
	}	.menu-burger{
	display: block;width: 40%;
}
.related.products ul.products li {
 
  min-height: 308px; 
}
}
@media only screen and (max-width: 650px) {
	.store-home-banner .store-home-banner-content h2 {
  font-size: 38px;
  margin: 0px;
  line-height: 1.5;
}
.store-home-heading h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  padding: 0px 15px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-box-content {
  font-size: 13px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-box-content {
  border-top: 0.0625rem solid #fff;
  padding: 15px 10px;
}
.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box .onscreen-store-product-title {
  font-size: 16px; 
  margin-bottom: 5px;
  min-height: 40px;
}
.onscreen-product-listing ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
 
  padding-top: 15px;
  min-height: 64px;
}
.onscreen-product-listing ul.products li.product .price {
 
  font-size: 14px;
}
	.onscreen-product-detail {
  margin:   0px;
  padding: 30px 0px;
  border-top: 0px;
}
.related.products ul.products li:nth-child(3){
 border-left: 0.0625rem solid #fff;
}
.related.products ul.products li h2.woocommerce-loop-product__title {
   font-size: 12px;
  }
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 50%;
  min-height: 265px;
  }
.related.products h2 { 
  font-size: 23px; 
}
	.woocommerce div.product .product_title {
  font-size: 28px;
  line-height: 1.5;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 22px;
  color: #fff;
}
.detail-content {
  font-size: 16px;
  }
.woocommerce .quantity .qty {
  width: 4em;  
  height: 46px; 
  font-size: 18px;
}
.woocommerce div.product form.cart .button {
  
  padding: 15px 25px; 
  font-size: 16px;
}
.woocommerce div.product div.summary {
  padding-left: 0px;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 0.0625rem solid #fff;
}
.woocommerce div.product .woocommerce-product-gallery {
  border-right: 0px;
  padding-right: 0px;
}
	.onscreen-store-product-wrapper .onscreen-store-product-listing .onscreen-store-product-box{
	float: left;
	width: 50%; 
}
.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%;
  color: #fff;
  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;
	}
.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: -5%;
}.onscreencs-cs-box-sec .onscreencs-cs-box:hover  .onscreencs-cs-box-inner{

			border: #F5CC07 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;
}
}
