strong {
	font-weight: 700;
}

p, span {
	line-height: 1.45em;
}

h1, h2, h3 {
	text-transform: uppercase;
}

.header-image {
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 275px;
    margin-top: 10px;
    display: flex;
}

.container-fluid {
	position: relative;
	z-index: 2;
}

h1.header-title {
    font-size: 100px;
    text-align: center;
    margin: auto;
    color: #fff;
		text-transform: uppercase;
		font-family: "SquareSerif-Book";
		font-weight: initial!important;
}

.page-filter, .page-filter a {
    text-align: center;
    font-size: 24px;
    color: #4d7a91;
    margin-top: 25px;
    margin-bottom: 25px;
    cursor: pointer;
		font-family: "SquareSerif-Book";
		text-transform: uppercase;
}

.filter-active, .filter-active a {
	color: #fda81e;
}

.page-filter:hover, .page-filter:hover a, .page-filter a:focus {
    color: #fda81e;
    text-decoration: none;
}

/*Menu*/

.container-fluid .menu h2,
.container-fluid .brewpub h2 {
	color: #4d7a91;
    font-size: 36px;
    font-weight: initial;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
		font-family: "SquareSerif-Book";
}

.container-fluid .brewpub .col-xs-6 h2 {
	font-size: 36px;
}


.brewpub {
    width: 100%;
    border-left: solid 50px rgba(0,0,0,0);
    border-right: solid 50px rgba(0,0,0,0);
}

.menu .row,
.brewpub .row {
	margin-right: -32.5px;
    margin-left: -32.5px;
}

.menu .row .col-xs-6,
.menu .row .col-xs-12,
.menu .row .col-xs-4,
.brewpub .row .col-xs-6,
.brewpub .row .col-xs-12,
.brewpub .row .col-xs-4, .brewpub-info .col-sm-6 {
	padding-right: 32.5px;
    padding-left: 32.5px;
}

.menu-item-title {
	color: #fda81e;
	text-transform: uppercase;
}

.container-fluid .menu div h2 {
	font-family: "SquareSerif-Book";
	margin-top: 50px;
}

span.price {
	color: #fda81e;
}

.menu-header {
	margin-left: 30px;
	margin-top: 25px;
}

.menu-header span {
	color: #4d7a91;
    font-weight: bold;

}

.food-item {
	margin-bottom: 25px;
    line-height: 20px;
}

.food-item span.menu-item-title,
.food-item span.price {
    font-weight: bold;
}

.food-item p {
    display: inline-block;
}
span.price {
    display: inline;
}

.wine-list {
	line-height: 30px;
}

.booze-cat {
	color: #fda81e;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
}

span.booze-title {
    font-size: 15px;
    line-height: 30px;
}

.booze-desc {
	    font-weight: 700
}

.row.tap,
.row.brewpub-private-events {
	padding-top: 25px;
}

.tap-title {
	color: #fda81e;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: lighter!important;
}

.tap-stats {
	padding: 10px 0;
	border-top: 2px dashed #3A5F72;
	border-bottom: 2px dashed #3A5F72;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}

.menu .row .tap-stats .col-xs-4 {
	padding-right: 15px;
    padding-left: 15px;
		color: #afcdd4;
		font-weight: 700;
}

.tap-stats .tap-abv,
.tap-stats .tap-ibu,
.tap-stats .tap-grav {
	color: #fda81e;
	font-weight: 700;
}

/*Beer & Team*/

.beer-menu,
.team-menu {
	width: 100%;
	border-left: solid 50px rgba(0,0,0,0);
	border-right: solid 50px rgba(0,0,0,0);
	min-height: 600px;
}

.team-intro {
	margin-top: 25px;
}

.team-row>h2 {
	text-align: left;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: lighter;
    color: #4d7a91;
    margin-left: 15px;
}

.beer,
.team {

    margin-bottom: 30px;
		-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
		       -moz-animation: fadein 1s; /* Firefox < 16 */
		        -ms-animation: fadein 1s; /* Internet Explorer */
		         -o-animation: fadein 1s; /* Opera < 12.1 */
		            animation: fadein 1s;
		}

		@keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}

		/* Firefox < 16 */
		@-moz-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}

		/* Safari, Chrome and Opera > 12.1 */
		@-webkit-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}

		/* Internet Explorer */
		@-ms-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}

		/* Opera < 12.1 */
		@-o-keyframes fadein {
		    from { opacity: 0; }
		    to   { opacity: 1; }
		}

		.team {
			margin-bottom: 	100px;
}

