
.audio-player {
	padding: 10px calc((100% - 1190px)/ 2);
	background-color: #32b4a6;
	width: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid rgb(128 128 128 / 14%);

	display: none;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

body.player .audio-player {
	display: flex;
}

.audio-progress-bar {
	display: flex;
	align-items: center;
}

.audio-progress-bar .start-time,
.audio-progress-bar .end-time {
	margin: 0 2px;
	font-size: 12px;
	color: white;
}

#progressSlider {
	width: 200px;
	margin: 0 10px;
	-webkit-appearance: none;
	appearance: none;
	height: 3px;
	background: #b8e5e3;
	border-radius: 5px;
	outline: none;
}

#progressSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
}

#progressSlider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
}

.audio-player .controls .play {
	position: relative;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 9999px;
	border: 2px solid white;
	background-color: #32B4A6;
	outline: 0;
}

.audio-player .controls .play: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/play2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.audio-player .controls .play.playing:after {
	background-image: url(/wp-content/themes/angelsense/images/pause1.svg);
}

.audio-player .audio-info {
	margin-left: 20px;
}

.audio-player .audio-info .audio-name {
	margin-bottom: 0.2em;
	color: white;
	font-weight: 400;
}

.audio-player .audio-info .duration {
	color: #5F5F5F;
	font-weight: 400;
}

.audio-player .close {
	background-color: #32B4A6;
	padding: 0.5em 1em;
	position: absolute;
	top: 75%;
	right: 2.5em;
	font-size: 10px;
	color: white;
	font-weight: 600;
	line-height: 14px;
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/angelsense/images/popups/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 0.9em;
}

section.model h2 {
    font-size: 42px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    position: relative;
}

section.model h3 {
    display: block;
    color: #292929;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0.8em 0em 0em 0em;
    white-space: nowrap;
    background: none;
    padding: 0;
}

section.model article {
    display: block;
    text-align: left;
    margin-top: 2em;
}

section.model article p {
    color: #292929;
    font-size: 20px;
    margin-bottom: 1em;
}

section.model article ul li {
    margin: 0.7em 0em;
    color: #292929;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
}

section.model article ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #32b4a6;
}

section.model #cta {
    display: block;
    margin-top: 2em;
}

section.model #cta p {
    color: #32b4a6;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

section.model #cta a.action {
    padding: 0.3em 1.5em;
    background-color: #32b4a6 !important;
}

section.model #cta a.action:before {
    display: none;
}

section.model #cta a.action span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/chat-widget/phone-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
    position: relative;
    top: -1px;
    margin: 0em 0.3em;
}

#safety-cta:before {
    display: none;
}

section.model #cta a.info {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/info_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: relative;
    outline: 0;
    margin-top: -0.2em;
}

section.model #cta a.info span {
    position: absolute;
    padding: 0.5em;
    top: -65px;
    left: -150px;
    width: 400px;
    border: 2px solid #32b4a6;
    background-color: white;
    z-index: 10;
    font-size: 0.8rem;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    line-height: 1.3;
}

section.model #cta a.info.show span {
    visibility: visible;
    opacity: 1;
    top: -85px;
    white-space: normal;
}


/*Blog popup*/
#maintenace {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 10000;
}

#maintenace div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#maintenace div h2 {
	margin-bottom: 0.5em;
	font-size: 2rem;
	text-align: center;
	color: #32b4a6;
}
div.trap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	z-index: 100000000000000;
}
#blog-popup {
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000000000;
	background-color: rgba(43, 43, 43, 0.95);
	transition: all 0.6s;
	opacity: 0;
	visibility: hidden;
	display: block;
}

#blog-popup.open {
	top: 0%;
	opacity: 1;
	visibility: visible;
}

#blog-popup div.message {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("/wp-content/themes/angelsense/images/popups/bg_greenDT.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 724px;
	height: 485px;
	text-align: center;
	padding-top: 70px;
}

#blog-popup div.message.guide {
	background-image: url("/wp-content/themes/angelsense/images/popups/guide_desktop.jpg");
	background-position: bottom right;
	background-size: 420px 437px;
	background-color: white;
	border-radius: 10px;
}

