/*Desktop video page*/

ul#options {
	margin-top: 1em;
	margin-bottom: 3em;
}

.videos {
	padding: 20px calc((100% - 1200px)/ 2);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
	flex-wrap: wrap;
}

.videos .video {
	width: 48%;
	background-color: #EFEFF4;
	border-radius: 8px;
	margin: 1% 1%;
	padding: 0em 0em 0em 0em;
	align-self: flex-start;
}

.videos .video .content {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}

.video-wrapper {
	width: 50%;
	min-height: 305px;
}

.wistia_embed {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 8px 0px 0px 8px;
	background-color: rgb(50, 180, 166);
}

.wistia_click_to_play {
	width: 100% !important;
	height: 100% !important;
}

a.wistia-link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a.wistia-link .title {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	text-align: center;
	color: white;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.wistia-link:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("/wp-content/themes/angelsense/images/bright-player.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 100px;
	height: 100px;
	z-index: 1000;
}

.videos .video .content .text {
	width: 50%;
	padding: 2em 1em;
}

.videos .video .content .text h3 {
	color: #292929;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	z-index: 1;
	padding: 15px 0px;
}

.videos .video .content .text p {
	font-size: 16px;
	color: #292929;
	line-height: 1.3;
	font-weight: 400;
	display: inline;
}

.videos .video .content .text .label li {
	display: inline-block;
	vertical-align: top;
	background-color: #86A0AE;
	text-transform: uppercase;
	color: white;
	padding: 0.2em 0.4em;
	border-radius: 8px;
	font-size: 14px;
	margin: 0em 0.2em 0.5em 0em;
	line-height: 18px;
}

.videos .video .content .text a {
	display: block;
	margin-top: 0.3em;
	text-decoration: underline;
	color: #32b4a6;
	font-weight: 600;
}

body.page-template-template-video section.bottom img {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}