/*!
Theme Name: Sparetime Entertainment
Theme URI: http://www.fostermartin.com/
Author: FosterMartin Advertising
Author URI: http://www.fostermartin.com/
Description: Responsive theme for Sparetime Entertainment
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sparetime
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sparetime is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@font-face{
	font-family: 'Gotham Condensed Book';
	font-weight: normal;
	src: url('/wp-content/themes/sparetime/fonts/GothamCondensed-Book.otf') format("opentype");;
}

@font-face{
	font-family: 'Big Noodle Titling';
	src: url('/wp-content/themes/sparetime/fonts/BigNoodleTitling.ttf');
}


html {
	font-family:'Gotham Condensed Book', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width:100%;
	overflow-x:hidden;
}

body {
	margin: 0;
	font-family: 'Gotham Condensed Book', sans-serif;
	max-width:100%;
	overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Gotham Condensed Book';
	font-size: 20px!important;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {

	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


.site-main a,
.site-main a:visited,
.site-main a:focus,
.site-main a:active{
	color: #8d060d;
	text-decoration:underline;
}

.site-main a:hover{ text-decoration:underline;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	padding:10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Big Noodle Titling', sans-serif;

}

.main-navigation #primary-menu{
	position: absolute;

	width: 98%;
	top: 85px;
	z-index: 500;
}
.main-navigation ul.nav-menu{
	/*background-color: rgba(255,255,255, 0.80);*/
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.entry-content .h1{ text-align: center; }

.header-wrapper{
	text-align:center;
}


h1{
	font-family: 'Big Noodle Titling', sans-serif;
	text-align: center;
	font-size: 1.2em;
	border: solid 2px #96211f;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	margin-bottom: 25px;

}

.footer{
	padding-bottom: 25px;
	padding-top:20px;
}
.footer h3{
	font-family: 'Big Noodle Titling', sans-serif;
	text-align: left;
	font-size: 32px;

}

.footer label{
	display:none;
}

.footer .nf-before-form-content{
	display:none;
}

.footer .nf-field-container {
	clear: both;
	position: relative;
	margin-bottom: 0;
}

.footer input{
	border-radius: 0;
}

.footer .nf-error-msg, .ninja-forms-req-symbol {
	color: #ffaca7;
}
.footer .nf-field-element textarea {
	height: 120px;
}

.footer p, .footer2 p{
	margin-bottom: 0;
	line-height:1.1;
}

.footer-cta a,
.footer-cta a:link,
.footer-cta a:active,
.footer-cta a:hover,
.footer-cta a:visited{
	font-family: 'Big Noodle Titling', sans-serif;
	font-size: 48px;
	color:#fff;
}

.footer-corp-nav{
	list-style:none;
	margin:0 auto;
	padding: 0;
	text-align:center;
}

.footer-corp-nav li{
	display:inline;
	border-right:solid 1px #000;
	list-style:none;
	margin: 10px 10px 10px 5px;
	padding-right:10px;
}
.footer-corp-nav li:last-of-type{
	border-right:none;
}

.footer-corp-nav li a,
.footer-corp-nav li a:link,
.footer-corp-nav li a:active,
.footer-corp-nav li a:visited,
.footer-corp-nav li a:hover{
	display:inline-block;
	font-family: "Big Noodle Titling", sans-serif;
	color: #000;
}

#top_social_links{
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

#top_social_links li {
	display:inline-block;
	padding: 10px 5px;
}
.slider-wrapper{
	padding-top:50px;
}

.slider-wrapper.carousel{
	/*background-image: repeating-linear-gradient(
			75deg,
			#fff,
			#fff  4px,
			#dcdcdc 4px,
			#dcdcdc 6px
	);*/
	background-image: url('/wp-content/themes/sparetime/images/stripes-small.jpg');
	background-repeat: repeat;
	background-position:top left;
}

/*.slider-wrapper.carousel{
	background: repeating-linear-gradient(
		75deg,
		#ffffff 1px,
		#fff 2px,
		#fff  1px,
		#dcdcdc 3px
	);
	margin-top:-10px;
}*/

.diagonal-pattern{
	/*background: repeating-linear-gradient(
			75deg,
			#ffffff,
			#fff 3px,
			#fff 3px,
			#dcdcdc 5px
	);*/

	background-image: url('/wp-content/themes/sparetime/images/stripes-small.jpg');
	background-repeat: repeat;
	background-position:top left;
}



.footer-overlap{
	width:100%;
	height:50px;
	position:absolute;
	top:-25px;
	left:0;
	background: repeating-linear-gradient(
			75deg,
			transparent,
			transparent 3px,
			transparent 3px,
			#5e5e5e 5px
	);
}