#blog-popup div.message div.content {
	display: block;
	width: 55%;
	position: relative;
}

#blog-popup div.message div.content h3 {
	font-size: 2rem;
	text-transform: uppercase;
	color: black;
	font-weight: 700;
}

#blog-popup div.message h2 {
	color: rgb(58, 190, 176);
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
}

#blog-popup div.message h2 span {
	font-weight: 400;
	display: block;
	font-size: 2rem;
}

#blog-popup div.message p {
	color: rgb(58, 190, 176);
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0.8em;
}

#blog-popup div.message p.sub {
	font-size: 35px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0.3em;
}

#blog-popup div.message em {
	font-size: 1.3rem;
	margin-bottom: 0.5em;
	display: block;
	color: rgb(58, 190, 176);
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgb(231, 228, 228);
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#blog-popup div.message span {
	display: block;
	font-size: 1.3rem;
	color: rgb(131, 131, 131);
	text-transform: uppercase;
}

#blog-popup div.message span.sign {
	position: relative;
	font-size: 0.9rem;
	color: rgb(0, 0, 0);
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
}

#blog-popup div.message span.sign:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/wp-content/themes/angelsense/images/popups/Arrow_up.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 20px;
	height: 25px;
	margin-top: 1em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#blog-popup div.message > strong {
	display: block;
	color: rgb(255, 57, 49);
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1.1;
}

#blog-popup div.message form input,
#blog-popup div.message form button {
	display: block;
	width: 320px;
	margin: 0.6em auto;
	border: none;
	border: 1px solid rgb(207, 208, 210);
	border-radius: 8px;
	padding: 0.6em;
	-webkit-appearance: none;
}

#blog-popup div.message form input {
	margin-bottom: 0em;
}

#blog-popup div.message form button {
	margin-top: 0.5em;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 57, 49);
	font-size: 1.4rem;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0.4rem;
}

body.success #blog-popup div.message form button {
	display: none;
}

#blog-popup div.message > a {
	text-decoration: underline;
	font-size: 0.9rem;
}

body.success #blog-popup div.message > a.bottom {
	display: none;
}

#blog-popup div.message a.close {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	background-image: url("/wp-content/themes/angelsense/images/popups/x-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index: 100000;
	padding: 0.9em;
}

#blog-popup div.message div#error {
	color: red;
	display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#blog-popup div.message div#error.valid {
	color: rgb(50, 180, 166);
	font-size: 1.2rem;
	width: 500px;
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 340px;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.2em 0em;
}

#blog-popup div.message.guide div#error.valid {
	bottom: -70px;
}


.vc_btn3-style-modern.vc_btn3-size-md {
	color: #fff!important;
	transition: all .2s ease-in-out;
	border: 2px solid #fff!important;
	border-radius: 5px!important;
	font-size: 24px!important;
	line-height: normal;
	font-weight: 600!important;
	padding: 10px 30px!important;
	background-image: none!important
}

.vc_btn3-color-grey {
	background-color: #f26522!important
}

.vc_btn3-color-grey:hover {
	background-color: #da5b1e!important
}

.promotions-home-before-testimonials {
	position: relative;
	top: 50px;
	z-index: 5;
	text-align: center;
	color: #000
}

.promotions-homebottom-under-free-trial-button {
	text-align: center;
	color: #000
}

.brought-you-by {
	min-width: 350px!important
}

.home-review-brought-by {
	position: relative
}

.home-free-trial .vc_btn3.vc_btn3-size-lg {
	padding: 10px 30px!important;
	font-size: 24px!important
}

.free-trial-join-now {
	font-weight: 700
}

section.bottom {
	padding: 3em calc((100% - 1180px)/ 2);
	background-color: #45b5a6;
	color: white;
	text-align: center;
	position: relative;
}

section.bottom.white {
	background-color: white;
}

section.bottom img {
	display: block;
	margin: 0 auto;
}

