/******************************************************************
Theme Name: NW Cider Association
Author: Brant Design & Consulting, LLC
Author URI: https://www.brantwebdesign.com
Version: 1.0
******************************************************************/

/****************************
Table of Contents
*****************************
	
	1.1 - General Styles & Font
	1.2 - Colors, Effects, Helper Classes
	1.3 - Beaver Builder
	1.4 - Top Navigation
	1.5 - Footer
	
	2.1 - Home Page
	2.2 - Interior Pages
	2.3 - Contact Form
	2.4 - Slick Slider
	2.5 - Google Maps
	
	3.1 - Responsive Styles - Smartphone (Landscape)
	3.2 - Responsive Styles - Tablet (640px+)
	3.3 - Responsive Styles - Tablet (1024px+)
	3.4 - Responsive Styles - Desktop

/****************************
1.1 - General Styles & Fonts
****************************/
#wp-admin-bar-fl-builder-frontend-edit-link {
	display:none !important;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
	min-width:300px;
	margin:0px auto;
}
body, p, ul, li, span,
h1, h2, h3, h4, h5, h6 {
	font-family:'Sarabun',Arial,sans-serif;
}
*:focus {
	outline:none;
}
.row {
	max-width:1180px;
}
.column, .columns {
	padding-right: 15px;
	padding-left: 15px;
}
#site-header {
	padding:30px 0;
}
hr {
	clear: both;
	max-width: 100%;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	border-left: 0;
}
a {
	color:#121212;
}
.fa, .far, .fas {
	font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
}
/*** IOS7/Foundation Bug Fix ***/
select {
	background-position:100% 50%;
}


