/*
Theme Name: New Year's Rockin' Eve
Description: New Year's Rockin' Eve Website Theme
Author: dick clark productions, inc
Author URI: http://dickclark.com
Version: 1.0
*/

@font-face {
    font-family: 'abc_modern_regular';
    src: url('webfonts/abcmodernweb-regular-webfont.eot');
    src: url('webfonts/abcmodernweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/abcmodernweb-regular-webfont.woff') format('woff'),
         url('webfonts/abcmodernweb-regular-webfont.ttf') format('truetype'),
         url('webfonts/abcmodernweb-regular-webfont.svg#abc_modern_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'abc_modern_bold';
    src: url('webfonts/abcmodernweb-bold-webfont.eot');
    src: url('webfonts/abcmodernweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/abcmodernweb-bold-webfont.woff') format('woff'),
         url('webfonts/abcmodernweb-bold-webfont.ttf') format('truetype'),
         url('webfonts/abcmodernweb-bold-webfont.svg#abc_modern_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socialico_regular';
    src: url('webfonts/socialico-webfont.eot');
    src: url('webfonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/socialico-webfont.woff') format('woff'),
         url('webfonts/socialico-webfont.ttf') format('truetype'),
         url('webfonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

html, body {
	background-color: #000e0e;
	height:100%;
    min-height:100%;
    margin:0;
    padding:0;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	color: #b69557;
	font-family: 'abc_modern_regular';
}

a {
	text-decoration: none;
}

.noMargin {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

#background {
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(images/background_2021.jpg);
	background-color: #000e0e;
	background-attachment: fixed;
	background-size: cover;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#logo {
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	opacity: 0;
	max-width: 350px;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#logo .heading {
	color: #b69557;
	font-family: 'abc_modern_regular';
	text-transform: uppercase;
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

#logo .subheading {
	color: #ffffff;
	font-family: 'abc_modern_regular';
	font-size: 18px;
	display: block;
}

.offSeason {
	padding-top: 20px;
	padding-bottom: 20px;
}

.socialIcon {
	font-family: 'socialico_regular';
}

#social {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	opacity: 0;
	line-height: 1px;
}

#social a {
	color: #105472;
	margin-right: 12px;
	transition: color 0.5s ease;
}

#social a:hover {
	color: #1e98d4;
}

.socialCircle {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.fa {
	background: #5b4b2c;
	color: #000000;
	transition: background 0.5s ease;
	font-size: 18px;
	padding-top: 5px;
}

.fa:hover {
	background: #b69557;
}

.fa-youtube{
	padding-left: 1px;
}

#countdown {
	width: 100%;
	max-width: 469px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	visibility: hidden;
	opacity: 0;
}

.countdownCircle {
	background-repeat: no-repeat;
	background-image: url(images/circle.jpg);
	background-size: cover;
	position: relative;
    width: 23.5%;
    padding-bottom: 23.5%;
    float: left;
    margin-right: 2%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; 
	-khtml-border-radius: 50%; 
}

.countdownUnits {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
}

.countdownNumber {
	color: #000000;
	font-family: 'abc_modern_bold';
}

.countdownTime {
	color: #000000;
	font-family: 'abc_modern_regular';
	text-transform: uppercase;
}

#mapWrapper {
	width: 100%;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	opacity: 0;
}

#mapWrapper img {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

img.map, map area{
    outline: none;
}

.mapInstructions {
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 21px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 200;
	padding: 0px 4%;
}

.backTop {
	display: block;
	font-size: 14px;
	position: relative;
	top: 5px;
	line-height: 14px;
	cursor: pointer;
	width: 120px;
	margin: 0px auto;
	color: #b69557;
}
		  
#circlesWrapper {
	width: 100%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	line-height: 1px;
	text-align: center;
}

.sectionHeading {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    font-family: 'abc_modern_regular';
    letter-spacing: 1px;
    margin-top: 2%;
    margin-bottom: 4%;
    text-transform: uppercase;
	line-height: 135%;
	visibility: hidden;
	opacity: 0;
}

.circleHolder {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; 
	-khtml-border-radius: 50%; 
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	z-index: 100;
}

.circleInfo {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; 
	-khtml-border-radius: 50%;
}

.circleTitle, .circleSubtitle, .circleLocation {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.circleTitle {
	color: #000000;
	font-family: 'abc_modern_bold';
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 1%;
	line-height: 145%;
}

.circleSubtitle {
	color: #b69557;
	font-family: 'abc_modern_regular';
	font-size: 16px;
	padding-bottom: 1%;
	line-height: 145%;
}

.circleLocation {
	color: #f1d89f;
	font-family: 'abc_modern_regular';
	font-size: 14px;
	padding-bottom: 40px;
	line-height: 145%;
}

#share {
	width: 225px;
	height: 225px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; 
	-khtml-border-radius: 50%; 
	position: absolute;
	top: -225px;
	left: 50%;
	margin-left: -112px;
	z-index: 210;
	background-color: #b69557;
	text-align: center;
	padding-top: 145px;
}

#share a {
	color: #000000;
	font-size: 60px;
	margin-right: 5px;
	display: inline-block;
	margin-top: -14px;
	line-height: 60px;
	transition: color 0.5s ease;
}


.shareText {
	font-family: 'abc_modern_bold';
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
	display: block;
}

#followWrapper {
	display: none;
	opacity: 0;
	z-index: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background-color: #000f10;
	padding: 80px 80px 100px;
	border: solid 5px #ffffff;
}

