/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2020 | 11:15:38 */
  
	/* to share button & author image in mobile*/
	.post-box{
    display: none;
}
 




/* Active item with play button */
.active{
	content:url("https://toetet.com/wp-content/uploads/2019/04/play.png");
	margin-top:25px;
	margin-right:5px;
	width:16px;
	height:auto;
	float:left;
	position:relative;
}

/* User no access ADD LOCKED icon */

.user_has_no_access .vector_color_overlay{
	position: absolute;
  top: 30%;
  bottom: 0;
  left: 40%;
  right: 0;
  height:22px;
  width: 22px;
	border-radius:95px;
  opacity: 0.7;
  background-color: #000;
}

.user_has_no_access .vector_locked_icon {
	content:url("https://toetet.com/wp-content/uploads/2019/04/locked.png");
	width:12px;
	height:auto;
 top: 22%;
  left: 22%;
	position:absolute;
}



.is_sample .vector_color_overlay, .is_sample .vector_locked_icon{
	display:none;
}


/* End of User no access ADD LOCKED icon */



#learndash_course_status,#learndash_course_content_title{
	display:none;
}

/****** Vimeo Video Full size 
.embed-vimeo {
  position: relative;
 overflow: hidden;
  padding-bottom: 56.25%;
 
}
		
.embed-vimeo iframe,.embed-vimeo object,
.embed-vimeo embed 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/****** Video Full size */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*
.mejs-controls {
    display: none;
}*/
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}



/* end of main css */