/****************************
1.2 - Colors, Effects, Helpers
***************************/
body, p, ul, li,
h1, h2, h3, h4, h5, h6 {
	color:#121212;
}
strong {
	color:#121212;
	font-weight:500;
}
p:empty {
	display:none;
}
.menu > li > a, 
.menu > li > ul > li > a {
	color:rgba(0,0,0,.65);
	font-weight:600;
	font-size:14px;
}
a:hover, .menu > li > a:hover, 
.menu > li > ul > li > a:hover {
	color:#000;
}
p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 24px;
	font-weight:300;
	color:#555;
}
a, .button, button,
input[type="submit"] {
	-webkit-transition: background-color 200ms, color 200ms;
	-moz-transition: background-color 200ms, color 200ms;
	-ms-transition: background-color 200ms, color 200ms;
	-o-transition: background-color 200ms, color 200ms;
	transition: background-color 200ms, color 200ms;
}
.button {
	padding: 21px 34px;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: #272727;
	border:0;
}
.button:hover, .button:focus {
	background-color:rgba(0, 0, 0, 0.75);
}
.post-password-form input[type="submit"] {
	padding: 16px 24px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: #272727;
	border:0;
}
input[type="password"] {
	max-width:360px;
}
.center {
	text-align:center;
}
.modal-open {
	overflow:hidden;
	height:100%;
	height:100%;
	width:100%;
}
.modal-open #site-header {
	box-shadow:none;
}
.nowrap {
	display:inline-block;
  white-space: nowrap;
}
#mobile-indicator {
	display:block;
}
.sep100 {
	display:block;
	height:100px;
	width:100%;
}
.sep60 {
	display:block;
	height:60px;
	width:100%;
}
.small-heading {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 45px; 
}
.bottom-align {
	display:table;
	height:100%;
}
.bottom-align > a,
.bottom-align .bottom-align {
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}
.wp-caption {
	background:#FFF;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	margin: 4px 0 7px;
	text-align: center;
	background: #FFF;
	color:#222;
	font-weight:500;
}
.event-spacer {
	margin-top: 80px;
	margin-bottom: 45px;
}
/****************************
1.3 - Beaver Builder / Foundation Fix
****************************/
.fl-row p {
	margin-bottom:24px;
}
.fl-row h1:after {
	content:'H1 tag should not be used due to potential SEO issues.';
	color:red;
}
h2, .fl-row h2 {
	font-size: 24px;
	font-weight:400;
	letter-spacing: 1px;
	margin: 0 0 24px;
}
h3, .fl-row h3 {
	font-size: 16px;
	font-weight:600;
	letter-spacing:0;
	margin:0 0 24px;
}
h4, .fl-row h4 {
	font-size: 18px;
	font-weight:700;
	letter-spacing: 1px;
	margin:0;
}
h5, .fl-row h5 {
	font-size: 16px;
	font-weight:700;
	margin:0;
}
h6, .fl-row h6 {
	font-size: 16px;
	font-weight:normal;
	margin:0;
}
.fl-row ul {
	margin-left: 0;
	padding: 0 0 0 40px;
	line-height: 1.6;
	font-weight: 300;
	color: #555;
}
.fl-row ul li {
	padding-bottom:8px;
	list-style-type:none;
	color:#555;
}
.fl-row ul li:before {
	padding-right: 10px;
	content: "\2022";
	display: inline-block;
	margin-left: -40px;
	min-width: 40px;
	text-align: right;
	box-sizing: border-box;
}
.fl-row ul > li > ul > li:before {
	content: "\25CB";
}
.fl-row blockquote, .fl-row blockquote p {
	line-height: 1.6;
	color: #777;
	font-style: italic;
	font-weight: 300;
	border-left: 0;
	padding-left: 0;
}
.fl-col-group .fl-col:first-child .fl-col-content {
	padding-left:0;
}
.fl-col-group .fl-col:last-child .fl-col-content {
	padding-right:0;
}
.media-frame select {
	height: 38px;
	padding: 0 8px;
}
.wp-core-ui .attachment .filename div {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.4;
}
.fl-lightbox-wrap select {
	padding:0 8px;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	background-image: none;
	background-size:initial;
	background-position:initial;
	background-origin:initial;
	background-repeat:initial;
}
.fl-photo-content {
	margin-bottom:24px;
}
.page .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	padding: 21px 34px;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: #272727;
	border:0;
	border-radius:0;
}
.page .fl-builder-content .fl-button:hover {
	background:rgba(0, 0, 0, 0.75);
}
.page .fl-builder-content .fl-button:active {
	position: relative;
	top: 0;
}
.page .fl-builder-content a.fl-button * {
	color:#FFF;
}
.row .fl-col-content {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.row .fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 0;
	margin-top: -10px;
	font-weight: 500;
}
@media screen and (max-width:639px) {
	.fl-module-content {
		margin:20px 5px;
	}
	.fl-row h1, .fl-row h2 {
		font-size:20px;
	}
}