#followWrapper h1 {
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 0px;
}

#followWrapper h2 {
	color: #ffffff;
	margin-bottom: 25px;
}

#followSocial a {
	margin-right: 10px;
}

#followSocial a:last-of-type {
	margin-right: 0px;
}

#followSocial .socialCircle {
	width: 50px;
	height: 50px;
	font-size: 24px;
	padding-top: 13px;	
}

#signupWrapper {
	height: 40px;
	overflow: hidden;
	background: #481433;
	width: 300px;
	margin: 0px auto;
}

#signupInput {
    border: none;
    background: #5b4b2c;
    height: 40px;
    color: #b69557;
    width: 200px;
    padding: 0px 15px;
	font-family: 'abc_modern_regular';
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	-webkit-appearance: none;
	border-radius: 0;
}

#signupSubmit {
    border: none;
    background: #b69557;
    height: 40px;
	width: 100px;
	font-family: 'abc_modern_bold';
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	color: #000000;
	margin-left: -4px;
	overflow: hidden;
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder {
   color: #b69557;
   opacity: 1;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #b69557;
   opacity: 1;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #b69557;
   opacity: 1;
}

input:-ms-input-placeholder {  
   color: #b69557;
   opacity: 1;
}

#closeButton {
	position:absolute;
	top:10px;
	right: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 21px;
}

#closeButton .fa {
    background: none;
    transition: none;
    font-size: 32px;
    padding-top: 0px;
	color: #ffffff;
}

#overlay {
	background-color: #000f10;
	display: none;
	opacity: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

#happy {
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
	margin-top: 2%;
	display: none;
	opacity: 0;
}

#happy img {
	max-width: 100%;
	height: auto;
}

#footer {
	width: 100%;
	height: 2%;
}

#content {
	width: 100%;
	max-width: 960px;
	background-color: #ffffff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px; 
	-khtml-border-radius: 25px; 
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 20px;
	font-family: 'abc_modern_regular';
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 18px;
}

#content a {
	text-decoration: none;
	color: #b69557;
	transition: color 0.5s ease;
}

#content a:hover {
	color: #b69557;
}

#links {
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}

#links a {
	text-decoration: none;
	color: #5b4b2c;
	font-family: 'abc_modern_regular';
	font-size: 14px;
	display: inline-block;
	transition: color 0.5s ease;
}

#links a:hover {
	color: #b69557;
}

/*
///////////////
SETUP FOR CIRCLES
///////////////
*/
@media all and (max-width: 5000px) and (min-width: 1500px) {
  .circleHolder:nth-child(4n) {
		margin-right: 0px;
	}
	.circleHolder {
		width: 23%;
		padding-bottom: 23%;
	}
}

@media all and (max-width: 1500px) and (min-width: 1100px) {
  .circleHolder:nth-child(3n) {
		margin-right: 0px;
	}
	.circleHolder {
		width: 31.3%;
		padding-bottom: 31.3%;
	}
}

@media all and (max-width: 1100px) and (min-width: 600px) {
  .circleHolder:nth-child(2n) {
		margin-right: 0px;
	}
	.circleHolder {
		width: 46%;
		padding-bottom: 46%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
}

@media all and (max-width: 600px) {
	.circleHolder {
		width: 96%;
		padding-bottom: 96%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
}

/* 
/////////////////////////////
/////////////////////////////
CSS for browsers smaller than 480 pixels wide
/////////////////////////////
/////////////////////////////
 */
 @media only screen and (max-width: 1800px) {
	#circlesWrapper {
		width: 96%;
	}
}
 @media only screen and (max-width: 1500px) {
	#logo {
		margin-top: 4%;
	}
}
@media only screen and (max-width: 1100px) {
	#logo {
		margin-top: 6%;
	}
}
@media only screen and (max-width: 980px) {
	html,
  body{
    width:100%;
    overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
  }
  #logo, #countdown, #circlesWrapper {
		width: 92%;
	}
	#logo {
		margin-top: 8%;
	}
	#mapWrapper {
		padding: 0px 4%;
	}
	#content {
		width: 92%;
		box-sizing: border-box;
		padding: 4%;
		margin-left: 4%;
		margin-right: 4%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px; 
		-khtml-border-radius: 15px; 
	}
}
@media only screen and (max-width: 600px) {
	#logo {
		margin-top: 12%;
	}
	.sectionHeading {
		font-size: 32px;
	}
	#followWrapper {
		max-width: 90%;
		padding: 40px 40px 60px;
	}
	#followSocial .socialCircle {
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding-top: 11px;
	}
}
@media only screen and (max-width: 480px) {
	#logo img {
		width: 60%;
	}
	#logo {
		margin-top: 16%;
	}
	#logo .heading {
		font-size: 24px;
	}
	#logo .subheading {
		font-size: 16px;
	}
	.mapInstructions {
    	font-size: 16px;
	}
	#followWrapper {
		padding: 40px 20px 60px;
		border: solid 3px #ffffff;
	}
}

@media only screen and (max-width: 400px) {
	#followWrapper h1 {
		font-size: 36px;
	}
	
	#followWrapper h2 {
		font-size: 21px;
	}
	
	#signupInput {
		width: 125px;
	}
	#signupWrapper {
		width: 225px;
	}
	#followSocial .socialCircle {
		width: 30px;
		height: 30px;
		font-size: 14px;
		padding-top: 8px;
	}
	#followSocial a {
		margin-right: 7px;
	}
	#closeButton .fa {
		font-size: 28px;
	}
}