/*
Theme Name: Lost

Author: Author

.
General comments/License Statement if any.
.
*/
.a-p-cont {
	padding-bottom: 15vw;
}

.pv-modal {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
			border-radius: 10px;
	color: #fff;
	display: none;
	font-family: Helvetica Narrow, Arial;
	height: 45vh;
	padding: 25px 30px;
	padding-right: 10px;
	text-align: left;
	width: 50.64935064935065vw;
	z-index: 10;
}
.pv-modal h3 {
	font-size: 46px;
	letter-spacing: 3pt;
	margin-bottom: 20px;
}
.pv-modal p,
.pv-modal ul {
	font-size: 18px;
}

.pv-modal-inner {
	height: 100%;
	width: 100%;
}

.simplebar-track {
	background-color: #3c7198;
	bottom: 20px !important;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
			box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	opacity: .9;
	top: 20px !important;
}

.simplebar-track.simplebar-vertical {
	width: 25px;
}

.simplebar-scrollbar {
	right: 0;
	width: 25px;
}

.simplebar-scrollbar::before {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 0;
			border-radius: 0;
}

.simplebar-content {
	padding-right: 40px !important;
}

.pr-modal-close {
	background: url('img/close.png') center no-repeat;
	bottom: 0;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 10;
}

.form__styler select {
	background-color: #ebe6d7;
	border: none;
	-webkit-box-shadow: inset 0 5px 10px #d5caaa;
	box-shadow: inset 0 5px 10px #d5caaa;
	color: #000;
	font-size: 1.1428571428571428vw;
	height: 2.857142857142857vw;
	margin-bottom: 1.0389610389610389vw;
	max-width: 100%;
	min-width: 100%;
	padding: 0 0.7792207792207793vw;
	width: 100%;
}

.esrb {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.esrb .img-award {
	width: 12vw;
}

.ev-logo {
	display: none;

}

.store-b {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
}

.store-b-inner, .store-order-links {
	flex-basis: 50%;
}

.store-order-links {
	background: url('/wp-content/themes/lost/img/paper-bg.png') top center no-repeat;
	padding: 3rem;
	text-align: center;
}

.store-order-links a {
	display: block;
	margin: 2.5rem auto;
	max-width: 250px;
}

.store-order-links img {
	display: block;
	max-width: 250px;
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}

.store-order-links a:hover img {
	transform: scale(1.1);
}

img[ data-src ] {
	opacity: 0;
}


/********** Buy Now **********/
#buy-now {
	background: url("img/s6-reverse.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: 6rem;
	padding: 5rem;
	text-align: center;
}

#buy-now .digital-platforms {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding: 2rem;
	width: 90%;
}

#buy-now .digital-platforms li {
	flex: 1;
	padding: 1rem;
}

.digital-platforms li a img {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.digital-platforms li a:hover img {
	opacity: 0.5;
}

#buy-now li {
	text-align: center;
}

#buy-now li img {
	max-height: 70px;
	max-width: 120px;
}

.digital-platforms-links {
	min-height: 50px;
}

.digital-platforms-links ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.digital-platforms-links ul li {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 0.5rem;
}

.digital-platforms-links ul li a {
	text-decoration: underline;
}

.digital-platforms-links ul li a:hover {
	text-decoration: none;
}

.dev-list {
	margin: 0 auto;
	max-width: 700px;
}

.dev-list li img {
	max-height: 60px;
}

.sector1-platform {
	width: 44vw;
}


@media (min-width: 1200px) {

	.pv-modal {
	transform: scale(.8);
	}
}

@media (max-width: 767px) {

	.a-p-cont {
	padding-bottom: 40px;
	}

	.store-b-inner, .store-order-links {
	flex-basis: 100%;
	}

	.store-b {
	display: block;
	}
	
	.ev-logo {
	display: block;
	margin: 0 auto 30px;
	max-width: 160px;
	}
}





/* .preloader { display: none !important; } */