/****************************
1.4 - Top Navigation
****************************/
.top-bar {
	padding:0;
}
.top-bar, .top-bar ul {
	background-color:transparent;
}
.top-bar-social {
	margin-top:50px;
}
.top-bar-social .fa {
	color:#000;
	padding:5px;
}
.top-bar-social .fa:hover {
	color:rgba(0,0,0,.5);
}
.top-bar-right {
	float:left;
	margin-left:20px;
	display:table;
}
.top-bar-right > ul {
	margin-top:50px;
}
.top-bar-right .submenu {
	background:#FFF;
}
.top-bar-right > ul > li > a {
	padding:8px 10px;
}
.top-bar-right > ul > li > a:before {
	content:"/";
	position: relative;
	left: -10px;
	color: #000;
}
.top-bar-right > ul > li:first-child > a:before {
	content:"";
}
.top-bar-left .menu > li > a {
	padding: 0;
}
.top-bar-left .menu .mobile-logo {
	display:block;
	width:100%;
	text-align:center;
	z-index: 9999;
	position: relative;
}
.top-bar-left .menu .mobile-logo > h2 {
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	margin-left:10px;
}
.top-bar .menu > li.active > a {
	background:transparent;
	color:#000;
	font-weight:700;
	position:relative;
}
.top-bar .menu-icon {
	background-image:url('assets/images/menu.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size:contain;
	width:22px;
	height:17px;
	padding:10px;
	z-index:9999;
}
.top-bar .menu-icon.open {
	background-image:url('assets/images/close.svg');
}
.top-bar .menu-icon:after {
	content:none;
}
.top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	content:"";
	display:none;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	padding-right:10px;
}
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
	z-index:9999;
	padding:5px 0;
}
.off-canvas {
	background-color:#FFF;
}
.off-canvas.position-top {
	display:table;
	height:100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.off-canvas.is-open.position-top {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.off-canvas .menu > li > a {
	font-size: 18px;
	line-height: 3.25;
	padding: 0;
	text-align: center;
}
.off-canvas .menu > li > .submenu {
	display:block;
}
.off-canvas .menu > .active > a {
	background:transparent;
	color:rgba(0,0,0,.5);
	font-weight:700;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow:none;
	z-index:9999;
}
.is-dropdown-submenu > li > a {
	white-space:nowrap;
}

/****************************
1.5 - Footer
****************************/
.footer {
	padding-top:0;
	margin-top:0;
}
.footer .copyright {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
	color: #666;
}
.footer a > .fa {
	color:#000;
	font-size:18px;	
	padding:5px;
}
.footer a > .fa:hover {
	color: rgba(0, 0, 0, 0.5);
}
#footer-logos {
	height:200px;
	margin-bottom:80px;
	text-align:center;
}
#footer-logos .columns, #footer-logos, .column {
    float: none;
    clear: both;
}

#footer-logos .widget {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: auto;
    padding-bottom: 3em;
}
#footer-logos .widget_media_image a {
    text-align: center;
    display: inline-block;
    height: auto;
}