.beer>.beerthumb,
.team>.teamthumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
			position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: solid 3px #4d7a91;
}

.beer>.beerthumb.color-6,
.team>.teamthumb.color-6 {
  border-color: #73C8AF!important;
}
.beer>.beerthumb.color-5,
.team>.teamthumb.color-5 {
  border-color: #F1EFDA!important;
}
.beer>.beerthumb.color-4,
.team>.teamthumb.color-4 {
  border-color: #F7A330!important;
}
.beer>.beerthumb.color-3,
.team>.teamthumb.color-3 {
  border-color: #F08571!important;
}
.beer>.beerthumb.color-2,
.team>.teamthumb.color-2 {
  border-color: #E43449!important;
}
.beer>.beerthumb.color-1,
.team>.teamthumb.color-1 {
  border-color: #72CCDA!important;
}

.beer-row>h1 {
	margin-left: 15px;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 30px;
	    font-weight: lighter;
    color: #4d7a91;
    font-family: "SquareSerif-Book";
}

.beer-row>p {
	margin-left: 15px;
	margin-bottom: 30px;
}

/*.beer:before {
	 content: "";
    display: block;
    padding-top: 100%;

}*/

.beer.beer-selected,
.team.team-selected {
}

.beer-desc,
.team-desc {
  cursor: default;
	position: absolute;
	top: 105%;
	top: calc(100% + 25px);
	width: 400%;
	width: calc(400% - 30px);
	transition: 1s;
	max-height: 0;
	background-color: #c7dce1;
	color: #3a5f72;
	overflow: hidden;
	display: block;
	z-index: 5;
}

.team-desc {
	width: 300%;
	width: calc(300% - 30px);
}

.beer-desc, .team-desc {
	margin-left: 15px;
}

.beer-selected .beer-desc,
.team-selected .team-desc {
		max-height: 700px;
		border: solid 3px #4d7a91;
}

.vega.beer-selected .beer-desc {
	display: none;
}

.beer-desc h1,
.team-desc h1 {
    color: #fff;
    font-size: 32px;
    border-bottom: dashed #fff 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: initial;
		line-height: 32px;
}

.beer-desc h2,
.team-desc h2 {
    font-size: 30px;
    color: #3a5f72;
    border-bottom: dashed #fff 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold;
		line-height: 30px;
}

.beer-desc p,
.team-desc p {
    color: #3a5f72;
    font-size: 16px;
		margin-bottom: 15px;
}

.beer-desc div,
.team-desc div {
    color: #3a5f72;
}

.team-desc span {
    font-weight: bold;
}

.beer-desc .bottom-desc,
.team-desc .bottom-desc {
    color: #3a5f72;
    font-weight: bold;
    font-size: 13px;
}

.bottom-desc span {
    color: #fff;
    margin-left: 5px;
    font-size: 13px;
}

.team-desc .bottom-desc span {
	margin-left: 0;
}

.bottom-desc {
	margin-top: 5px;
	text-transform: uppercase;
}


.beer-desc .col-sm-5 {
	background-color: #fff;
}

.beer-desc .col-sm-7,
.team-desc .col-sm-7 {
	padding: 50px 85px 50px 70px;
}

