@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Twenty Twelve Child
Theme URI: http://elysianbrewing.com
Author: Gregg Richter
Author URI: http://greggrichter.com
Description: Child Theme for Twenty Twelve Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelveChild
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	overflow-x:visible;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	outline:none;
}

.leave-reply{display:none;}/* added GSR */

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.widget-title{
font-size:15px;
font-weight:bold;
text-transform:uppercase;
color:#CC9933;
letter-spacing:1px;
font-family:Oswald;
font-style:normal;}

#pages-2 .widget-title{display:none;} /* added to remove beer menu widget title */

#pages-3 .widget-title{display:none;} /* added to remove distributor resources menu widget title */

#pages-4 .widget-title{display:none;} /* added to remove the beer list menu widget title */

#text-21 .widget-title{display:none;} /*removes the test twitter widget title from the test slideshow page */

#text-22 .widget-title {display:none;} /*removes the tap list image widget title*/

#text-24 .widget-title {display:none;} /*removes widget title from elysian bar sub menu*/

#text-27 .widget-title{display:none;} /*removes widget title from the Airport Way sub menu */

#text-28 .widget-title{display:none;} /* removes widget title from the About, Careers, Contact, and Donations pages */

#text-29 .widget-title{display:none;} /* removes widget title from all of the Events pages */

#text-30 .widget-title{display:none;} /* removes widget title from all of the news feed pages */

#text-31 .widget-title{display:none;} /* removes widget title from all of the BEER pages */

#text-32 .widget-title{display:none;} /* removes widget title from the How Its Made page */

#list-2 .widget-title {display:none;} /*removes the title from the Elysian Fields Tap List widget */
#list-4 .widget-title {display:none;} /*removes the title from the Elysian Fields Guest Tap List widget */

#list-3 .widget-title {display:none;} /*removes the title from the Tangletown Tap List widget */
#list-5 .widget-title {display:none;} /*removes the title from the Tangletown Guest Tap List widget */

#list-6 .widget-title {display:none;} /*removes the title from the Capitol Hill Tap List widget ... This list somehow got deleted. Had to recreate it via the list below (#12) */
#list-12 .widget-title {display:none;} /*removes the title from the Capitol Hill Tap List widget */
#list-7 .widget-title {display:none;} /*removes the title from the Capitol Hill Guest Tap List widget */

#list-8 .widget-title {display:none;} /*removes the title from the Elysian Bar Tap List widget */
#list-13 .widget-title {display:none;} /*removes the title from the Elysian Bar Tap List widget */
#list-9 .widget-title {display:none;} /*removes the title from the Elysian Bar Guest Tap List widget */

#list-10 .widget-title {display:none;} /* removes the title from the Airport Way list widget */

#text-26 .widget-title {display:none;} /*removes the title from the Airport Way What's Brewing image */

#text-26{margin-top:-20px;}
#text-566{margin-top:-20px;}

#list-10{
	margin-top:50px;
	margin-left:-30px;}

#list-11 .widget-title{display:none;} /* removes the title from the Airport Way What's Brewing Links */

#text-23 . widget-title{ display:none;}

#text-23{margin-top:-3px;}

#secondary #text-25 .widget-title{display:none;}

#secondary #text-25 {display:none;}

#mobileNavImage{display:none;}
#post-4314 .entry-header .entry-title{display:none;}
#post-1972 .entry-header .entry-title{display:none;}
#post-566 .entry-header .entry-title{display:none;}

#post-5178 .entry-header .entry-title{display:none;}
#post-5180 .entry-header .entry-title{display:none;}
#post-5182 .entry-header .entry-title{display:none;}
#post-5184 .entry-header .entry-title{display:none;}
#post-6195 .entry-header .entry-title{display:none;}
#post-5819 .entry-header .entry-title{display:none;}
#post-6439 .entry-header .entry-title{display:none;}
#post-6445 .entry-header .entry-title{display:none;}
#post-6341 .entry-header .entry-title{display:none;}
#post-6210 .entry-header .entry-title{display:none;}
#post-6873 .entry-header .entry-title{display:none;}

.widget_link_list .list {margin-top:-40px;
			margin-left:30px;}
