body {
    background: #f7f7f7;
    color: #191919;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Francois One', serif;
	font-size: 96px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 0;
	margin: 29px 0 68px 0;
	padding: 0;
	text-align: center;
}
h1 a {
	color: #191919;
	text-decoration: none;
}
.ls-0 {
	letter-spacing: 0;
}
sup {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	vertical-align: 65px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 16px;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 32px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
p {
	line-height: 23px;
	margin: 1px 0 0 0;
}
hr {
	border: 0;
	border-top: 2px solid #FFF056;
	height: 1px;
	margin: 0 0 32px 0;
}
br {
	display: none;
}

/* Form Styles */

form {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding-top: 7px;
}
input, select {
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	border: 1px solid #999;
	color: #191919;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0 4px 0 0;
	padding: 6px 8px;
}
input[type=checkbox] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}
input.day {
	width: 64px;
}
input.year {
	width: 96px;
}
input.day, input.year, input.admin-event, input.name {
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15)
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
select {
	background-color: #fff;
	background-image: url(/i/down-arrow.png);
	background-position: 108px 15px;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.10);
	color: #191919;
	width: 128px;
}
input[type=submit] {
	background: #FFF056;
	border-color: #191919;
	border-width: 2px;
	color: #191919;
	cursor: pointer;
	font-family: 'Francois One', serif;
	font-weight: bold;
	margin-right: 0;
	padding: 5px 8px;
}
p.error {
	font-weight: bold;
	text-align: center;
	margin: 0 0 24px 0;
}

/* Page Styles */

#container {
	margin: 0 auto;
	width: 728px;
}
.past {
	color: #555;
}
.today {
	background: #fff;
	font-size: 18px;
	margin-top: -32px;
    padding-top: 32px;
}
.today p {
	line-height: 25px;
}
.count {
	float: left;
	margin: 0 8px 32px 0;
	width: 74px;
}
.number {
	font-size: 48px;
	font-family: 'Francois One', serif;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 48px;
	text-align: right;
}
.today .number {
	padding-right: 6px;
	font-size: 51px;
	line-height: 51px;
}
.event {
	float: left;
	margin: 0 0 32px 0;
	width: 646px;
}
.desktop-event {
	display: block;
}
.mobile-event {
	display: none;
}
.person {
	font-weight: bold;
}
#footer p {
	text-align: center;
	margin-bottom: 32px;
}
#footer a, #top a {
	color: #191919;
}
#desktopDate {
	display: block;
	margin: 0 auto;
	width: 520px;
}
#mobileDate {
	display: none;
}
.sGender {
	margin-bottom: 16px;
	width: 76px;
}
.sSubcategory {
	margin-bottom: 16px;
	width: 300px;
}
#top {
	background-color: #FFF056;
	margin: 0 0 32px;
}
#ad1, #ad2 {
	margin: 32px auto;
	min-height: 90px;
	text-align: center;
	width: 728px;
}
#ad2 {
	margin-top: 0;
}
#name {
	width: 200px;
}
.person {
	font-weight: bold;
}
.hide {
	display: none;
}
.left {
	display: block;
	float: left
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}

/* Social Styles */
.event-twitter {
	color: #0084b4;
	font-size: 18px;
}
.event-facebook {
	color: #3b5998;
	font-size: 18px;
}
#social {
	margin: 0 auto 24px auto;
	width: 171px;
}
#facebook, #twitter {
	height: 20px;
	float: left;
	margin: 0 8px 0 0;
	width: 90px;
}
#twitter {
	margin: 0;
	width: 73px;
}

/* Email Styles */
#email {
	background: #fff;
	border-top: 2px solid #FFF056;
	border-bottom: 2px solid #FFF056;
	margin: 0 0 32px;
	padding: 0 16px 16px 16px;
}
#email h2 {
	padding: 0px;
	text-align: left;
}
#email br {
	display: block;
}
.email {
	width: 300px;
}
.emailSuccess, .emailError {
	display: none;
	font-weight: bold;
}
.emailTerms {
	font-size: 12px;
	margin-top: 12px;
	padding-left: 0;
	padding-right: 0;
}
.confirm {
	margin-bottom: -2px;
	text-align: center;
}
.confirmLink {
	cursor: pointer;
}

