/*
Theme Name: NYSBA 2017 Theme
Theme URI: #
Author: 1M Studios
Author URI: https://1mstudios.com/
Version: 1.0.0
License: All Rights Reserved

*/

ul#menu-nysba-top-left li ul {
display: none !important;	
}	

/*--- CSS Reset ---*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
* { outline: 0 !important; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }
.slicknav_menu { display: none; }

a {
color: #00B4A3;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.pink {
color: #00B4A3;	
}

.center { text-align: center; }

em { font-style: italic; }

b {
font-weight: 600;	
}

strong {
font-weight: 700;	
}

em, i {
font-style: italic;	
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	height: auto;
	min-height: 100%;
	margin: 0 auto -400px; /* the bottom margin is the negative value of the footer's height */
	overflow: hidden;
}
.push {
	height: 400px; /* '.push' must be the same height as 'footer' */
}

footer {
padding: 40px 2%;
background: #006d73;
height: 400px;
line-height: 20px;
position: relative;
z-index: 10;
color: #fff;
box-sizing: border-box;
}

footer a {
color: #f0d577;
}

footer a:hover {
text-decoration: none;
}

/*--- Heading Styles ---*/

h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 36px; line-height: 1.1; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 2px; color: #878787; font-weight: 300; }
h2 { font-size: 30px; line-height: 1.1; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; color: #666; }
h3 { font-size: 26px; margin-bottom: 10px; line-height: 1.1;}
h4 { font-size: 22px; margin-bottom: 6px; line-height: 1.1;}
h5 { font-size: 20px; margin-bottom: 6px; line-height: 1.1;}
h6 { font-size: 18px; margin-bottom: 6px; line-height: 1.1;}

ul {
list-style-type: disc;
padding-left: 20px;
margin: 5px 0 10px;	
}

ol {
list-style-type: decimal;
padding-left: 20px;
margin: 5px 0 10px;	
}

ol li,
ul li {
margin-bottom: 15px;
}

/*--- WP Image Classes ---*/

img.alignright {
float: right;
margin-left: 10px;	
}

img.alignleft {
float: left;
margin-right: 10px;	
}


img.aligncenter {
margin: 10px auto;
display: block;	
}

/*--- CSS Basics ---*/

body {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #747474;
background: #fff;
}

/*--- Header ---*/

header {
width: 100%;
background: #fff;
position: relative;
z-index: 30;
text-align: center;
}

body.home header {
position: absolute;
background: transparent url('images/bg-white-95.png') 0 0 repeat;	
}

#header-inner {
margin: 0;
padding: 20px 0;
}

#header-inner a {
text-decoration: none;	
}

#logo-top.mobile,
body.home #logo-top {
display: none;	
}


#logo-top {
left: 50%;
margin-left: -80px;
margin-top: -6px;
position: absolute;
top: 0;
width: 160px;
height: 160px;
}

#logo-top img {
width: 100%;
height: auto;
vertical-align: top;	
}


/*--- Top Level Navigation ---*/

div.menu-top-level-container {
background: #006d73;
color: #fff;	
}

ul#menu-top-level {
margin: 0 auto;
list-style-type: none;	
max-width: 1200px;
padding: 5px !important;
}

ul#menu-top-level li {
display: inline-block;
margin: 0 auto;
line-height: 24px;
}

ul#menu-top-level li a {
color: #fff;	
}

ul#menu-top-level li a
{
    font-size:0;
	transition: all 0.3s ease 0s;
	opacity: 1.0;
	text-decoration: none;  
}

ul#menu-top-level li a:hover
{
	opacity: 0.6; 
}

ul#menu-top-level li a:before  { 
    font-family: FontAwesome; 
    font-size: 24px; 
    display: inline-block; 
    content: '';
}

ul#menu-top-level li.facebook a:before  { 
    content: '\f082';
}

ul#menu-top-level li.instagram a:before  { 
    content: '\f16d';
}

ul#menu-top-level li.twitter a:before  { 
    content: '\f081';
}

ul#menu-top-level li.facebook,
ul#menu-top-level li.instagram,
ul#menu-top-level li.twitter {
margin-left: 10px;
margin-right: 10px;
float: left;
}

ul#menu-top-level li.normal {
float: right;
margin-left: 10px;
margin-right: 10px;
}

ul#menu-top-level li.normal a {
font-size: 12px !important;
text-transform: uppercase;
letter-spacing: 1px;
}

/*--- Main Navigation ---*/

ul#mega-menu-main_menu_top,
ul.main-nav {	
/*font-size: 0;
display: inline-block;
width: 50%;
vertical-align: top;*/
vertical-align: middle;
}