.widget_link_list .list li {color: #fff;}

/* begin meet the brewers code customization */

#post-5231{min-height:1500px;}

.mmt h4 {margin-top:0px !important;}
.mmt h6 {display:none;}
.reveal-modal {z-index:10000 !important;}

.reveal-modal h4{
	position:absolute !important;
	font-size:20px !important;}

.reveal-modal h6{
position:relative !important;
top:-310px !important;
font-size:22px;}

.reveal-modal a{
position:relative !important;
top:-80px !important;
left:1px !important;
}

.mmt_container .reveal-modal{
top:50px;}

.mmt_bio_picture h6{font-size:24px !important;
	margin-top:-25px !important;}

.mmt_bio_picture{
width:50%;
float:right;}

.mmt_bio_picture img{
padding-bottom:0px;
width:100%;}

.reveal-modal :nth-child(4){
width:50%;
position:relative;
top:-290px !important;
margin-left:-4px;}

/* end meet the brewers code customization */

#pages-4 {margin-top:-40px;}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	display:none;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* new footer */

.graySquare{
	background-color:#333;
	float:left;
	width:230px;
	height:230px;
	text-align:center;
	font-family:Oswald,Verdana;}
	
.centerLeftSquare{
	margin-left:20px;
	margin-right:10px;}
	
.centerRightSquare{
	margin-left:10px;
	margin-right:20px;}
	
.squareTitle a{
	color:#999;
	font-size:32px;
	text-decoration:none;
	position:relative;
	top:-20px;}
	
.squareTitle a:visited{
	color:#999;}

.squareTitle a:hover{
	color:#fff;}

#blackBar, #blackBarPage{
	clear:both;
	width:1080px;
	top:7px;
	background-color:#000;
	height:32px;
	position:relative;
	left:50%;
	margin-left:-393px;
	padding-top:12px;}
	
#leftBB,  #leftBBPage{
	position:relative;
	float:left;
	text-align:left;
	width:45%;
	margin-left:50px;}
	
#rightBB, #rightBBPage{
	position:relative;
	float:right;
	text-align:right;
	width:45%;
	margin-right:50px;}
	
#leftBB a, #rightBB a, #leftBBPage a, #rightBBPage a{
	color:#999;}
	
#leftBB a:hover, #rightBB a:hover, #leftBBPage a:hover, #rightBBPage a:hover{
	color:#fff;}

#blackBarPage{
	top:140px;
	margin-bottom:50px;}

.page-id-33 #page #blackBarPage{
	display:none;}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}



/*twitter widget custom*/
.full-name{color:#fff;}

.p-name{color:#fff;}

.customisable-highlight{color:#fff;}

.p-nickname {color:#fff;}

.u-url{color:#fff;}

.profile{color:#fff;}

.permalink{color:#fff;}

.summary{color:#cc9933;}

a.u-url.profile{color:#fff;}



/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: visible; /*changed from hidden 3/14 */
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

.nav-previous, .nav-next {
	margin-top:-40px;}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	overflow:visible;
	background-image: url(/wp-content/uploads/2016/03/elysian_b3.jpg);
		background-repeat:no-repeat;
		background-position: top center;
		background-attachment: fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
}
body.custom-font-enabled {
	font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/*ELYSIAN MOBILE NAV */

#MobileNav{display:none;}

/*ELYSIAN NAV*/
#container {
	width: 1000px;
	margin: auto;
	margin-top:0px;	
	margin-bottom:0;
	padding-bottom: 0;
	text-align: left;
	overflow:visible;
}

#masthead {
	height:110px;
	margin: 0px;
	padding:0px;
	float: left;
}
 #logowrap {
	position:absolute;
	text-align:center;
	    left: 50%;
    margin-left: -95px;
	margin-top:-30px;
 }

#logo {
	position:relative;
    display: block;
    z-index:10000;
}

#nav {
	height:26px;
	width: 1030px;
	margin: 0px;
	padding-left:50px;
	margin-left:-50px;
	background-color: #000;
	padding-top: 19px;
	padding-right: 0px;
	overflow:visible;
}

#menu {
       list-style-type: none;
	   padding:0px;
       margin: 0px;
       width: 1000px;
       height: 30px;
       position: relative;
	overflow:visible;
}
#menu li {
       display: inline;
}
#menu li a {
       display: block;
       float: left;
       width: 60px;
font-family: Oswald, Helvetica;
       height: 20px;
       margin-right: 50px;
	padding-bottom: 10px;
       background-repeat: no-repeat;
       margin-top: -5px;
}	

#menu li a .item {
	   color: #CFCFCE;
	   font-family: Oswald, Helvetica;
	   text-transform: uppercase;
	   font-weight: normal;
	   font-size: 16px;
	   margin-top: px;
	   padding-top: -10px;
}

#menu li a .item:hover{
	color:#fff;}

#menu li.about a {
       background-position: -412px -8px;
       margin-left:20px;
}
#menu li.about a:hover {
       background-position: -412px -38px;
	color:#fff;
       }
       
#menu li.beer a {
       background-position: -68px -8px;
       width: 95px;
	margin-left:30px;
}
#menu li.beer a:hover {
       background-position: -68px -38px;
	color:#fff;
}
#menu li.brewery a {
       background-position: -180px -8px;
	width: 90px;
	margin-right: 245px;
	margin-left:-25px;
}
#menu li.brewery a:hover {
       background-position: -180px -38px;
	color:#fff;
}

