/*
Theme Name: esoteric
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esoteric
Tags:

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.

esoteric is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
# Responsive
# Woocommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'LunchBox', 'hightower-textromanscregular', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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,
textarea {
	color: #404040;
	font-family: 'LunchBox', 'hightower-textromanscregular', sans-serif;
	font-size: 16px;
	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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	transition: all 0.3s ease; 
}

a:visited {
	color: purple;
	transition: all 0.3s ease; 
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	transition: all 0.3s ease; 
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	outline: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 990px) {
	.menu-toggle, #site-navigation button {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 990px) {

	.menu-toggle, .main-navigation.toggled ul { display:block;}
	
	#site-navigation button {
		display: block;
		background: none;
		box-shadow: none;
		text-shadow: none;
		border:none;
		color:#FFF;
		font-family: 'LunchBox', 'hightower-textromanscregular';
		text-align: center;
		padding:28px 10px 20px;
		min-height: 40px;
		position: relative;
		overflow: hidden;
		text-indent: -9999px;
		float: right;
		outline: none;
		transition:1s all;			
	}
	
	#site-navigation button:hover { background-color: rgba(255,255,255,0.1); 	transition:1s all;	}

	#site-navigation button:before {
	  content: "";
	  position: absolute;
	  left: 22px;
		margin:auto;
		margin-top:-4px;
	  width: 2em;
	  height: 0.3em;
	  background: white;
	  box-shadow: 
		0 0.5em 0 0 white,
		0 1.0em 0 0 white;
	}

}

.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%;
}

/* SLIDOUT MENU */
#page_wrap { min-height: 100%;}
#main_menu { background-color: #343233; color:#fff; /* display:none; */}
.admin-bar #main_menu {padding-top:40px;}

#main_menu.display_menu {display: block; }

#content_wrap { background-color:#fff; z-index: 500; min-height: 100%; display: block;}

.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding: 5px 0px;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
/*  overflow: hidden;  enable this to stop scrolling ability whilst menu is open */
}

.slideout-open .slideout-menu {
  display: block;
}


/*.home .rev_slider_wrapper {width: 100% !important;}
.home.slideout-open .rev_slider_wrapper { left: -134px !important; }*/

/* menu styles */

.main-navigation-mob {
	clear: none;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation-mob ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation-mob li {
    position: relative;
    display: block;
    width: 100%;
}

.main-navigation-mob a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #3f3f3f;
    padding: 5px 10px 5px 15px;	
	color: #fff;
    text-transform: uppercase;	
	outline:  none;
}