ul#mega-menu-main_menu_top li,
ul#mega-menu-main_menu_top li {
display: inline-block;
height: 90px;
line-height: 1.1;
margin: 0;
width: 22%;
vertical-align: top;
}


ul#mega-menu-main_menu_top li a,
ul#mega-menu-main_menu_top li a:visited {
font-size: 16px !important;
text-decoration: none;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 400 !important;
text-transform: uppercase !important;
letter-spacing: 2px;
color: #145246;
position: relative;
display: inline;
transition: all 0.3s ease 0s;
opacity: 1.0;
}

ul.main-nav li a:hover {
opacity: 0.5;
}

ul#mega-menu-main_menu_top li#mega-menu-item-3460 > a {
font-size: 24px !important;
}

li#mega-menu-item-3236 ul.mega-sub-menu {
text-align: center !important;	
}

ul.mega-sub-menu li a {
line-height: 1.1 !important;	
padding-top: 10px !important;
padding-bottom: 10px !important;
}

ul.mega-sub-menu li {	
}

.mega-menu-item-type-widget.widget_sp_image img {
vertical-align: top;
height: auto;
margin-bottom: 5px;
transition: all 0.3s ease 0s;
opacity: 1.0;
}

.mega-menu-item-type-widget.widget_sp_image img:hover {
opacity: 0.7;
}

.mega-menu-item-type-widget.widget_sp_image {
max-width: 360px;
width: 30% !important;
float: none !important;
margin: 0 auto !important;
display: inline-block !important;
}

.mega-menu-item-type-widget.widget_sp_image a {
cursor: pointer !important;	
}

#mega-menu-wrap-main_menu_top .mega-menu-toggle .mega-toggle-block-1::after,
#mega-menu-wrap-main_menu_top .mega-menu-toggle .mega-toggle-block-1::before {
color: #029c92 !important;
}

#mega-menu-wrap-main_menu_top .mega-menu-toggle {
padding-right: 30px;
}

div#mega-menu-wrap-main_menu_top.mega-menu-wrap ul#mega-menu-main_menu_top.mega-menu.mega-menu-horizontal li#mega-menu-item-3458.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-menu-item-has-children.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-3458 ul.mega-sub-menu {
right: 0;	
}

/*--- Home Nav Rules ---*/

body.home ul.main-nav {
width: 100%;	
}

body.home ul.main-nav li {
width: auto;
padding-left: 30px;
padding-right: 30px;
}

body.home ul.main-nav li#menu-item-152 {
padding-right: 30px;
}

body.home ul.main-nav li#menu-item-103 {
padding-left: 30px;
}

/*--- CHOOSE ---*/

.home-choose {
width: 30%;
max-width: 250px;
height: 140px;
box-sizing: border-box;
top: 50%;
position: absolute;
background: #029c92;
color: #fff;
margin-top: -50px;
cursor: pointer;
z-index: 100;
text-align: center;
padding-top: 36px;
line-height: 1.1;
font-size: 24px;
border: solid 4px #fff;
opacity: 1.0;
transition: all 0.3s ease 0s;
}

.home-choose:hover {
background: #006D73 !important;
opacity: 0.7 !important;
}

.home-choose.drinkers {
left: 0;
border-left: 0;
-webkit-border-top-right-radius: 70px;
-webkit-border-bottom-right-radius: 70px;
-moz-border-radius-topright: 70px;
-moz-border-radius-bottomright: 70px;
border-top-right-radius: 70px;
border-bottom-right-radius: 70px;
}

.home-choose.brewers {
right: 0;
border-right: 0;
-webkit-border-top-left-radius: 70px;
-webkit-border-bottom-left-radius: 70px;
-moz-border-radius-topleft: 70px;
-moz-border-radius-bottomleft: 70px;
border-top-left-radius: 70px;
border-bottom-left-radius: 70px;
}

/*--- Gift Card Rules ---*/

body.page-id-107 section.row {
max-width: 600px;	
}


/*



body.home ul#menu-main-nav-left li {
float: right;	
}

body.home ul#menu-main-nav-right li {
float: left;	
}

body.home ul.main-nav li {
width: 20%;
padding-left: 2%;
padding-right: 2%;
}
*/


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

/*img#slider-logo {
vertical-align: top;
width: 40%;
height: auto;
max-width: 220px;
position: absolute;
top: 120px;	
}*/

body.home #slides {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: #000;
}

.home-slide-wrap {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;	
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
left: 0;
top: 0;
}

.home-slide-wrap:first-child {
position: relative;
display: block;
float: left;
}

div.slide-inner {
padding: 0 3%;
position: absolute;
top: 120px;
}

