/*
Theme Name: Studymatters
Text Domain: Studymatters
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Dotsquares

*/
.team-slider p{ text-align: center; color: #939393;letter-spacing: 1px; }
.perfect { text-align: center;     margin-top: 30px;}
.tutor-listing h3.bio-title { display: none; }
.um-member-tagline.um-member-tagline-description p { display: none; }
.stories .video-box .video-play {display: none;}
/* Optional styles */
html {
	box-sizing: border-box;
	font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
	height: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #f4eae1;
}
h1 {
	color: #00053b;
	text-align: center;
	margin-top: 40px;
}
/* END Optional styles */

.video-container {
	width: 640px;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(black, 0.4);

	
	
}
.video-container .video-wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
.video-container video {
		width: 100%;
		height: 100%;
		border-radius: 4px;
	}
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	
	}
.play-button-wrapper #circle-play-b {
		cursor: pointer;
		pointer-events: auto;

		
}
.play-button-wrapper svg {
			width: 100px;
			height: 100px;
			fill: #fff;
			stroke: #fff;
			cursor: pointer;
			background-color: rgba(black, 0.2);
			border-radius: 50%;
			opacity: 0.9;
		}

.home_edu {
	display:block;
}

.price {
	display: none; /* Nevin added this*/
}
