@font-face {
  font-family: 'Stag Sans Web';
  src: url('/wp-content/themes/williesmith/fonts/StagSans-Light-Web.eot');
  src: url('/wp-content/themes/williesmith/fonts/StagSans-Light-Web.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/williesmith/fonts/StagSans-Light-Web.woff2') format('woff2'),
       url('/wp-content/themes/williesmith/fonts/StagSans-Light-Web.woff') format('woff');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag Web';
  src: url('/wp-content/themes/williesmith/fonts/Stag-Bold-Web.eot');
  src: url('/wp-content/themes/williesmith/fonts/Stag-Bold-Web.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/williesmith/fonts/Stag-Bold-Web.woff2') format('woff2'),
       url('/wp-content/themes/williesmith/fonts/Stag-Bold-Web.woff') format('woff');
  font-weight:  bold;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag Web';
  src: url('/wp-content/themes/williesmith/fonts/Stag-Light-Web.eot');
  src: url('/wp-content/themes/williesmith/fonts/Stag-Light-Web.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/williesmith/fonts/Stag-Light-Web.woff2') format('woff2'),
       url('/wp-content/themes/williesmith/fonts/Stag-Light-Web.woff') format('woff');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
}


/* === This removes the default style of browsers. === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {	line-height: 1; }
ol, ul {	list-style: none; }
li {	
	list-style: square;
	text-align: left;
 }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 	content: '';	content: none; }
table {	border-collapse: collapse;	border-spacing: 0; }
caption, th, td {	font-weight: normal;	text-align: left; }
h1, h2, h3, h4, h5, h6 { 	
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }
audio, canvas, video {	display: inline-block; }
audio:not([controls]) {	display: none; }
del { 	color: #333; }
ins { 	background: #fff9c0;	text-decoration: none; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* === Template Style === */
body, html {
	width: 100%;
	height: 100%;
}

body{
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, #wpsp-continue, #wpsp-month, #wpsp-day, #wpsp-year, #wpsp-container button {
	font: 16px 'Stag Sans Web', sans-serif;
	line-height: 1.4em;
	text-align: center;
	font-weight: 300;
}

a {
	text-decoration: underline;
}

h3 {

	font-size: 26px;
}

#wpsp-container {
	margin: 0;
	width: calc(100% - 80px);
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.6);
	padding: 40px;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

#site-logo{
	margin-bottom: 30px;
	width: 191px;
}

#wpsp-title{
	font-family: 'Stag Web', serif;
	font-size: 36px;
	line-height: 37px;
	margin-bottom: 30px;
	font-weight: bold;
	max-width: 465px;
	margin-left: auto;
	margin-right: auto;
}

#wpsp-title span{
	color: #F3F2ED;
}

#wpsp-text {
	margin: 10px 0;
}

#player {
	max-width: 1000px;
}

#wpsp-birthday-fieldset {
	border: 0 none;
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

#wpsp-birthday-fieldset table{
	margin: 0 auto;
}

#wpsp-birthday-fieldset legend {
	margin: 0 auto;
	position: absolute;
	left: -10000px;
}

#wpsp-birthday-fieldset label{
	display: block;
	text-align: center;
	font-weight: 300;
	font-family: 'Stag Web', serif;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
}

#wpsp-birthday-fieldset input {
	background-color: transparent;
	border: 1px solid;
	margin: 0 10px;
	padding: 5px 0;
	line-height: 1;
}

#wpsp-year, #wpsp-month, #wpsp-day {
	width: 90px;
}

#wpsp-opt-in{
	position: absolute;
	left: -100000px;
	display: block;
	margin: 10px 0;

}

#wpsp-continue{
	position: absolute;
	left: -10000px;
}

#wpsp-continue, #wpsp-container button {
	display: inline-block;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 0;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background-color: #CFD1C0;
	transition: background-color 200ms;
	color: #2A2924 !important;
}

#wpsp-continue:hover, #wpsp-container button:hover{
	background-color: white !important;
	transition: all 200ms;
	color: #5E5C51;
}

#wpsp-container button{
	margin-left: 15px;
}

#wpsp-container button:first-of-type{
	margin-left: 0;
}

.wpsp-ws-terms{
	font-size: 10px;
	line-height: 13px;
	margin-top: 20px;
	color: rgba(255,255,255,0.8);
}

.wpsp-ws-terms a{
	color: rgba(255,255,255,0.8);
}

.age-layout{
	display: table;
	margin: 0 auto;
}

.age-layout > div{
	display: table-cell;
	vertical-align: middle;
}

.age-layout .age{
	font-size: 200px;
	font-family: 'Stag Web', serif;
	font-weight: bold;
	line-height: 1;
	color: #CFD1C0;
	padding: 0 70px;
	position: relative;
}

.age-layout .age:before, .age-layout .age:after{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 1px;
	background-color: #CFD1C0;
	content: '';
}

.age-layout .age:before{
	left: 15px;
}

.age-layout .age:after{
	right: 15px;
}

@media(max-width: 600px){
	.age-layout .age{
		font-size: 100px;
		padding: 30px;
	}
	.age-layout .age:before, .age-layout .age:after{
		content: none;
	}
}

@media(max-width: 450px){
	#wpsp-container{
		border-radius: 0;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}
	#wpsp-birthday-fieldset input{
		margin: 0 5px;
	}

}

@media(max-height: 600px){
	body{
		font-size: 14px;
	}
	#site-logo{
		margin-bottom: 20px;
		width: 100px;
	}
	#wpsp-title{
		font-size: 25px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	#wpsp-birthday-fieldset{
		margin: 15px 0;
	}
	.wpsp-shene-terms{
		margin-top: 10px;
	}

}