div.slide-inner.bottom_span {
top: auto;
bottom: 100px;
}


div.slide-inner.top_left {
width: 30%;
top: 120px;
left: 40px;
}

div.slide-inner.top_right {
width: 30%;
top: 120px;
right: 40px;
}

div.slide-inner.bottom_left {
width: 30%;
bottom: 100px;
left: 40px;
top: auto;
}

div.slide-inner.bottom_right {
width: 30%;
bottom: 100px;
right: 40px;
top: auto;
}

div.slide-inner h2 {
font-size: 46px;
line-height: 52px;
font-family: 'Open Sans Condensed', sans-serif;	
color: #fff;
}

div.slide-inner p {
color: #fff;
font-size: 20px;
line-height: 30px;	
}

/*--- Footer - Social ---*/

#footer-seal-wrap {
width: 33%;
margin: 0 auto;
vertical-align: top;
min-width: 200px;
float: left;
}

#footer-follow-wrap {
float: left;
width: 33%;
margin: 0 auto;
vertical-align: top;
min-width: 200px;
}

footer {
text-align: center;	
}

footer i.social {
vertical-align: top;
width: 50px;
height: 50px;
background: #fff;
display: inline-block;
margin: 0 5px;
color: #006D73;
font-size: 24px;
line-height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: all 0.3s ease 0s;	
}

footer i.social:hover {
background-color: #f0d577;	
width: 60px;
height: 60px;
font-size: 30px;
line-height: 60px;	
}

p.follow {
font-family: "Open Sans Condensed",sans-serif;
font-size: 18px;
line-height: 1.1;
margin-bottom: 10px;	
}

/*--- Footer - Seals and Menu ---*/

#footer-menu-wrap {
float: left;
width: 33%;
text-align: left;
min-width: 200px;
box-sizing: border-box;
text-transform: uppercase;
}

#footer-menu-wrap ul {
list-style-type: none;
padding-left: 0;
}

#footer-menu-wrap li {
margin-bottom: 6px;
}

#footer-menu-wrap a {
color: #fff;
}

#footer-menu-wrap a:hover {
color: #f0d577;
}

.footer-seal {
height: 180px;
width: auto;
vertical-align: top;
margin: 0 auto;
}

.footer-seal.left {
margin-right: 10px;
}

.footer-seal.right {
margin-left: 10px;
}

/*--- Copyright ---*/

.copyright {
height: 40px;
line-height: 20px;
font-size: 0;
width: 100%;
text-align: center;
margin-top: 20px;
padding-left: 0;
}

.copyright li {
margin: 0;
line-height: inherit;
font-size: 12px;
display: inline-block;
vertical-align: top;
}

.copyright li.design {
display: block;
font-size: 10px;
color: #bbb;
}

.copyright li.design a {
color: #bbb;	
}

/*--- Arrow Styles ---*/

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 10px solid #006D73;
}



/*--- Main Styles ---*/

section {
margin: 0 auto 30px !important;
border: dashed 0px #999;
display: block;
width: 90%;
padding: 30px 5%;
max-width: 920px;
/*max-width: 1180px;*/
}

section.reduce-pad {
padding-top: 60px;	 
}

body.home section {
max-width: none;
margin: 0 !important;
padding: 120px 0 60px;
width: 100%;
position: relative;
z-index: 10;

}

body.home section.home-slide-outer {
height: 400px;
padding-top: 90px;
}

img#home-logo {
display: block;
vertical-align: top;
margin: -120px auto 0;
max-width: 320px;
top: 50%;
width: 80%;
height: auto;
position: relative;
z-index: 10;
}

section.banner-wrap {
padding: 0 !important;	
}

div.home-banner {
color: #fff;
background: #006D73;
font-family: "Open Sans Condensed",sans-serif;
text-transform: uppercase;
font-size: 30px;
line-height: 36px;
font-weight: 300;
padding: 20px;
text-align: center;
}

div.home-banner h1 {
color: inherit;
display: inline-block;
margin-bottom: 0 !important;
}

div.home-banner span.nowrap {
color: #F0D577;	
}

div.home-banner span.reg {
vertical-align: text-top;
font-size: 15px;
}

section h1 {
margin-bottom: 15px;	
}

section h1:first-child {
margin-bottom: 30px;	
}

section p,
section ul {
margin-bottom: 24px;
}

/*--- Header Banner ---*/

div.top-banner {
padding: 80px;
background-image: url(/wp-content/uploads/2017/08/beer-i139465399-1500x750.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}

div.top-banner img#banner-logo {
width: auto;
height: 180px;
vertical-align: top;
top: 50%;
margin-top: -90px;
position: absolute;
left: 2%;
}