/****************************
2.1 - Home Page
****************************/
.home h1, .home .faux-h1 {
	font-size:38px;
	font-weight:700;
	text-align:center;
	margin-bottom:45px;
	margin-top:50px;
}
.home h3.event-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.35px;
}
.home .event-date {
	opacity: .85;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	text-transform: none;
	color: #777;
	padding: 14px 0 10px;
	display: block;
}
.home .event-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 10px 0;
	text-align: left;
	font-weight: 300;
	color: #444;
}
.home p {
	margin-top:24px;
}
#member-slider {
	height:275px;
	overflow:hidden;
}
.slick-slider .slick-slide {
	display: none;
}
.slick-slider .slick-slide:first-child {
	display: block;
}
.slick-slider.slick-initialized .slick-slide {
	display: block;
}
/****************************
2.2 - Interior Pages
****************************/
h1.page-title {
	font-size:24px;
	font-weight:400;
	line-height:1.6;
	letter-spacing:1px;
	color:#000;
	margin-bottom:24px;
}
#sidebar1 {
	text-align:center;
}
.member-grid hr {
	padding-top:60px;
}
.member-grid hr:last-child {
	display:none;
}
.member-grid .letter-header {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.member-block {
	text-align:center;
}
.page-id-384 .member-block,
.page-id-386 .member-block {
	text-align:left;
}
.member-block:nth-of-type(3n+1) {
	clear:both;
}
.page-id-384 .member-block:nth-of-type(3n+1) {
	clear:none;
}
.alpha-list {
	list-style:none;
}
.alpha-list li {
	float:left;
}
.alpha-list li:after {
	content:"-";
	padding:0 4px;
}
.alpha-list li:last-child:after {
	content:"";
}
#main .member-block:last-of-type {
	float:left;
}
.member-thumb {
	display:table;
	margin-bottom:20px;
	width:100%;
}
.center-logo {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.header-photo {
	margin-bottom:25px;
}
.article-header h2,
.article-header h2 a {
	font-size:38px;
	color:#000;
}
.blog article,
.archive article {
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.event-date, .event-address {
	display:block;
}
.event-button {
	background-color: transparent;
	color: #272727;
	border: 2px solid #272727;
	border-radius: 3px;
	padding: 1em 2.5em;
}
.event-block {
	margin-bottom:60px;
}
.event-thumb-container {
	position:relative;
}
.event-block .datetag {
	display: table;
	position: absolute;
	top: 10px;
	right: 10px;
	height: auto;
	min-height: 70px;
	width: 70px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
}
.event-block .datetag-inner {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 6px;
	color: inherit;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.event-block .datetag .event-month,
.event-block .datetag .event-day,
.event-block .datetag .event-time {
	margin: 3px 0;
	line-height: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	display:block;
}
.event-block .datetag .event-month {
	font-size: 14px;
	margin-top: 6px;
}
.event-block .datetag .event-day {
	font-size: 26px;
}
.event-block .datetag .event-time {
	border-top: 1px solid #ddd;
	margin: 6px 0 0 0;
	padding-top: 6px;
	font-size: 11px;
}
.single .event-date,
.single .event-address {
	margin-bottom: 20px;
	display: block;
}
.event-status {
	display: none;
	position: absolute;
	top: 0px;
	left: 35px;
	width: 1px;
	height: 70px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.event-block.past .event-status {
	top: 0px;
	height: 85px;
	-webkit-transform: rotate(38deg);
	-moz-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	transform: rotate(38deg);
	display:block;
}
/****************************
2.3 - Gravity Forms & Signup Forms
****************************/
.gform_wrapper.gf_browser_chrome select {
	padding: 2px 14px 2px 10px;
}
#mc_embed_signup .mc-field-group {
	padding-bottom:0 !important;
}
#mc_embed_signup form {
	padding:0 !important;
}
#mc_embed_signup .button {
	text-transform:none;
	font-weight:700 !important;
	letter-spacing:0;
}
/****************************
2.4 - Slick Slider
****************************/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('./assets/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./assets/fonts/slick.eot');
	src: url('./assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/slick.woff') format('woff'), url('./assets/fonts/slick.ttf') format('truetype'), url('./assets/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	height: 60px;
	width: 44px;
	background: rgba(0, 0, 0, 0.33);
	z-index:9999;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}
.slick-prev:before {
	content: '\f053';
}
[dir='rtl'] .slick-prev:before {
	content: '\f053';
}
.slick-next {
	right: 0;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}
.slick-next:before {
	content: '\f054';
}
[dir='rtl'] .slick-next:before {
	content: '\f054';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/****************************
2.5 - Google Maps
****************************/
#poi-overlay {
	display: block;
	position: relative;
	left: 30px;
	top: 190px;
	right: 0;
	z-index: 999;
	max-width: 420px;
	background:transparent;
}
#map {
	width: 100%;
	height: 100%;
	position: fixed !important;
	z-index: 9;
	top: 150;
	left: 0;
}
#map-header {
	/* background: #fb7400; */
	background:#000;
	padding: 0;
	margin-top: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#map-navigation {
	text-align:center;
}
#map-navigation #menu-map-menu > li > a {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	font-family: 'open sans';
}
#map-navigation #menu-map-menu > li {
	padding: 15px 40px 15px 30px;
	/* border-left: 1px solid rgba(0, 0, 0, 0.4); */
	border-left:1px solid rgba(255, 255, 255, 0.5);
	border-right: 0;
	display:inline-block;
}
#map-navigation #menu-map-menu > li:nth-child(3),
#map-navigation #menu-map-menu > li:nth-child(4) {
	min-width:20%;
	text-align:center;
}
#map-navigation #menu-map-menu > li:nth-child(3) > a,
#map-navigation #menu-map-menu > li:nth-child(4) > a {
	display:inline-block;
}
#map-navigation #menu-map-menu > li:nth-child(3) > ul,
#map-navigation #menu-map-menu > li:nth-child(4) > ul {
	text-align:left;
}
#map-navigation #menu-map-menu > li:nth-child(4),
#map-navigation #menu-map-menu > li:last-child {
	/* border-right: 1px solid rgba(0, 0, 0, 0.4); */
	border-right:1px solid rgba(255, 255, 255, 0.5);
}
#menu-map-menu > li.is-dropdown-submenu-parent > a {
	padding-right: 30px;
}
#menu-map-menu > li.is-dropdown-submenu-parent>a:after {
	right: 5px;
	margin-top: -2px;
	z-index: 999;
	border-top: 6px solid #fff;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#map-navigation #menu-map-menu > .toggle-button > a,
