.fake_videoplayer, .video_element{
	position: relative;
	display: block;
	max-width: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #afafaf;
	margin-bottom: 15px;
	margin-top: 15px;
	max-height: 80vh;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce-EditAccountForm .woocommerce-form-row--last{
	display: none;
}

.fake_videoplayer:before, .video_element:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.woocommerce-notices-wrapper div, .woocommerce-info{
	color: #fff;
	background-color: transparent !important;
}

#anny_live{
	display: block;
	right: -50%;
	border-top: solid 2px #af0000;
	border-bottom: solid 2px #af0000;
}

.anny_live_content{
	padding: 10px;
	text-align: center;
}

.pulse {
  margin-right: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #af0000;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,0,0, 0.4);
  animation: livepulse 2s infinite;
  position: relative;
  top: 2px;
}

@-webkit-keyframes livepulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}
@keyframes livepulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
      box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
      box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

.fake_videoplayer:after, .video_element:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -37px;
	margin-left: -37px;
	display: block;
	border-style: solid;
	box-sizing: border-box;
  	width: 74px;
  	height: 74px;
  	border-width: 37px 0px 37px 74px;
  	border-color: transparent transparent transparent #fff;
  	opacity: 0.75;
  	z-index: 15;
}

#video_rating{
	text-align: center;
	text-transform: uppercase;
	padding: 25px;
}

.yasr-total-average-text{
	display: none !important;
}


#yasr-custom-text-before-visitor-rating{
	padding: 0px;
}

.yasr-total-average-container{
	display: block;
	font-size: 13px;
}

#video_showcase .flowplayer{
 max-height: 80vh !important;
}

#video_showcase{
	overflow: hidden;
}

.video_element:after{
	transform: scale(0.8) translateY(-25%);
}

#video_content{
	color: #afafaf;
	padding: 15px;
}

#video_content p:last-child{
	margin-bottom: 0px;
}

.video_categories{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.video_categories a{
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #1f1f1f;
    color: #666;
    border-radius: 5px;
}

.page-id-3195 .age-gate-wrapper{
	display: none !important;
}

.age-gate-heading.age-gate-logo{
	margin-bottom: 35px;
}

body.page-id-3195.age-restriction{
	position: relative !important;
	height: 100vh !important;
	overflow: auto !important;
}

.age-gate-form{
	border-radius: 5px;
	padding: 30px;
}

.fusion-page-title-bar-center{
	margin-bottom: 25px;
}

.age-gate-submit-yes{
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

.age-gate-submit-no{
	padding: 5px 10px ;
	font-size: 14px;
	color: #afafaf !important;
	background-color: transparent;
	background-color: #666;
	text-transform: uppercase;
}

.video_categories a:hover{
    background-color: #afafaf;
    color: #000;
}

.age-gate-additional-information{
	font-size: 12px;
	opacity: 0.5;
	margin-top: 25px;
	margin-bottom: 25px;
}

.video_categories a span{
	opacity: 0.5;
}

.age-gate-additional-information{

}

.type-video .entry-title{
	text-align: center;
}

.video_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

	.video_list .video_element {
		position: relative;
		margin: 0.5% !important;
		background-size: cover;
		overflow: hidden;
	}

	.video_list .video_element span.video_title{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		font-size: 16px;
		overflow: hidden;
		max-height: 33px;
		padding: 5px 10px;
		background-color: rgba(0,0,0,0.75);
		z-index: 10;
	}


	.video_preview, .video_preview div{
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
	}

	.video_preview{
		opacity: 0;
	}

	.video_preview_display{
		z-index: 5;
	}

.commentlist .the-comment .comment-text{
	margin-left: 15px !important;
}

#comments{
	margin-top: 10px;
}

#video_thumbnails{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video_content{
max-width: 1024px; width: 95%; margin: auto auto;
}

.video_content h1{
	margin: 0px;
}

#video_thumbnails img{
	border-radius: 5px;
	margin: 0.5%
}


@media(max-width: 1000px){
	.video_list .video_element { 
		width: 49% !important;
	}
}


@media(max-width: 800px){
	#video_thumbnails img{
		width: 31.333% !important;
	}
	.video_list .video_element { 
		width: 99% !important;
	}
}