div.top-banner h1 {
color: #fff;
margin-bottom: 0;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 1.2;
max-width: 650px;
margin: 0 auto;
display: block;
position: relative;
z-index: 5;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

div.top-banner h1 span {
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
white-space: nowrap;
}

div.top-banner-inner .dets,
div.top-banner-inner .time {
color: #fff;
text-align: center;
font-size: 18px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/*--- Product Logos ---*/

section.biz-info {
text-align: center;
padding-top: 0 !important;
/*padding-top: 60px !important;*/
}

.biz-pod {
display: inline-block;
vertical-align: top;
background: transparent;
width: 40%;
/*height: 300px;*/
max-width: 300px;
padding: 0;
margin: 20px 10px;
text-align: left;
font-family: "Open Sans Condensed",sans-serif;
font-size: 18px;
line-height: 30px;
font-weight: 400;
color: #F0D577;
position: relative;
/*-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;*/
cursor: pointer;
}

.biz-pod:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pod-inner {
opacity: 1;
transition: all 0.3s ease 0s;	
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
background-color: #ccc;
background-position: center center;
background-repeat: no-repeat;
}

.biz-pod:hover .pod-inner {
opacity: 0.7;	
}

.biz-pod h2 {
color: #fff;
position: absolute;
left: 2%;
bottom: 0;
font-size: 30px;
font-weight: 400;
line-height: 1.1;
padding: 10px 20px;
box-sizing: border-box;
text-align: center;
text-transform: uppercase;
vertical-align: bottom;
background: #006D73;
z-index: 10;
margin: 0;
width: 96%;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.biz-pod.left {
margin-right: 10px;
}

.biz-pod.right {
margin-left: 10px;
text-align: center;
}

.biz-pod.hours label {
width: 49%;
display: inline-block;
text-align: right;
/*color: #006D73;*/
color: #fff;
padding-right: 1%;
}

.biz-pod .map-surround {
float: right;
width: 50%;
text-align: center;
font-size: 18px;
}

.biz-pod .map-surround a{
text-decoration: none;
}

.biz-pod .map-surround img.google-map {
width: 100%;
height: auto;	
vertical-align: top;
}

.biz-pod.hours .off-hours {
font-size: 14px;
line-height: 1;
padding-top: 8px;	
}

/*--- TEMP STYLE ---*/
/*
.biz-pod.pod-1 .pod-inner {
background-image: url(images/pods/pod-beer-map-temp.jpg);
}

.biz-pod.pod-2 .pod-inner {
background-image: url(images/pods/pod-enthusiast-temp.jpg);
}

.biz-pod.pod-3 .pod-inner {
background-image: url(images/pods/pod-app-temp.jpg);
}*/

/*--- Special Styles ---*/

.biz-pod.specials,
div.special {
background: #eae5e0 url(images/pod-bg-1.jpg) bottom center repeat-x;
background-size: cover;
overflow: hidden;
padding-bottom: 75px;
height: 220px;
}

div.special.pod-2,
.biz-pod.specials.pod-2 {
background-image: url(images/pod-bg-2.jpg);
}

.biz-pod.specials h2,
div.special h2 {
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
text-align: left;
/*font-size: 45px;
line-height: 45px;*/
font-size: 35px;
line-height: 40px;
color: #006D73;
white-space: pre-line;
margin-bottom: 5px;
}

.biz-pod.specials p {
font-size: 20px;
line-height: 24px;
color: #666;	
}

body.home section.biz-info a.more-link {
margin-top: 0;
margin-bottom: 30px;
padding: 30px 0;
background: #006D73;
color: #fff;
}

body.home section.biz-info .more-link div .arrow-right {
border-left: 10px solid #fff;
}

a.more-link {
vertical-align: middle;
margin-top: 20px;
display: block;
text-decoration: none;
text-transform: uppercase;
}

.more-link div.more-wrap {
display: block;
line-height: 28px;
height: 28px;
font-size: 24px;
vertical-align: middle;
}

.more-link div .arrow-right {
display: inline-block;	
/*vertical-align: middle;*/
margin-left: 3px;
}

a.more-link:hover {
opacity: 0.6;	
}

div.special {
vertical-align: top;
display: inline-block;
height: 220px;
max-width: 280px;
min-width: 220px;
width: 40%;
padding: 15px 15px 75px 15px;
text-align: left;
margin: 0 15px 30px;
}

div.special p {
color: #666;
font-size: 20px;
line-height: 24px;
font-family: 'Open Sans Condensed', sans-serif;
}

/*--- Product Logos ---*/

#product-logos {
text-align: center;	
}

#product-logos img {
vertical-align: top;	
/*width: 180px;*/
width: 120px;
height: auto;
}

#product-logos h2 {
text-align: center;
text-transform: lowercase;
padding: 20px;
color: #999;
font-weight: 300;
font-size: 24px;
line-height: 32px;
/*max-width: 900px;*/
margin: 0 auto 20px;
}