.main-navigation-mob a:hover { color: rgba(252,155,10,0.9); background-color: #3f3f3f;  }

.main-navigation-mob a.site-logo {width:100%;}

.main-navigation-mob ul ul {
	position: relative;
	font-size: 80%;
}

.main-navigation-mob ul ul ul {
	top: 0;
}

.main-navigation-mob ul ul a {

    padding: 5px 10px 5px 20px;	

}

.main-navigation-mob ul ul li {

}

.main-navigation-mob li:hover > a,
.main-navigation-mob li.focus > a {
}

.main-navigation-mob ul ul :hover > a,
.main-navigation-mob ul ul .focus > a {
}

.main-navigation-mob ul ul a:hover,
.main-navigation-mob ul ul a.focus {
}

.main-navigation-mob ul li:hover > ul,
.main-navigation-mob ul li.focus > ul {
	left: auto;
}

.main-navigation-mob ul ul li:hover > ul,
.main-navigation-mob ul ul li.focus > ul {
	left: 100%;
}

.main-navigation-mob .current_page_item > a,
.main-navigation-mob .current-menu-item > a,
.main-navigation-mob .current_page_ancestor > a,
.main-navigation-mob .current-menu-ancestor > a {
}

.main-navigation a.toggle_button {color:#fff; padding: 12px 20px 9px 10px; cursor: pointer; font-size: 28px; float: right;}
.main-navigation a.toggle_button:hover {background:rgba(255,255,255,0.1);}

.main-navigation a.toggle_button,
#main_menu { display: none;}

.mob-clearer {display: none;}

@media screen and (max-width: 999px) {
	.main-navigation a.toggle_button,
	#main_menu { display: block;}
	.mob-clearer {display: block;}
}

#main_menu .menu-main-container {width:100%;}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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; }

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.footer-items div {padding: 0px; height: auto !important; width: 100%;}

.footer-items .widget-title {text-transform: uppercase; text-align: center;}

.newsletter-btn {margin:15px 0 0 0; width: 100%}

.footer-items .widget-area ul {margin: 0; padding: 0; list-style: none;}

.footer-items .widget-area ul li {display: block;width:100%; }
	
.footer-items .widget-area ul li a { display: block; padding: 5px 10px; text-decoration: none; text-align:left; color:#cdcaac; text-transform: uppercase;}

.footer-items .mc4wp-form-fields input[type="text"], .footer-items .mc4wp-form-fields input[type="email"] { padding: 3px 1%; width: 98%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.admin-bar .site-header { top: 0px !important; }
.admin-bar #page { margin-top: 32px;}

.page-template-home-page-template-php.admin-bar #page { margin-top:0px !important;}

.page-template-home-page-template-php #colophon {display:none !important;}


.content-area {
  max-width: 1000px !important;
  margin:0 auto 20px;
  background:rgba(0,0,0,0.85);	
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
	font-size:32px;
}


html, body, #content_wrap { 
	background: transparent url(images/ESO19_Banner1-web.jpg) top center repeat; 
	color:#cdcaac;
	font-size:22px;
}

#content_wrap { padding-top:64px;}

.entry-header {max-width: 1000px; margin: 0 auto; text-align:center; }
.entry-header h1 { text-transform: uppercase; margin: 0.4em 0;text-shadow: 0 0 15px #000, 0 0 20px #121212;color: #cdcaac;}

.entry-content *
{
	font-family: 'LunchBox', 'hightower-textromanscregular' !important;
	color:#e2e1d2!important;
}

.site-header {
	display: block;
	background:#222 url(images/esoteric-bg-pattern-seamless.png) repeat top left;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	text-align: center;	
	width: 100%;
	border-bottom: #222 solid 1px;	
	z-index: 100;
}

.site-logo {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px 4px;
	transition:1s all;	
	float:left;
}

.site-logo:hover {	background:rgba(255,255,255,0.1); transition:1s all;}

.site-logo img {height: 30px;max-width: 100%;}

.menu-main-container {display:inline-block; float:right; width:auto;}

#site-navigation #primary-menu
{
	text-align: center;
	font-family: 'LunchBox', 'hightower-textromanscregular';
	padding-bottom:20px;
	
}

#site-navigation li.menu-item
{

	text-align: center;
	margin: 0 auto;
	float: none;
	display: block;
}

#site-navigation li.menu-item a
{
	color: #cdcaac !important;
	line-height: 40px;
	padding: 10px 9px 10px;
	font-size:1.0rem;
	transition:1s all;
	text-transform: uppercase;
}

#site-navigation li.menu-item a:hover
{
	background:rgba(255,255,255,0.1);
}

#site-navigation li.menu-item .sub-menu
{
	width: 100%;
	background: #1b1b1b;
	top: 37px;
}

#site-navigation li.menu-item .sub-menu a
{
	text-align: center;
	width: 100%;
}


h1
{
	font-size:3rem;
}


h2, h3
{
	font-size: 2rem;
	margin: 0;
}

.post-edit-link
{
	display: none;
}

.home header
{
	zdisplay: none;
}

.home h1, .home .title, .home div.date
{
	display:none;
}

.home #content div.date
{
	display:block;
}

.home .logo
{
	margin-top:20px;
}

#main {
  margin: 0 auto;
  text-align: center;
	padding:20px;
}

.entry-content .frm_forms
{
	width: 90%;
	margin: 0 auto;
}

.entry-title, .entry-content .frm_forms input[type="submit"]
{
	font-family: 'LunchBox', 'hightower-textromanscregular' !important;
}

.entry-content .frm_forms input, .entry-content .frm_forms select, .entry-content .frm_forms textarea
{
	color: #333!important;
	font-family: 'LunchBox', 'hightower-textromanscregular' !important;
}

.entry-content .frm_forms input[type="text"], .entry-content .frm_forms input[type="email"], .entry-content .frm_forms input[type="url"], .entry-content .frm_forms textarea
{
	width: 100% !important;
}




footer div
{
	margin: 0 auto !important;
	border-bottom: none !important;
	display: inline-block;
}

#colophon {
    background: #222 url(images/esoteric-bg-pattern-seamless.png) repeat top left;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);	
}

/* Footer for short content screens */
.fixed_height { height:100%;}
#colophon.fixed_footer {position:fixed; bottom:0px; width:100%;}

.page-id-458 #colophon.fixed_footer {position: relative !important;}

/* esoteric20160831a-0to400 */


.container, .entry-content {
	width:100%;
	margin: 0 auto;
}
.title {
	font-family: 'LunchBox', 'hightower-textromanscregular';
	text-align:center;
	padding:40px 0px 0px 0px;
}
.title img {width:320px;}
.date {
	font-family: 'LunchBox', 'hightower-textromanscregular';
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 0px 0px 0px;
}
.logo {
	text-align:center;	
}
.logo img, .text2 img, .title img { max-width:100%;}
.text1 {
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	line-height:14px;
}
.email {
	text-align:center;
	padding:20px 0px 0px 0px;
}
.text2 {
	font-family: 'LunchBox', 'hightower-textromanscregular';
	text-align:center;
	padding:20px 0px 0px 0px;
}
.text2 img {width:320px;}

footer {
	padding:20px 0px 0px 0px;
}

.footer-item1 {
	float:left;
	width:128px;
	text-align:center;
	border-bottom:2px solid #eeeeee;
	height:50px;
}

.footer-item2 {
	float:left;
	width:195px;
	text-align:left;
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-size:10px;
	padding:0px 5px 0px 9px;
	border-bottom:2px solid #eeeeee;
	height:50px;
}

.footer-item3 {
	float:left;
	width:90px;
	text-align:left;
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-size:10px;
	padding:13px 0px 0px 7px;
}

.footer-item4 {
	float:left;
	width:112px;
	text-align:center;
	padding:10px 0px 0px 0px;
}

.footer-item5 {
	float:left;
	width:130px;
	text-align:center;
	padding:10px 0px 0px 0px;
}

.social-footer-icons {margin: 0px auto; padding: 0px;}

.social-footer-icons li { display: inline-block; width:12% !important; margin: 0% 1% !important;}

.social-footer-icons li a { fill:#cdcaac; transition: all 0.3s ease; }

.social-footer-icons li a.social-fb:hover { fill:#475993; }
.social-footer-icons li a.social-fbmsg:hover { fill:#475993; }
.social-footer-icons li a.social-insta:hover { fill:#e80a8b; }
.social-footer-icons li a.social-soundcloud:hover { fill:#da7222; }
.social-footer-icons li a.social-vimeo:hover { fill:#69b4e5; }
.social-footer-icons li a.social-spotify:hover { fill:#1ed760; }

.hightower-textromanregular {font-family: 'LunchBox', 'hightower-textromanscregular';}
.hightower-textitalicregular {font-family: 'LunchBox', 'hightower-textromanscregular';}
.hightower-textromanscregular {font-family: 'LunchBox', 'hightower-textromanscregular';}

.lineup
{
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-size:1.4rem;
	text-align:center;
	margin: 30px auto;	
}

.mc4wp-form { margin:0px; }

.mc4wp-form input[type="email"], .mc4wp-form textarea
{
	color:#333 !important;
	font-family: arial !important;
}

.mc4wp-form input[type="submit"]
{
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-weight: bold;
	font-size: 1.0rem;
	color:#333 !important;
	transition: 0.5s all;
	text-transform: uppercase;
}

.mc4wp-form input[type="submit"]:hover
{
	background: #333;
	color:#FFF !important;
	box-shadow: none;
	text-shadow: none;
}

.mc4wp-form label
{
	display: block;
	text-transform: lowercase;
}

.text
{
	font-family: 'LunchBox', 'hightower-textromanscregular';
	font-size:1.2rem;
	text-align:center;
}

footer
{
/*	display: none;*/
}

.set-times
{
	list-style: none;
	margin: 20px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	min-width:250px;
}

.set-times li
{
	text-align: left;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

.set-times li:first-of-type
{
	font-size: 1.4rem;
	font-weight:bold;
}

.set-times li span:nth-of-type(1)
{
	width:60px;
	display: inline-block;
	font-weight:bold;
}

.set-times li span:nth-of-type(2)
{
	margin-left: 10px;
	font-weight:normal;
}

.page-list
{
	text-align: left;
	max-width: 470px;
	margin:0 auto 40px auto;
}

.clearfix {clear:both; height:1px !important;}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {color:#d8c616 !important;}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #1b7b8b;
	border: none;
	font-size: 18px;
}

.frm_style_formidable-style.with_frm_style .frm_message {
    background-color: #66b300;
	border: none;
	font-size: 18px;
}

.frm_style_formidable-style.with_frm_style .frm_error { color: #B94A48 !important; }

.entry-content .frm_forms input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit button  {
    background-color: #ba27cd !important;
    font-weight: bold;
    text-align: center;
    font-size: 1.0rem;
    transition: 0.5s all;
    font-family: 'LunchBox', 'hightower-textromanscregular';
    color: #fff !important;
    box-shadow: none;
    text-shadow: none;
    border: none;
    margin: 20px 0px;
	text-transform: uppercase;
    padding: 15px 20px 10px;
}

.entry-content .frm_forms input[type="submit"]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover { background-color:#de44e2 !important;}

.frm_style_formidable-style.with_frm_style .frm_required { color: #B94A48 !important; }

.entry-content .frm_forms select, .entry-content .frm_forms option { color: #333!important; }

.eso_cpt_sc_box {width: 100%; display: block; position:relative;}

.eso_cpt_sc {width: 100%; margin-right:0%; border-radius: 4px; display:inline-block; vertical-align: top; padding-top:20px;}

.eso_cpt_sc img {border-radius:4px; max-width: 75%; max-height: auto; margin: 0 auto;}

@media screen and (min-width: 600px) {

	.eso_cpt_sc {width: 31.95%; margin-right:1%; border-radius: 4px;}

	.eso_cpt_sc img {border-radius:4px; max-width: 100%; max-height: auto; margin: 0 auto;}
	
}

.eso_cpt_sc .entry-title {font-size: 1rem !important;}

	
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.featured-image {width: 100%; }
.featured-image img {width: 100%;border-radius:5px;}

.archive .entry-content {margin:0;}

.workshop_name {
	margin: 0px;
    padding: 0px 0px 15px 0px;
    list-style: none;
    text-align: left;
}

.workshop_name .workshop_label {
	vertical-align: top;
	width: auto;
    display: inline-block;
    padding-right: 20px;	
}

.workshop_name .workshop_value {
    display: inline-block;
    width: 60%;
}


.btn-fullwidth {width:100%;}

.eso_cpt_sc_box a, .eso_cpt_sc_box a:hover
{
  text-decoration: none;
  outline : none;
color:#fff;
}

@media screen and (min-width: 1000px) {
	.eso_cpt_sc_locals, .eso_cpt_sc_box_films .eso_cpt_sc {width:23.95%;}
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

.footer-items li { width: 24%; }

	footer {
		padding:20px 0px 0px 0px;
		text-align: center;
		display:block;
	}

		footer div
		{
			display: inline-block;
			padding:0px 10px 0px 10px;
		  height:45px !important;
			vertical-align:middle;
			text-align: center;
			margin:0 auto;
		}

	.footer-items {
		margin:0 auto;
		padding:0;
		list-style: none;
		max-width: 1000px;
		font-family: 'LunchBox', 'hightower-textromanscregular';
	}
	.footer-items li {
		margin:0;
		padding:0 1%;
		list-style: none; 
		display:inline-block; 
		vertical-align: top;
		text-align:center;
/*		border-right:2px solid #eeeeee; */
	}


@media screen and (max-width: 990px) {

  .content-area, .main-navigation {
	  max-width: 90% !important;
	  margin:0 auto;
	}
	
	h1 {font-size: 2em;}
	
	.footer-items li {width:48%;}
	
	.workshop_name { text-align: center; }

	.workshop_name .workshop_label { width: 100%; }

	.workshop_name .workshop_value { width: 100%; }	
	
	.single-workshops .artist_links { float: none; padding: 0px;}
	
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header { top: 42px !important; }
	.admin-bar #page { margin-top: 42px;}
}


@media screen and (min-width: 600px) {
	

	.site-header
	{
		position: fixed;
		top: 0;
		text-align: center;
	}

	#site-navigation #primary-menu
	{
		text-align: center;
		font-family: 'LunchBox', 'hightower-textromanscregular';
		min-height: 50px;
		padding: 0;
		float:right;
	}

	#site-navigation li.menu-item
	{

		text-align: center;
		margin: 0 auto;
		float: none;
		display: inline-block;
	}

	#site-navigation li.menu-item .sub-menu
	{
		margin:23px auto;
		display:block;
		min-width:250px;
		position: absolute;
	}

	#site-navigation li.menu-item .sub-menu a
		{
			text-align: left;
		}

	#site-navigation li.menu-item .sub-menu li
	{
		text-align: center;
		width: 100%;
		display: block;
	}



	.title {
		font-family: 'LunchBox', 'hightower-textromanscregular';
		text-align:center;
		padding:40px 0px 0px 0px;
	}
	.date {
		font-family: 'LunchBox', 'hightower-textromanscregular';
		text-align:center;
		font-size:22px;
		text-transform:uppercase;
		letter-spacing:3px;
		padding:20px 0px 0px 0px;
	}
	.logo {
		text-align:center;	
	}

	.logo img, .text2 img, .title img {max-width:100%;}

	.text1 {
		font-family: 'LunchBox', 'hightower-textromanscregular';
		font-size:14px;
		text-transform:uppercase;
		text-align:center;
		letter-spacing:1px;
		line-height:18px;
	}
	.email {
		text-align:center;
		padding:20px 0px 0px 0px;
	}
	.text2 {
		font-family: 'LunchBox', 'hightower-textromanscregular';
		text-align:center;
		padding:20px 0px 0px 0px;
	}

	.text2 img {width:auto;}

	
	#footer-item1 {
		font-size:10px;		
	}

	#footer-item2 {
		text-align:left;
	}

	#footer-item3 {
		text-align:left;
		font-size:10px;
	}

	#footer-item4 {
		text-align:center;
	}

	.hightower-textromanregular {font-family: 'LunchBox', 'hightower-textromanscregular';}
	.hightower-textitalicregular {font-family: 'LunchBox', 'hightower-textromanscregular';}
	.hightower-textromanscregular {font-family: 'LunchBox', 'hightower-textromanscregular';}

	.lineup
	{
		font-family: 'LunchBox', 'hightower-textromanscregular';
		font-size:2rem;
		text-align:center;
		margin: 30px auto;	
	}

	#mc_embed_signup label
	{
		font-family: 'LunchBox', 'hightower-textromanscregular';
	}

	.text
	{
		font-family: 'LunchBox', 'hightower-textromanscregular';
		font-size:1.3rem;
		text-align:center;
	}	
}

@media screen and (max-width: 400px) {
	h1 {font-size: 1.5em;}
	.footer-items li { width: 98%; }

}

@media screen and (min-width: 900px) {

	#site-navigation li.menu-item .sub-menu a {
			text-align: left;
		    padding: 5px 5px 8px;
	}

	.set-times {
		min-width:auto;
	}

}


/* TEMP HOME PAGE */

.page-template-temp-home-page-template .content-area, 
.page-template-temp-tickets-page-template .content-area { background-color: transparent;}

.page-template-temp-home-page-template .content-area #mc_embed_signup, 
.page-template-temp-tickets-page-template .content-area #mc_embed_signup {clear:left; font-size:18px; }

.page-template-temp-home-page-template .content-area input[type="text"], 
.page-template-temp-home-page-template .content-area input[type="email"],
.page-template-temp-tickets-page-template .content-area input[type="text"] ,
.page-template-temp-tickets-page-template .content-area input[type="email"] { width: 98%; padding: 3px 1%; margin-bottom: 10px;}

.page-template-temp-home-page-template #mc_embed_signup .button,
.page-template-temp-tickets-page-template #mc_embed_signup .button { background-color: #ba27cd !important; width: 99%; font-weight: bold; text-align: center;    		font-size: 1.0rem;
    transition: 0.5s all; 
	font-family: 'LunchBox', 'hightower-textromanscregular';
	    color: #fff !important;
	box-shadow: none;
	text-shadow: none;
	border: none;
	margin: 20px 0px;
}

.page-template-temp-home-page-template #mc_embed_signup .button:hover,
.page-template-temp-tickets-page-template #mc_embed_signup .button:hover { background-color:#de44e2 !important;}

.page-template-temp-home-page-template .content-area #mc_embed_signup label,
.page-template-temp-tickets-page-template .content-area #mc_embed_signup label {
    font-family: 'LunchBox', 'hightower-textromanscregular';
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.page-template-temp-home-page-template #main,
.page-template-temp-tickets-page-template #main {padding:0px;}

/* FB APPS */ 

.fb_app {background: rgba(0,0,0,0.85);text-align: center;}
#fb_app_body .entry-title a {
 	color: #fff !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 0px auto !important;
    display: block !important;
}

.page-template-home-page-template .entry-header {display: none !important;}

/* Bush Cinema Films  */

.film-info {width: 100%; display:block;}

.film-img {
    width: 33%;
    float: right;
    margin-left: 2%;
}

.film-details {
	text-align: left;
	font-size: 38px;
}

@media screen and (max-width: 980px) {
	.film-details {
		font-size: 32px;
	}
}

@media screen and (max-width: 500px) {
	.film-img {
    	width: 100%;
    	float: none;
    	margin-left: auto;
	}
	.film-img img { width:100%;}
}

.film-content {clear:both;}

.film-details div div { padding-bottom: 10px;}

.single h1.single-ent-title { margin: 0 0 0.4em 0; }

.title-back-link a {
    text-shadow: 0 0 15px #000, 0 0 20px #121212;
    color: #cdcaac;
}

/* WOOCOMMERCE */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { text-align: left;}

.woocommerce div.product p.price, .woocommerce div.product span.price {margin: 0.5em 0;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { padding: 0.2em 1em 0.35em; background-color:#33babf !important; text-transform: uppercase; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { padding: 0.2em 1em 0.35em; background-color:#1f7275 !important; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { padding: 0.4em 1em 0.6em; text-transform: uppercase; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { padding: 0.2em 1em 0.35em; }

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, .woocommerce div.product form.cart .variations select, .woocommerce option, .woocommerce select.orderby, .frm_style_formidable-style.with_frm_style select { color:#252525 !important; background-color:#e2e1d2 !important;}

.woocommerce .product_meta span.sku_wrapper, .woocommerce .product_meta span.posted_in {clear:both; display:block;}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #252525;
	margin: 0 0 1em; 
	padding: 0.5em 2em 0.5em 3.5em;
	text-align:left;
}

.select2-container--default .select2-selection--single {
    background-color: #e2e1d2 !important;
    border: 1px solid #e2e1d2 !important;
    border-radius: 4px;
	height: 38px;
}

.woocommerce h2, .woocommerce h3 {text-transform:uppercase;}

.woocommerce h3.eso_single_product_title { line-height: 22px; padding-bottom: 15px; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {top:0.58em;}

.woocommerce a.remove {line-height: 0.75em;}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 200px; padding: 6px 6px 9px; margin: 1px 4px 0 0;}

.woocommerce table.shop_table td.actions {padding-top:20px;}

.woocommerce .cart_totals h2 {text-transform: uppercase;}

.woocommerce div.product form.cart { margin-bottom: 1em; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background-color:#252525;}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {text-transform: uppercase;}

.woocommerce .woocommerce-billing-fields__field-wrapper, .woocommerce .woocommerce-additional-fields__field-wrapper {text-align:left;}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__option, .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {color:#252525 !important; background-color: #e2e1d2 !important; font-size:24px;}

.select2-container--default .select2-selection--single .select2-selection__rendered {padding-bottom:5px;}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {padding:0;}

.woocommerce ul.products li.product .button { margin-top: 0.2em; }

.woocommerce ul.products li.product a img {margin: 0 0 0.2em;}

.woocommerce .eso_single_desc {display:block; width: 100%; clear:both;}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background-color: #3a3a3a; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before { border: none; }

.woocommerce ul.order_details li {margin-right:1em;}

.woocommerce-order-received .date {padding-top: 0px !important;}

.woocommerce ul#shipping_method li input {margin-top: 22px;}

/* Fix Checkout for mobile */

.woocommerce-checkout .main-navigation-mob, .woocommerce-checkout .main-navigation a.toggle_button {display:none !important;}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { padding: 0px !important;}

@media screen and (max-width: 560px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width:100%;}
}



/* Forms */


.frm_style_formidable-style.with_frm_style .frm_primary_label, .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_radio input[type=radio], .frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox], .with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {font-size: 22px !important; height: auto !important;}

.entry-content .frm_forms input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit button { padding: 5px 30px 10px !important; font-size:24px !important;}

/* Misc Eso Styles */

.eso_btn a {font-size:32px !important;}

/* Rev Slider Menu Issue Fix */

.slideout-open #rev_slider_1_1_wrapper {left: 0px !important;}
/* Specific Page Styles */ 

/* temp moby dicks hide feat image */

body.postid-7232 .artist-img {display:none;}

/* temp 13 crystal skulls hide feat image */

body.postid-8546 .artist-img {display:none;}
