/**
 *  PopWood+ Landing Page Styles
 */

.pwp-gray {
	background: #B2B2B2;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.pwp-container {
	background-size: cover;
	background-position: top center;
	width: 100%
	margin: 0;
}

.pwp-logo {
	width: 50vw;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 20vw 0 10px
}

.pwp-intro {
	color: #FBAD18;
	text-align: center;
	padding-bottom: 15vw;
	margin: 0;
}

.pwp-gap {
	padding: 0 40px;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.pwp-col {
	background: #fff;
	flex: 1;
}

.pwp-col h3 {
	text-transform: uppercase;
	font-weight: bold;
}

.pwp-offer {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.pwp-offer-align {
	margin-top: 40px
}

.pwp-offer:hover {
	border: 10px solid #077179;
	margin: -10px;
	margin-bottom: 30px;
	cursor: pointer;
}

.pwp-head {
	background: #C1DBDD;
	padding: 20px;
	display: flex;
	gap: 20px;
	height: 100px;
}

.pwp-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	font-size: 2vw;
	background: #077179;
	color: #fff;
	margin: 10px;
	padding: 10px;
}

.pwp-btn:hover {
	color: #fff;
}

.pwp-head .pwp-btn {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.pwp-head a:hover {
	color: #fff;
}

.pwp-head h3 {
	color: #077179;
	font-size: 3vw;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 0.9em;
}

.pwp-offer.alt { border-color: #9F2C26 }
.pwp-head.alt { background: #EBD5D3 }
.alt .pwp-btn.join-now { background: #9F2C26 }
.pwp-head.alt h3 { color: #9F2C26 }

.pwp-action {
	background: #FBAD18;
	color: #fff;
}
.pwp-action:hover {
	background: #D28A00;
}

.pwp-details {
	padding-top: 20px;
	flex: 1;
}

.pwp-row img {
	max-width: 100%;
}

.popup-overlay {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 20px;
	transform: translate(-50%, -50%);
	border: 3px solid #E68023;
	border-radius: 5px;
	height: 70%;
	min-width: 50%;
	z-index: 1000;
}

#popup-digital,
#popup-print,
#popup-digital iframe,
#popup-print iframe {
	width: 100%;
	height: 100%;
}

.popup-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	transform: translate(50%, -50%);
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: #fff;
	color: #E68023;
	user-select: none;
	border: 3px solid #E68023;
	cursor: pointer;
	z-index: 1001;
}

@media only screen and (min-width: 800px) {

.pwp-row {
	display: flex;
	flex-direction: row;
}

.pwp-offer-align {
	margin-top: -140px
}

.pwp-offer { margin-bottom: 0px; }
.pwp-offer:hover { margin-bottom: -10px; }

}