#menu li.events a {
       background-position: -273px -8px;
	   width: 80px;
	   margin-right: 45px;
}
#menu li.events a:hover {
       background-position: -273px -38px;
	color:#fff;
}
#menu li.blog a {
       background-position: -353px -8px;
	   width: 50px;
	   margin-right: 50px;
	margin-left:10px;
}
#menu li.blog a:hover {
       background-position: -353px -38px;
	color:#fff;
}


#menu li.store a{
margin-left:40px;
margin-top:-7px;
}

#menu li.store a:hover{
background-position: center bottom;
color:#fff;}



#pubMenu{
	list-style-type: none;
	padding:0px;
       margin: 0px;
       width: 130px;
       height: 37px;
       position: relative;
	left: 265px;
	top: -42px;
	   overflow:hidden;
	   z-index:9990;}

#pubMenu:hover{
	overflow:visible;}
	
#pubMenu li a {
	height:40px;
	width:130px;
	display:block;
	padding-top: 5px;
	font-size:16px;
font-family: Oswald, Helvetica;
	text-transform:uppercase;
	color:#CFCFCE;
	text-align:center;}

#pubMenu li a:hover{
	color:#fff;}

#pubMenu li{
	background-color:#000;}

#pubMenu li a .item {
	   color: #CFCFCE;
	   font-size: 16px;
	   text-transform: uppercase;
}

#pubMenu li a .item:hover{
	color:#fff;}
/*
#aboutMenu{
	list-style-type: none;
	padding:0px;
       	margin: 0px;
           width: 130px;
           height: 37px;
           position: relative;
	left:-20px;
	top:-163px;
	overflow:hidden;
	z-index:9989;}

#aboutMenu:hover{
	overflow:visible;}

#aboutMenu li a {
	height:40px;
	width:130px;
	display:block;
	padding-top: 5px;
	font-size:16px;
	font-family: Oswald, Helvetica;
	text-transform:uppercase;
	color:#CFCFCE;
	text-align:center;}

#aboutMenu li a:hover{
color:#fff;}

#aboutMenu li{
	background-color:#000;}

#aboutMenu li a .item {
	   display: none;
	   color: #CFCFCE;
	   text-transform: uppercase;}

#aboutMenu li a .item:hover{
	color:#fff;}*/


/* begin about drop down menu */

#aboutMenu{
	list-style-type: none;
	   padding:0px;
       margin: 0px;
       width: 155px;
       height: 37px;
       position: relative;
	left: -30px;
	top: -152px;
	overflow:hidden;
	z-index:9990;
	color: #CFCFCE;
	text-align: center;
}

#aboutMenu:hover{
	overflow:visible;}

#aboutMenu li{
	background-color:#000;}
	
#aboutMenu li a {
	height:37px;
	width:130px;
	display:block;
	margin-left: 10px;
	padding-top: 5px;
	text-align:center;
font-family: Oswald, Helvetica;
	color:#CFCFCE;
	font-size:16px;
	text-transform:uppercase;}

#aboutMenu li a:hover{
	color:#fff;}

#aboutMenu li a .item {
	   color: #CFCFCE;
	   font-family: Oswald, Helvetica;
	   font-size: 16px;
	   text-transform: uppercase;
	   width: 250px;}

#aboutMenu li a .item:hover{
	color:#fff;}

.careers{
	background-color: #000;}
		 
.careers:hover{
	background-position: center bottom;}

.donations{
		background-color: #000;}
		
.donations:hover{
			background-position: center bottom;}

.elysianContacts{
		background-color: #000;}
		
.elysianContacts:hover{
			background-position: center bottom;}

			
/* end about drop down menu */
		
.capitol{
		background-color: #000;
		text-align: center;
}
		 
.capitol:hover{background-position: center bottom;}

.tangle{
	background-color: #000;
	text-align: center;}
		
.tangle:hover{
	background-position: center bottom;}

.elysian{
	background-color: #000;
	text-align: center;}
		
.elysian:hover{
	background-position: center bottom;}
			
			
#newsMenu{
	list-style-type: none;
	   padding:0px;
       margin: 0px;
       width: 130px;
       height: 37px;
       position: relative;
	left: 725px;
	top: -78px;
	   overflow:hidden;
	   z-index:9990;}

#newsMenu:hover{
	overflow:visible;}

#newsMenu li{
	background-color:#000;}
	
#newsMenu li a {
	height:40px;
	width:130px;
	display:block;
	text-align: center;
	padding-top: 5px;
	font-family: Oswald, Helvetica;
	font-size:16px;
	color:#CFCFCE;
	text-transform:uppercase;}