#map-navigation #menu-map-menu > .reset-button > a,
#map-navigation #menu-map-menu > .itinerary-button > a {
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-size:14px;
	padding: 9px 21px;
}
#map-navigation #menu-map-menu > .toggle-button > a:hover,
#map-navigation #menu-map-menu > .reset-button > a:hover,
#map-navigation #menu-map-menu > .itinerary-button > a:hover,
#map-navigation #menu-map-menu > .toggle-active > a {
	background: #fd5200;
	color: white;
	border-color: #fd5200;
}
#map-navigation #menu-map-menu > .toggle-active > a {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
#map-navigation #menu-map-menu > li.toggle-button:nth-child(5) {
	margin-left:60px;
}
#map-navigation #menu-map-menu > li.toggle-button,
#map-navigation #menu-map-menu > li.reset-button,
#map-navigation #menu-map-menu > li.itinerary-button {
	padding: 0 10px;
	border:0;
}
#map-navigation #menu-map-menu > .reset-button {
	margin-right:60px;
}
.brewery {
	position:relative;
}
.brewer-content {
	padding: 25px 30px 25px 30px;
	background: #FFF;
	margin-bottom: 0;
}
.brewer-content h1 {
	font-size: 22px; 
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.brewer-content p {
	font-size:14px;
}
.brewer-contact {
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'open sans';
	line-height: 1.6;
}
.brewer-contact .map-address-1,
.brewer-contact .map-address-2,
.brewer-contact a {
	display:block;
	font-family: 'open sans';
	font-size:13px;
}
.brewer-contact a {
	color:#e95e30;
	font-weight:400;
}
.brewer-contact a:hover {
	color: #083fdc;
	text-decoration: underline;
}
.brewer-open-closed {
	font-size: 11px;
	font-weight: 700;
	font-family: 'open sans';
	color: #790101;
	margin-bottom: 15px;
}
.brewer-open-closed span {
	/*
	font-size: 11px;
	font-weight: 700;
	font-family: 'open sans';
	color: #790101;
	*/
	font-size: 14px;
	font-weight: 400;
	font-family: 'sarabun';
	color: #555;
}
.brewer-open-closed span.availability {
	font-weight: 500;
	font-size: 14px;
	color:#790101;
}
.brewer-open-closed .open-closed {
	padding-right:10px;
}
.brewer-open-closed .open-closed .green-highlight {
	color:#136100;
	font-weight:500;
}
.brewer-open-closed .open-closed .red-highlight {
	color: #790101;
	font-weight:500;
}
.brewer-open-closed .hours-display {
	display: block;
	margin:16px 0;
}
.brewer-description p:last-child {
	margin-bottom:0;
}
.brewer-icons .brewery-button {
	border: 2px solid #ef5800;
	border-radius: 100px;
	color: #ef5800;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 9px;
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
	margin-right: 10px;
	text-transform: uppercase;
}
.brewer-icons .brewery-button:hover {
	background: #ef5800;
	color: #FFF;
}
.brewery-number {
	position: absolute;
	left: -10px;
	top: -12px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	color: #FFF;
	background: #fb7400;
	border-radius: 100%;
	font-weight: 700;
}
.reset-button,
.itinerary-button {
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 30px;
}
a.reset-button:hover,
a.itinerary-button:hover {
	border: 1px solid #000;
	background:#fb7400;
	color:#FFF;
}
.itinerary-section {
	position: relative;
	margin-bottom: 20px;
	padding-left:50px;
}
.itinerary-label {
	position: absolute;
	background: #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 23px;
	left: 0;
	border: 3px solid #ea4335;
	color: #ea4335;
	font-size: 14px;
}
.itinerary-label:after {
	content: '';
	width: 3px;
	height: 70px;
	position: absolute;
	margin:2px auto 0;
	right: 0;
	left: 0;
	background-color: #ea4335;
	display: block;
}
.itinerary-section:last-child .itinerary-label:after {
	content: '';
	display:none;
}
.itinerary-section .orgname {
	font-weight:700;
}
.itinerary-section .close-button {
	line-height: 1;
	font-size: 24px;
	margin-top: 10px;
}
.itinerary-section p {
	font-size: 14px;
	line-height: 1.6;
}
#itinerary-container .brewer-content {
	padding-top:20px;
}
.pin-button a {
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
	background: #003777;
	margin-bottom: 40px;
	text-align: center;
	padding: 12px 0;
	display:block;
}
.pin-button a:hover {
	background:#012b5d;
}
.pin-button a.disabled {
	background:grey;
}
.page-template-template-map #site-logo {
	width:62px;
	height:62px;
}
.page-template-template-map #site-header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: #FFF;
	padding:10px 0;
}
.page-template-template-map .top-bar-right > ul {
	margin-top:15px;
}
.page-template-template-map .top-bar-social {
	margin-top:15px;
}
#no-result {
	margin-bottom:40px;
}
#no-result, #itinerary-container {
	display:none;
}
#return-to-map {
	color: #e95e30;
	display: block;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Open Sans';
	margin-bottom: 10px;
}
#return-to-map:hover {
	text-decoration:underline;
}
.itinerary-footer {
	text-align:center;
}
.google-map-link {
	display: inline-block;
	border: 4px solid #035c9a;
	border-radius: 40px;
	color: #035c9a;
	padding: 12px 30px;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.google-map-link:hover {
	border-color:#222;
	color:#222;
}
.region-controller .js-dropdown-active,
.availability-controller .js-dropdown-active {
	display:block !Important;
}
@media screen and (min-width:1280px) and (max-width:1365px) {
	#map-navigation #menu-map-menu > li:nth-child(3), 
	#map-navigation #menu-map-menu > li:nth-child(4) {
		min-width:18%;
	}
	#map-navigation #menu-map-menu > .reset-button {
		margin-right:20px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(5) {
    margin-left: 20px;
	}
}
@media screen and (min-width:1366px) and (max-width:1600px) {
	#map-navigation #menu-map-menu > li:nth-child(3), 
	#map-navigation #menu-map-menu > li:nth-child(4) {
		min-width:18%;
	}
	#map-navigation #menu-map-menu > .reset-button {
		margin-right:35px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(5) {
    margin-left: 35px;
	}
}
/*********************************************
 3.1 - Smartphone Styles
**********************************************/
@media screen and (max-width:639px) {
	.sep100 {
		height:25px;
	}
	#site-header {
    padding: 16px 0;
	}
	.top-bar-right {
		position:absolute;
		top:12px;
		left:0;
		right:0;
	}
	.top-bar-right > .menu {
    margin: 0;
    float: left;
    position: relative;
    left: 0px;
	}
	.top-bar-left .menu .mobile-logo > h2 {
		margin-bottom:0;
	}
	.modal-open #site-header {
		z-index: 9999;
    position: relative;
		background:#FFF;
	}
	.off-canvas > .menu {
		position: relative;
		top: 50px;
	}
	.off-canvas .menu > li > a {
    font-size: 16px;
    line-height: 2.5;
    padding: 0;
    text-align: center;
	}
	/*** Home Page ***/
	.event-block {
		margin-bottom:40px;
	}
	.event-block img {
		display:block;
		margin:auto;
		text-align:center;
	}
	/*** Interior Pages ***/
	.member-grid hr {
    margin-bottom: 60px;
	}
	.is-accordion-submenu-parent>a:after {
		border-color: #222 transparent transparent;
	}
	.event-thumb-container {
    margin: 0px auto;
    text-align: center;
    display: table;
	}
	.event-thumb-container img {
		display: block;
    text-align: center;
		margin:0 auto 30px;
	}
	.event-block .datetag {
		right:inherit;
		left:10px;
	}
	/*** Google Map ***/
	.page-template-template-map .top-bar-right > ul {
    margin-top: -7px;
		margin-left: -6px;
	}
	#map-navigation .submenu {
		top:105px;
	}
}

