/*
Theme Name: Hangmans
Theme URI: hangmans.com
Description: Hangmans house of horrors site
Version: 1.0
Author: George Reason
Author URI: georgereason.com
*/

/*=========================================
Reset
=========================================== */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.group:before,
.group:before,
.group:after { content: ""; display: table;}
.group:after { clear: both;}
.group { zoom: 1;}

@font-face {
    font-family: 'blockschrift';
    src: url('./static/fonts/blockschrift_fr_flugzeuge-webfont.eot');
    src: url('./static/fonts/blockschrift_fr_flugzeuge-webfont.eot?#iefix') format('embedded-opentype'),
         url('./static/fonts/blockschrift_fr_flugzeuge-webfont.woff') format('woff'),
         url('./static/fonts/blockschrift_fr_flugzeuge-webfont.ttf') format('truetype'),
         url('./static/fonts/blockschrift_fr_flugzeuge-webfont.svg#blockschrift_fr_flugzeugeRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'spray';
    src: url('./static/fonts/sprayme-webfont.eot');
    src: url('./static/fonts/sprayme-webfont.eot?#iefix') format('embedded-opentype'),
         url('./static/fonts/sprayme-webfont.woff') format('woff'),
         url('./static/fonts/sprayme-webfont.ttf') format('truetype'),
         url('./static/fonts/sprayme-webfont.svg#spray.meregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=========================================
General Styles
=========================================== */
body {
	font:16px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	height: 100% !important;
	color: #ffffff;
	background-image: url(static/images/bgText/background.jpg);
	width: 100% !important;
	background-repeat:no-repeat;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

p {
	line-height:1.8;
}

strong {
	font-weight: 500;
	color: #444;
}

a {
	text-decoration:none;
	color:#5badf0;
}

h1{
	font-size: 4rem;
	color: #f90f0f;
	font-family: blockschrift;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2{
	color: #f90f0f;
	font: bold 40px blockschrift;
	text-transform: uppercase;
}

/* Horizontally and vertically centers the text */
.center {
	margin: 0 auto;
	padding:0 40px 0 40px;
	max-width:600px;
	position: relative; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centerMan{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*=========================================
Header Section
=========================================== */
#topSection{
}

#mainTitle{
	width: 800px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#topWrapper{
	padding-top: 10px;
	height: auto;
	background-color: #000000;
}

/* Nav bar Style */
#navTop{
	margin-bottom: 30px;
}

#navTop ul{
	text-align: center;
	font-family: spray;
}

#navTop ul li{
	display: inline;
	text-decoration: none;
	margin-left: 10px;
}

#navTop ul li a{
	text-decoration: none;
	color: #f90f0f;
	font: bold 16px blockschrift;
	text-transform: uppercase;
}

#navTop ul li a:hover{
	 color: #ffffff !important;
}

.active {
   color: #ffffff !important;
}

/*=========================================
Main Content
=========================================== */
#mainContent{
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 10px #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contentWrapper {
	margin:0 auto;
	width: 100%;
	height: 100%;
	min-height: 300px;
	padding-bottom: 30px;
	padding: 10px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#contentTitles{
	font-family: blockschrift;
	margin-bottom: 20px;
	letter-spacing: 4px;
}

#contentTitles h1{
	font-size: 40px;
	color: #f90f0f;
	text-transform: uppercase;
	font-weight: bold;
}

.contentText{
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.ticketLogo{
	display: inline;
	width: 150px;
}

.ticketLink{
	position: absolute;
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
	transform: rotate(30deg);
	max-width: 190px;
	right: -40px;
	top: 18px;
}

@media (max-width: 436px){
	#contentTitles h1{
		font-size: 30px;
	}
}
/*=========================================
Footer
=========================================== */
#footer{
	min-height: 10px;
	background-color: #000000;
/*	botom: 0px;
	position: absolute;
	width: 100%;*/
}

#twitterFoot{
	width: 500px;
	display: inline;
	margin-right: 100px;
}

.footerLink{
	display: inline;
	font-family: spray;
	display: inline;
	font-size: 25px;
	color: #ffffff;
}

#facebookFoot{
	width: 500px;
	display: inline;
}

.footerInsta{
	width: 200px;
}