#newsMenu li a:hover{
	color:#fff;}

#newsMenu li a .item {
	   color: #CFCFCE;
	   text-transform: uppercase;
	   font-size: 16px;
	   text-align: center;}

#newsMenu li a .item:hover{
	color:#fff;}

/* begin events menu */
#eventsMenu{
	list-style-type: none;
	   padding:0px;
       margin: 0px;
       width: 150px;
       height: 37px;
       position: relative;
	left: 585px;
	top: -189px;
	   overflow:hidden;
	   z-index:9990;}

#eventsMenu:hover{
	overflow:visible;}

#eventsMenu li{
	background-color:#000;}
	
#eventsMenu li a {
	height:40px;
	width:150px;
	display:block;
	text-align: center;
	padding-top: 5px;
	font-family: Oswald, Helvetica;
	font-size:16px;
	color:#CFCFCE;
	text-transform:uppercase;}

#eventsMenu li a:hover{
	color:#fff;}

#eventsMenu li a .item {
	   color: #CFCFCE;
	   text-transform: uppercase;
	   font-size: 16px;
	   text-align: center;}

#eventsMenu li a .item:hover{
	color:#fff;}

/* end events menu */


.newsfeed{
	background-color: #000;
	color: #999;}
		 
.newsfeed:hover{
	background-position: center bottom;}

.photos{
	background-color: #000;}
		
.photos:hover{
	background-position: center bottom;}

.videos{
	background-color: #000;}
		
.videos:hover{
	background-position: center bottom;}
			
			/* begin beer dropdown menu*/

#beerMenu{
	list-style-type: none;
	   padding:0px;
       margin: 0px;
       width: 155px;
       height: 37px;
       position: relative;
	left: 110px;
	top: -116px;
	overflow:hidden;
	z-index:9990;
	color: #CFCFCE;
	text-align: center;
}

#beerMenu:hover{
	overflow:visible;}

#beerMenu li{
	background-color:#000;}
	
#beerMenu li a {
	height:37px;
	width:130px;
	display:block;
	margin-left: 10px;
	padding-top: 5px;
	text-align:center;
font-family: Oswald, Helvetica;
	color:#CFCFCE;
	font-size:16px;
	text-transform:uppercase;}

#beerMenu li a:hover{
	color:#fff;}

#beerMenu li a .item {
	   color: #CFCFCE;
	   font-family: Oswald, Helvetica;
	   font-size: 16px;
	   text-transform: uppercase;
	   width: 250px;}

#beerMenu li a .item:hover{
	color:#fff;}

.elysianbeers{
	background-color: #000;}
		 
.elysianbeers:hover{
	background-position: center bottom;}

.beerlocator{
		background-color: #000;}
		
.beerlocator:hover{
			background-position: center bottom;}

.beertogo{
		background-color: #000;}
		
.beertogo:hover{
			background-position: center bottom;}

.distribution{background-color: #000;}

.distribution:hover{
			background-position: center bottom;}
			
/* end beer drop down menu */

/*** GREAT PUMPKIN BEER FESTIVAL COUNT DOWN TIMER ***/
#timerShell{
	position:absolute;
	height:54px;
	width:410px;
	left:50%;
	margin-left:-510px;
	background-image:url(/wp-content/uploads/2016/08/timer2.png);
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:900;
	font-size:24px;
	text-align:center;
	z-index:1000;
margin-top:-10px;
	}

#timerShell div{
	margin-top:10px;
	text-align:center;
	width:30px;
	display:inline;
	margin-left:14px;
	margin-right:10px;
	position:absolute;}
	
#unitDays{
	left:7px;}
	
#unitHours{
	left:82px;}
	
#unitMinutes{
	left:156px;}
	
#unitSeconds{
	left:232px;}

/*** END GREAT PUMPKIN BEER FESTIVAL COUNT DOWN TIMER ***/

/* END ELYSIAN NAV */

.twtr-hd h4{display:block;
position:relative;
top:-20px;}

.twtr-hd h3{display:none;}

/* ELYSIAN FOOTER */
#footer {
	width: 1000px; 
	margin-bottom: 0px;
	/*margin-top: -5px;*/
	height: 210px;	
	color: #fff;
}

#f_pubwrapper {
	margin: 0px;
	padding: 0;
}
#f_pubheading {
	width:735px;
	height: 28px;
	float: left;
	margin: 0px;
	padding: 0px;	
	padding-top: 2px;
	padding-left: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	background-image: url(/images/nav_bkgd.png);
	background-repeat: no-repeat;
}

#f_pubheading p {display:none;} /** ADDED 9/6/2012 BY GREGG RICHTER TO REMOVE 'OUR PUBS' FROM JUST ABOVE THE FOOTER  **/

