
.sangria-intro.out #sangria-container {
	display: none;
}

#sangria-background {
	position: fixed;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('/pw_site/assets/img/pw_sangriawine_bg.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#sangria-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 400px;
	font-family: 'Baloo Bhaina', sans-serif;	
}
#sangria-buy {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#sangria-social {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	justify-content: flex-end;

}
#sangria-social a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	padding: 7px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	text-align: center;
	transition: all 300ms;
	cursor: pointer;
}
#sangria-social a + a {
	margin-left: 15px;
}
#sangria-social .fb {
	background: #ff4740;
}
#sangria-social .fb:hover {
	color: #ff4740;
	background: #fff;
}
#sangria-social .tw {
	background: #019be1;
}
#sangria-social .tw:hover {
	color: #019be1;
	background: #fff;
}
#sangria-social .ig {
	background: #00b7ba;
}
#sangria-social .ig:hover {
	color: #00b7ba;
	background: #fff;
}
#sangria-social .news {
	background: #f09f00;
}
#sangria-social .news:hover {
	color: #f09f00;
	background: #fff;
}
#sangria-social .yt {
	background: #85c321;
	padding: 6px;
}
#sangria-social .yt:hover {
	color: #85c321;
	background: #fff;
}
#sangria-social .enter {
	color: #fff;
	text-transform: uppercase;
	background: #d9b400;
	font-size: 15px;
	width: 100px;
	padding: 4px;
	width: 120px;
	line-height: 31px;
}
#sangria-social .enter:hover {
	color: #d9b400;
	background: #fff;
}
/**/
#sangria-newsletter {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: opacity 500ms, height 0s 500ms;
	background: rgba(255, 255, 255, 0.85);
	background-size: cover;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}
#sangria-newsletter.open {
	position: fixed;
	min-height: 470px;
	opacity: 1;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	transition: opacity 500ms, height 0s 0s;
	overflow: auto;
}
#sangria-newsletter .close {
	color: #fff;
	background: #e60a1d;
	text-decoration: none;
	font-weight: normal;
	font-size: 17px;
	position: absolute;
	left: 30px;
	top: 20px;
	transition: all 300ms;
	padding: 4px 18px;
	border: solid 2px #9d0714;
	border-radius: 15px;
	z-index: 1000;
}
#sangria-newsletter .close:hover {
	color: #000;
	background: #fff;
}
#sangria-newsletter .popup {
	position: absolute;
	text-align: center;
	right: 50%;
	top: 50%;
	-moz-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	background: #e60a1d;
	border-radius: 40px;
	transform: translate(50%, -50%);
	transition: top 500ms;
	box-sizing: border-box;
	width: 80%;
	max-width: 500px;
	box-sizing: border-box;
	border: solid 2px #9d0714;
}
#sangria-newsletter input,
#newsletter select,
#newsletter button {
	display: block;
	box-sizing: border-box;
	width: 90%;
	max-width: 330px;
	-webkit-appearance: none;
	margin: 15px auto;
	color: #e60a1d;
	height: 38px;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 10px;
	text-transform: uppercase;
	font-family: 'Baloo Bhaina', sans-serif;
	background-color: #fff;
	border: solid 2px #9d0714;
}
#sangria-newsletter option {
	color: #000;
}
#sangria-newsletter button[type='submit'] {
	width: 160px;
	font-weight: bold;
	background: #fff;
	color: #e60a1d;
	padding-left: 0;
	padding-left: 0px;
	transition: opacity 1s, background 300ms, color 300ms;
	cursor: pointer;
	margin: 40px auto;
	border: none;
}
#sangria-newsletter button[type='submit']:hover {
	color: #fff;
	background: #e60a1d;
}
#sangria-newsletter h2 {
	margin-bottom: 4px;
}
#sangria-newsletter p {
	margin-top: 0;
	line-height: 1.2em;
}
#sangria-newsletter .legal a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	transition: color 300ms;
}
#sangria-newsletter .legal a:hover {
	color: #466e6c;
}
#sangria-newsletter #thankyou {
	font-size: 19px;
	display: none;
}
#sangria-newsletter #thankyou #player {
	margin: 20px auto;
	display: block;
}
::-webkit-input-placeholder {
	color: #e60a1d !important;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #e60a1d !important;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #e60a1d !important;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	color: #e60a1d !important;
	opacity: 1 !important;
}
::placeholder {
	color: #e60a1d !important;
	opacity: 1 !important;
}

/**/
@media (orientation: portrait) {
	#sangria-background {
		background: url('/pw_site/assets/img/pw_sangriawine_portraitbg.jpg');
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (max-width: 760px) {
	#sangria-buy {
		width: 100%;
		bottom: 60px;
		left: 0;
		text-align: center;
	}
	#sangria-social {
		right: 0;
		width: 100%;
		text-align: center;
	}
}