/*--- Beer Trail Map ---*/

body.page-id-47 section {
padding-top: 1px;
max-width: none;
width: 100%;
padding-left: 0;
padding-right: 0;
}


#beer-tour-popup {
width: 260px;
vertical-align: top;
position: fixed;
bottom: 10px;
left: 10px;
z-index: 11111;
height: 86px;
}

#beer-tour-popup .icon {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
height: 70px;
width: 70px;
position: relative;
left: 50%;
top: -30px;
margin-left: -35px;
z-index: 20;
background: #fff;
border: solid 2px #006D73;
box-sizing: border-box;
text-align: center;
}

#beer-tour-popup .icon i {
font-size: 50px;
line-height: 70px;
color: #efd27b;
text-shadow: 1px 1px #000;
}

#beer-tour-popup .tour-click {
z-index: 15;
background: #006D73;
color: #fff;
/*font-family: 'Handlee', cursive;*/
width: 100%;
padding: 30px 10px 10px;
box-sizing: border-box;
position: absolute;
top: 10px;
left: 0;
text-align: center;
font-size: 18px;
line-height: 1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-sizing: border-box;
}

#beer-tour-popup .tour-click span {
font-size: 12px;
text-transform: uppercase;	
}


ul#beer-tour-list {
list-style-type: none;
max-width: 600px;
margin: 10px auto;
}

ul#beer-tour-list li {
width: 100%;
margin: 0;
box-sizing: border-box;
vertical-align: top;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: solid 1px #eee;
padding: 15px;
}

ul#beer-tour-list li img {
float: left;
width: 150px;
height: auto;
vertical-align: top;
margin-right: 15px;	
}


/*--- Bio Section Styles ---*/

.stylist-main {
font-size: 0;
text-align: center;
padding-left: 0;
padding-right: 0;
}

.bio h2 {
color: #006D73;	
}

.bio {
width: 22%;
max-width: 270px;
height: 330px;
vertical-align: top;
padding: 1%;
display: inline-block;
margin: 0;
text-align: center;
}

.bio img.bio-normal {
width: 100%;
height: auto;
vertical-align: top;
margin-bottom: 15px;
}

blockquote {
/*background: #f9f9f9;*/
border-left: 4px solid #f9f9f9;
margin: 1.5em 10px 0;
line-height: 1.0;
padding: 20px 5%;
quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
font-family: serif;
font-style: italic;
}

blockquote p {
display: inline;
font-size: 18px;
line-height: 28px;
}

/*--- Page Styles ---*/