@media screen and (max-width:639px) and (orientation:landscape) {
	.modal-open #site-header {
		position:relative;
	}
	.modal-open .top-bar .top-bar-left, 
	.modal-open .top-bar  .top-bar-right {
		width:35%;
		position:fixed;
	}
	.modal-open .top-bar .top-bar-left {
		left:0;
	}
	.modal-open .top-bar  .top-bar-right {
		right: 15px;
	}
}
@media screen and (max-width:768px) {
	.row .fl-col-small {
		max-width:100%;
	}
}
/*********************************************
 3.2 - Tablet Styles - 640px+
**********************************************/
@media screen and (min-width:640px) and (max-width:1023px) {
	.menu.medium-horizontal>li {
    display: inline-block;
	}
	.top-bar .top-bar-left {
		width:125px;
	}
	.top-bar .top-bar-right {
		width:75%;
		margin:0;
		float:right;
	}
	.top-bar-social {
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 40px;
	}
	#footer-logos {
    height: 140px;
	}
	.event-block:nth-child(2n+1) {
		clear:both;
	}
	.event-thumb-container {
    margin: 0px auto;
    text-align: center;
    display: table;
	}
	.event-thumb-container img {
		display: block;
    text-align: center;
		margin:0 auto 30px;
	}
	.event-block .datetag {
		right:inherit;
		left:10px;
	}
	.page-template-template-map .top-bar-right > ul {
    margin-top: 10px;
    margin-left: 20px;
	}
	.page-template-template-map .top-bar .top-bar-left {
		width:65px;
    padding: 10px 0;
	}
	.page-template-template-map .top-bar .top-bar-right {
		width:80%;
		float:left;
	}
	#menu-map-menu li {
		position:static;
	}
	#map-navigation .submenu {
    top: 145px;
	}
}