.beer-desc .beer-img {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-desc .team-img {
	width: 100%;
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.team:nth-of-type(3n+1) .team-desc {
	left: 0;
}

.team:nth-of-type(3n+2) .team-desc {
	left: -100%;
}

.team:nth-of-type(3n+3) .team-desc {
	left: -200%;
}


.beer:nth-of-type(4n+1) .beer-desc {
	left: 0;
}

.beer:nth-of-type(4n+2) .beer-desc {
	left: -100%;
}

.beer:nth-of-type(4n+3) .beer-desc {
	left: -200%;
}

.beer:nth-of-type(4n+4) .beer-desc {
	left: -300%;
}

.row-selected {
    margin-bottom: 630px;
}

.beer-selected,
.team-selected {
    /*margin-bottom: 630px;*/
}

.beer-selected .triangle,
.team-selected .triangle {
	width: 0;
	height: 0;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-bottom: 25px solid #4d7a91;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 12.5px);
}

.vega.beer-selected .triangle {
	display: none;
}

.beer-desc .beer-label,
.team-desc .team-label {
	color: #fff;
    background-color: #3a5f72;
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.beer-close,
.team-close {
	position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5;
    cursor: pointer;
}

.beer-close i,
.team-close i {
	font-size: 30px;
}

.beer-text,
.team-text {
	min-height: 100px;
	display: block;
}

.vegaactive .col-sm-5 {
	background-color: #2B2B2C;
}

.vegaarchive .col-sm-5 {
	background-color: #2B2B2C;
}

.vegaarchive .col-sm-5 .beer-img, .vegaactive .col-sm-5 .beer-img {
	    margin-left: 7.5px;
}

.vega-menu {
	    width: 100%;
    border-left: solid 65px rgba(0,0,0,0);
    border-right: solid 65px rgba(0,0,0,0);
    padding-top: 50px;
}

.vega-row {
	margin-top: 50px;
}

.vega-can {
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.vega-desc:first-of-type {
	margin-bottom: 25px;
}

.vega-text>div, .vega-text p {
	display: none;
}

.vega-desc:first-of-type .vega-text>div,
.vega-desc.selected .vega-text>div,
.vega-desc:first-of-type .vega-text>p,
.vega-desc.selected .vega-text>p {
	display: block;
}

.vega-text, .vega-desc {
	display: flex;
	flex-direction: column
}

.vega-menu h1 {
	color: #4d7a91;
    font-size: 36px;
    font-weight: initial;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "SquareSerif-Book";
}

.vega-desc:first-of-type:before,
.vega-desc:nth-of-type(2):before {
	content: 'Current Batch';
    border-bottom: dashed #3A5F72 3px;
    color: #4d7a91;
    font-size: 36px;
    font-weight: initial;
    margin-top: 25px;
   	padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SquareSerif-Book";
}

.vega-desc:nth-of-type(2):before {
	content: 'Previous Batches';
	margin-top: 75px;
}

.vega-text h2 {
	font-size: 22px;
    border-bottom: dashed #3A5F72 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    padding-left: 25px;
}

.vega-desc:first-of-type .vega-text h2 {
	cursor: default;
	font-weight: bold;
	font-size: 30px;
	padding-left: 0;
}

.vega-text h2:after {
	content: '\f078';
   font-family: FontAwesome;
   margin-left: 10px;
   font-weight: 500;
   margin-left: auto;
}

.vega-desc.selected .vega-text h2:after {
	content: "\f077";
}

.vega-desc:first-of-type .vega-text h2:after {
	content: ""!important;
}

.vega-text p {
	    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 25px;
}

.vega-text .bottom-desc {
	font-weight: bold;
    font-size: 13px;
    padding-left: 25px;
}

.vega-text .bottom-desc:last-of-type {
	margin-bottom: 25px;
}

.vega-desc:first-of-type .vega-text p,
.vega-desc:first-of-type .vega-text .bottom-desc {
	padding-left: 0;
}

h2.coming {
	font-size: 40px;
    color: #4d7a91;
    font-family: "SquareSerif-Book";
		margin-bottom: 40px;
		margin-top: 70px;
}

.coming-row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #4d7a91;
	border-left: solid 15px #000;
	border-bottom: solid 1px #4d7a91;
	border-right: solid 15px #000;
	display: flex;
	margin-top: -1px;
}

.coming-row div {
	padding: 10px 0;
	margin: auto;
	margin-left: 20px;
	text-align: left;
}

.coming-row .when {
  background-color: #174358;
	text-transform: uppercase;
	margin-left: 0;
	text-align: center;
}

.coming-row .what {
	color: #fda81e;
	text-transform: uppercase;
}

.coming-soon .what-category {
	text-transform: uppercase;
}

.coming-row .what-else {
	color: #4d7a91;
}

.team .name {
	display: block;
	color: #FDA81E;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
}

.team .title {
	display: block;
	color: #afcdd4;
    text-align: center;
}

/*Brewpub/About/Info*/

.row.about-employment,
.row.contact-us {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 70px);
    display: block;
    position: relative;
}

.info .row {
	margin-left: 50px;
	margin-right: 50px;
}

.info-distributor {
	margin-top: 45px;
}

.location-info span {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 50px;
    color: #4d7a91;
}

.location-info>div p {
	color: #afcdd4;
}

.info-contact p {
    text-align: center;
}

.info-contact h2 {
    text-align: center!important;
}

.info-contact h3 {
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
    color: #4d7a91;
    font-weight: lighter;
}

.brewpub p,
.about p,
.info p {
	margin-bottom: 15px;
}

.brewpub a,
.about a,
.info a,
.brewpub a p,
.about a p,
.info a p {
	color: #FDA81E;
-webkit-background-clip: unset;
background-image: unset;
-webkit-text-fill-color: unset;
}

.about-gallery {
	padding-top: 30px;
}

.sb_instagram_header {
	padding: 30px!important;
	padding-top: 50px!important;
	padding-bottom: 0px!important;
}

.sbi_follow_btn a {
	background: #afcdd4!important;
    color: #174358!important;
}

.sbi_follow_btn a:hover {
	background-color: #3a5f72!important;
	color: #afcdd4!important;
	box-shadow: inset 0 0 10px 20px #3a5f72!important;
}

.info-media a {
	display: block;
	margin-bottom: 10px;
}

.container-fluid .brewpub h2,
.container-fluid .about h2,
.container-fluid .info h2 {
	text-align: left;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: lighter;
    color: #4d7a91;
		font-family: "SquareSerif-Book";
}

.container-fluid .about .team-text h2 {
	margin-top: 0;
}

.brewpub img,
.about img,
.info img {
	width: 100%;
    margin-top: 40px;
    border: 5px solid #3a5f72;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}

.brew-map {
	    height: 500px;
    margin-top: 40px;
    border: 5px solid #3a5f72;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.brewpub-private-events .collapse .col-sm-6 span {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 20px;
		color: #4d7a91;
}

.brewpub-private-events .collapse .col-xs-12 span {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 24px;
}

.brewpub-private-events .collapse .row {
	    line-height: 20px;
}

.brewpub-private-events .collapse.in {
	margin-bottom: 50px;
    border-top: #4d7a91 dashed 2px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.brewpub-private-events .collapse li {
	margin-bottom: 5px;
  list-style: square;
}

.brewpub-info iframe {
	    width: 100%;
    border: 5px solid #3a5f72!important;
    margin-top: 40px;
    height: 600px;
}

iframe {
	border: 5px solid #3a5f72!important;
}

.info-distributor iframe {
	border: none!important;
	    height: 750px;
}

.info-donations {
	margin-top: 45px;
}

.info-donations ul, .info-donations ol {
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 22px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	max-height: 50px;
    border: solid 1px #afcdd4;
    position: relative;
    text-align: center!important;
    color: #fff!important;
    background-color: #174358!important;
}

.frm_form_field.form-field.frm_two_thirds {
	margin-left: 0;
}

.frm_form_field.form-field.frm_half {
	margin-left: 0;
}

.frm_form_field.form-field.frm_half.left-half {
	margin-left: 2.5%;
}

.frm_form_fields h3 {
	font-size: 22px;
	padding-top: 25px;
}

.frm_primary_label {
	color: #afcdd4!important;
}

.container-fluid .brewpub .event h2 {
	font-size: 20px;
}

.special-events .date,
.container-fluid .brewpub .event span.day {
	color: #FDA81E;
	    text-transform: uppercase;
	    font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 5px;
	    font-weight: normal;
			margin-top: 45px;
    display: block;
}
.special-events .event,
.container-fluid .brewpub .event span.event-name {
	color: #4d7a91;
	    text-transform: uppercase;
	    font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 5px;
	    font-weight: normal;
			display: block;
}
.special-events .time,
.special-events .location,
.special-events .details {
	display: block;
	margin-bottom: 15px;
}

.employment-listing ul {
     display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; 
}

/* Gallery */

.gal-image {
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gal-link {
	margin-left: 15px;
    margin-top: 45px!important;
    display: block;
    position: relative;
    float: left;
    font-size: 26px;
}

.about-gallery {
	border-left: solid 50px rgba(0,0,0,0);
    border-right: solid 50px rgba(0,0,0,0);
}

#meteor-container {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*Employment listing*/

.employment-listing {
    width: 100%;
    border-left: solid 50px rgba(0,0,0,0);
    border-right: solid 50px rgba(0,0,0,0);
    min-height: 600px;
	margin-top: 85px;
}
.employment-listing h1 {
    text-align: center!important;
    font-size: 44px!important;
    color: #F8A90D!important;
    margin-top: 50px!important;
    position: relative;
    margin-bottom: 25px!important;
    padding: 15px 0;
    width: 100%;
    background-color: #174358;
    font-weight: bold!important;
    letter-spacing: 3px;
}
.employment-listing a {
    color: #F8A90D!important;
}

.single-employment b {
	font-weight: 700;
	color: #F8A90D!important;
}

/*Location Page*/
.side-menu {
    position: absolute;
        left: 0px;
    height: 250px;
    display: flex;
    flex-direction: column;
    top: 50%;
    top: 625px;
    background-color: #174358;
    padding: 15px 25px;
    /* border-top: dashed 3px #4d7a91; */
    /* border-bottom: dashed 3px #4d7a91; */
	border: 3px solid #afcdd4;
    border-left: 0;
	z-index: 99;
}

.side-menu.side-scroll {
	position: fixed;
	top: 150px;
}
.side-menu a {
    margin: auto;
	font-weight: bold;
}
.side-menu a.active,.side-menu a:hover {
    color: #F8A90D;
}
.single-location .header-image {
    height: 525px;
	margin-top: 0;
}

.header-image .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0,0,0,0.2);
}

.locations a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.locations a {
    width: 100%;
    background-color: #3A5F72;
    display: block;
    text-align: center;
	text-decoration: none;
	    border: 3px solid #000;
}

.locations a:hover {
    border: solid 3px #afcdd4;
}
.locations h2 {
    font-size: 22px;
    padding: 15px;
	color: #FDA81E;
	padding-bottom: 0;
}
.locations p {
	padding: 15px;
}

.locations p:first-of-type {
	padding-bottom: 0;
}

.locations p:last-of-type {
	color: #FDA81E;
}

.locations {
    width: 100%;
    border-left: solid 50px rgba(0,0,0,0);
    border-right: solid 50px rgba(0,0,0,0);
    margin-top: 50px;
}

.location-body h3 {
	text-align: left;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: lighter;
    color: #4d7a91;
    font-family: "SquareSerif-Book";
}

.head-2 {
	position: relative;
}

.head-2>span {
	position: absolute;
	top: -200px;
	left: 0;
}

.location-body h2 {
    text-align: center!important;
    font-size: 44px!important;
    color: #F8A90D!important;
    margin-top: 50px!important;
    position: relative;
    margin-bottom: 25px!important;
    padding: 15px 0;
    width: 100%;
    background-color: #174358;
    font-weight: bold!important;
    letter-spacing: 3px;
}

 .page-moon-room #m5 {
  display: none;
}

/*.page-moon-room #e-h {
  opacity: 0!important;
}*/

.tap-outer {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.tap-container {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tap-container:nth-of-type(even) {
    margin-left: auto;
}
.tap-container:nth-of-type(odd) {
    margin-right: auto;
}

.cocktail-list span {
    display: inline;
}

.wine-list p {
    line-height: 28px;
}
.wine-list strong {
    margin-top: 15px;
    display: inline-block;
}

.brewpub-private-events img {
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.page-events h2 {
	    text-align: left;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: lighter;
    color: #4d7a91;
    font-family: "SquareSerif-Book";
}
.page-events .header-image .overlay {
	background-color: rgba(0,0,0,0.4);
}
.special-events a {
    color: #FDA81E;
    display: block;
    margin-top: 15px;
}
.page-events .container-fluid .wp-block-columns {
    border-right: 50px solid #000;
    border-left: 50px solid #000;
}
@media (max-width: 1450px) {
.container-fluid.location-body {
    padding-right: 15px;
    padding-left: 145px;
}
}

@media (min-width: 782px) {
.page-events .wp-block-column:not(:first-child) {
    margin-left:100px;
}
}

@media (max-width: 767px) {
	.menu .row,
	.brewpub .row {
		margin-right: -15px;
	    margin-left: -15px;
	}

	.menu .row .col-xs-6,
	.menu .row .col-xs-12,
	.menu .row .col-xs-4,
	.brewpub .row .col-xs-6,
	.brewpub .row .col-xs-12,
	.brewpub .row .col-xs-4 {
		padding-right: 15px;
	    padding-left: 15px;
	}

	.page-filter {
	    text-align: center;
	    font-size: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
	}

	.menu, .brewpub {
	    width: 100%;
	    border-left: solid 15px rgba(0,0,0,0);
	    border-right: solid 15px rgba(0,0,0,0);
	}

	.beer-desc h1, .team-desc h1 {
		font-weight: bold;
    line-height: 24px;
		font-size: 20px;
	}

	.beer-desc h2, .team-desc h2 {
		line-height: 17px;
		font-size: bold;
		font-size: 17px;
	}

	.coming-row div {
		font-size: 14px;
		line-height: 18px;
	}
  .page-main-brewpub .header-image {
		height: 250px!important;
	}
	.side-menu {
    position: relative!important;
    top: 0!important;
    border-right: 0!important;
}
	.container-fluid.location-body {
    padding-right: 15px;
    padding-left: 15px;
}
	.side-menu a.active {
		color: #afcdd4!important;
	}
	.container-fluid .menu div h2 {
		font-family: "SquareSerif-Book";
	}
	.location-body h3 {
		font-size: 26px;
	}
}

.vega-series-desc p {
	margin-bottom: 15px;
}

.vega-series-desc a {
	color: #FDA81E;
}
span.menu-item-desc p {
    display: inline;
}


/*.temporary {
display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: calc(100% + 10px);
}

.col-sm-6:first-of-type .temporary {
display: none;
}
.temporary p {
margin: auto;
  color: #fff!important;
  text-align: center;
font-size: 26px;
    text-transform: uppercase;
}
.page-locations .temporary p {
    margin-top: 110px;
}
.page-moon-room .row.brewpub-private-events img, .page-moon-room #t-h, .page-moon-room .menu, .page-moon-room #m4, .page-moon-room #m2, .page-moon-room #m3, .page-moon-room .side-menu  {
    display: none;
}
.page-moon-room h1.header-title::after {
    content: 'Temporarily Closed';
    display: block;
    font-size: 28px;
    margin-top: 25px;
}*/

.temporary {
display: none;
}

.page-moon-room #m3 {
display: none;
}

.page-moon-room #m5 {
display: block;
}

/*.page-moon-room .menu .js-wpv-view-layout {
display: none;
}*/
.page-moon-room .side-menu a:nth-of-type(4), .page-moon-room .takeout-container {
    display: none;
}

.page-moon-room .menu .col-sm-6 {
width: 100%!important;
}

.page-moon-room .menu .col-sm-6:nth-of-type(3)>div:nth-of-type(2) {
display: block;
}

.page-moon-room .menu-header {
  display: none;
}
#w-h {
opacity: 0;
    position: absolute;
}
.page-moon-room .row.wine {
    display: none;
}



.private-events-links {
	border-right: 15px solid #000;
    border-left: 15px solid #000;
    background-color: #174358;
    padding: 15px;
	    flex-wrap: wrap;
	    display: flex;
	margin-top: 45px;
}
.private-events-links .col-md-6:last-of-type .col-md-6 {
    border: #174358 15px solid;
    background-size: cover;
    height: 150px;
    display: flex;
    padding: 0;
}
.private-events-links a {
	    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    width: 100%;
	text-decoration: none;
}
.private-events-links a:hover span:first-of-type {
    color: #FDA81E;
}

.private-events-links span {
    color: #fff;
    text-align: center;
    width: 100%;
}
.private-events-links span:first-of-type {
    margin-top: auto;
    font-size: 20px;
    text-transform: uppercase;
}
.private-events-links span:last-of-type {
	margin-bottom: auto;
}
.private-events-links>div:first-of-type {
    display: flex;
    flex-direction: column;
}
.row.private-events-links h2 {
    margin-top: auto;
    color: #FDA81E;
    margin-bottom: 15px;
}
.row.private-events-links p {
    margin-bottom: auto!important;
}
.private-events-links>div:first-of-type {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.private-event-tour iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-moon-room .mothership-only {
display: none!important;
}
.page-mothership-brewery .side-menu {
  height: 300px;
}

.page-mothership-brewery .takeout-container .mothership-only {
    margin-left: 0!important;
}
.page-mothership-brewery .takeout-container a:first-of-type {
    margin-right: 25px!important;
}