/* Admin Styles */
#admin hr {
	margin: 32px 0;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px 0;
}
.admin-event {
	width: 726px;
}
.admin-subcategory {
	background-position: 286px 15px;
	width: 306px;
}
li.numbers {
	padding-bottom: 16px;
}
.new {
	background-color: #fffcdf;
}

/* GDPR Styles */
#GDPR {
	background: #191919;
	font-size: 16px;
    font-weight: normal;
    padding: 16px;
	margin: 0 0 34px 0;
}
#GDPR input[type=submit] {
	border:0;
}
#GDPR a {
	color: #fff;
}
#GDPR p {
	color: #fff;	
	margin: 9px 0 0 0;
	padding: 0;
	text-align: left;
}
#GDPR br {
	display: none;
}
.gdpr-left {
	float: left;
}
.gdpr-right {
	float: right;
}
.clear {
	clear: both;
}

/* Responsive Styles */
@media only screen and (max-width: 748px) {
	h1 {
		font-size: 72px;
		margin: 22px 0 48px 0;
	}
	sup {
		font-size: 10px;
		vertical-align: 47px;
	}
	#top {
		margin-bottom: 15px;
	}
	h2 {
		font-size: 14px;
		padding: 10px;
	}
	br {
		display: block;
	}
	#container {
		margin: 0 10px;
		width: auto;
	}
	#desktopDate {
		display: none;
	}
	#mobileDate {
		display: block;
		margin-bottom: 30px;
	}
	label {
		float: none;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}
	#date-selector {
		display: block;
		width: 232px;
		margin: 0 auto;
	}
	input[type="date"] {
		-webkit-appearance: menulist;
		border: 2px solid #000;
		font-family: 'Francois One', serif;
    	font-size: 14px;
    	height: 34px;
    	margin: 0 2px 0 0;
    	padding: 4px 2px;
    	width: 150px;
    }
    input[type="submit"] {
    	font-size: 14px;
    	height: 34px;
    	padding: 4px 10px;
    }
    .email {
    	font-size: 14px;
    	height: 34px;
    	width: 200px;
    }
    .row {
    	width: 100%;
    }
    .today {
    	margin-bottom: -1px;
		margin-top: -21px;
		padding-bottom: 1px;
		padding-top: 15px;
		
	}
	.today p {
    	line-height: 18px;
	}
	.today .number {
		padding-right: 2px;
		font-size: 32px;
		line-height: 35px;
	}
	.count {
		float: left;
		margin: 0 6px 20px 0;
		width: 48px;
		display: none;
	}
	.number {
		font-size: 32px;
		line-height: 35px;
	}
	.event {
		float: none;
		/* margin: 0 0 20px 54px; */
		margin-bottom: 20px;
		width: auto;
	}
	.desktop-event {
		display: none;
	}
	.mobile-event {
		display: block;
	}
	.event-twitter, .event-facebook {
		font-size: 14px;
	}
	p {
		font-size: 14px;
		line-height: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
	hr {
		margin-bottom: 20px;
	}
	#ad1, #ad2 {
		min-height: 250px;
		margin: 0 auto 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 414px) {
	#GDPR {
		font-size: 14px;
		margin: 0;
		padding: 12px;
	}
	#GDPR input[type=submit]  {
		margin: 2px 0 0 0;
	}
	#GDPR br {
		display: block;
	}
	#GDPR p {
		margin: 0;
		text-align: left;
	}
	.gdpr-left {
		width: 70%;
	}
	.gdpr-right {
		width: 30%;
	}
	#ad1, #ad2 {
		margin: 0 auto 30px;
		width: 336px;
	}
}
@media only screen and (max-width: 320px) {
	#ad1, #ad2 {
		margin: 0 auto 30px;
		width: 300px;
	}
}


