@charset "UTF-8";
/* CSS Document */

#savvyshoppersguide{
	position:relative;
	display:none;
}

#savvyshoppersguide .container{
	position:fixed;
	width:700px;
	height:625px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:95px 95px;
	margin:auto;
	z-index:999999;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
}

#savvyshoppersguide h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:27px;
	color:#666;
	letter-spacing:0.1em;
	line-height:46px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 35px 0;
	margin:0;
	text-align:center;
}

#savvyshoppersguide h6 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:48px;
	letter-spacing:0.1em;
	padding:0 0 8px 0;
	display:block;
	clear:both;
}

#savvyshoppersguide p{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:24px;
	color:#666;
	line-height:36px;
	padding:0 0 30px 0;
	margin:0;
}

#savvyshoppersguide .subscribe-field{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ccc;
	letter-spacing:0.1em;
	line-height:40px;
	font-weight:normal;
	padding:5px;
	margin:0 auto 20px auto;
	background:#fff;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	border:1px solid #aeb1ac;
	width:450px;
	display:block;
	text-align:center;
}

#savvyshoppersguide .subscribe-field::-webkit-input-placeholder { color:#ccc; opacity:1; }
#savvyshoppersguide .subscribe-field::-moz-placeholder { color:#ccc; opacity:1;} /* firefox 19+ */
#savvyshoppersguide .subscribe-field:-ms-input-placeholder { color:#ccc; opacity:1; } /* ie */
#savvyshoppersguide .subscribe-field:-moz-placeholder { color:#ccc; opacity:1; }

#savvyshoppersguide .subscribe-field:focus::-webkit-input-placeholder {opacity:0; }
#savvyshoppersguide .subscribe-field:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
#savvyshoppersguide .subscribe-field:focus:-ms-input-placeholder { opacity:0; } /* ie */
#savvyshoppersguide .subscribe-field:focus:-moz-placeholder { opacity:0; }

#savvyshoppersguide #saveForm{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	letter-spacing:0.1em;
	line-height:40px;
	font-weight:normal;
	text-transform:uppercase;
	padding:5px;
	margin:0 auto;
	background:#eb6953;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	border:0;
	width:335px;
	display:block;
	cursor:pointer;
}

#savvyshoppersguide #saveForm:hover{
	background:#722764;
}

#savvyshoppersguide a.close{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:18px;
	color:#fff;
	top:0;
	right:0;
	width:30px;
	height:30px;
	position:absolute;
	padding:2px 0 0 0;
	background:rgba(0,0,0,0.5);
	text-decoration:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#savvyshoppersguide .bg{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:99999;
}

@media only screen and (max-width: 999px){
	#savvyshoppersguide .container{
		width:90%;
		height:auto;
		top:20%;
		bottom:inherit;
		margin:0 auto;
		padding:40px 20px;
		max-width:300px;
	}
	#savvyshoppersguide h6{
		font-size:25px;
		line-height:normal;
		padding:0 0 20px 0;
	}
	#savvyshoppersguide h6 span{
		font-size:25px;
		line-height:normal;
	}
	#savvyshoppersguide h6 br,#savvyshoppersguide p br{
		display:none;
	}
	#savvyshoppersguide p{
		font-size:18px;
		line-height:normal;
		padding:0 0 20px 0;
	}
	#savvyshoppersguide .subscribe-field,
	#savvyshoppersguide #saveForm{
		width:100%;
	}
	#savvyshoppersguide #saveForm{
		font-size:20px;
	}
}