#footerText{
	text-align: left;
	color: #f90f0f;
	font-size: 25px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: spray;
	display: inline;
}

.footerSocialIconsContain{
	font-size: 25px;
	float: right;
	color: #f90f0f;
}

.footerSocialIconsContain a{
	color: #f90f0f;
}

.footerSocialIcons:hover{
	color: #ffffff;
}

@media (max-width: 643px){
	#footerText{
		text-align: center;
	}
	.footerSocialIconsContain{
		text-align: center;
		float: none;
	}
}

/*=========================================
Chain Border
=========================================== */
.chainBorder{
	background-image: url('static/images/rope/rope.png');
	background-repeat: repeat-x;
	z-index: 9999;
}

#footerChain{
	height: 10px;
	background-position: top;
}

#headChain{
	margin-top: -10px;
	margin-bottom: -10px;
	height: 20px;
	background-position: top;
}

.share_box{
	position:fixed;
	width:110px;
	top:10%;
	left:0%;
	background-color: #000000;
	padding: 10px;
	border-style: solid;
	border-width: 19px 16px 17px 19px;
	-moz-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-webkit-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-o-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 fill repeat;
}

@media (max-width: 950px) {
	.share_box{
		display: none;
	}
}


/*=========================================
Home Page
=========================================== */
.ytVideo{
	max-width: 640px;
	width: 100%;
	height: 360px;
	border-style: solid;
	border-width: 19px 16px 17px 19px;
	-moz-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-webkit-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-o-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 fill repeat;
}

#homeDetails{
	margin-top: 40px;
}

.homeMap{
	border-style: solid;
	border-width: 19px 16px 17px 19px;
	-moz-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-webkit-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-o-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 fill repeat;
	margin-top: 20px;
}

#homeSponsors{
	margin-top: 40px;
}

#socialMediaHome{
	margin-top: 40px;
}

#socialMediaBoxes > div {
	margin-top: 40px;
}

#sponsorTitle{
	margin-top: 30px;
	margin-bottom: 30px;
}

.sponsorLogos{
	margin-top: 50px;
}
/*=========================================
Attractions
=========================================== */
.hangHouseimg{
	width: 700px;
}

.sideHouseimg{
	width: 500px;
}

.attractions{
	min-height: 970px;
}

.tab-title a{
	font-family: spray !important;
	font-size: 30px !important;
	text-align: center;
}

ul.tabs{
	margin-bottom: 30px !important;
}

.tabs .tab-title>a{
	background: #f90f0f;
}
/*=========================================
FAQ
=========================================== */
#faqs { position:relative; }
#faqs h3	{ cursor:pointer; font-size: 20px; color: #ffffff; margin-bottom: 10px; }
#faqs h3.active	{ color:#d74646; }
#faqs div   { position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }


#instaPhotos{
	margin-right: 30px;
	margin-bottom: 20px;
	border: solid 4px #eb242e;
}

.ytBorder{
	border-style: solid;
	border-width: 19px 16px 17px 19px;
	-moz-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-webkit-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	-o-border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 repeat;
	border-image: url('static/images/rope/ropeRound.png') 19 16 17 19 fill repeat;
}

/*=========================================
Contact
=========================================== */
.formText, .button{
	color: #f90f0f;
	font-family: blockschrift;
	font-size: 20px;
}

/*=========================================
Charities
=========================================== */
.charityName{
	margin-top: 10px;
	font-weight: bold;
	color: #f90f0f;
	font-size: 20px;
}

.charIMG{
	margin-top: 10px;
	margin-bottom: 40px;
}

/*=========================================
Vol page
=========================================== */

.slickGal{
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#volContent{
	margin-top: 90px;
}

.volRoles{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.volRoles li{
	padding-bottom: 5px;
}

/*=========================================
Promotions Page
=========================================== */
#promotionsList{

}

.promoText{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 20px;

}

.promoTitle{
	color: #f90f0f;
}

/*=========================================
Slick
=========================================== */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./static/fonts/slick.eot"); src: url("./static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./static/fonts/slick.woff") format("woff"), url("./static/fonts/slick.ttf") format("truetype"), url("./static/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 30px; line-height: 20px; text-align: center; color: #ffffff; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: #ffffff; opacity: 0.75; }