section.bottom p {
	display: block;
	margin-bottom: 0.2em;
	font-size: 36px;
	font-weight: 500;
	color: white;
	font-family: 'Rubik', sans-serif;
}

section.bottom.white p {
	color: #3abeb0;
}

section.bottom div.action span {
	color: white;
}

section.bottom div.action span.sign {
	margin-left: 0.3em !important;
	-webkit-transform: rotate(90deg) translateX(0px) !important;
	transform: rotate(90deg) translateX(0px) !important;
}

footer {
	padding: 2em calc((100% - 1190px)/ 2);
	display: block;
	background-color: #5F5F5F;
	font-size: 15px;
}

footer .information {
	padding: 2em 0em;
	color: white;
	line-height: 24px;
	border-bottom: 1px solid #878585;
}

footer .information a {
	color: white;
}

footer .content-wrap {
	padding: 2em 0em;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

footer .content-wrap .menus {
	display: flex;
	flex-direction: column;
	width: 50%;
}

footer .content-wrap .menus .menu_wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

footer .content-wrap .menus .menu_wrap .footer-navbar {
	width: 50%;
}

footer .content-wrap .menus .menu_wrap .footer-navbar a {
	display: inline-block;
	padding: 0.3em;
	color: white;
}

footer .content-wrap .menus .address {
	padding: 2em 0em 0em 0em;
}

footer .content-wrap .menus .address .footer-contact-info {
	margin-bottom: 1em;
	color: white;
}

footer .content-wrap .menus .address .footer-contact-info h3 {
	margin-bottom: 0.3em;
	font-weight: 600;
}

footer .content-wrap .menus .address .footer-contact-info a {
	text-decoration: underline;
	color: white;
}

footer .content-wrap .menus .address .social {
	display: block;
	margin-top: 2em;
}

footer .content-wrap .menus .address .social a {
	position: relative;
	display: inline-block;
	background-color: white;
	border-radius: 50%;
	margin-right: 0.5em;
	width: 40px;
	height: 40px;
}

footer .content-wrap .menus .address .social a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65%;
}

footer .footer-newsletter-wrap {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
}

footer .footer-newsletter-wrap .newsletter-title {
	font-size: 34px;
	font-weight: 500;
	color: rgb(50, 180, 166);
	line-height: 40px;
	font-family: 'Rubik', sans-serif;
}

.newsletter-form form input[type="email"] {
	display: block;
	width: 70%;
	height: 50px;
	margin-bottom: 1em;
	border: none;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 0.5em;
}

.newsletter-form form .angel_type label {
	margin-right: 1.5em;
}

.newsletter-form form .angel_type label span {
	display: inline-block;
	vertical-align: middle;
	color: white;
}

.newsletter-form form input[type="submit"] {
	margin: 1em 0em;
	padding: 0em 1.5em;
	background-color: rgb(14, 188, 168);
	font-size: 18px;
	line-height: 18px;
	height: 42px;
	color: RGB(255, 255, 255);
	display: block;
	border: 1px solid transparent;
	border-radius: 9999px;
	font-weight: 500;
	-webkit-appearance: none;
	text-transform: uppercase;
}

.newsletter-form div.response {
	visibility: hidden;
	opacity: 0;
}

#footer-signup.error div.response,
#footer-signup.success div.response {
	color: rgb(14, 188, 168);
	margin-top: .5em;
	display: inline-block;
	font-size: 1.1rem;
	visibility: visible;
	opacity: 1;
}

form#footer-signup {
	position: relative;
	margin-top: 1em;
}

form#footer-signup div.note {
	margin-top: 1em;
	text-align: left !important;
	padding-left: 0 !important;
}

form#footer-signup div.note a {
	color: #32B4A6 !important;
}

.lds-css.form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	visibility: hidden;
	opacity: 0;
	z-index: 100000;
}

footer .signature {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 2em 0em 0em 0em;
	border-top: 1px solid #878585;
}

footer .signature .site-name a {
	display: block;
}

footer .footer-copyrights {
	color: white;
}

.donation-page .ninja-forms-form-wrap label {
	color: #333
}