#f_pubs {
	width: 750px;
	margin: 0px;
	padding: 0px;
}


#f_elysian, #f_fields, #f_tangletown {
	width: 234px;
	height: 230px;
	background-color: #000000; 
	float: left;
	padding-left:15px;

}



#social_heading {
	background-image: url(/images/nav_bkgd.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 11px;
	letter-spacing: 1px;
	float: right;
	width: 220px;
	height: 28px;
	position:relative;
	left:-20px;
}

#signup {
	width: 220px;
	height: 230px;
	background-color: #000000; 
	float: right;
	padding-left:15px;
	position:relative;
	left:-20px;
}

.page-id-33 #page #footer #f_pubwrapper #f_pubheading, .page-id-33 #page #footer #f_pubwrapper #social_heading{margin-top:-10px;}

	
#f_elysian, #f_fields {
		border-right: #FFFFFF dashed 1.5px;
}

#f_elysian p, #f_fields p, #f_tangletown p{
font-size:12px;
font-weight:normal;
margin-bottom:10px;
}

.site-info{
position:relative;
text-align:center;
width:100%;
background-color:#000;
height:30px;
margin-top:-32px;
margin-left:-10px;
padding-right:20px;
padding-top:5px;}

.site-info #CUlink{
color:#CC9933;
font-size:14px;
top:5px;
text-decoration:underline;}

.site-info #CUlink:hover{
color:#21759B;}



/* end elysian footer */

#content{
background-image: url(/images/content_bkgd.jpg);
background-repeat: none;
background-size:100%;
padding:20px;}
/*
.page-id-33 #page #primary{
width:720px;
height:530px;}

.page-id-33 #page #primary #content{background-image:none;
padding:0px;
}*/

#main{
position:relative;
margin-top:-30px;
overflow:visible;}

h1 {
	font-size: 36px;
	color: #274F70;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	text-shadow: #996600; 
	letter-spacing:-1px;
	margin: 0px;
	margin-top: 10px;
}

h2 {
	font-size: 15px;
	color: #CC9933;
	font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	
}

h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;	
	margin: 0px;
	font-style:italic;
	
}
h4 {
	font-size: 16px;
	color: #CC9933;
	font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	margin: 0px;
	margin-top: 10px;
	letter-spacing:1px;
}
h5 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h6{
	text-transform:uppercase;
	color:#3d3938;
	font-size:32px;
	font-family:Oswald;}


.content_heading {
	font-size: 14px;
	color: #274F70;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing:1px;
}

.food_heading {
	font-size: 12px;
	font-weight: bold;	
	text-transform: uppercase;
}

.L_sidebar_heading {
	font-size: 14px;
	color: black;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing:1px;
}
.L_sidebar_subheading {
	font-size: 12px;
	color: black;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing:1px;
}
.event_descr {
	font-size: 10px;
	line-height: 16px;
}	



img{
	 margin: 0px;
	 border: 0px; 
}


#L_sidebar, #R_sidebar img{
	margin: 0px;
}



#R_sidebar p{
	color: #FFFFFF;
	letter-spacing: 1pt;
}

#L_sidebar_taps p{
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-size: 11px;
	padding-left: 18px;
	padding-top: 0px;
	margin-left: 10px;
}

#content p {
	line-height: 20px; 
	padding-left: 5px;
	padding-right: 5px;
}


ul.list
{
	line-height: 20px;
	margin-left:50px;

}

ul {
	padding-left: 5px;
	margin-left: 0px;
	line-height: 20px;
	}


/* LINKS */

a:link, a:visited, a:active {
	color: #cc9933;
	text-decoration: none;
}
a:hover {
	color: #274F70;
	text-decoration: none;
}


.R_sidebar a, .R_sidebar a:link, .R_sidebar a:visited, .R_sidebar a:active {
	color: #cc9933;
}

.R_sidebar a:hover{
	color: #274F70;
}

.GenInfo_sidebar a, .GenInfo_sidebar a:link, .GenInfo_sidebar a:visited, .GenInfo_sidebar a:active {
	color: #274F70;
}

.GenInfo_sidebar a:hover{
	color: #666666;
}


#main_content a, #main_content a:link, #main_content a:visited, #main_content a:active {
	color: #274F70;
}

#main_content a:hover{
	color: #cc9933;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #cc9933;
}

#footer a:hover{
	color: #274F70;
}



/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	/*background-color: #fff;*/
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 4px;
	/*margin-bottom: 1.714285714rem;*/
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	/*list-style: disc outside;*/
	list-style:none;
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;*/
}
.widget-area .textwidget li {
	/*margin-left: 36px;
	margin-left: 2.571428571rem;*/
}
.widget-area .widget a {
	color: /*#757575;*/ #CC9933;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#text-4{
position:absolute;
left:50%;
top:173px;
margin-left:251px;
} /* THIS IS THE TWITTER WIDGET CONTAINER */