@media screen and (min-width:640px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column:first-child, .columns:first-child {
		padding-left:20px;
	}
	.column:last-child, .columns:last-child {
		padding-right:20px;
	}
	.medium-12, .large-12 {
		padding-left:20px;
		padding-right:20px;
	}	
	.top-bar-right .menu > li > ul > li > a {
		padding:8px 15px;
	}
}

@media screen and (min-width:768px) {
	/*** Replicating Squarespace Layout ***/
	.page-template-default #main,
	.page-template-template-memberlist #main,
	.blog #main, .single #main, .archive #main	{
		width: 100%;
		float: left;
		border-right-width: 270px;
		border-right-style: solid;
		border-right-color: transparent;
	}
	.page-template-default #sidebar1,
	.page-template-template-memberlist #sidebar1,
	.blog #sidebar1, .single #sidebar1, .archive #sidebar1 {
		text-align: center;
		float: right;
		width: 270px;
		margin-left: -270px;
		margin-right: 0;
		position: relative;
	}
}
@media screen and (max-width:1023px) {
	/*** Google Map Pages ***/
	#map-header {
		width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
		margin-top:0;
		white-space:nowrap;
	}
	#map-header .map-header {
		width:100%;
	}
	#map {
		width: 100%;
    height: 280px;
    position: fixed !important;
    z-index: 9998;
    top: 60px;
    left: 0;
	}
	#poi-overlay {
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 100%;
    padding: 0 20px;
	}
	.page-template-template-map .top-bar-left .menu .mobile-logo > h2 {
		margin:10px 0;
		margin-left:10px;
	}
	.page-template-template-map #site-header {
		height: auto;
    padding: 0;
	}
	.page-template-template-map #content {
		position: relative;
    top: 360px;
		background:#DDD;
	}
	.page-template-template-map {
		background:#DDD;
	}
	.page-template-template-map .footer {
    position: relative;
    top: 360px;
    height: 100%;
		background:#FFF;
	}
	#map-navigation .is-accordion-submenu-parent>a:after {
    border-color: #FFF transparent transparent;
	}
	#map-navigation #menu-map-menu > li.toggle-button, 
	#map-navigation #menu-map-menu > li.reset-button, 
	#map-navigation #menu-map-menu > li.itinerary-button {
		padding:0;
	}
	#map-navigation #menu-map-menu > .itinerary-button {
		margin-left:10px;
	}
	#map-navigation #menu-map-menu > .reset-button {
		margin-right:10px;
	}
	#map-navigation #menu-map-menu > li:nth-child(3), 
	#map-navigation #menu-map-menu > li:nth-child(4) {
		min-width:0;
	}
	#map-navigation #menu-map-menu > li {
		padding:10px;
	}
	#map-navigation #menu-map-menu > li > a {
		padding-right:30px;
	}
	#map-navigation .is-accordion-submenu-parent>a:after {
		right:10px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(5) {
		margin-left:10px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(7) {
		margin-right:10px;
	}
	#map-navigation .submenu {
		text-align: center !important;
		background: #FFF;
		position: absolute;
		left: 0;
		right: 0;
	}
	#map-navigation .submenu > li {
		display:block;
	}
	.page-template-template-map ::-webkit-scrollbar {
			-webkit-appearance: none;
			height: 4px;
	}
	.page-template-template-map ::-webkit-scrollbar-thumb {
			border-radius: 4px;
			background-color: rgba(255,255,255,.5);
			-webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
	}
}
@media screen and (min-width:480px) and (max-width:1024px) and (orientation:landscape) {
	#map {
		width: 50%;
    height: 100%;
    position: fixed !important;
    z-index: 9998;
    top: 0;
    right: 0;
    left: initial;
	}
	#poi-overlay {
    left: 0;
    top: 4px;
    z-index: 999;
    width:50%;
		padding:0 10px;
	}
	.page-template-template-map #content {
		top:150px;
	}
	.brewery-number {
    left: -10px;
    top: -12px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    border-radius: 100%;
    font-weight: 700;
	}
}
/*********************************************
 3.3 - Tablet Styles - 1024px+
**********************************************/
@media screen and (min-width:1024px) {
	/*** General ***/
	.column, .columns {
		padding-left:15px;
		padding-right:15px;
	}
	.top-bar-right > ul {
		display:table;
	}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	/*** Google Map ***/
	#map-header {
		width: 100%;
		margin-top:10px;
		white-space:nowrap;
	}
	#map-header .map-header {
		width:100%;
	}
	#map-navigation .is-accordion-submenu-parent>a:after {
		border-color: #FFF transparent transparent;
	}
	#map-navigation #menu-map-menu > li.toggle-button, 
	#map-navigation #menu-map-menu > li.reset-button, 
	#map-navigation #menu-map-menu > li.itinerary-button {
		padding:0;
	}
	#map-navigation #menu-map-menu > .itinerary-button {
		margin-left:10px;
	}
	#map-navigation #menu-map-menu > .reset-button {
		margin-right:10px;
	}
	#map-navigation #menu-map-menu > li:nth-child(3), 
	#map-navigation #menu-map-menu > li:nth-child(4) {
		min-width:0;
	}
	#map-navigation #menu-map-menu > li {
		padding:14px 10px;
	}
	#map-navigation #menu-map-menu > li > a {
		padding-right:30px;
	}
	#map-navigation .is-accordion-submenu-parent>a:after {
		right:10px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(5) {
		margin-left:10px;
	}
	#map-navigation #menu-map-menu > li.toggle-button:nth-child(7) {
		margin-right:10px;
	}
}


/**********************************
Temp / test fix for mobile menu
***********************************/
@media screen and (max-width:767px) {
	.off-canvas.position-top {
		display:block;
	}
}