.feat-img-wrapper {
width: 100%;
height:	200px;
margin-top: 80px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

section h1 {
text-align: center;	
}

body.page-id-2 section.row {
max-width: 620px;
}

body.page-id-2 section.row p {
margin-bottom: 5px;
text-align: center;	
}

/*--- Services Styles ---*/

ul.leaders {
    max-width: 500px;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    margin: 20px auto; }
ul.leaders li {
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
clear: both;
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
 color: #006D73}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white}

body.post-type-archive-forty_service h2, h1 {
text-align: center;
font-weight: 300;
font-size: 30px;
margin-bottom: 20px;
color: #006D73;	
}


/*--- Gallery Pages ---*/

body.page-id-151 .gallery-item {
margin-top: 0 !important;
}

body.page-id-151 .gallery-item img {
vertical-align: top;
width: 100%;
height: auto;
border: solid 1px #fff !important;
border-top: 0 !important;
}

/*--- Wednesday Page ---*/

.forty-50-wide {
width: 46%;
padding: 2%;
margin: 10px 0;
vertical-align: top; 
min-width: 300px;
float: left;
text-align: center;
}

.forty-50-wide img {
width: 100%;
height: auto;
vertical-align: top;
max-width: 400px;
margin: 0 auto;	
}

body.page-id-153 .gallery-item {
margin-top: 0 !important;
width: 49%;
overflow: hidden;
}

body.page-id-153 .gallery-item img {
vertical-align: top;
width: 100%;
height: auto;
border: solid 1px #fff !important;
box-sizing: border-box;

}

/*--- Event Styles ---*/

.events-home {
background: #fafafa;
padding: 2% 20px 2% 160px;
display: inline-block;
vertical-align: top;
margin-bottom: 0;
min-height: 300px;
font-size: 16px;
line-height: 26px;
overflow: hidden;
position: relative;
border-bottom: solid 1px #ccc;
box-sizing: border-box;
}

.events-home p {
line-height: 1.3;
margin-bottom: 20px;	
}

.events-home.total-1 {
width: 100%;
padding-left: 10%;
padding-right: 10%;
}

.events-home.total-2 {
width: 50%;	
}

.events-home.total-3 {
width: 33%;	
}

.events-home.event-2.total-3 {
width: 34%;	
}

.events-home.event-2,
.events-home.event-3 {
background-image: url(images/event-border-left.png);
background-repeat: repeat-y;
background-position: top left;
}

.events-home a.more {
color: #006D73;
padding: 5px 20px;
display: block;
margin: 0 auto;
max-width: 100px;
}

body.post-type-archive-nysba_events section {
max-width: 720px;
}

.event-big {
background: #fafafa;
border-bottom: solid 1px #ccc;
padding: 20px 20px 20px 160px;
text-align: center;
position: relative;
min-height: 140px;
}

div.time {
color: #999;
line-height: 1.2;
margin-bottom: 6px;
}


.date-circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 120px;
height: 95px;
padding-top: 25px;
background: #029c92;
color: #fff;
line-height: 1;
text-align: center;
position: absolute;
left: 20px;
top: 20px;
}

.date-circle .month {
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
}

.date-circle .day {
font-size: 42px;
font-weight: 300;
}

.event-big .date-circle {
left: 20px;
}

.event-sponsors {
text-align: center;	
}

h2.part-brew {
text-align:center;
font-family: "Open Sans Condensed",sans-serif;
font-size: 30px;
line-height: 1.2;
margin-bottom: 15px;
font-weight: 700;
}

.nysba-btn.tx {
display: inline-block;
width: auto;
margin: 10px 0;
}

.nysba-btn.float {
float: right;
margin: 20px 0 20px;
}

div.float {
float: right;
margin: 20px 0 20px 20px;
}

div.float .nysba-btn {
display: block;
text-align: center;
margin-bottom: 15px;
}

/*--- NYSBA For Drinkers / For Brewers ---*/

body.post-type-archive-nysba_for_drinkers {
background: #006D73;
}

body.post-type-archive-nysba_for_brewers {
background: #F0D577;
}

body.post-type-archive-nysba_for_drinkers section,
body.post-type-archive-nysba_for_brewers section,
body.post-type-archive-allied_members section,
body.post-type-archive-members section {
text-align: center;	
}

.drink-brew-badge {
width: 48%;
margin: 0 1% 2%;
box-sizing: border-box;
vertical-align: top;
display: inline-block;
min-width: 220px;
}

.drink-brew-badge .thumb {
background-color: #eee;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 240px;
margin: 0;
display: table;
width: 100%;
transition: all 0.3s ease 0s;
opacity: 1;
}

.drink-brew-badge .thumb:hover {
opacity: 0.7;	
}

body.post-type-archive-nysba_for_brewers .drink-brew-badge .thumb {
background: #006D73;	
}

body.post-type-archive-nysba_for_drinkers .drink-brew-badge .thumb {
background: #F0D577;	
}

.drink-brew-badge .thumb h2 {
display: table-cell;
margin-bottom: 0;
vertical-align: middle;
font-size: 45px;
line-height: 1;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
padding: 0 10%;
}

.drink-brew-badge a {
text-decoration: none;	
}

/*--- NYSBA Sponsors ---*/


.new-sponsors {
text-align: center;
max-width: 1200px;
margin: 20px auto;
overflow: hidden;
}

.new-sponsors li {
display: inline-block;
list-style-type: none;
margin: 0 0 20px;
max-width: 160px;
min-width: 120px;
width: 33%;
}

.new-sponsors li img {
height: auto;
padding: 0 5%;
vertical-align: top;
width: 90%;
opacity: 1;
transition: all 0.3s ease 0s;
}

.new-sponsors li:hover img {
opacity: 0.5;	
}

/*--- Blog ---*/

section.home-news {
padding: 30px !important;
text-align: center;
font-size: 30px;
font-family: "Open Sans Condensed",sans-serif;
font-weight: 700;
box-sizing: border-box;
line-height: 1.2;
}

section.home-news .dets {
font-weight: 300;
font-size: 21px;
margin: 0;
}

.nysba-btn {
background: #3498db;
background-image: -webkit-linear-gradient(top, #00B4A3, #006D73);
background-image: -moz-linear-gradient(top, #00B4A3, #006D73);
background-image: -ms-linear-gradient(top, #00B4A3, #006D73);
background-image: -o-linear-gradient(top, #00B4A3, #006D73);
background-image: linear-gradient(to bottom, #00B4A3, #006D73);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
border: solid #1f628d 0px;
text-decoration: none;
}

.nysba-btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #006D73, #00B4A3);
background-image: -moz-linear-gradient(top, #006D73, #00B4A3);
background-image: -ms-linear-gradient(top, #006D73, #00B4A3);
background-image: -o-linear-gradient(top, #006D73, #00B4A3);
background-image: linear-gradient(to bottom, #006D73, #00B4A3);
text-decoration: none;
}

/*--- Blog ---*/

.dets {
font-size: 14px;
font-style: italic;
margin: 7px 0;
color: #999;
}

.category h2 {
font-size: 30px;
line-height: 1.2;
margin-bottom: 0;	
}

/*--- Prev / Next ---*/

.navigation.pagination {
text-align: center;	
}

h3.screen-reader-text {
text-transform: uppercase;	
}

/*--- Single Post Prev / Next ---*/

body.single .navigation {
display: table;
border-spacing:  5px;
margin-top: 15px;
}

.navigation .alignleft,
.navigation .alignright {
width: 48%;
padding: 12px;
display: table-cell;
vertical-align: center;
text-align: center;
color: #fff;
background: #006d73;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
transition: all 0.3s ease 0s;
}

.navigation .alignleft a,
.navigation .alignright a {
color: #fff;
text-decoration: none;	
}

.navigation .alignleft:hover,
.navigation .alignright:hover {
background: #00B4A3;

}

.navigation .blank {
display: none !important;	
}

/*--- Search ---*/

.box{
margin: 0 auto 20px;
width: 100%;
height: 50px;
}

.container-1{
width: 100%;
vertical-align: middle;
white-space: nowrap;
position: relative;
}

.container-1 input#search{
width: 100%;
height: 50px;
background: #eee;
border: none;
font-size: 10pt;
float: left;
color: #63717f;
padding-left: 45px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: background .55s ease;
-moz-transition: background .55s ease;
-ms-transition: background .55s ease;
-o-transition: background .55s ease;
transition: background .55s ease;  

}

.container-1 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-1 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-1 .icon{
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 17px;
  margin-top: 12px;
  z-index: 1;
  color: #006D73;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #fff;
    border: solid 1px #eee;
}

.container-1 .go {
position: absolute;
top: 0;
width: 50px;
height: 50px;
cursor: pointer;
right: 0;
z-index: 2;
color: #006D73;
border-width: 0;
font-size: 18px;
text-transform: uppercase;
background: #006d73;
color: #fff;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: background .55s ease;
-moz-transition: background .55s ease;
-ms-transition: background .55s ease;
-o-transition: background .55s ease;
transition: background .55s ease;  	  
}

.container-1 .go:hover {
background: #00B4A3;
}

/*--- Sublinks Template ---*/

section.page-sublinks .container {
margin: 0 -300px 0 0;
width: 100%;
padding: 0;
height: auto;
overflow: hidden;
}

.left-col-70,
.right-col-30 {
box-sizing: border-box;
vertical-align: top;
padding: 0 20px 20px;

}

.left-col-70 {
margin-right: 300px;
width: auto;
overflow: hidden;
}

.right-col-30 {
position: sticky;
position: -webkit-sticky;
top: 0;	
width: 300px;
float: right;
}

.right-col-30.above {
display: block;	
}

.right-col-30.below {
display: none;
}

.left-col-70 img {
max-width: 100%;
height: auto;
vertical-align: top;
margin: 10px auto;
}

.sublink-nav {
padding-left: 0;	
}

.sublink-nav li {
background-color: #F2CD5B;
list-style: none;
border-bottom: 1px solid #fff;
padding: 10px 5px 10px 25px;
font-weight: 400;
letter-spacing: 2px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-align: left;
margin-bottom: 0 !important;
}

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

.sublink-nav .active::before{	
content: " ";
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
border-left: 17px solid #fff;
position: absolute;
margin-left: -26px;
margin-top: -10px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.sublink-nav .active {
background: #00B4A3;	
}


/*--- Sidebar Stuff ---*/

.author {
margin: 10px 0;
font-size: 14px;
}

.author img.square-normal,
.author img.avatar-300 {
width: 100px;
height: auto;
vertical-align: middle;
float: left;
margin: 0 10px 10px 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.author ul.bio-det {
list-style-type: none;
font-size: 13px;
line-height: 1;
margin-bottom: 10px;
padding-left: 0;
text-align: left;	
}

.author ul.bio-det  li {
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #006d73;
width: 24px;
height: 24px;
line-height: 24px;
transition: all 0.3s ease 0s;
margin: 0 5px 0 0;
text-align: center;
}


.author ul.bio-det  li:hover {
background-color: #00B4A3;
}

.author .bio-det a {
color: #fff;
text-decoration: none;
}

.author .bio-det a:hover {
}

.author h4 {
padding-top: 15px;	
display: block;
color: #006d73;
}

.author i.fa {
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px;
display: block;
margin: 0;
vertical-align: top;
}


/*--- Economic Data Section ---*/

body.page-id-4873,
body.page-id-4874 {
	
}

table.nysba-economic th,
table.nysba-economic td {
font-size: 12px !important;
}

table.nysba-economic th {
font-size: 11px !important;
}

/*--- Members Section ---*/

.member-category {
padding: 20px;
margin-top: 20px;
border-top: solid 1px #eee;
}

.member-category h2 {
color: #006D73;
margin-bottom: 20px;	
}

body.post-type-archive-allied_members div.member,
body.post-type-archive-members div.member,
div.event-sponsors div.member {
width: 21%;
margin: 0 1% 2%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
max-width: 300px;
position: relative;
overflow: hidden;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: solid 1px #eee;
min-width: 180px;
cursor: pointer;
}

body.post-type-archive-allied_members div.member img,
body.post-type-archive-members div.member img,
div.event-sponsors div.member img {
width: 100%;
height: auto;
vertical-align: top;
transition: all 0.3s ease 0s;
opacity: 1.0;
}

body.post-type-archive-allied_members div.member h2,
body.post-type-archive-members div.member h2,
div.event-sponsors div.member h2 {
position: absolute;
left: 0;
bottom: -200px;
text-align: center;
width: 100%;
padding: 8px;
transition: all 0.3s ease 0s;
background-color: #006d73;
color: #efd27e;
margin-bottom: 0;
box-sizing: border-box;
z-index: 10;
font-size: 26px;
}

body.post-type-archive-allied_members div.member:hover h2,
body.post-type-archive-members div.member:hover h2,
div.event-sponsors div.member:hover h2 {
bottom: 0;	
}

body.post-type-archive-allied_members div.member:hover img,
body.post-type-archive-members div.member:hover img,
div.event-sponsors div.member:hover img {
opacity: 0.5;	
}


div.member.osp {
display: table !important;
width: 100% !important;
background: #b2d3d5;
background: #006D73;
max-width: 100% !important;
color: #fff !important;
transition: all 0.3s ease 0s;
opacity: 1.0;
cursor: pointer;
text-decoration: none !important;
margin: 10px auto 20px !important;
border-color: #006d73 !important;
}

div.member.osp:hover {
opacity: 0.7;	
}

div.osp-content {
/*width:65%;*/
vertical-align: top;
display: table-cell;
box-sizing: border-box;
padding: 20px 15px !important;
text-align: left;
font-size: 12px;
}

.osp-label {
font-size: 11px;
font-style: italic;
letter-spacing: 1px;
color: #eee;
/*display: none !important;*/
}

div.osp-logo-wrap {
vertical-align: top;
width:160px !important;
display: table-cell;
box-sizing: border-box;
padding: 10px;
background: #fff;
width: 240px;
height: 100%;
}

div.member.osp img {
width: 100%;
height: auto;
vertical-align: top;
opacity: 1.0 !important;
}

div.member.osp h2 {
/*display: none !important;*/
position: relative !important;
background: none !important;
left: auto !important;
bottom: auto !important;
padding-top: 0 !important;
font-weight: 400;
padding-bottom: 3px !important;
text-align: left !important;
padding-left: 0 !important;
color: #006d73 !important;
color: #efd27e !important;
}

a.osp-url {
text-decoration: none !important;
}



/*--- Gform Styles ---*/

input.gform_button {
border: 0;
background: #006D73;
padding: 10px 40px;
color: #fff;
cursor: pointer;	
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background: #006D73 !important;	
}

/*--- Fancybox Styles ---*/

.fancybox-inner section {
padding: 5%;	
}

.fancybox-inner section img.bio-normal {
float: left;
vertical-align: top;
margin-right: 30px;
margin-bottom: 30px;
width: 100%;
max-width: 300px;
height: auto;
}

.fancybox-inner section h1 {
text-align: center;
color: #006D73;
}

.fancybox-prev span {
    left: 0 !important;
}

.fancybox-next span {
    right: 0 !important;
}

div#popmake-171 .popmake-title {
text-align: center;
font-family: "Open Sans Condensed",sans-serif;
color: #666;
}

div#popmake-171 img.aligncenter {
margin: 10px auto;
display: block;
}

.popmake.theme-172 > .popmake-close {
background: #F099C1 !important;	
}

/*--- END OF DOCUMENT ---*/

