/* Coupon Style*/

div#popup,
#chatRequest {
	display: none;
}

div#strip.show {
	top: 70px;
}

#error {
	color: red;
	position: absolute;
	top: -11px;
	left: 13px;
	font-weight: 600;
}

header.desktop div.header_content nav {
	visibility: hidden;
	opacity: 0;
}

section.header {
	margin-top: 70px;
	padding: 0em calc((100% - 1195px)/ 2);
	background-color: rgb(236, 240, 246);
}

header.desktop {
	padding: 0.95em 0em;
}

header a.logo_coupon {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(50% - 570px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default;
}

header a.logo_coupon img {
	display: block;
}

section.header div.image {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 655px);
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/pic.jpg);
	background-repeat: no-repeat;
	background-position: -75px center;
	background-size: cover;
	height: 425px;
	position: relative;
	left: -13px
}

div.content_coupon {
	display: inline-block;
	vertical-align: top;
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 649px;
	height: 425px;
	text-align: center;
	position: relative;
	color: white;
}

div.content_coupon div.wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

div.content_coupon div.wrap span {
	display: block;
	text-transform: uppercase;
	margin-top: 0.7em;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
}

div.content_coupon div.wrap span:before,
div.content_coupon div.wrap span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 2px;
	background-color: white;
	margin: 0em 0.5em;
}

div.content_coupon div.wrap h1 {
	font-size: 1.95rem;
	line-height: 1.1;
	font-weight: 600;
}

div.content_coupon div.wrap h1 strong {
	display: block;
	font-size: 3rem;
	text-transform: uppercase;
}

div.content_coupon div.wrap p {
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 600;
	margin-top: 0.5em;
	color: rgb(0, 80, 121);
}

div.content_coupon div.wrap div.coupon {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 450px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	position: relative;
}

.price {
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-45%);
	transform: translateX(-45%);
}

.price h3 {
	color: rgb(11, 62, 125);
	font-size: 120px;
	font-weight: 700;
	letter-spacing: -5px;
}

.price h3:before {
	content: "$";
	position: absolute;
	top: 30px;
	left: -25px;
	font-size: 3rem;
}

body.GB .price h3:before {
	content: '£';
}

.price h3 strong {
	font-size: 2.8rem;
	letter-spacing: 0px;
}

div.content_coupon div.wrap div.coupon form {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

div.content_coupon div.wrap div.coupon form label {
	display: block;
}

div.content_coupon div.wrap div.coupon form label input {
	padding: 0.5em .5em;
	border: none;
	border-bottom: 1px solid transparent;
}

div.content_coupon div.wrap div.coupon form.open label input {
	border-color: grey;
}

div.content_coupon div.wrap div.coupon form input[type="submit"] {
	padding: 0.7em 1.5em;
	background-color: rgb(255, 74, 35);
	color: rgb(255, 255, 255);
	-webkit-appearance: none;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.33);
	overflow: hidden;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: all 0.3s;
}

div.content_coupon div.wrap div.coupon form.open input[type="submit"] {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

section.note,
section.customers,
section.capabilities {
	padding: 3em calc((100% - 1195px)/ 2);
	background-color: white;
	color: #63696d;
}

section.note {
	padding: 4em calc((100% - 888px)/ 2);
	padding-top: 6em;
	text-align: center;
}

section.customers h2,
section.capabilities h2 {
	text-align: center;
	color: rgb(58, 190, 176);
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 1em;
}

section.customers h2 {
	margin-bottom: 0.5em;
}

section.capabilities div.list {
	display: inline-block;
	vertical-align: top;
	padding: 0em 0.5em;
	width: 33%;
}

section.capabilities div.list ul li {
	padding: 1em 0em;
}

section.capabilities div.list ul li img,
section.capabilities div.list ul li svg {
	display: inline-block;
	vertical-align: top;
	padding: 0em 0.2em;
	width: 2.5em;
	height: 2.5em;
	fill: #3abeb0;
	margin-right: 0.2em;
}

section.capabilities div.list ul li.expert img {
	width: 11%;
	height: auto;
}

section.capabilities div.list ul li div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 3.2em);
}