.donation-page-form .ninja-forms-form-wrap a {
	color: #6d6d6d;
	font-weight: 600;
	font-size: 12px;
	text-decoration: underline
}

.donation-page .ninja-forms-form-wrap input {
	height: 30px
}

.donation-page .field-wrap:not(.textarea-wrap):not(.submit-wrap) {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 3.5%
}

.donation-page .field-wrap:nth-child(2n+1) {
	margin-right: 0!important
}

.donation-page .field-wrap li {
	display: inline;
	padding: 0 15px 5px 0!important;
	float: left
}

.donation-page .ninja-forms-field-description {
	float: left
}

input.donationsubmit {
	float: right
}

input.contactsubmit {
	background-color: #0EBCA8;
	font-size: 15px;
	height: 42px;
	width: 100px;
	color: #FFF;
	margin: 0 auto;
	display: block;
	border: 1px solid #f37336;
	font-weight: 700;
	border-radius: 4px
}

.donation-page-form .ninja-forms-form-wrap input[type=submit] {
	width: 190px;
	height: 55px;
	background-color: #f26522;
	color: #FFF;
	border: 1px solid #f37336;
	font-weight: 700;
	border-radius: 4px;
	font-size: 15px
}

.donation-page .ninja-forms-form-wrap input[type=radio] {
	height: 18px
}

.left-leaf,
.right-leaf {
	position: absolute;
	bottom: 0
}

.left-leaf {
	left: 0
}

.right-leaf {
	right: 0
}
.mobile-link-promotion a {
	color: #000!important
}

.pushRegister>div,
.pushRegister>img {
	display: inline-block;
	vertical-align: top
}

.pushOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	transition: all .3s
}

.pushRegister {
	position: fixed;
	width: 600px;
	top: 0;
	left: 20px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	padding: 20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border: 2px solid #c8c8c8;
	border-top: 0;
	box-shadow: 17px 23px 18px 0 rgba(0, 0, 0, .42)
}

.pushRegister>img {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #f3f3f3
}

.pushRegister>div {
	max-width: calc(100% - 195px);
	text-align: center
}

.pushRegister p {
	font-size: 20px;
	color: #2bb9aa
}

.pushRegister button {
	border: 0;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	padding: 12px 20px;
	min-width: 118px;
	font-family: 'Open Sans';
	margin-top: 25px;
	outline: 0
}

.pushRegister button#close {
	background: #d1d1d1;
	margin-left: 15px
}

.pushRegister button#allow {
	background: #2bb9aa
}

.pricing-slug-body #toggle-mobile-menu {
	display: none
}

body.IE #snppopup-exit,
body.NL #snppopup-exit {
	display: none!important;
}

.lds-css.ng-scope {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000;
	visibility: hidden;
	opacity: 0;
}

.lds-css.form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
}

body.order-submit .lds-css.ng-scope,
.lds-css.form.show,
.lds-css.ng-scope.show {
	visibility: visible;
	opacity: 1;
}

body.woocommerce-payment-methods  .woocommerce-MyAccount-navigation,
body.woocommerce-add-payment-method .woocommerce-MyAccount-navigation {
	display: none;
}
form#add_payment_method {
	padding: 20px;
	background-color: #efefef;
	border-radius: 6px;
	max-width: 600px;
	color: #333;
	margin: 0 auto;
}
form#add_payment_method .input-radio {
	vertical-align: middle;
}
form#add_payment_method #stripe-payment-data p {
	font-size: 14px;
	padding: 10px 0;
	color: #999;
}
form#add_payment_method label img {
	height: 20px;
}

form#add_payment_method .form-row.form-row-first,
form#add_payment_method .form-row.form-row-last {
	width: 49%;
	display: inline-block;
}
.woocommerce-MyAccount-content .button,
form#add_payment_method #place_order {
	margin: 0 auto;
	display: block;
	padding: 16px 60px;
	background-color: #11bda9;
	border: none;
	border-radius: 4px;
	color: white;
	font-size: 18px;
	text-align: center;
}