#text-2 .widget-title {display:none;} /* removes the title from the distribution list image on the bottom of the beer distribution pages */
#text-3 .widget-title {display:none;} /* removes the title from the Distribution Map image on the beer distribution pages */
#text-4 .widget-title {display:none;} /* removes the title from the Twitter widget on the home page */
#text-5 .widget-title {display:none;} /* removes the title from the To Go Sizes image on the beer to go page */
#text-6 .widget-title {display:none;} /* removes the title from the bottom sub-menu on the Elysian beer pages */
#text-7 .widget-title {display:none;} /* removes the pint image menu title from the widget on the distributor resources pages */
#text-8 .widget-title {display:none;} /* removes menu title from the Elysian Fields sub menu on the Elysian Fields pages side column*/
#text-10 .widget-title {display:none;} /* removes menu title from the Capitol Hill sub menu on the Capitol Hill pages side column*/
#text-11 .widget-title {display:none;} /* removes menu title from the tangletown sub menu on the tangletown pages side column*/
#text-12 .widget-title {display:none;} /* removes menu title from the about elysian brewing pages side column*/
#text-13 .widget-title {display:none;} /* removes menu title from the elysian timeline widget on the brewing pages side column*/
#text-15 .widget-title {display:none;} /* removes menu title from the top link for the beer pages */
#text-16 .widget-title {display:none;} /* removes menu title from the Capitol Hill Tap Menu widget */
#text-17 .widget-title {display:none;} /* removes menu title from the Elysian Fields Tap Menu widget */
#text-18 .widget-title {display:none;} /* removes menu title from the Tangletown Tap Menu widget */
#text-19 .widget-title {display:none;}
#text-23 .widget-title {display:none;}

#post-521 .entry-header .entry-title {display:none;} /* removes the header from the test slideshow page */
#post-521 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1524 .entry-header .entry-title{display:none;}
#post-27 .entry-header .entry-title{display:none;}
#post-1625 .entry-header .entry-title{display:none;}
#post-1625 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1502 .entry-header .entry-title{display:none;}
#post-1502 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1635 .entry-header .entry-title{display:none;}
#post-1635 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1633 .entry-header .entry-title{display:none;}
#post-1633 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1637 .entry-header .entry-title{display:none;}
#post-1637 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1691 .entry-header .entry-title{display:none;}
#post-1691 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-1789 .entry-header .entry-title{display:none;}
#post-1789 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-801 .entry-header .entry-title{display:none;}
#post-801 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-2241 .entry-header .entry-title{display:none;}
#post-2241 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-4227 .entry-header .entry-title{display:none;}
#post-4227 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-566 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-4405 .entry-header .entry-title{display:none;}
#post-4405 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-5064 .entry-content {margin-top:-20px;}
#post-5064 .entry-header .entry-title{display:none;}
#post-5419 .entry-header .entry-title{display:none;}
#post-5419 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-5421 .entry-header .entry-title{display:none;}
#post-5421 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-5412 .entry-header .entry-title{display:none;}
#post-5412 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-5415 .entry-header .entry-title{display:none;}
#post-5415 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-6439 .entry-header .entry-title{display:none;}
#post-6439 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-6445 .entry-header .entry-title{display:none;}
#post-6445 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-6341 .entry-header .entry-title{display:none;}
#post-6341 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-6210 .entry-header .entry-title{display:none;}
#post-6210 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */
#post-6873 .entry-header .entry-title{display:none;}
#post-6873 .entry-content {margin-top:-20px;} /*pushes slideshow content on test slideshow page up 20 px */

/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/ /*removed GSR*/
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display:none;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 1.428571429rem;
	/*line-height: 2;*/ /*original setting*/
	line-height:1.25; /* new setting */
	font-weight: bold;
	color: #363938;
	margin-top:-15px;
	font-family:Oswald;
}
.entry-header .entry-title a {
	text-decoration: none;
	color:#363938;
	font-weight: bold;
	font-family:Oswald;
}

#post-33 .entry-header .entry-title{
display:none;} /*added this to remove the title of the home page*/

