/*
	Pricing Desktop new version style
*/

.red {
	color: #f34023;
}

a.tel {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(50% - 580px);
	padding: 0.5em;
	font-weight: 600;
	cursor: default;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	color: #32b4a6;
	font-size: 18px;
	cursor: pointer;
}

body.non-working-hours a.tel{
	visibility: hidden;
}

/*body.GB a.tel,*/
/*body.CA a.tel {*/
/*	right: calc(50% - 530px);*/
/*}*/

/*a.tel.show {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}*/

a.tel span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	color: white;
	position: relative;
	background-color: #32b4a6;
	padding: 0.2em 1em;
	border-radius: 8px;
}

a.tel:hover span {
	background-color: #49c9bb;
}

a.tel span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(/wp-content/themes/angelsense/images/call-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 25px;
	height: 24px;
	position: relative;
	top: -3px;
	margin-right: 0.5em;
}


header.desktop {
	position: absolute;
}

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

body.GB header.desktop div.header_content nav,
body.CA header.desktop div.header_content nav {
	visibility: visible;
	opacity: 1;
}

body.GB header.desktop div.header_content nav ul li,
body.CA header.desktop div.header_content nav ul li {
	visibility: hidden;
	opacity: 0;
}

body.GB header.desktop div.header_content nav ul li.flag,
body.CA header.desktop div.header_content nav ul li.flag {
	visibility: visible;
	opacity: 1;
}

body.GB header.desktop div.header_content nav ul li.menu-order-now,
body.CA header.desktop div.header_content nav ul li.menu-order-now {
	display: none;
}

div.top_corner.show {
	display: none;
}

sub {
	position: absolute;
	top: 33px;
	font-weight: 300;
	font-size: 1.1em;
}

div.guarantee {
	padding: 5em calc((100% - 900px)/ 2);
	padding-bottom: 2em;
	text-align: center;
	color: #1b3d4f;
	white-space: nowrap;
}

body.amazon-checkout div.guarantee {
	padding-top: 0em;
	padding-bottom: 2em;
}

div.guarantee p {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 1.2rem;
}

div.guarantee.espanol p {
	font-size: 1.1rem;
}

div.guarantee img {
	display: inline-block;
	vertical-align: middle;
	margin: 0em 0.2em;
}

section#wearing {
	display: block;
	padding: 50px calc((100% - 1000px)/ 2);
	padding-bottom: 80px;
	background-color: #FBFBFB;
}

body.GPS section#wearing {
	display: block;
}

section#wearing > h2 {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: rgb(50, 180, 166);
	line-height: 1.2;
}

section#wearing > h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	margin: 0.8em 0em 0em 0em;
	color: #0f0f0f;
	text-align: center;
}

section.plans div.reviews {
	display: block;
}

section.plans div.reviews > img {
	display: inline-block;
	vertical-align: middle;
}

section.plans div.reviews span.review {
	color: rgb(50, 180, 166);
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.5em;
	cursor: pointer;
	position: relative;
	text-decoration: underline;
}

section.plans.espanol div.reviews span.review {
	text-decoration: none;
}

section.plans div.reviews span.review:hover span.tooltip {
	visibility: visible;
	opacity: 1;
	top: -40px;
}

section.plans div.reviews span.review span.tooltip {
	position: absolute;
	padding: 0.5em;
	top: 0px;
	left: -150px;
	width: 400px;
	border: 2px solid rgb(50, 180, 166);
	background-color: rgb(255, 255, 255);
	z-index: 10;
	font-size: 0.8rem;
	box-shadow: 0px 0px 8px rgba(205,255,255,.8);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	line-height: 1.3;
	color: rgb(27, 61, 79);
	cursor: default;
}

section.includes {
	padding: 3em calc((100% - 900px)/ 2);
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f9;
}

html[lang="es"] section.includes,
section.includes.espanol {
	padding: 2em calc((100% - 1000px)/ 2);
}

section.includes h2 {
	display: block;
	margin-top: 0em;
	font-size: 40px;
	color: #32b4a6;
	line-height: 1.2;
	text-align: center;
}

section.includes ul {
	margin-top: 0.5em;
	margin-bottom: 2em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section.includes ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 1.5;
}

section.includes ul li:nth-child(even) {
	padding-left: 4%;
}

section.includes ul li p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	color: #1b3d4f;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
}

section.includes ul li p:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: rgb(50, 180, 166);
	border-radius: 50%;
	margin-right: 0.4em;
}

a.back {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0.5em;
	width: 60%;
	color: #f4793d;
	border: 1px solid #f4793d;
	background-color: white;
}

p.note {
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.8em;
}

p.note.align {
	font-size: 0.7em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

p.note a {
	text-decoration: underline;
	color: rgb(50, 180, 166);
}

footer .content-wrap {
	display: none;
}

/*Testimonials*/

section.testimonials {
	padding: 1em calc((100% - 1090px)/ 2);
	background-color: white;
	color: #63696d;
	position: relative;
}

section.testimonials h2 {
	display: block;
	font-size: 40px;
	color: #32b4a6;
	line-height: 1.2;
	text-align: center;
}

section.testimonials div.wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2em;
	margin-bottom: 6em;
	position: relative;
}

