
section.header {
	display: block;
	margin-top: 70px;
	position: relative;
	background-color: black;
}

section.header video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: 0;
	cursor: pointer;
	position: relative;
}

section.header .wistia_embed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.w-edit-in-place__edit-button {
	display: none !important;
}

section.header:before {
	content: '';
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(/wp-content/themes/angelsense/images/reviews/play-icon-video.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	visibility:
	transition: all 0.3s;
}

section.header.show:before {
	visibility: visible;
	opacity: 1
}

div.action {
	display: block;
	margin-top: -2.5em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	position: relative;
	transition: all 0.5s;
}

div.action.top {
	margin-top: 2em;
}

div.action a {
	display: inline-block;
	padding: 0.5em 3em;
	background-color: #f26522;
	color: white;
	text-transform: uppercase;
	border-radius: 7px;
	position: relative;
	font-weight: 700;
	border: 2px solid white;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.51);
	font-size: 2rem;
	position: relative;
	overflow: inherit;
}

div.action a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-image: url(/wp-content/themes/angelsense/images/best-lp/badge.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 130px;
	height: 150px;
}

div.action p {
	display: block;
	margin: 1em 0em;
	font-size: 1.2rem;
	color: #f26522;
	font-weight: 700;
}