.woocommerce-MyAccount-content {
	width: 600px;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
	text-align: center;
	background-color: #efefef;
	padding: 10px;
	border-radius: 4px;
	margin: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Message--info.woocommerce-info {
	display: none;
}


#add-credit-card-title {
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans";
	color: #3bbfb1;
	font-weight: bold;
}

#add-credit-card-to {
	background-color: #cecece;
	display: block;
	text-align: center;
	padding: 19px 0;
	font-weight: bold;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #3be8b0;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.error {
	color: red;
}

#access {
	position: fixed;
	left: 1.5em;
	bottom: 0.8em;
	display: block;
	width: 46px;
	height: 46px;
	z-index: 2000000000000;
	background-color: #32b4a6;
	border-radius: 50%;
	padding: 0.2em;
	transition: all 0.3s;
}

#access:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#access img {
	display: block;
	width: 100%;
	height: auto;
}

@media all and (max-width:767px) {
	.audio-player {
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;
		z-index: 10000;
		padding: 0.5em 1em;
		border-top: none;
		border-bottom: 1px solid rgb(128 128 128 / 14%);
		height: auto;
	}

	.audio-player .controls .play {
		width: 35px;
		height: 35px;
	}
	.audio-player .controls {
		width: auto;
		padding: 0em 1em 0em 0em;
	}

	.audio-player .audio-info {
		width: calc(100% - 55px);
		margin-left: auto;
	}

	.audio-player .audio-info .audio-name {
		margin-bottom: 0.2em;
		color: white;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 85%;
	}

	.audio-player .close {
		top: 50%;
		right: 10px;
	}

	#progressSlider {
		width: 60%;
	}

	#access {
		position: fixed;
		right: -3px;
		bottom: 80px;
		display: block;
		width: 64px;
		height: 60px;
		z-index: 2000000000000;
		background-color: transparent;
		border-radius: 50%;
		padding: 0.2em;
		transition: all 0.3s;
		left: auto;
		display: none;
	}

	body.working-hours #access {
		bottom: 120px;
	}

	#access:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	#eview-section {
		display: block;
		padding: 2em 0.5em 0em 0.5em;
		background-image: none;
		background-color: #f0eff5;
		height: auto;
		min-height: auto;
	}

	#eview-section:after {
		content: "";
		display: block;
		margin-top: 1em;
		background-image: url("/wp-content/themes/angelsense/images/kid.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 310px;
	}

	body.gps-tracker-for-elderly #eview-section {
		background-image: url("/wp-content/themes/angelsense/images/promotions/gps4-launch/HP_Launch_NewSectionBG_Elderly_MOB.webp");
	}

	body.teens-and-adults #eview-section {
		background-image: url("/wp-content/themes/angelsense/images/promotions/gps4-launch/HP_Launch_NewSectionBG_Teen_MOB.webp");
	}

	body.gps-tracker-for-elderly #eview-section,
	body.teens-and-adults #eview-section {
		height: calc(85vw * (1109/640));
	}

	#eview-section article {
		width: 100%;
		text-align: left;
		top: 0;
		transform: none;
	}

	#eview-section article a.learn {
		margin-top: 1em;
	}

	body.gps-tracker-for-elderly #eview-section article a.learn,
	body.teens-and-adults #eview-section article a.learn {
		margin-left: 20px;
	}

	#eview-section article h2 {
		text-align: center;
		text-align: center;
		font-size: 30px;
		line-height: 36px;
	}

	#eview-section article h2 br {
		display: none;
	}

	#eview-section article h3 {
		margin-top: 1em;
		font-size: 22px;
		color: #292a2b;
		line-height: 26px;
		font-weight: 600;
		padding: 0em 1em;
	}

	#eview-section article ul li {
		font-size: 18px;
		margin-top: 0.8em;
	}

	#eview-section article ul li strong {
		display: block;
	}

	#eview-section article ul li br {
		display: none;
	}


	section.model {
		padding: 50px calc((100% - 1200px) / 2);
		background-image: url(/wp-content/themes/angelsense/images/promotions/gps4-launch/HP_Launch_Safety_Indep-BG_Mob.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		height: calc(100vw * (1392 / 640));
		min-height: 560px;
		text-align: left;
		padding: 1em 1em;
	}

	section.model h2 {
		text-align: center;
		font-size: 34px;
	}

	section.model h3 {
		white-space: normal;
	}

	section.model #cta a.action {
		width: 100%;
	}

	section.model #cta p {
		font-size: 18px;
	}

	section.model #cta a.action span:before {
		width: 28px;
		height: 28px;
	}

	article.information {
		padding: 1em;
	}

	article.information h2 {
		font-size: 18px;
	}

	div#strip.sale {
		top: 55px;
		padding: 15px 0.2em;
	}

	body.sale div#strip div.message {
		margin-left: 0;
		display: block;
		width: auto;
	}

	body.sale div#strip div.message p {
		font-size: 18px;
		text-align: center;
		line-height: 28px;
	}

	body.sale div#strip div.message p:before {
		display: none;
	}

	body.sale div#strip div.message p strong {
		display: inline-block;
		position: relative;
		font-size: 32px;
		margin: 0.5em 0em;
	}

	body.sale div#strip div.message p strong:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		background-image: url("/wp-content/themes/angelsense/images/promotions/corona/Hourglass-5s-250px-Blue-slow.gif");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 50px;
		height: 50px;
		margin-right: 0.3em;
	}

	body.sale div#strip div.message p span {
		display: block;
		font-size: 19px;
		font-weight: 900;
		margin-bottom: 0.5em;
	}

	body.sale div#strip div.action a.action {
		padding: 0.5em 2em 0.5em 2em;
		border-width: 1px;
		font-size: 1.2rem;
		margin-left: 0;
		width: 75%;
		margin-top: 1em;
	}

	#maintenace {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		z-index: 1000000;
	}

	#maintenace div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 90%;
	}

	#maintenace div img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	#maintenace div h2 {
		margin-bottom: 0.5em;
		font-size: 1.5rem;
		text-align: center;
		color: #32b4a6;
	}

	/*Blog popup*/
	#blog-popup {
		position: fixed;
		top: -100%;
		left: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1000000000;
		background-color: rgba(43, 43, 43, 0.95);
		transition: all 0.6s;
		opacity: 0;
		visibility: hidden;
		display: block;
	}

	#blog-popup.open {
		top: 0%;
		opacity: 1;
		visibility: visible;
	}

	#blog-popup div.message {
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url("/wp-content/themes/angelsense/images/popups/bg_green.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 98%;
		height: calc(100vw * (855/640));
		text-align: center;
		padding-top: 78px;
	}

	#blog-popup div.message.guide {
		margin-top: 2em;
		padding-top: 20px;
		background-image: url("/wp-content/themes/angelsense/images/popups/guide_mobile.jpg");
		background-size: 220px auto;
		background-position: bottom right;
		background-color: rgb(255, 255, 255);
		padding-bottom: 466px;
		border-radius: 10px;
	}

	#blog-popup div.message div.content {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		position: relative;
	}

	#blog-popup div.message div.content h3 {
		font-size: 1.8rem;
		text-transform: uppercase;
		color: black;
		font-weight: 700;
	}

	#blog-popup div.message h2 {
		color: rgb(58, 190, 176);
		font-size: 1.8rem;
		text-transform: uppercase;
		line-height: 1;
		font-weight: 700;
	}

	#blog-popup div.message p {
		color: rgb(58, 190, 176);
		font-size: 1.5rem;
		font-weight: 400;
		margin-bottom: 0.8em;
	}

	#blog-popup div.message p.sub {
		font-size: 1.8rem;
		color: rgb(0, 0, 0);
		text-transform: uppercase;
		font-weight: 300;
		line-height: 1;
		margin-bottom: 0.3em;
	}

	#blog-popup div.message em {
		font-size: 1.1rem;
		margin-bottom: 0.5em;
		display: block;
		color: rgb(58, 190, 176);
		padding-bottom: 0.5em;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#blog-popup div.message span {
		display: block;
		font-size: 1.2rem;
		color: rgb(131, 131, 131);
		text-transform: uppercase;
	}

	#blog-popup div.message span.sign {
		position: relative;
		font-size: 0.7rem;
		color: rgb(0, 0, 0);
		display: block;
		width: 50%;
		margin-left: 0;
		margin-right: auto;
		padding-left: 2em;
	}

	#blog-popup div.message span.sign:after {
		display: none;
	}

	#blog-popup div.message span.sign:before {
		content: '';
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-image: url("/wp-content/themes/angelsense/images/popups/Arrow_up.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 20px;
		height: 25px;
		margin-bottom: 1em;
	}

	#blog-popup div.message > strong {
		display: block;
		color: rgb(255, 57, 49);
		font-size: 3.5rem;
		text-transform: uppercase;
		line-height: 1.1;
	}

	#blog-popup div.message form input,
	#blog-popup div.message form button {
		display: block;
		width: 300px;
		margin: 0.6em auto;
		border: none;
		border: 1px solid rgb(207, 208, 210);
		border-radius: 8px;
		padding: 0.5em;
		-webkit-appearance: none;
	}

	#blog-popup div.message form input {
		margin-bottom: 0em;
	}

	#blog-popup div.message form button {
		margin-top: 0.5em;
		color: rgb(255, 255, 255);
		background-color: rgb(255, 57, 49);
		font-size: 1.4rem;
		text-transform: uppercase;
		border: none;
	}

	body.success #blog-popup div.message span.sign,
	body.success #blog-popup div.message form button {
		display: none;
	}

	#blog-popup div.message > a {
		text-decoration: underline;
		font-size: 0.9rem;
	}

	body.success #blog-popup div.message > a.bottom {
		display: none;
	}

	#blog-popup div.message a.close {
		position: absolute;
		top: 2.8em;
		right: 2.5em;
		width: 15px;
		height: 15px;
		background-image: url("/wp-content/themes/angelsense/images/popups/X-mob.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		z-index: 100000;
	}

	#blog-popup div.message.guide a.close {
		background-image: url("/wp-content/themes/angelsense/images/popups/X-mob.png");
		top: 1em;
		width: 15px;
		height: 15px;
		padding: 0;
		right: 1em;
	}

	#blog-popup div.message div#error {
		color: red;
		display: block;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#blog-popup div.message div#error.valid {
		color: rgb(50, 180, 166);
		font-size: 1.2rem;
		position: absolute;
		bottom: 105px;
		left: 50%;
		background-color: white;
		width: 90%;
		transform: translateX(-50%);
		z-index: 10000;
	}

	#blog-popup div.message.guide div#error.valid {
		bottom: -70px;
	}

	.content-wrap {
		padding: 1em 0.5em;
	}

	section.bottom {
		padding: 1em;
		background-color: #3abeb0;
		color: white;
		text-align: center;
		position: relative;
	}

	section.bottom img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		width: 125px;
	}

	section.bottom p {
		display: block;
		font-size: 1.5rem;
		font-weight: 500;
		margin-top: 0em;
		padding-bottom: 1em;
	}

	section.bottom div.action {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0em;
		top: 0;
	}

	section.bottom div.action span {
		color: white;
	}

	section.bottom div.action span.sale {
		margin-right: 0.4em;
	}

	/*Promotion Generic Styles*/
	div.action {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2em;
		text-align: center;
	}

	a.action {
		display: inline-block;
		margin-top: 0em;
		white-space: nowrap;
		font-size: 20px;
		font-weight: 600;
		border-radius: 8px;
		transition: all 0.3s;
		border-radius: 50px;
		padding: 0.6em 2em 0.6em 2em;
	}

	div.action p.promotion {
		display: block;
		text-align: center;
		font-size: 1.3rem;
		color: rgb(243, 64, 35);
		font-weight: 400;
		line-height: 1;
		margin-bottom: 0.1em;
	}

	div.action p.promotion strong:before {
		width: 85px;
		height: 43px;
	}

	div.action p.promotion {
		font-size: 20px;
		line-height: 1.3;
		color: #f95039;
	}

	div.action p.promotion strong{
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
	}

	div.action p.promotion.white {
		color: white;
	}

	section.header div.content {
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}

	div.action.holiday {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top:-2em;
		line-height: 1.2;
		padding-top: 150px;
	}

	div.action.holiday img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.donation-page-header-container,
	.invite-page-header-container {
		min-height: 0
	}

	.brought-you-by,
	.donation-about-us-col>.vc_column-inner {
		min-width: 0
	}
	.mobile-continue-button {
		background-color: #3abeb0;
		margin-top: 0;
		margin-bottom: 0;
		border-color: #34aa9e;
		padding: 10px 16px;
		line-height: 1.3;
		border-radius: 6px
	}
	.mobile-continue-button p {
		text-align: center!important
	}
	.product-tour-top-extra-info,
	.read-more-link,
	.read-more-link a {
		font-size: 18px
	}

	.contact-form-wrapper-col,
	.contact-information-wrapper-col {
		padding-left: 25px;
		padding-right: 25px
	}

	/*Footer Mobile */

	footer {
		padding: 1em;
	}

	footer .information {
		padding: 1em 0em;
	}

	footer .content-wrap {
		flex-direction: column;
	}

	footer .footer-newsletter-wrap .newsletter-title {
		font-size: 28px;
		line-height: 34px;
	}

	footer .content-wrap .menus,
	footer .footer-newsletter-wrap {
		width: 100%;
	}

	footer .footer-newsletter-wrap {
		order: 1;
		border-bottom: 1px solid #878585;
	}

	.newsletter-form form input[type="email"] {
		width: 100%;
	}

	.newsletter-form form input[type="email"] {
		height: 40px;
	}

	.newsletter-form form input[type="submit"] {
		height: 45px;
	}

	.angel_type label {
		display: block;
		margin-top: 0.7em;
	}

	form#footer-signup {
		margin-bottom: 1em;
	}

	footer .content-wrap .menus {
		order: 2;
		padding: 0.5em 0em;
	}

	footer .content-wrap {
		padding: 1em 0em;
	}

	footer .content-wrap .menus .menu_wrap {
		flex-direction: column;
	}

	footer .content-wrap .menus .address {
		padding: 1em 0em 0em 0em;
	}

	footer .content-wrap .menus .address .footer-contact-info h3 {
		font-weight: 700;
	}

	footer .signature {
		flex-direction: column;
		padding: 1em 0em 0em 0em;
	}
}