.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;

}
.navbar-collapse.collapse.in{
	display:block !important;
}

.navbar-toggle .icon-bar{ background-color:#000;}

.main-navigation li{
	float:none;
	text-align:center;
	background-color:rgba(255,255,255,0.75);
}
#primary-menu{
	overflow-y:visible;
}
#primary-menu .nav-menu li{
	display:block;
}
.navbar-collapse{
	max-height:unset;
}

#submenu-menu{
	position:absolute;
	z-index: 400;
	list-style-type:none;
	bottom:-80px;
	right:0;
}

#submenu-menu li{
	padding: 10px;
	display:inline-block;
	margin-right: 10px;
	background-color:#8d060d;
	font-family: "Big Noodle Titling", sans-serif;
	color: #000;
}

#submenu-menu li:last-of-type{
	margin-right:0;
}

#submenu-menu li a,
#submenu-menu li a:link,
#submenu-menu li a:active,
#submenu-menu li a:hover,
#submenu-menu li a:visited{
	color:#fff;
}

#nf-form-1-cont input[type='button']{
background-color:#8d060d;
	padding: 5px 15px;
	font-family: "Big Noodle Titling", sans-serif;
	font-size: 40px;
	border:none;
	color:#fff;
}

.footer-block{
	margin:30px auto 20px auto;
}
.footer-block:nth-of-type(1){
	margin:0;
	margin-bottom:10px;
}
.footer-block:nth-of-type(2){
	margin:0;
	margin-bottom:10px;
}

.slider-wrapper.promo{
	background: #96211f;

	padding-top:25px;
}


.slick-alt-arrow .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 21px;
	height: 36px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-alt-arrow .slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-alt-arrow .slick-prev:before {
	content: url(/wp-content/themes/sparetime/images/arrow-prev.png);
}

.slick-alt-arrow .slick-next:before {
	content: url(/wp-content/themes/sparetime/images/arrow-next.png);
}



/* SLIDER RED ARROWS */

.slick-red-arrow .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 21px;
	height: 36px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-red-arrow .slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-red-arrow .slick-prev:before {
	content: url(/wp-content/themes/sparetime/images/arrow-prev-red.png);
}

.slick-red-arrow .slick-next:before {
	content: url(/wp-content/themes/sparetime/images/arrow-next-red.png);
}


.slick-dots li button:before {
	color: #8d060d!important;

}




.promo .fm-slide p {display:none;}

.slider-wrapper.gallery {
	background: #2f9ba0;
	margin-top:10px;
}
.gallery .fm-slide p {display:none;}

.gallery .fm-slide img {
	margin: 0 auto;
	width: 95%;
}

.promo .fm-slide img {
	margin: 0 auto;
	width: 95%;
}

#header-img-wrapper{
	width:100%;
	position:relative;
	min-height:431px;
	max-height:431px;
	overflow:hidden;
	border-bottom:solid 5px #96211f;
}

#header-img-wrapper img{
	width:100%;  position:absolute; min-width:1881px; top:0; left:0;
}

#header-img-wrapper .header_title_valign{
	display: inline-block;
	font-family: "Big Noodle Titling", sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: solid 2px #fff;
	padding: 20px 35px;
	background-color: rgba(0,0,0, 0.5);
	font-size: 83px;
	z-index: 500;
	text-align: center;
	overflow: auto;
	margin: auto;
	overflow: hidden;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content-wrap{
	padding-bottom:50px; background-color:#fff;
}

.content-wrap img{
	margin:0 auto; width:auto;
}

.teaser-section a{
	text-decoration:none;
}
.teaser-section img{
	margin:0 auto; width:100%;
}
.content-header{
	font-family: 'Big Noodle Titling', sans-serif; font-size:46px; margin:0; padding:5px 20px;border:solid 2px #8d060d; width:auto; display:inline-block;
}

.teaser-section{
	margin: 10px;
    background-color:#fff;
    padding-top:15px;
    padding-bottom: 50px;
    border-bottom: solid 2px #d1d1d1;
    margin-top: 20px;
}

.teaser-section.border{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 2px #8d060d;
}

.header_title_valign{
	display: block;
	font-family: "Big Noodle Titling", sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: solid 2px #fff;
	padding: 10px 17px;
	background-color: rgba(0,0,0, 0.5);
	font-size: 62px;
	line-height:63px;
	z-index: 500;
	text-align: center;
	overflow: auto;
	margin: auto;
	overflow: hidden;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#nav-logo{
	margin:0 auto;
	text-align:center;
}