section.capabilities div.list ul li div p {
	font-size: 0.95rem;
}

section.capabilities div.list ul li div h4 {
	font-size: 1.2rem;
	color: #3abeb0;
	font-weight: 600;
}

section.capabilities figure {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0em 0.5em;
	width: 33%;
	position: relative;
	top: 55px;
}

section.capabilities figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

section.customers {
	padding: 3em calc((100% - 900px)/ 2);
	text-align: center;
}

section.customers p {
	display: inline;
	font-size: 1.2rem;
}

section.customers img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

section.testimonial {
	padding: 2em calc((100% - 1195px)/ 2);
	padding-bottom: 4em;
	background-color: rgb(236, 240, 246);
	position: relative;
}

section.testimonial .next {
	position: absolute;
	bottom: 1.2em;
	left: 45%;
	outline: 0;
	z-index: 100;
}

section.testimonial .prev {
	position: absolute;
	bottom: 1.5em;
	right: 45%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	outline: 0;
	z-index: 100;
}

div.slider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	height: 400px;
	width: 1000px
}

div.slider div.testimonial {
	background-color: rgb(255, 255, 255);
	padding: 1em;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.41);
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.7;
	height: 290px;
}

div.slider div.testimonial p {
	font-size: 0.9rem;
}

div.slider div.testimonial.active {
	opacity: 1;
	width: 70%;
	padding: 2em;
	height: 320px;
}

div.slider div.testimonial.active {
	font-size: 1rem;
}

div.slider div.testimonial.active p {
	font-size: 1rem;
}

div.slider div.testimonial div.img {
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.41);
	width: 115px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border: 2px solid white;
}

div.slider div.testimonial.active div.img {
	margin-top: -70px;
	width: 145px;
	height: 145px;
}

div.slider div.testimonial:first-of-type div.img {
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/kt.png);
}

div.slider div.testimonial:nth-of-type(2) div.img {
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/alx.png);
}

div.slider div.testimonial:last-of-type div.img {
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/ad.png);
}

div.slider div.testimonial h3 {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: rgb(58, 190, 176);
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
}

div.slider div.testimonial.active h3 {
	font-size: 1.2rem;
}

div.slider div.testimonial h3:after {
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/q.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 1.2em;
	height: 1.2em;
}

div.slider div.testimonial.active h3:after {
	width: 1.5em;
	height: 1.5em;
}

section.coupon {
	background-color: rgb(127, 152, 167);
	padding: 14em 0em 8em 0em;
	position: relative;
}

section.coupon div.content_coupon {
	background-image: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

section.note p {
	font-size: 0.8rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
	header a.logo_coupon {
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: default;
	}

	header.desktop div.header_content {
		width: auto;
	}

	footer.delay_show a.sticky_banner {
		display: none;
	}

	section.header {
		margin-top: 63px;
	}

	div.content_coupon {
		width: 586px;
	}

	div.image {
		background-position: -86px center;
		left: 65px;
	}

	section.testimonial {
		overflow: hidden;
	}

	div.slider div.testimonial {
		width: 30%;
	}

	div.slider div.testimonial.active {
		width: 50%;
	}
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	footer.delay_show a.sticky_banner {
		display: none;
	}
	header a.logo_coupon {
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: default;
	}

	header.desktop div.header_content {
		width: auto;
	}
	section.header {
		margin-top: 65px;
	}
	div.image {
		display: none;
	}
	div.content_coupon {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	section.customers,
	section.capabilities {
		padding: 2em 1em;
	}

	section.customers h2,
	section.capabilities h2 {
		font-size: 1.5rem;
	}

	section.capabilities div.list {
		display: block;
		width: 100%;
	}

	section.capabilities figure {
		display: none;
	}

	section.capabilities div.list ul li.expert img {
		width: 5%;
	}

	div.slider {
		width: 760px;
	}

	div.slider div.testimonial.active {
		width: 75%;
	}

	section.testimonial .prev {
		right: 40%;
	}

	section.testimonial .next {
		left: 40%;
	}

	section.note {
		padding-left: 2em;
		padding-right: 2em;
	}
}