/* the following moves the entry header from the various pub pages up 20 pixels*/
#post-81 .entry-header,
#post-89 .entry-header,
#post-327 .entry-header,
#post-332 .entry-header,
#post-338 .entry-header,
#post-341 .entry-header,
#post-344 .entry-header,
#post-348 .entry-header,
#post-351 .entry-header,
#post-354 .entry-header,
#post-357 .entry-header,
#post-360 .entry-header,
#post-363 .entry-header,
#post-366 .entry-header,
#post-369 .entry-header,
#post-373 .entry-header,
#post-377 .entry-header,
#post-408 .entry-header,
#post-411 .entry-header,
#post-414 .entry-header,
#post-417 .entry-header,
#post-420 .entry-header,
#post-423 .entry-header,
#post-426 .entry-header,
#post-429 .entry-header,
#post-432 .entry-header,
#post-435 .entry-header,
#post-438 .entry-header,
#post-441 .entry-header,
#post-444 .entry-header,
#post-447 .entry-header,
#post-450 .entry-header,
#post-453 .entry-header,
#post-456 .entry-header,
#post-459 .entry-header,
#post-462 .entry-header,
#post-503 .entry-header,
#post-506 .entry-header,
#post-509 .entry-header,
#post-666 .entry-header,
#post-672 .entry-header,
#post-726 .entry-header,
#post-729 .entry-header,
#post-6873 .entry-header,
{margin-top:-20px;}

/* the following removes titles from the pub pages */
#post-81 .entry-header .entry-title,
#post-89 .entry-header .entry-title,
#post-327 .entry-header .entry-title,
#post-332 .entry-header .entry-title,
#post-338 .entry-header .entry-title,
#post-341 .entry-header .entry-title,
#post-344 .entry-header .entry-title,
#post-348 .entry-header .entry-title,
#post-351 .entry-header .entry-title,
#post-354 .entry-header .entry-title,
#post-357 .entry-header .entry-title,
#post-360 .entry-header .entry-title,
#post-363 .entry-header .entry-title,
#post-366 .entry-header .entry-title,
#post-369 .entry-header .entry-title,
#post-373 .entry-header .entry-title,
#post-377 .entry-header .entry-title,
#post-408 .entry-header .entry-title,
#post-411 .entry-header .entry-title,
#post-414 .entry-header .entry-title,
#post-417 .entry-header .entry-title,
#post-420 .entry-header .entry-title,
#post-423 .entry-header .entry-title,
#post-426 .entry-header .entry-title,
#post-429 .entry-header .entry-title,
#post-432 .entry-header .entry-title,
#post-435 .entry-header .entry-title,
#post-438 .entry-header .entry-title,
#post-441 .entry-header .entry-title,
#post-444 .entry-header .entry-title,
#post-447 .entry-header .entry-title,
#post-450 .entry-header .entry-title,
#post-453 .entry-header .entry-title,
#post-456 .entry-header .entry-title,
#post-459 .entry-header .entry-title,
#post-462 .entry-header .entry-title,
#post-503 .entry-header .entry-title,
#post-506 .entry-header .entry-title,
#post-509 .entry-header .entry-title,
#post-666 .entry-header .entry-title,
#post-672 .entry-header .entry-title,
#post-726 .entry-header .entry-title,
#post-729 .entry-header .entry-title,
#post-6439 .entry-header .entry-title,
#post-6873 .entry-header .entry-title,

{display:none;}

/* BIFROST RSVP FORM */
#ninja_forms_field_31{
font-size: 16px;
background-color: #CC9933 !important;
background-color: white;
background-image: none;
color: #fff;}

#ninja_forms_form_12_all_fields_wrap .field-wrap label .ninja-forms-req-symbol{
display:none;}

#ninja_forms_form_12_all_fields_wrap .ninja-forms-required-items{
display:none;}

#ninja_forms_form_12_all_fields_wrap .ninja-forms-field{
max-width:300px !important;}

/* END BIFROST RSVP FORM */ 

#general_info{
	padding:10px;
	background-color: #cc9933;}



.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

#post-645 .entry-content li{
	margin:0;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;*/ /* removed GSR */
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#post-33{
	margin-top:-45px;}
	
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

#mobileContactImage{display:none;}

#mobileFooter{
	display:none;}

#footerMobile{
	display:none;}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* front page responsive design */
.page-id-521 #primary #content{
	background-image:none;
	padding:0px
	}

.page-id-521 #primary #content #post-521 .entry-content .slideshow_container{
	border: 16px #000 solid;
	background-color: #000;}

.page-id-521 #secondary{
	margin-top:27px;}


.page-id-33 #primary #content{
	background-image:none;
	padding:0px
	}

.page-id-33 #primary #content #post-521 .entry-content .slideshow_container{
	border: 16px #000 solid;
	background-color: #000;}

.page-id-33 #secondary{
	margin-top:27px;}

/*** EVENTS PLUGIN ***/

.tribe-events-style-full #page #primary {width:100% !important;}

.tribe-events-month-event-title, .tribe-events-single-section-title{
	font-style:normal;}

.tribe-events-single-event-title{
	font-family:"Oswald";
	color:#3d3938;
	font-size:32px !important;
	margin-bottom:0px !important;}