@media all and (max-width:375px) {

	div#strip.sale {
		padding: 20px 0.2em;
	}
	body.sale div#strip div.message p strong {
		font-size: 28px;
	}

	body.sale div#strip div.message p {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}

	body.sale div#strip div.message p span {
		display: block;
		font-size: 17px;
		font-weight: 900;
	}

	div.action.holiday {
		padding-top: 130px;
	}

	section.model h2 {
		text-align: center;
		font-size: 30px;
	}

	section.model h3 {
		white-space: normal;
		font-size: 18px;
	}

	section.model article ul li {
		font-size: 18px;
	}

	section.model #cta a.action {
		width: 100%;
		margin-top: 0em;
	}

	body.gps-tracker-for-elderly #eview-section,
	body.teens-and-adults #eview-section {
		height: calc(85vw * (1109/640));
	}

}

@media all and (max-width:320px) {
	div.action.holiday {
		padding-top: 130px;
	}

	#eview-section {
		height: calc(135vw * (995/640))
	}

	#eview-section article p {
		font-size: 16px;
	}

	section.model div.wrap {
		bottom: 30px;
	}

	section.model div.wrap article ul li {
		font-size: 16px;
	}

	body.sale div.action.model a.action {
		width: 290px;
		height: 110px;
	}

	body.sale a.action {
		font-size: 20px;
	}

	body.sale div.action p.promotion strong {
		font-size: 18px;
	}
}