/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Font Replacement
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Age Checker
	- Site Header
		- Title Area
		- Social Media
		- Header Newsletter Form
		- Header Buttons
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Entry Navigation
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;display: none;}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Font Replacement
--------------------------------------------- */

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

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

}

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #000;
	color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
.btn,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #b91b01;
}

p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.325;
	margin: 0 0 22px;
	margin: 0 0 2.2rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#381712;
	font-family: 'Tiza', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -1px;
	letter-spacing: -0.1rem;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h3,
.sidebar .square-box > div h3
{
	color: #f1e1c0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Droid Serif', serif;
}
.entry-content h3 {
	font-size: 22px;
	font-size: 2.2rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #cdcdcd;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-family: 'Tiza', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
	border:2px solid #000;
	width: 100%;	
}

textarea.main-form-question {
	height: 171px;
}

input.main-form-submit {
	margin-top: 10px;
	margin-top: 1rem;
}

input:focus,
textarea:focus {
	background: #eee;	
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	background-color: #6d0801;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {

}

.btn {
	display: inline-block;
	font-family: 'Tiza', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #381712;
	padding: 20px;
	background: #660000;
	color: #fff;
	position: relative;
}

.btn:hover
{
	color:#f1e1c0;
	text-decoration:none;
	background-color: #460703;
}

.btn.btn-arrow:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(56, 23, 18, 0);
	border-left-color: #660000;
	border-width: 29px;
	top: 50%;
	margin-top: -29px;
}

.btn.btn-arrow:hover:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(56, 23, 18, 0);
	border-left-color: #460703;
	border-width: 29px;
	top: 50%;
	margin-top: -29px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	background: transparent;
	clear: both;
	padding-top: 10px;
	padding-top: 1rem;
	margin: 0 auto;
	min-height:300px;
	max-width: 1170px;	
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 870px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Square Boxes */

.square-box {
	background: url(../images/bg_wood.jpg) repeat center center transparent;
	box-shadow:         0px 5px 2px rgba(56, 23, 18);
	-webkit-box-shadow: 0px 5px 2px rgba(56, 23, 18, 0.8);
	-moz-box-shadow:    0px 5px 2px rgba(56, 23, 18, 0.8);
	box-shadow:         0px 5px 2px rgba(56, 23, 18, 0.8);
	margin-left: 2.564103%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
}

.home .square-box {
	text-align: center;
}
.home .square-box:first-child,
.home .square-box:nth-child(3) {
	margin-left: 0;
}

.square-box > div {
	padding: 0;
	padding: 0;
	overflow: hidden;
	border:4px solid #381712;
	position: relative;
}

.square-box .scroll {
	overflow-y:auto;
}

.square-box .pattern-bg-dark {
	background: url(../images/bg_rusty_black.jpg) no-repeat left top #000;
	display: block;
}

.square-box h2 {
	line-height: 30px;
	line-height: 3rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

.square-box h3 {
	line-height: 24px;
	line-height: 2.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.square-box.large {
	max-height: 475px;
	min-height: 475px;
}

.square-box.large h2 + div {
	height: 387px;
}

.square-box.medium {
	max-height: 370px;
	min-height: 370px;
}

.square-box.medium div:first-child {
	height: 330px;
}

.square-box.medium h2 + div {
	height: 287px;
}

.square-box.medium .loading {
	margin-top: 40%;
	width: 80%;
}

.entry-content .instagram-feed 
{
	height: 320px;
}

.entry-content .instagram-feed,
.entry-content .instagram-feed li
{
	margin:0;
	padding:0;
	list-style: none;
}

.entry-content .instagram-feed li img
{
	width:100%;
	height: auto;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-third-custom,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.two-thirds-custom {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.one-third-custom {
	width: 36.9%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.two-thirds-custom {
	width: 60.53589744%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	margin-left: 0;
}

.last {
	margin-left: 0;
}

.entry-content .right-border {
	border-right: 1px solid #fff;
	padding-right: 2.564102564102564%;
}

.entry-content .left-border {
	border-left: 1px solid #fff;
	padding-left: 2.564102564102564%;

}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 14px 0;
	margin: 0 2.4rem 1.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title,
.tribe-events-page-title {
	font-family: 'Tiza', sans-serif;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1;
	background: url(../images/bg_header_red.jpg) no-repeat left top transparent;
	color: #fff;
	padding: 20px 60px;
	text-align: left;
}

.event-date-large-container {
	background: url(../images/bg_header_red.jpg) no-repeat left top transparent;
	width:80px;
	height: 80px;
	padding: 20px;
	text-align: center;
}
.event-date-large {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 0;
	color: #fff;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Age Checker
--------------------------------------------- */

#av-overlay-wrap { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #E6E6E6;
	z-index: 10000;
	display: block;
	top: 0;
	left: 0; 
}

#av-overlay {
	position: fixed; 
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: white;
	z-index: 10001;
	padding: 30px 40px 34px;
	-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	   -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	        box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#av-overlay h1 {
	margin-bottom: 20px;
}
#av-overlay p {
	margin-bottom: 10px;
}
#av-overlay .submit {
	margin-bottom: 0;
}

#av-overlay input[type=text] {
	width: 40px;
	outline: none;
}

#av-overlay .error {
	padding: 12px;
	background-color: #ffebe8;
	border: 1px solid #c00;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.site-container { display: none; }

/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) {
	
	#av-overlay {
		position: relative;
		top: auto;
		left: auto;
		width: 300px;
		height: auto;
		margin: 100px auto 0 auto;
	}
	
}