.tribe-events-schedule{
	margin-top:0px !important;}

.tribe-events-schedule h2{
	margin-top:0px !important;
	margin-bottom:0px !important;}

.tribe-events-page-title{
	font-family:"Oswald";
	color:#3d3938;
	font-size:32px !important;}

.tribe-events-month-event-title a{
	color:#21759b;
	opacity:1.0 !important;}

/*** END EVENTS PLUGIN ***/


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 953 pixels. */
@media screen and (min-width: 953px) {
	body {
		background-image: url(/wp-content/uploads/2016/03/elysian_b3.jpg);
		background-repeat:no-repeat;
		background-position: top center;
		background-attachment: fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1000px;
		max-width: /*68.571428571rem*/70rem;
		overflow: visible; /* changed from hidden */
	}
	.site-content {
		float: left;
		width: 70.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width:230px;
		/*width: 24.041666667%;*/
		background-color: #000;
		padding:20px;
	}

	.page-id-33 .widget-area{
	float:none;
	position:relative;
	width:230px;
	top:1px;
	margin-left:750px;
	padding:0px;
	}
	
	.page-id-33 #page #secondary {background:none;
	padding:0px;
	padding-top:4px;}
	
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		/*font-size: 28px;*/
		font-size: 2.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	
}

/*** OPEN TABLE CSS ***/

#post-645 .OT_subtitle{
font-size:8px;}

#post-1625 .OT_subtitle{
font-size:8px;}

#post-1625 .entry-content li{
	margin:0;
}

/*** END OPEN TABLE CSS ***/


/* Minimum width of 953 pixels. */
@media screen and (min-width: 953px) {
	body {
		background-image: url(/wp-content/uploads/2016/03/elysian_b3.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-image: url(/wp-content/uploads/2016/03/elysian_b3.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* MAXIMUM width of 953 pixels. */
@media screen and (max-width: 953px) {

body{
	background-image:none;
	background-color:#000;}


#timerShell, #unitDays, #unitHours, #unitSeconds{
	display:none !important;}

.slideshow_container{top:20px !important;}

.slideshow_container .slideshow_pagination .slideshow_pagination_center{display:none !important;}

.slideshow_pagination {display:none !important;}

.slideshow_pagination_center{display:none !important;}

.slideshow_container {height:auto !important;}

#logowrap, #nav{display:none;}

#PitcherImage{display:none;}

.site-content{margin-top:20px;}

.slideshow_button{top:25% !important;
	margin-top:0;}

/*** begin mobile nav ***/

#MobileNav{
	display:block;
	height:60px;
	overflow-y:hidden;
	margin-top:40px;}

#MobileNav ul li{
	list-style:none;
	margin-top:3px;
	padding-bottom:2px;
	padding-top:1px;
	border-bottom:1px solid #666;
	}
	
#MobileNav ul li a{
	color:#fff;
	background-color:#000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-family: Oswald;
	font-size:16px;}

#mobileContactImage{display:block;
	position:absolute;
	right:20px;
	top:10px;}

#post-33 .entry-content p img{display:none;}
#post-33 .entry-content #blackBar{display:none;}
#post-33 .entry-content #newFooter .graySquare{display:none;}

#post-33 .entry-content #newFooter .centerLeftSquare{
	display:none;
	/*position:relative;
	display:block;
	top:200px;
	left:-20px;*/}

body.page-id-33{overflow-x:hidden;}

body.page-id-1972 #page #primary #content{background-image:none;}

#text-23{display:none;}

#secondary{background-color:#000;
	padding-left:10px;
	padding-right:10px;}

#secondary #text-25 {display:block;
	margin-top:-550px;
	position:absolute;
	left:23px;}

#mobileNavImage{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-51px;
	top:5px;}

#mobileFooter{
	display:block;
	width:100%;
	height:110px;
	position:relative;
	margin-top:-265px;
	margin-left:3px;}

#mobileFooter .grayBlock{
	position:relative;
	width:27%;
	margin:1%;
	float:left;
	height:110px;
	background-color:#333333;
        text-align:center;
	padding-left:5px;
	padding-right:5px;}

#mobileFooter .grayBlock a.grayBlockHeader{
	color:#999;
	font-size:14px;}

#mobileFooter .grayBlock a img{
	margin-top:10px;}

#footerMobile{
	display:block;
	margin-left:30px;}

#footerMobile{
	position:relative;
	margin-top:-20px;}

body.page-id-33 footer #footerMobile{
	position:relative;
	margin-top:-85px;}

.slideshow_container, .slideshow_container_style-light, .slideshow_content, .slideshow_view, .slideshow_slide, .slideshow_slide_image {height:200px !important;}

.slideshow_slide_image a img{height:200px !important;}

}