section.testimonials div.wrapper div.testimonial {
	width: 95% !important;
	border: 2px solid rgb(236, 236, 236);
	border-radius: 8px;
	margin: 0em 1em;
	padding: 1em 0.5em;
	min-height: 290px;
}

section.testimonials div.wrapper div.testimonial > h3 {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: rgb(50, 180, 166);
	line-height: 1.2;
	width: 92%;
	margin: 0 auto;
	min-height: 85px;
}

section.testimonials div.wrapper div.testimonial div.content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0em 2em;
}

section.testimonials div.wrapper div.testimonial div.content div.image {
	width: 175px;
}

section.testimonials div.wrapper div.testimonial div.content div.text {
	width: 100%;
	padding: 0em 1em;
}

section.testimonials div.wrapper div.testimonial div.content div.text p {
	font-size: 16px;
	color: #0f0f0f;
	line-height: 1.3;
	font-weight: 400;
	display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p:first-of-type:after {
	content: '"...';
	display: inline-block;
	vertical-align: bottom;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show:first-of-type:after,
section.testimonials div.wrapper div.testimonial div.content div.text p:nth-of-type(2) {
	display: none;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show {
	display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p a {
	color: #848484;
	text-decoration: underline;
	display: inline-block;
	outline: 0;
}

section.testimonials div.wrapper div.testimonial div.content div.text span.name {
	font-style: italic;
	font-size: 16px;
	color: rgb(15, 15, 15);
	line-height: 1.3;
	font-weight: 300;
	margin-top: 1em;
	display: block;
}

section.testimonials .slick-next,
section.testimonials .slick-prev {
	top: 150px !important;
}

ul.slick-dots {
	margin: 0;
	padding: 10px 0;
	bottom: -50px !important;
	left: 50%;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.slick-dots li button:before {
	font-size: 30px !important;
	display: none;
}

.slick-dots li {
	background-color: rgb(191, 191, 191);
	border-radius: 50%;
	width: 12px !important;
	height: 12px !important;
	margin: 0 7px;
}

.slick-dots li.slick-active {
	background-color: rgb(50, 180, 166);
}

.slick-next,
.slick-prev {
	width: 30px !important;
	height: 30px !important;
	background-color: transparent !important;
	z-index: 100000 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	outline: 0 !important;
	z-index: 0 !important;
}

.slick-next {
	background-image: url("/wp-content/themes/angelsense/images/home-page/next-reg.png") !important;
	width: 45px !important;
	height: 45px !important;
	right: -45px !important;
}

.slick-next:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.slick-prev {
	background-image: url("/wp-content/themes/angelsense/images/home-page/prev-reg.png") !important;
	width: 45px !important;
	height: 45px !important;
	left: -45px !important;
}

.slick-prev:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	opacity: 1;
}

.slick-next:before,
.slick-prev:before {
	display: none !important;
}

.slick-dots li.slick-active button:before {
	color: rgb(50, 180, 166) !important;
}

.testimonials .slick-next,
.testimonials .slick-prev,
#wearing .slick-next,
#wearing .slick-prev,
div.gallery .slick-prev,
div.gallery .slick-next {
	background-image: url(/wp-content/themes/angelsense/images/pricing/arrow-new.svg) !important;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	width: 20px !important;
	transform: translateY(-30px);
}

.testimonials .slick-next,
.testimonials .slick-prev,
#wearing .slick-next,
#wearing .slick-prev {
	width: 30px !important;
}

.testimonials .slick-next,
#wearing .slick-next,
div.gallery .slick-next {
	right: 0px !important;
}

.testimonials .slick-next {
	right: -35px !important;
}

.testimonials .slick-prev,
#wearing .slick-prev,
div.gallery .slick-prev {
	left: 0px !important;
	z-index: 1000 !important;
}

.testimonials .slick-prev {
	left: -35px !important;
}

.testimonials .slick-next,
#wearing .slick-next,
div.gallery .slick-next {
	transform: translateY(-30px) rotate(-180deg);
}

.testimonials .slick-next:hover:after,
.testimonials .slick-prev:hover:after,
#wearing .slick-next:hover:after,
#wearing .slick-prev:hover:after,
div.gallery .slick-prev:hover:after,
div.gallery .slick-next:hover:after {
	opacity: 0;
}

div.gallery .slick-dots li.slick-active {
	background-color: #292929;
}

/*
	Tablet Versions
*/

/*Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
	a.tel {
		right: 0.5em;
	}

	header {
		overflow: hidden;
	}

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

	body.sale section.header {
		margin-top: 20px;
	}

	body.sale section.header div.promotion {
		margin-top: 2.5em;
		margin-bottom: 3em;
	}

	section.testimonials {
		padding: 20px calc((100% - 950px)/ 2);
	}
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	a.tel {
		right: 0.5em;
	}

	header {
		overflow: hidden;
	}

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

	body.sale section.header {
		margin-top: 20px;
	}

	section.includes,
	section.review {
		padding: 2em calc((100% - 700px)/ 2);
	}

	section.includes ul li p {
		font-size: 1rem;
	}
}

@media only screen and (max-height: 700px) {
	#pricing-popup {
		top: 20px;
		width: 950px;
	}

	#pricing-popup ul {
		width: 90%;
	}

	#pricing-popup ul li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		font-size: 18px;
	}

	#pricing-popup #scroll-plans {
		width: 350px;
	}
}