#av-overlay-wrap {
	background: #000;
	opacity: 0.95;
}

#av-overlay {	
	background: url(../images/login_screen_bg.png) no-repeat left top transparent !important;
	width: 730px;
	height: 562px;	
	margin-top: 5%;
	padding: 0 40px;
	padding: 0 4rem;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#av-overlay h1,
#av-overlay p {
	margin-top: 170px;
	margin-top: 17rem;
	font-size: 33px;
	font-size: 3.3rem;
}

#av-overlay p {
	margin-top:0;
	color: #381712;
	font-family: 'Tiza', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
}

#av-overlay .error 
{
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Droid Serif', serif;
}

#av-overlay label[for="av_verify_remember"] {
	display: none;
}

#av-overlay label[for="av_verify_confirm"] {
	color: #b91b01;
	font-size: 20px;
	font-size: 2rem;
}

#av-overlay #av_verify_confirm {
	width: auto;
	vertical-align: middle;
}

#av-overlay #av-verify {
	background-color: #6d0801;
	color: #fff;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

header {
	position: relative;
}
.site-header .wrap {
	padding: 0;
	max-width:100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Tiza', sans-serif;
	font-weight: 700;
	padding: 23px 0;
	padding: 2.3rem 0;
	margin:0 auto;
	width: 360px;
	text-align: center;
	position:relative;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .header-top > div,
.header-full-width .site-title,
.header-full-width .header-bottom {
	max-width: 1170px;
	margin:0 auto;
}

.header-full-width .header-top
{
	background-color: #b91b01;
	padding:12px 0;
	padding:1.2rem 0;
}

.header-full-width .header-bottom
{
	position:relative;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Social Media */

.social-media ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.social-media ul li
{
	display:inline-block;
}

.social-media ul li a
{
	display:block;
	color:#b91b01;
	background-color:#f1e1c0;
	padding-top:5px;
	margin-right:15px;
	border-radius:50%;
	font-size:20px;
	font-size:2.0rem;
	width: 40px;
	height: 40px;
	text-align: center;
}

.social-media ul li a:hover {
	color:#b91b01;
	background-color:#f1daaa;
	text-decoration:none;
}

/* Header Newsletter Form */
.newsletter-signup-container,
.social-media,
.newsletter-signup-container h3,
.newsletter-signup-form,
.newsletter-signup-container .fsPage,
.newsletter-signup-container .fsSubmit  {
	display: inline-block;
	position:relative;
}

.newsletter-signup-container h3 {
	color: #f1e1c0;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 0;
}

.newsletter-signup-container {
	text-align: right;
}

.newsletter-signup-container input[type="email"] {
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	line-height:12px;
	line-height:1.2rem;
	border:none;
	padding:12px;
	padding: 1.2rem;
	margin:0;
	border-radius:0;
	box-shadow:none;
	width:214px;
	font-family: 'Droid Serif', sans-serif;
}

.newsletter-signup-container ::-webkit-input-placeholder { color: #eee; }
.newsletter-signup-container :-moz-placeholder { color: #eee; } /* Firefox 18- */
.newsletter-signup-container ::-moz-placeholder { color: #eee; } /* Firefox 19+ */
.newsletter-signup-container :-ms-input-placeholder {  color: #eee; }
.newsletter-signup-container :focus::-webkit-input-placeholder{ color:transparent; } /* iOS */

.newsletter-signup-container input[type="submit"] {
	color: #f1e1c0;
	background-color:#621000;
	padding:12px 12px 14px;
	padding: 1.2rem 1.2rem 1.4rem;
	font-size:10px;
	font-size:1.0rem;
	line-height:12px;
	line-height:1.2rem;
	margin-left:1px;
	font-family: 'Tiza', sans-serif;
}

.newsletter-signup-container .fsError {
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 37px;
	text-transform: uppercase;
	font-weight: bold;
}

.newsletter-signup-container form > div
{
	padding:0 !important;
}

.newsletter-signup-container form > div > p
{
	font-weight: bold;
	padding: 0;
	color: white;
	font-size: 12px;
	font-size:1.2rem;
	margin: 0;
	position: absolute;
	top: 12px;
	line-height: 12px;
	line-height:1.2rem;
	width:300px;
}

.newsletter-signup-container input[type="submit"]:hover {
	background-color:#8c1801;
}

div.wpcf7 p {
	margin: 0;
	padding: 0;
	line-height: 0;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
}

div.wpcf7 img.ajax-loader {
	display: none !important;
}


/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* Header Buttons */

.btn-header-left,
.btn-header-right
{
	color:#330000;
	font-family: 'Tiza', sans-serif;
	text-align: center;
	position: absolute;
	padding-top: 23px;
	font-size: 13px;
	font-size: 1.3rem;
}

.btn-header-left
{
	background: url(../images/btn_beer_finder.png) no-repeat left top;
	width:193px;
	height:76px;
	left: 0;
	bottom: 0;
	padding-right: 14px;
}

.btn-header-right
{
	background: url(../images/btn_login.png) no-repeat left top;
	width:165px;
	height:70px;
	right: -5px;
	right: -0.5rem;
	top: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.menu-primary {
	clear: both;
	color: #381712;
	font-family: 'Tiza', sans-serif;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background:url(../images/main_menu_bg.png) repeat left top #c7a983;
	box-shadow:         0px 5px 2px rgba(56, 23, 18);
	-webkit-box-shadow: 0px 5px 2px rgba(56, 23, 18, 0.8);
	-moz-box-shadow:    0px 5px 2px rgba(56, 23, 18, 0.8);
	box-shadow:         0px 5px 2px rgba(56, 23, 18, 0.8);

	text-align: center;
    font-size: 0.1px; /*hide whitespace between elements*/
}

/*.menu-primary:after {
    content: '';
    display: inline-block;
    width: 100%;
}*/

.menu-primary .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.menu-primary a {
	border: none;
	font-size: 15px;
	font-size: 1.5rem;
	color: #381712;
	display: block;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	position: relative;
	text-align: center;
	background: url(../images/main_menu_divider.png) no-repeat right center transparent;
}

.menu-primary li:last-child a {
	background: none;
}

.menu-primary a:hover,
.menu-primary .current-menu-item > a,
.menu-primary .sub-menu .current-menu-item > a:hover {
	color: #b91b01;
}

.menu-primary .sub-menu .current-menu-item > a {
	color: #381712;
}

.menu-primary > .menu-item > a {
	text-transform: uppercase;
}

.menu-primary .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.menu-primary .sub-menu a {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.menu-primary .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.menu-primary .menu-item:hover {
	position: static;
}

.menu-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.menu-primary > .first > a {
	padding-left: 0;
}

.menu-primary > .last > a {
	padding-right: 0;
}

.menu-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.menu-primary > .right > a {
	display: inline;
	padding: 0;
}

.menu-primary > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.menu-primary > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.menu-primary .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: transparent;
}

.nav-primary .wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #b91b01;
}

.nav-primary .sub-menu a:hover { 
	color: #333;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: transparent;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.single .entry,
.page.page-template-archive-brewery-php .entry,
body.page.full-width-content .content-sidebar-wrap {
	background: url(../images/bg_wood.jpg) repeat center center transparent;
	box-shadow:         0px 5px 2px rgba(56, 23, 18);
	-webkit-box-shadow: 0px 5px 2px rgba(56, 23, 18, 0.8);
	-moz-box-shadow:    0px 5px 2px rgba(56, 23, 18, 0.8);
	box-shadow:         0px 5px 2px rgba(56, 23, 18, 0.8);
	padding: 20px;
	padding: 2rem;
	position: relative;
}

.single .entry .entry-content,
.page.page-template-archive-brewery-php .entry .entry-content,
body.page.full-width-content .content-sidebar-wrap main.content {
	background: url(../images/bg_rusty_black_large.jpg) repeat center top #000;
	display: block;
	padding: 25px 60px;
	padding: 2.5rem 6rem;
	overflow: hidden;
	border: 4px solid #381712;
	position: relative;
	min-height: 300px;
}

.single.single-beers .entry .entry-content {
	padding: 25px;
	padding: 2.5rem;
}

body.page.full-width-content.home .content-sidebar-wrap,
body.page.full-width-content.page-template-archive-beers-php .content-sidebar-wrap,
body.page.full-width-content.page-template-archive-news-php .content-sidebar-wrap {
	background: transparent;	
	padding: 0;
	box-shadow: none;
}

body.page.full-width-content.home .content-sidebar-wrap main.content,
body.page.full-width-content.page-template-archive-beers-php .content-sidebar-wrap main.content,
body.page.full-width-content.page-template-archive-news-php .content-sidebar-wrap main.content {
	background: transparent;	
	padding: 0;
	border: none;	
}

.single .square-box > div {
	padding: 20px;
	padding: 2rem;
}

.entry-content .attac2hment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

/* Home
--------------------------------------------- */

.home h2 {
	text-align: center;
}

.home h2 > [class^="icon-"], 
.home h2 > [class*=" icon-"] {
	display: block;
	font-size: 45px;
	line-height: 29px;
}

.home .home-instagram iframe
{
	max-width: 322px !important;
	height: 100% !important;
}

.home .latest-news {
	background-color: #26272e;
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	padding:1px;
	-webkit-box-shadow: 0px 5px 2px rgba(24, 24, 30, 0.8);
	-moz-box-shadow: 0px 5px 2px rgba(24, 24, 30, 0.8);
	box-shadow: 0px 5px 2px rgba(24, 24, 30, 0.8);
}

.home .latest-news h2 {
	font-size: 19px;
	font-size: 1.9rem;
	font-family: 'Tiza', sans-serif;	
	color: #fff;
	padding:10px 0 0;
	margin:0;
}

.home .news-container {	
	color: #fff;
	overflow: hidden;	
	float: right;	
	text-align: left;
}

.home .latest-news a {
	color: #fff;	
	padding:10px 15px;
	margin:1px;	
	display: none;
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	background-color: #141419;
	width: 100%;
}

.home .latest-news a:hover {
	color:#b91b01;
}

.home .home-top-right ul {
	border:none;
 	padding: 20px 23px;
 	padding: 2rem 2.3rem;
 	margin: 0;
 	color: #fff;
 	text-align: center;
 	height: 100%;
	overflow-y: scroll;
}

.home .home-top-right ul li {
 	list-style: none;
 	margin: 0;
 	margin-bottom: 20px;
 	margin-bottom: 2rem;
}

.home .home-top-right ul li a  {
 	color: #fff;
 	font-size: 19px;
 	font-size: 1.9rem;
 	font-weight: regular;
 	text-decoration: none;
}

.home .home-top-right ul li p  {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	line-height: 13px;
	line-height: 1.3rem;
}

.home .home-top-right ul li a:hover {
 	color: #b91b01;
}

.home .home-top-right img {
	position: absolute;
	bottom: -15px;
	bottom: -1.5rem;
	left: -1px;
	left: -0.3rem;
}
/* Beers
--------------------------------------------- */

.beer-page-image {
	text-align: center;
}

.beer-page-image img {
	margin-bottom: 20px;
}

.beer-details-container p {
	margin-bottom: 5px;
}

.beer-details-container h3 {
	margin: 20px 0 10px;
}

.beer-details-container h3:first-child {
	margin-top:0;
}

/* -- DEFAULTS -- */

.wrapper{
  width: 100%;
  text-align: justify;
  background: firebrick;
}

.wrapper > div{
  background: white;
  display: inline-block;
}

.wrapper:after{
  content: "";
  width: 100%;
  display: inline-block;
}

div, ul, li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* -- FLUID GRID STYLES -- */

#Grid{
	width: 100%;
	text-align: justify;
	font-size: 0.1px;
	min-height:810px;
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
	vertical-align: top;
	margin: 0 0 2% 0;
	float: none;
}

#Grid .gap{
	display: inline-block;
	width: 23%;
}

/* -- MEDIA QUERIES DEFINING RESPONSIVE LAYOUTS -- */

/* 3 COL */

@media (max-width: 800px){
  #Grid li{
    width: 31%;
    padding-top: 31%;
    margin-bottom: 3%;
  }
}

/* 2 COL */

@media (max-width: 600px){
  #Grid li{
    width: 48%;
    padding-top: 48%;
    margin-bottom: 4%;
  }
}

/* SINGLE COL */

@media (max-width: 400px){
  #Grid li{
    width: 100%;
    padding-top: 100%;
    margin-bottom: 5%;
  }
}


/* -- LEGEND STYLES (NOT PART OF GRID FRAMEWORK) -- */

.square-box.beer-box {
	display: none;
	opacity: 0;
}

.square-box.beer-box > div {
	border:none;
}

.entry-content .entry-title {
	background: none;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Droid Serif', serif;
	color: #cc3300;
	margin:0 0 20px 0;
	margin:0 0 2rem 0;
	padding: 0;
}

.square-box.beer-box a {
	display: block;
	font-family: 'Haymaker', sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 22px;
	line-height: 2.2rem;
	padding: 0;
	margin: 0;
	border: 4px solid #381712;
	min-height: 100%;
	position: relative;
	text-align: center;
	background: url(../images/bg_rusty_black_logo.png) no-repeat right top transparent;
	width: 230px;
	height: 326px;
}

.square-box.beer-box a:hover {
	background: url(../images/bg_rusty_black_logo.png) no-repeat 0 -324px transparent;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.square-box.beer-box a:hover > * {
	display:none;
}

.square-box.beer-box a span {
	display: block;
	margin-top: 208px;
	padding: 0 25px;
}

.beer-type-filters-container {
	position: absolute;
	left: 290px;
	top: 30px;
}

.beer-type-filters-container div {
	display: inline-block;
	margin-right: 5px;
	color: white;
	border-right: 1px solid #fff;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 0 10px;
	line-height: 17px;
	cursor: pointer;
}

.beer-type-filters-container div:hover {
	color: #eee;
	text-decoration:underline;
}

.beer-type-filters-container div:last-child {
	border-right: none;
}

.entry-meta {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.entry-meta h4 {
	color: #fff;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background: #f15123;
}


/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 4rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #fff;
	text-align: left;
}

.sidebar > div.square-box > div {
	padding:20px;
	padding:2rem;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.sidebar h3 {
	margin:30px 0 15px 0;
	margin:3rem 0 1.5rem 0;
}

.sidebar h3:first-child {
	margin-top: 0;
}

.sidebar .brewery-contact-details {
	text-align: left;
}

.sidebar a {
	font-size: 13px;
	font-size: 1.3rem;
}

.sidebar .brewery-contact-details a,
.sidebar .current a {
	color: #b91b01;
	border-bottom: 1px solid #b91b01;
}

.sidebar .brewery-contact-details a:hover
{
	color: #fff;
	border:none;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #333;
}

.news-page-date {
	font-size: 24px;
	line-height: 28px;
	width: 90px;
	height: 81px;
	padding-top: 14px;
}

.single.single-news .entry-content {
	text-align: left;
}

.single.single-news .entry-content img {
	border: 5px solid #fff;
	max-width: 520px;
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#newsContainer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.news-box-item {
	width:363px;
	float: left;
}

.news-box {
	margin-left:0;
}

.news-box img {
	display: none;
}

.news-box .wp-post-image {
	border:4px solid #381712;
	border-bottom: none;
	display: block;
	margin-bottom: 12px;
}

.news-box .entry-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.news-box img {
	float: none;
	margin: 0;
	width: 100%;
}

.news-box .pattern-bg-dark {
	padding: 20px 10px;
}

.news-box .btn {
	position: relative;
	background: #660000;
	font-size: 11px;
	font-weight: normal;
	padding: 14px;
	margin-top: 10px;
}

.news-box .btn:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 0, 0, 0);
	border-left-color: #660000;
	border-width: 22px;
	margin-top: -22px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 20px 0;
	padding: 2rem 0;
	margin:0 auto;
	text-align: right;
	max-width:1170px;
	
}

.site-footer p {
	margin: 0;
}

.site-footer .footer-links ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.site-footer .footer-links,
.site-footer .footer-links ul li,
.site-footer .footer-copyright-text
{
	display:inline-block;
}

.site-footer .footer-links ul li
{
	line-height:10px;
	padding:0 10px;
	border-right:1px solid #fff;
}

.site-footer .footer-copyright-text
{
	margin-left:10px;
}

.tribe-bar-disabled {
	display: none !important;
}

h2.tribe-events-page-title {
	text-align: left;
}

.tribe-events-sub-nav {
	display: none;
}

.event .event-title {
	color:#b91b01;
	font-size: 27px;
	font-size:2.7rem;
	font-weight: bold;
	line-height: 32px;
	line-height: 3.2rem;
}