#center_selector{
	border:solid 3px #8d060d;
	font-family: "Big Noodle Titling", sans-serif;
	font-size: 20px;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#first_time_cookie .modal-header .close {
	margin-top: -12px;
}

content, .entry-content, .entry-summary {
	margin:0;
}


.modal-backdrop
{
	background-color: #222222;
	opacity:1 !important;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.main-navigation #primary-menu{
		position: relative;

		width: 98%;
		top:0;
		z-index: 500;
	}
	.main-navigation ul.nav-menu{
		/*background-color: rgba(255,255,255, 0.80);*/
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	#nav-logo{
		float: left!important;
	}

	#menu-header{
		padding: 0;

	}
	#submenu-menu.menu{
		margin: 0 auto;
		padding: 0;
		margin-bottom: 0px;
		position:relative;
		bottom: auto;
		right: auto;
		text-align:center;
	}

	#submenu-menu.menu li{
		display:block;
		width:100%;
	}

	#submenu-menu.menu li{
		border-bottom:solid 1px #fff;
	}

	#submenu-menu.menu li:last-of-type{
		border-bottom:none;
	}

	#header-img-wrapper{
		min-height:201px;
		max-height:201px;
	}

	#header-img-wrapper img{
		top:0;
	}

	#header-img-wrapper .header_title_valign{
		display: inline-block;
		font-family: "Big Noodle Titling", sans-serif;
		color: #fff;
		text-transform: uppercase;
		border: solid 2px #fff;
		padding: 10px 17px;
		background-color: rgba(0,0,0, 0.5);
		font-size: 40px;
		z-index: 500;
		text-align: center;
		overflow: auto;
		margin: auto;
		overflow: hidden;
		position: absolute;
		float: left;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header_title_valign{
		display: inline-block;
		font-family: "Big Noodle Titling", sans-serif;
		color: #fff;
		text-transform: uppercase;
		border: solid 2px #fff;
		padding: 10px 17px;
		background-color: rgba(0,0,0, 0.5);
		font-size: 40px;
		line-height:41px;
		z-index: 500;
		text-align: center;
		margin: auto;
		overflow: hidden;
		position: absolute;
		float: left;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}


	.diagonal-pattern{
		text-align:center;
	}

	.teaser-section img{
		width:80%;
		margin-bottom: 25px;
	}

    .block-image img{
        margin:0 auto;
        width:80%;
        margin-bottom:25px;
    }
	.content-header{
		margin-bottom:20px;
	}

	.teaser-section{
		margin-bottom:25px; background-color:#fff;
	}

	#nf-field-4-wrap .nf-field-element{
		text-align:center;
	}
	#nf-field-4{
		width:100%;
	}

	.content-wrap{
		padding-bottom:0;
	}

	.fm-slide p {
		font-family: 'Big Noodle Titling', sans-serif;
		font-size: 18px;
		line-height: 1em;
	}
	.fm-slide img {
		margin: 0 auto;
		width: 80%;
	}



}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.main-navigation #primary-menu{
		position: relative;

		width: 98%;
		top:0;
		z-index: 500;
	}
	.main-navigation ul.nav-menu{
		/*background-color: rgba(255,255,255, 0.80);*/
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}


	#menu-header{
		padding: 0;

	}
	#submenu-menu.menu{
		margin: 0 auto;
		padding: 0;
		margin-bottom: 10px;
		position:relative;
		bottom: auto;
		right: auto;
		text-align:center;
	}

	#submenu-menu.menu li{
		display:block;
		width:100%;
	}

	#submenu-menu.menu li{
		border-bottom:solid 1px #fff;
	}

	#header-img-wrapper{
		min-height:201px;
		max-height:201px;
	}

	#header-img-wrapper img{
		top:0;
	}

	#header-img-wrapper .header_title_valign{
		display: inline-block;
		font-family: "Big Noodle Titling", sans-serif;
		color: #fff;
		text-transform: uppercase;
		border: solid 2px #fff;
		padding: 10px 17px;
		background-color: rgba(0,0,0, 0.5);
		font-size: 40px;
		z-index: 500;
		text-align: center;
		overflow: auto;
		margin: auto;
		overflow: hidden;
		position: absolute;
		float: left;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.diagonal-pattern{
		text-align:center;
	}

	.teaser-section img{
		width:75%;
	}

	.content-header{
		margin-bottom:20px;
	}

	.teaser-section{
		margin-bottom:25px; background-color:#fff; padding-top:15px; padding-bottom:15px;
	}

	#nf-field-4-wrap .nf-field-element{
		text-align:center;
	}
	#nf-field-4{
		width:100%;
	}
}