/*!
Theme Name: NHJ
Theme URI: http://underscores.me/
Author: CMA
Author URI: http://creativemediaalliance.com
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: NHJ
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NHJ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
    font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

::selection {
    background: #96671d;
    color: #FFF;
}

::-webkit-selection {
    background: #96671d;
    color: #FFF;
}

::-moz-selection {
    background: #96671d;
    color: #FFF;
}

body {
	background: #f5f5f5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #96671d;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	color: #96671d;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.wrapper {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 1280px; 
}

.wrapper-six-hundred {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 600px; 
}

@media only screen and (max-width : 1280px ) {
.wrapper {
	padding-right: 20px;
	padding-left: 20px;
}
	}
	
@media only screen and (max-width : 600px ) {
.wrapper-six-hundred {
	padding-right: 20px;
	padding-left: 20px;
}
	}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.top-bar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96671d+0,96671d+69,313032+69,313032+100 */
	background: #96671d; /* Old browsers */
	background: -webkit-linear-gradient(left, #96671d 0%, #96671d 69%, #313032 69%, #313032 100%);
	background: -o-linear-gradient(left, #96671d 0%, #96671d 69%, #313032 69%, #313032 100%);
	background: linear-gradient(to right, #96671d 0%, #96671d 69%, #313032 69%, #313032 100%); /* FF3.6-15 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96671d', endColorstr='#313032',GradientType=1 ); /* IE6-9 */
	width: 100%;
	display: block;
	height: 26px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.address {
	display: inline;
	font-size: 0.750em;
	color: #fff;
	width: 70%;
}

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

.address a:hover {
	color: #313032;
	text-decoration: none;
}

.top-nav {
   	width: 30%;
	display: inline-block;
	float: right;
}

.top-nav ul {
    background-color: #313032;
	padding-left: 8px;
	margin: 0px;
	height: 26px;
	font-size: 0.938em;
}

.top-nav li {
    display:inline;
}

.top-nav ul a {
    color: white;
    padding: 0 10px;
    text-decoration: none;
	line-height: 26px;
}

.top-nav ul a:hover {
    color: #96671d;
}

.top-nav ul li.current_page_item > a,
.top-nav ul li.current_page_parent > a,
.top-nav ul li.current-page-ancestor > a,
.top-nav ul li.current-post-ancestor > a, 
.top-nav ul li.current-category-parent > a,
.top-nav ul li.current-category-ancestor > a,
.top-nav ul li.current-menu-ancestor > a,
.top-nav ul li.current-menu-parent > a,
.top-nav ul li.current-menu-item > a {
    color: #C98B26;
}

.nav-bar {
   	display: block;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.logo {
	width: 495px; 
	float: left;
	display: inline-block;
}

/*-------------- Toggle Navigation --------------*/
body.shiftnav-disable-shift-body{
	padding-top: 0px !important; 
}

#shiftnav-toggle-main{
	opacity: 0; 
	visibility: hidden; 
}

.shiftnav {
    text-transform: uppercase;
}

.shiftnav:after{
    display:none
}

#shiftnav-toggle-main .shiftnav-main-toggle-content-after{
	height: 62px; 
	background-color: #313032; 
	padding-left: 20px; 
	text-align: right; 
	width: 30%; 
}

.shiftnav-main-toggle-content-after::before{
	top: 0; 
	right: 0; 
	width: 30%; 
	height: 62px; 
}

.shiftnav.shiftnav-right-edge:after{
    display:none;
}

.scroll-nav-bar {
	width: 100%;
	display: block;
	height: 40px;
	text-transform: uppercase;
}

.scroll-logo {
	width: 375px; 
	float: left;
	display: inline-block;
}

.map-icon {
	font-size: 30px;
	padding-top: 8px !important;
	padding-right: 5px !important;
	background-color: #313032; 
}

.fas .fa-map-marker-alt{
	float: right; 
}

.header-text {
	padding-left: 30px !important; 
	padding-right: 30px !important; 
	font-size: 1em;
	line-height: 1.3em;
	text-transform: uppercase;
}

.header-text::before{
	content: "";
	font-size: 1px; 
	background-color: #96671d; 
	padding-left: 60px; 
	height: 1px; 
}

#content {
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

@media only screen and (max-width : 1040px ) {
#content {
	padding-top:62px;
}
	}
	

/*-------------- Slider/Image Banner --------------*/
.slider-wrap {
	background: #fff;
	
}

.error404 .slider-wrap{
	padding-bottom: 60px; 
	background: #f5f5f5; 
}

.banner-wrapper {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 2000px;
	clear: both;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.banner-image {
	width: 100%;
}

.banner-image img {
    object-fit: cover;
	object-position: 50% 0; 
	max-height: 660px;
	display: block;
  	width: 100%;
  	height: auto;
	opacity: 1;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.8em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	display: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 25px;
}

.main-navigation li:last-child {
	margin-right: 0px;
}

.main-navigation a,
.main-navigation a:visited {
	display: block;
	text-decoration: none;
	border-top: solid thin #f5f5f5;
	color:#313032;
}

.main-navigation a:hover,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_parent > a,
.main-navigation ul li.current-page-ancestor > a,
.main-navigation ul li.current-post-ancestor > a, 
.main-navigation ul li.current-category-parent > a,
.main-navigation ul li.current-category-ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current-menu-parent > a,
.main-navigation ul li.current-menu-item > a {
    border-top: solid thin #96671d;
	text-decoration: none;
	color: #96671d;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# In Page Navigation
--------------------------------------------------------------*/
.page-nav {
	font-family: 'Lato', sans-serif;
	width: 100%;
	display: inline-block;
	background: #313032;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.938em;
	line-height: 1.7em;
}

.page-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-nav li {
	margin-right: 25px;
	display: inline-block;
}

.page-nav li:last-child {
	margin-right: 0px;
}

.page-nav a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.page-nav a:hover,
.page-nav ul li.current_page_item > a,
.page-nav ul li.current_page_parent > a,
.page-nav ul li.current-page-ancestor > a,
.page-nav ul li.current-post-ancestor > a, 
.page-nav ul li.current-category-parent > a,
.page-nav ul li.current-category-ancestor > a,
.page-nav ul li.current-menu-ancestor > a,
.page-nav ul li.current-menu-parent > a,
.page-nav ul li.current-menu-item > a {
	text-decoration: none;
	color: #C98B26;
}




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.home-copy {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.page-copy {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-copy h1,
.page-copy h1 {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.500em;
	line-height: 1.6em; 
}

.home-copy h2,
.page-copy h2 {
	text-transform: uppercase;
	font-size: 1.250em;
	color:#96671d;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-copy h3,
.page-copy h3 {
	text-transform: uppercase;
	font-size: 1.150em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-copy h4,
.page-copy h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.play {
	font-weight: 700;
	color:#313032;
	font-family: 'Playfair Display', serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.15em;
}

h3.block-title {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 1.250em;
}

.home-copy ul,
.page-copy ul,
.home-copy ol,
.page-copy ol {
   text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.home-copy li,
.page-copy li {
	margin-bottom: 5px;
}

.home-copy a,
.page-copy a {
	color: #96671d;
}

.vertical-line {
	background: #96671d;
	width: 1px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.horizontal-line {
	background: #96671d;
	width: 60px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.horizontal-line-left {
	background: #96671d;
	width: 60px;
	height: 1px;
	margin-bottom: 15px;
}

@media only screen and (max-width : 800px ) {

.page-copy {
	padding: 20px;
}

.vertical-line {
    height: 30px;
}
       } 

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/

.flexible-wrapper {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 2000px;
	clear: both;
	padding-bottom: 60px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.flexible-wrapper h2 {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.250em;
	line-height: 1.4em; 
	display: block;
    padding-bottom: 15px;
	margin: 0px;
    position: relative;
}

.flexible-wrapper a:hover {
	text-decoration: none;
}

@media only screen and (max-width : 2160px ) {
.flexible-wrapper {
	margin-left: 80px;
	margin-right: 80px;
}
	}
	
@media only screen and (max-width : 1280px ) {
.flexible-wrapper {
	margin-left: 40px;
	margin-right: 40px;
}
}

@media only screen and (max-width : 800px ) {
.flexible-wrapper {
	padding-bottom: 20px;
	margin-left: 20px;
    margin-right: 20px; 
}
}

/*-------------- LEFT & RIGHT TEXT BLOCK --------------*/

.top-full-image {
	position: relative;
	z-index:1;
	width: 100%;
	background: #96671d;
}

.top-full-image img {
    object-fit: cover;
	object-position: 50% center; 
	max-height: 660px;
	display: block;
  	width: 100%;
  	height: auto;
}

.left-full-image {
	position: relative;
	z-index:2;
	margin-left: 88px;
	margin-top: -125px;
	max-width: 960px;
	float: left;
	background: #96671d;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.right-full-image {
	position: relative;
	z-index:2;
	margin-right: 88px;
	margin-top: -125px;
	max-width: 960px;
	float: right;
	background: #96671d;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.left-full-image img,
.right-full-image img {
    object-fit: cover;
	object-position: 50% 0;  
	height: 540px;
	display: block;
  	width: 100%;
}

.top-full-image img a,
.left-full-image img a,
.right-full-image img a {
	opacity: 1;
}

.top-full-image a img:hover,
.left-full-image a img:hover,
.right-full-image a img:hover {
	opacity: .5;
  	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.left-copy-full {
	width: 550px;
	position: relative;
	z-index: 3;
	margin-top: -380px;
	margin-left: 920px;
	background: #fff;
	padding: 40px;
	text-align: center;
	float: left;
}

.right-copy-full {
	width: 550px;
	position: relative;
	z-index: 3;
	margin-top: -380px;
	margin-right: 960px;
	background: #fff;
	padding: 40px;
	text-align: center;
	float: right;
	clear: both;
}

.left-copy-full ul,
.right-copy-full ul,
.left-copy-full ol,
.right-copy-full ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.left-copy-full li,
.right-copy-full li {
	margin-bottom: 5px;
}

@media only screen and (max-width : 1700px ) {
.right-copy-full {
	margin-top: -400px;
	margin-left: 2%;
	float:left;
}

.right-full-image {
	max-width: 800px;
	margin-right: 2%;
	background: #96671d;
}

.right-full-image img{
	max-height: 450px;
}
	}

@media only screen and (max-width : 1630px ) {
.left-copy-full {
	float: right;
	margin-top: -400px;
	margin-right: 2%;
}

.left-full-image {
	max-width: 800px;
	margin-left: 2%;
	background: #96671d;
}

.left-full-image img{
	max-height: 450px;
}
	}

@media only screen and (max-width : 1280px ) {
	
.top-full-image img {
    object-fit: cover;
	object-position: 50% 0; 
	max-height: 560px;
	width: 100%;
	display: block;
}
	
.left-copy-full,
.right-copy-full {
	width: 400px;
}
	}

@media only screen and (max-width : 1020px ) {
.left-copy-full,
.right-copy-full {
    margin-top: -260px;
}

.left-full-image,
.right-full-image {
	max-width: 600px;
}

.left-full-image img,
.right-full-image img {
	height: auto;
}
	}

@media only screen and (max-width : 800px ) {
.top-full-image {
	max-height: 395px;
}

.top-full-image img {
	max-height: 395px;
}
	
.left-full-image,
.right-full-image {
	display:none;
}
	
.left-copy-full,
.right-copy-full {
    margin-top: 0px;
	float: none;
	margin-left: 0%;
	width: 100%;
}
	}

/*-------------- FULL WIDTH IMAGE --------------*/

.full-width-copy {
	width: 80%;
	position: relative;
	z-index: 2;
	margin-left:auto;
	margin-right: auto;
	margin-top: -85px;
	background: #fff;
	padding: 40px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.full-width-copy ul,
.full-width-copy ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.full-width-copy li {
	margin-bottom: 5px;
}

@media only screen and (max-width : 800px ) {
	
.full-width-copy {
	width: 100%;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px; 
}
}

/*-------------- TWO UP CTA --------------*/

.two-up {
	width: 100%;
	float: left;
}

.two-up-left {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.two-up-right {
	float: left;
	width: 49%;
}

.two-up-image {
	position: relative;
	z-index:1;
	width: 100%;
	background: #96671d;
}

.two-up-image img {
    object-fit: cover;
	object-position: 50% 0; 
	max-height: 675px;
	display: block;
  	width: 100%;
  	height: auto;
	opacity: 1;
}

.two-up-image img:hover {
	opacity: .5;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.two-up-copy {
	width: 80%;
	position: relative;
	z-index: 2;
	margin-left:auto;
	margin-right: auto;
	margin-top: -85px;
	background: #fff;
	padding: 40px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.two-up-copy ul,
.two-up-copy ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.two-up-copy li {
	margin-bottom: 5px;
}

@media only screen and (max-width : 1280px ) {
.two-up-copy {
	width: 90%;
	margin-top: -35px;
}

}

@media only screen and (max-width : 800px ) {
.two-up-copy {
	width: 100%;
	margin-top: 0px;
}

.two-up-image {
	max-height: 395px;
}

.two-up-image img {
	max-height: 395px;
}

.two-up-left {
	float: left;
	width: 100%;
	margin-right: 0%;
	padding-bottom: 20px;
}

.two-up-right {
	float: left;
	width: 100%;
}
}

@media only screen and (max-width : 560px ) {
.two-up-copy {
	padding: 20px;
}
	}

/*-------------- THREE UP CTA --------------*/

.three-up {
	width: 100%;
	float: left;
}

.three-up-left {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.three-up-left-block {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.three-up-image-left {
	position: relative;
	z-index:1;
	width: 100%;
	background: #96671d;
}

.three-up-image-left img,
.three-up-right-mobile img {
    object-fit: cover;
	object-position: 50% 0; 
	max-height: 675px;
	display: block;
  	width: 100%;
  	height: auto;
	opacity: 1;
}

.three-up-image-left img:hover,
.three-up-right-mobile img:hover {
	opacity: .5;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.three-up-copy-left {
	width: 80%;
	position: relative;
	z-index: 2;
	margin-left:auto;
	margin-right: auto;
	margin-top: -65px;
	background: #fff;
	padding: 40px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.three-up-copy-left ul,
.three-up-copy-left ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.three-up-copy-left li {
	margin-bottom: 5px;
}

.three-up-right {
	float: left;
	width: 49%;
	display: block;
}

.three-up-right-mobile {
	display: none;
}

.three-up-right-block {
	display: block;
}

.three-up-image-right {
	position: relative;
	z-index:1;
	width: 100%;
	margin-top: -65px;
	background: #96671d;
}

.three-up-image-right img {
    object-fit: cover;
	object-position: 50% 0; 
	max-height: 1537px;
	display: block;
  	width: 100%;
  	height: auto;
	opacity: 1;
}

.three-up-image-right img:hover {
	opacity: .5;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.three-up-copy-right {
	width: 80%;
	position: relative;
	z-index: 2;
	margin-left:auto;
	margin-right: auto;
	background: #fff;
	padding: 40px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.three-up-copy-right ul,
.three-up-copy-right ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.three-up-copy-right li {
	margin-bottom: 5px;
}

@media only screen and (max-width : 1860px ) {
.three-up-image-right img {
	max-height: 1180px;
}
}

@media only screen and (max-width : 800px ) {
.three-up-right,
	.three-up-image-right{
	display: none;
}

.three-up-right-mobile {
	display: block;
}
	
.three-up-left,
.three-up-right,
.three-up-copy-right {
	float: none;
	width: 100%;
	margin-right: 0%;
}
	
.three-up-copy-left,
.three-up-image-right {
	width: 100%;
	margin-top: 0px;
}
	
.three-up-image-right img,
.three-up-image-left img {
	max-height: 395px;
}
	
.three-up-copy-right {
	float: none;
	width: 100%;
}
	
.three-up-right-mobile img {
	object-position: center center;
}
	}

/*-------------- Form --------------*/

.form-copy {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: center;
	background: #313032;
	width: 100%;
	color: white;
	font-weight: 400;
}

.form-copy h3 {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.250em;
	letter-spacing: 0.05em;
}

.form-copy-text {
	margin-bottom: 20px;
	text-align: center;
}

.form-copy-text ul,
.form-copy-text ol {
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}

.form-copy-text li {
	margin-bottom: 5px;
}


.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
	text-transform:uppercase;
	font-size: .93em;
	font-family: 'Lato', sans-serif; 
}

.gform_wrapper .gfield_required {
    color: #fc0e02 !important;
}
/*-------------- FAQ --------------*/

.faq-wrapper {
	padding-bottom: 40px;
}

.faq-wrapper h3 {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.250em;
	text-align:center;
}

#faq_container {
	 border: 1px solid #e5e5e5;
	 margin-bottom: 10px;
	 padding: 10px 15px;
	 clear:both;
}

.faq_question {
	font-family: 'Lato', sans-serif; 
	 margin: 0px;
	 text-transform:uppercase;
	 padding: 0px 0px 5px 0px;
	 cursor: pointer;
	 display: table;
}

.question {
	 margin-bottom: 5px;
	 display: table-cell;
	 width: 100%;
}

.faq_answer_container {
	 height: 0px;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.faq_answer {
	 height: auto;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.accordion-button-icon {
	 display: table-cell;
	 line-height: inherit;
	 opacity: .5;
	 filter: alpha(opacity = 50);
	 padding-left: 15px;
	 vertical-align: middle;
}


@media only screen and (max-width : 800px ) {
.faq-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}
	}

/*-------------- Image Gallery --------------*/

.gallery-wrapper {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 40px;
	max-width: 2000px;
	clear: both;
}

.gallery-wrapper h3{
	text-transform: uppercase;
	font-size: 1.150em;
	color:#96671d;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/*--------------------------------------------------------------
# Shipments
--------------------------------------------------------------*/

.ship-nav {
	font-family: 'Lato', sans-serif;
	width: 100%;
	display: inline-block;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.938em;
	line-height: 1.7em;
}

.ship-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ship-nav li {
	margin-right: 25px;
	display: inline-block;
}

.ship-nav li:last-child {
	margin-right: 0px;
}

.ship-nav a{
	display: block;
	text-decoration: none;
	color: #96671d;
	border-top: solid thin #f5f5f5;
}

.ship-nav a:hover,
.ship-nav ul li.current_page_item > a,
.ship-nav ul li.current_page_parent > a,
.ship-nav ul li.current-page-ancestor > a,
.ship-nav ul li.current-post-ancestor > a, 
.ship-nav ul li.current-category-parent > a,
.ship-nav ul li.current-category-ancestor > a,
.ship-nav ul li.current-menu-ancestor > a,
.ship-nav ul li.current-menu-parent > a,
.ship-nav ul li.current-menu-item > a {
	border-top: solid thin #96671d;
	text-decoration: none;
	color: #96671d;
}


#menu-events li{
	margin-right: 25px; 
	margin-bottom: 0; 
}

#menu-events li:last-child{
 	margin-right: 0px; 
	margin-bottom: 0px; 
}


@media only screen
and (max-width : 360px ) {
.ship-nav li {
	margin-right: 0px;
	display: block;
}
	}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.center-button {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: none;
	text-align: center;
	clear: both;
}

.left-button {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
}

.center-button a,
.left-button a {
	color: #fff;
	font-size: 0.750em;
	padding: 8px 30px !important;	
	text-decoration: none;
	text-transform: uppercase;
	background-color: #313032;
	border: solid 1px #313032;
    font-family: 'Lato', sans-serif;
}

.center-button a:hover,
.left-button a:hover {
	background-color:#fff;
	color: #313032 !important;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.single-news-wrapper {
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.page-content-wrapper {
	width: 100%;
	float: left;
}

.page-content-wrapper h1 {
	margin-top: 0px;
	font-weight:400;
	text-transform:uppercase;
	font-size:1.500em;
	color: #96671d;
	margin-bottom: 10px;
	text-align: center;
}

.page-content-left {
	width: 48%;
	float: left;
	margin-right: 4%;
	padding-top: 15px;
}

.page-content-right {
	width: 48%;
	float: left;
	padding-top: 15px;
}

.page-content-right h2 {
	text-transform: uppercase;
	font-size: 1.250em;
	color:#96671d;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-content-right h3 {
	text-transform: uppercase;
	font-size: 1.150em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-content-right h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-content-right ul {
	list-style-type: disc;
	margin-bottom: 15px;
	margin-left: 10px;
}

.page-content-right ol {
	list-style-type: decimal;
	margin-bottom: 15px;
	margin-left: 10px;
	
}

.page-content-right li {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0em;
	clear: both;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

@media only screen
and (max-width : 719px ) {
.page-content-wrapper {
	float: none;
}
	
.page-content-left {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.page-content-right {
	width: 100%;
	float: none;
}
	
.hide-desktop {
	display: block !important;
}

.show-desktop {
	display: none;
}

} /* END max-width : 719px */

.meta {
	color: #999;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-size: .750em;
}

/* Sidebar */

#sidebar {
	
}

#sidebar .widget {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
}

@media only screen
and (max-width : 719px ) {

#sidebar .widget {
	width: 100%;
	margin-bottom: 0px;
}
	}
	
.widget h2,
.widget h3 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	margin-top: 10px;
    margin-bottom: 10px;
	padding-bottom: 8px;
}

.widget-title:after {
	background: #96671d;
	width: 60px;
	bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Recipes
--------------------------------------------------------------*/
.single-news-wrapper {
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.recipe-news-wrapper {
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: hidden;
}

.recipe-content-left {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.recipe-content-right {
	width: 67%;
	float: left;
}

.recipe-content-left h2,
.recipe-content-right h2 {
	text-transform: uppercase;
	font-size: 1.250em;
	color:#96671d;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recipe-content-left h2:after,
.recipe-content-right h2:after{
	background: #96671d;
	width: 60px;
	bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}

.recipe-content-right h3 {
	text-transform: uppercase;
	font-size: 1.150em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recipe-content-right h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recipe-content-right ul,
.recipe-content-left ul {
	list-style-type: disc;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 20px;
}

.recipe-content-right ol {
	list-style-type: decimal;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 20px;
}

.recipe-content-right li,
.recipe-content-left li {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0em;
	clear: both;
}

@media only screen
and (max-width : 719px ) {	

.recipe-content-left {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.recipe-content-right {
	width: 100%;
	float: none;
}
	}

/*--------------------------------------------------------------
## Trade
--------------------------------------------------------------*/
.acclaim-wrapper {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 2000px;
	clear: both;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: center;
}

.acclaim-wrapper iframe {
    border: none;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.event-after {
	display: block;
	padding-top: 20px;
	float: left;
}

.event-after ul{
	margin-left: 15px;
	padding: 0px;
}

.event-after li {
	margin-bottom: 5px !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: #313032;
    font-family: 'Lato', sans-serif;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #96671d;
}

#tribe-bar-form label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.tribe-events-notices {
    background: #f1c7c6;
	font-family: 'Lato', sans-serif;
    border-radius: 0px;
    border: 1px solid #84250c;
    color: #84250c;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 0px 0 #fff;
	text-transform: uppercase;
}

.recurring-info-tooltip {
	display: none !important;
}

#tribe-events .tribe-events-button, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #313032;
	border: solid #313032 1px;
}

#tribe-events .tribe-events-button:hover{
	background-color: #fff;
	color: #313032;
}

.tribe-events-calendar thead th {
    font-family: 'Lato', sans-serif;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
     font-family: 'Playfair Display', serif;
}

.tribe-events-list-separator-month span {
    background-color: #f5f5f5;
	text-transform: uppercase;
}

.tribe-events-list .tribe-events-list-event-title {
    font-weight: 400;
}

 .tribe-events-list h3:after{
	background: #96671d;
	width: 60px;
	bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
	 margin-bottom: 20px;
}

.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
    line-height: 1.6;
}

.tribe-events-venue .tribe-events-venue-meta {
    text-align: center;
}

h1.tribe-venue-name {
	text-transform: uppercase;
	font-weight: 400;
	color: #96671d;
}

h1.tribe-events-single-event-title {
	margin-bottom: 20px !important;
}

#tribe-events {
	padding-top: 40px;
	padding-bottom: 40px;
}

.event-is-recurring a {
	font-size: 13px;
}

.tribe-events-divider {
	padding-left: 10px;
	padding-right: 10px;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
    font-size: 16px;
    background: #999;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    border-radius: 0px !important;
	font-weight: 400;
	padding: 8px 30px !important;
}

.tribe-events-schedule h2 {
    font-weight: 400;
	text-transform: uppercase;
}

.tribe-events-schedule {
    margin-top: 0px !important;
	text-align: center;
}

.single-tribe_events .tribe-events-event-image {
    text-align: left;
    margin-bottom: 1.25em;
	margin-right: 2%;
	clear: none !important;
	float: left;
	width: 48%;
}

#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a, .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a, .tribe-events-calendar td.mobile-active {
    background-color: #96671d !important;
}

#tribe-bar-collapse-toggle {
    font-family: 'Lato', sans-serif;
}

#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    line-height: 16px !important;
}

#tribe-mobile-container .type-tribe_events h4 {
    font-weight: 400 !important;
}

.tribe-mobile-day-heading {
    text-transform: uppercase;
	font-weight: 400;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    text-transform: uppercase;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-size: 16px;
	margin-bottom: 5px;
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 16px;
}

.tribe-events-single ul.tribe-related-events li {
    font-size: 15px;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
    font-size: 18px;
    font-weight: 400;
}

.tribe-events-related-events-title {
    font-size: 1.4em;
    margin-bottom: 2%;
	text-transform: uppercase;
	text-align: center;
	color: #96671d;
	font-weight: 400;
}

.tribe-events-related-events-title:after{
	background: #96671d;
	width: 60px;
	bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.tribe-events-event-cost span {
    border: 0 !important;

    font-weight: 700;
 
    padding: 0px !important;
    text-align: left;
   

}

@media only screen
and (max-width : 719px ) {	

.single-tribe_events .tribe-events-event-image {
	margin-right: 0%;
	clear: both;
	float: none;
	width: 100%;
}
	
	}
@media only screen
and (max-width : 1280px ) {	

#tribe-events {
    padding-left: 20px;
		padding-right: 20px;
}
	}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/*--------- news-footer ---------*/

.news-footer {
	padding-bottom: 70px;
	text-align: center;
}

.news-footer h3 {
	color: #96671d;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.250em;
	margin-top: 0px;
}
/*--------- 3 column footer ---------*/

.footer-wrapper {
	width: 100%;
	margin-top: -10px;
	overflow: hidden; 
}

.first-footer-wrapper{ 
	width: 100%;
	height: 410px;
}

.footer-padding {
    padding: 5%;
}

/*--------- left footer ---------*/

.left-footer {
	margin: 0; 
	width: 40%;
	font-size: 1em;
	background: #fff;
	color: #313032;
	float: left; 
	height: 100%; 
}

.left-footer a {
	color: #313032;
}

.left-footer a:hover{
	color: #96671d;
	text-decoration: none;
}

.logo-foot-wrap,
.foot-address {
	display: block;
	padding-bottom: 15px;
}

.logo-foot-wrap img {
	width: 495px;
	height: auto;
}

.left-footer-one {
	display:inline-block;
	width: 48%;
	margin-right: 2%;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.left-footer-two {
	display:inline-block;
	width: 48%;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.left-footer-one ul,
.left-footer-two ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left-footer-one li,
.left-footer-two li {
	margin-bottom: 5px;
}

.left-footer-three {
	font-family: 'Lato', sans-serif;
	display: table;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.8em;
}

.left-footer-three ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.left-footer-three li {
	float: left;
	position: relative;
	margin-right: 10px;
}

.left-footer-three li:after {
    content: " | ";
	margin-left: 10px;
}

.left-footer-three li:last-child:after {
    content: "";
}

.left-footer-three li:last-child {
	margin-right: 0px;
}

/*--------- center footer ---------*/
	
.center-footer {
	width: 20%;
	float: left; 
	margin: 0;
	height: 100%; 
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.gm-style .place-card-large {
    display: none !important;
}

.place-card {
	display: none !important;
	
}

/*--------- right footer ---------*/

.right-footer {
	margin: 0; 
	background: #333;    
	width: 40%;
	text-align: center;
	color: white;
	float: left; 
	padding-top: 3%; 
	height: 100%; 
}

.right-footer h3 {
	font-weight:400;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 1.250em;
	margin-bottom: 5px;
	margin-top: 0px;
}

.right-footer h3:after{
	background: #96671d;
	width: 60px;
	bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
	margin-left: auto;
	margin-right: auto;
}

.right-footer::after{
	content: "";
  	clear: both;
  	display: block;
}

.newsletter-copy {
	padding: 20px;
}

.newsletter-form {
	padding-top: 20px;

}

#gform_wrapper_2 {
    margin: auto;
    max-width: 370px;
}

#gform_submit_button_2 {
    background: #96671d;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
	border:none;
	margin-top: 12px; 
	border-radius: 0px;
}

@media screen and (max-width: 640px){
	#gform_submit_button_2 {
   		margin-top: 0px; 
	}

}

#gform_submit_button_2:hover {
    background: #fff;
	color:#96671d;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #96671d;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
	border:none;
	border-radius: 0px;
}

.gform_footer input.button:hover {
    background: #fff;
	color:#96671d;
}


/*--------- social ---------*/
.social-wrap {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	z-index: 20;
	position: relative;
}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 25px;
}

ul.social li {
	list-style-type: none;
	float: left;
}

ul.social li a i {
	color: #fff;
	padding-right: 7px;
	padding-left: 7px;
}

ul.social li a i:hover {
	color: #96671d;
}

/*--------- site info ---------*/

.last-footer {
	font-size: 1em; 
	font-weight: 400; 
	margin: 0; 
	padding-top: 15px;
	padding-bottom: 15px; 
	font-family: 'Lato', sans-serif;
	color: white; 
	text-align: center;
	background-color: #96671d; /*Gold*/
	text-transform: uppercase; 
	display: block;
	width: 100%;
	clear: both; 
}

.last-footer a {
	color: #fff;
}

.last-footer a:hover {
	color: #333 !important;
	text-decoration:none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media only screen and (max-width: 1285px){
	.first-footer-wrapper{
		height: auto; 
		overflow: hidden; 
	}
	.left-footer, .center-footer{ 
		width: 50%;
		height: 410px; 
	}
	
	.right-footer{
		width: 100%;
		padding-top: 0;
		height: auto;
	}
	
}


@media only screen and (max-width : 1170px ) {
.nav-bar .logo {
	width: 370px; 
}
	}

@media only screen and (max-width : 1152px ) {
	.left-footer, .center-footer{ 
		height: 430px;
	}

@media only screen and (max-width: 1042px){
	#shiftnav-toggle-main{
		opacity: 1 !important; /*must be important to overwrite javascript*/
		visibility: visible !important; /*must be important to overwrite javascript*/
	}
	.site-header{
		visibility: hidden; 
		display: none; 
	}
}

@media only screen and (max-width: 820px){
	#shiftnav-toggle-main .shiftnav-main-toggle-content-after{
		width: auto; 
	}
}

@media only screen and (max-width: 720px){
	.first-footer-wrapper{
		height: auto; 
	}
	.left-footer{
		width: 100%;
	}
	.center-footer{
		width: 100%;
	}
	
	.newsletter-form{
		padding-top: 0px; 
	}
	
}

@media only screen and (max-width: 565px){
	.scroll-logo{
		width: 300px; 
	}
}

@media only screen and (max-width: 485px){
	.scroll-logo{
		width: 250px; 
	}
	.last-footer a{
		white-space: nowrap; 
	}
}

@media only screen and (max-width: 420px){
	.map-icon{ 
		padding-top: 9px!important;
	}
}

@media only screen and (max-width: 375px){
	.scroll-logo{
		width: 225px; 
	}
}

@media only screen and (max-width: 350px){
	.scroll-logo{
		width: 200px; 
	}
}
