/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
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%;
	vertical-align: baseline;
}

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;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #001c10;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #f0f0f0;
	border: 0;
	height: 5px;
	margin: 35px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #00683b; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.6;
	font-size: 15px;
	font-family: Roboto, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #000;
	background: #fff;
}

a {
	outline: none;
	color: #00683b;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {font-size: 24px; text-transform: uppercase; margin: 0;}
.widget-title:after {content: ""; display: block; width: 100px; height: 3px; background: #00683b; margin: 12px 0 15px;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: inherit;
	font-family: "Big Shoulders Text";
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {font-size: 32px; text-transform: uppercase;}
.entry-content h1:after,
.comment-content h1:after,
h1.entry-title:after,
.archive-title:after,
.page-title:after {content: ""; display: block; width: 150px; height: 10px; background: linear-gradient(to bottom, #fff 33%, #f0f0f0 33%); border-top: 3px solid #f0f0f0; margin: 15px 0 30px;}
h1.center:after {margin: 15px auto 50px;}

.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 26px;
	font-weight: bold;
}
.entry-content h2:after,
.comment-content h2:after,
.mu_register h2:after,
h2.entry-title:after {content: ""; display: block; width: 100px; height: 5px; background: #f0f0f0; margin: 15px 0 20px;}
.entry-content h2:not(:first-child) {padding-top: 15px;}

.entry-content h3,
.comment-content h3,
h3 {
	font-size: 22px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ul:last-child,
.entry-content ol:last-child {margin: 0;}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 15px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1024px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%,0); transform: translateX(-50%); z-index: 10; text-align: center; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {line-height: 3.5; display: inline-block; padding: 0 10px; color: #fff; font-family: "Big Shoulders Text"; font-size: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 2.5px; overflow: hidden;}
.themonic-nav .nav-menu > li > a:after {content: ""; display: block; width: 0; height: 3px; position: relative; left: -10px; bottom: 0; background: #fff; -webkit-transition: .3s; transition: .3s;}
.themonic-nav .nav-menu > li > a:hover:after {width: calc(100% + 20px);}
.themonic-nav .nav-menu > li > a:hover {}

.themonic-nav .nav-menu > li.current-menu-item > a {}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #00683b;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 200px; padding: 10px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {color: #fff; font-size: 16px; letter-spacing: 1.5px; line-height: 1.4; padding: 8px 10px; width: 195px; font-family: "Big Shoulders Text";}
.themonic-nav .sub-menu > li > a:hover {background: rgba(255,255,255,0.15);}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

.themonic-nav .nav-menu > li > a {line-height: 3.5; display: inline-block; padding: 0 10px; color: #fff; font-family: "Big Shoulders Text"; font-size: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 2.5px;}

}

#page-wrap {padding: 0 15px; background: #fff;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 40px 0;  box-sizing: border-box; width: calc(70% - 50px); flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0; background: #f0f0f0; position: relative;}
.widget-area:after {content: ""; position: absolute; left: 98%; top: 0; width: 5000px; height: 100%; background: #f0f0f0;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

img {max-width: 100%;}

.assistive-text {display: none;}

#aurora-nav-btn {position: absolute; left: 0; top: 32px; padding: 15px 10px 7px;}
.anb-line {border-color: #fff;}
#aurora-mobile-menu {background: #001c10;}

.limit-l {max-width: 1250px; margin: 0 auto;}
.limit {max-width: 1024px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.entry-content .flex:not(:last-child) {margin-bottom: 15px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.m2 > * {margin: 0 2%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-of-type, .flex:not(.rows).p2 > *:first-of-type, .flex:not(.rows).p3 > *:first-of-type, .flex:not(.rows).p4 > *:first-of-type, .flex:not(.rows).p5 > *:first-of-type, .flex:not(.rows).p6 > *:first-of-type {padding-left: 0;}
.flex:not(.rows).p1 > *:last-of-type, .flex:not(.rows).p2 > *:last-of-type, .flex:not(.rows).p3 > *:last-of-type, .flex:not(.rows).p4 > *:last-of-type, .flex:not(.rows).p5 > *:last-of-type, .flex:not(.rows).p6 > *:last-of-type {padding-right: 0;}
.flex:not(.rows) > *:first-child {margin-left: 0;}
.flex:not(.rows) > *:last-child {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:first-child {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 50px 15px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -50px;}

a.button, span.button {display: inline-block; background: url(//www.bellavancebev.com/wp-content/uploads/bg-button.png) no-repeat left top #000; background-size: 0 102%; color: #fff; text-decoration: none; font-family: "Big Shoulders Text"; letter-spacing: 2.5px; text-transform: uppercase; font-weight: bold; padding: 12px 25px; font-size: 14px;}
a.button:hover, span.button:hover {background-size: 100% 102%;}
.button .fas {font-size: 85%; position: relative; top: -1px; margin: 0 10px 0 0;}
.lh0 {line-height: 0;}
.cta {background: rgba(0,0,0,0.9); margin: 0 0 30px; padding: 50px 30px; color: #fff; position: relative; z-index: 2;}
.featured {background: url(//www.bellavancebev.com/wp-content/uploads/bg-featured.jpg) no-repeat center center / cover; color: #fff; padding: 30px; margin: 0 0 20px;}
.images {background: #e8dfd6; padding: 30px 30px 0; line-height: 0; position: relative; margin: 0 0 55px!important;}
.ft-img {background: #e7e0d5; padding: 0 15px 30px; position: relative; top: 75px; margin: 0 0 95px;}
p.subhead {margin: -30px 0 15px; font-family: "Big Shoulders Text"; font-size: 26px;}

.flex > .cta {margin: 0 2% 30px;}
.cta:after {content: ""; display: block; position: absolute; left: -10px; top: -10px; width: calc(100% + 20px); height: calc(100% + 20px); background: url(//www.bellavancebev.com/wp-content/uploads/bg-cta.jpg) no-repeat center center / cover; z-index: -1; opacity: 0.3;}
.cta a.button {background-color: #fff; color: #000;}
.cta a.button:hover {color: #fff;}
.cta h2 a {color: #fff; text-decoration: none;}
.featured a {color: #fff;}
.images .i-title {display: block; font-family: "Big Shoulders Text"; font-size: 26px; font-weight: bold; line-height: 1.2; margin: 0 0 25px;}
.images img {margin: 0 0 -40px;}
.images.has-title {margin-bottom: 155px!important;}
.images .has-title img {margin-bottom: -125px;}
.fti-img {position: relative; top: -75px; margin: 0 0 -55px;}
.ft-img.fti-logo .fti-txt {padding: 0 0 0 20px; box-sizing: border-box; width: calc(100% - 225px);}
.ft-img.fti-logo:after {content: ""; position: absolute; right: 20px; bottom: 25px; background: url(//www.bellavancebev.com/wp-content/uploads/content-logo.png) no-repeat right bottom / contain; width: 100%; height: 125px;}
span.button {-webkit-transition: .3s; transition: .3s; cursor: pointer;}

.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.flex > div > .video-wrap:only-child {margin: 0;}

body.page-template-full-width .fullwidth {width: 100vw; position: relative; z-index: 2; left: 50%; transform: translate(-50%,0);}
body.page-template-default .fullwidth {width: calc(100vw - 15px); position: relative; left: calc(50% + 166px); transform: translate(-50%,0); margin: 0 0 30px; z-index: 5;}
.fullwidth.m0:not(:last-child) {margin: 0!important;}
.entry-content .fullwidth:last-child {margin: 0 0 -40px;}
.fw-left {width: calc(50% + 206px); padding: 0 25px 0 0; box-sizing: border-box;}
img.fwl-full {width: 100%;}
.fw-left .limit {max-width: 692px; margin: 0 0 0 auto;}
.fw-team {background: #5f9359; color: #fff; padding: 30px 25px;}
.fw-team.fwt-nobg {background: none; color: #333; padding: 20px 0 0;}
.fw-team h2:after {background: #6f9e6a; margin: 15px 0 40px;}
.fw-team .flex > div {width: 48%; border-left: 5px solid #558450; padding: 0 0 0 15px; line-height: 1.2; margin-bottom: 30px!important;}
.fw-team .team-name {font-family: "Big Shoulders Text"; font-size: 22px; font-weight: bold;}
.fw-team .team-loc {font-style: italic; font-size: 90%;}

.expand {margin: 0 0 10px; position: relative; border-bottom: 2px solid #333; -webkit-transition: .3s; transition: .3s;}
.expand .ex-title {padding: 0 0 10px 16px; font-weight: bold; font-size: 22px; margin: 0; position: relative; cursor: pointer;}
.expand .ex-title:after {content: "+"; font-size: 22px; font-weight: 600; position: absolute; right: 20px; top: 50%; line-height: 1; transform: translate(0,-50%) rotate(0); -webkit-transition: .3s; transition: .3s;}
.expand.expand-on .ex-title:after {transform: translate(0,-50%) rotate(-135deg);}
.expand .collapse {display: none; padding: 0 20px 12px; margin: 0 0 10px;}

.collapseomatic {font-family: "Big Shoulders Text"; font-size: 22px; font-weight: bold; border-bottom: 2px solid #333; margin: 0 0 10px; padding: 0 0 10px; background-position: right center; text-decoration: none; -webkit-transition: .3s; transition: .3s;}
.colomat-hover {text-decoration: none!important;}
.collapseomatic.colomat-close {border-color: #ccc;}
.collapseomatic_content:before, .collapseomatic_content:after {content: ""; display: block; padding: 15px 0 0;}
.brands {align-items: center;}
.brands > div {width: 23%; flex-grow: 0; text-align: center;}
.brands img {max-width: 85%; max-height: 130px;}

#header {text-align: center; padding: 20px 15px; position: relative; z-index: 4;}
#header .limit {position: relative; z-index: 2;}
#header .nk-awb {position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}
#header #h-top {position: relative; margin: 0 0 15px;}
#logo img {max-width: 210px;}
#h-soc a {display: inline-block; color: #fff; font-size: 25px; margin: 0 0 0 17px;}
#h-soc a:hover {color: #00683b;}
#menu-item-378 a {border: 1.5px solid #fff; line-height: 3; background: url(//www.bellavancebev.com/wp-content/uploads/ico-retailer.png) no-repeat 10px center / auto 56%; padding: 0 15px 0 48px;}
#menu-item-378 a:after {content: none; display: none;}
#menu-item-378 a:hover {background-color: #00683b; border-color: #00683b;}

#header .nav-menu {display: flex;}
#header .nav-menu > li {flex-grow: 1;}
#header .nav-menu > li:first-child {flex-grow: 0; padding-right: 2%;}
#header .nav-menu > li:last-child {flex-grow: 0; padding-left: 2%;}

#hb-text {color: #fff; padding: 75px 0 100px; position: relative;}
#hb-text .h-head1 {font-family: "Big Shoulders Text"; font-size: 45px; text-transform: uppercase; font-weight: 700; line-height: 1.2; margin: 0 0 75px;}
#hb-text .h-head1 span {position: relative; display: inline-block; line-height: 1;}
#hb-text .h-head1 span.hbh-dust img {max-width: 225px;}
#hb-text .h-head1 span.hbh-dust:after {content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(//www.bellavancebev.com/wp-content/uploads/header-dust.png) repeat 3px 7px;}
#hb-text .h-head1 span.has-dust:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3;}
#hb-text .h-head1 span.has-dust img {position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%;}
#hb-text .h-head1 span.has-dust1 img {transform: rotate(180deg);}
#hb-ctas > a {display: block; color: #fff; text-decoration: none; border: 5px solid #fff; outline: 0px solid #fff; padding: 50px 0 30px; position: relative;}
#hb-ctas .hbc-border {position: absolute; z-index: -1; left: 8px; top: 8px; width: calc(100% - 16px); height: calc(100% - 16px); box-sizing: border-box; border: 1px solid #fff; -webkit-transition: .3s; transition: .3s;}
#hb-ctas > a:hover {border-color: #00683b; outline: 3px solid #00683b;}
#hb-ctas > a:hover .hbc-border {left: 0; top: 0; width: 100%; height: 100%; opacity: 0;}
#hb-ctas .hbc-icon {margin: 0 0 15px;}
#hb-ctas .hbc-icon img {max-height: 52px;}
#hb-ctas > a:first-child .hbc-icon img {max-height: 56px;}
#hb-ctas h3 {margin: 0; font-family: "Big Shoulders Text"; text-transform: uppercase; letter-spacing: 3px; font-size: 26px;}
#h-scroll {position: absolute; left: 50%; bottom: 0; display: block; width: 28px; height: 360px; background: url(//www.bellavancebev.com/wp-content/uploads/scroll-down.png) no-repeat center center / contain; transform: translate(-50%,0);}
#h-scroll a {display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 70px;}

#mods {background: url(//www.bellavancebev.com/wp-content/uploads/bg-beer.jpg) no-repeat center center / cover; padding: 120px 15px; position: relative; z-index: 3; box-shadow: 0 10px 50px rgba(0,0,0,0.5);}
#mods .limit {position: relative; z-index: 2;}
#m-bg2 {position: absolute; left: 0; z-index: 1; top: 0; width: calc(50% - 225px); height: 100%; background: url(//www.bellavancebev.com/wp-content/uploads/bg-beer2.jpg) no-repeat center center / cover;}
#mods #m-text {padding: 25px 0 0; position: relative;}
#mods #m-text:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 40%; height: 5px; background: #000;}
#m-text .m-head1 {font-family: "Big Shoulders Text"; font-weight: 900; text-transform: uppercase; font-size: 24px;}
#mods #m-text p {padding: 0 25px 0 0;}
#mods .flex > a {display: block; position: relative; color: #fff; text-decoration: none; line-height: 0;}
#mods .flex > a:after {content: ""; display: block; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; border: 0px solid rgba(255,255,255,0.5); box-sizing: border-box; -webkit-transition: .3s; transition: .3s;}
#mods .flex > a#m-spot:after {background: rgba(0,0,0,0.3);}
#mods .flex > a h2 {position: absolute; z-index: 2; top: 25px; left: 15px; font-family: "Big Shoulders Text"; text-transform: uppercase; font-size: 28px; line-height: 1.2; margin: 0;}
#mods .flex > a:hover:after {border: 5px solid #fff; background: rgba(0,104,59,0.8);}
#mods .flex > a#m-spot:hover:after {background: rgba(0,104,59,0.8);}

#about > div {margin: 0;}
#about #a-img {background: url(//www.bellavancebev.com/wp-content/uploads/bellavance-about4.jpg) no-repeat center center / cover; width: calc(50% - 225px); flex-shrink: 0; flex-grow: 0;}
#about #a-text {background: url(//www.bellavancebev.com/wp-content/uploads/bg-about-text.jpg) no-repeat left bottom; padding: 75px 15px 125px 75px;}
#about #at-inner {max-width: 660px; position: relative; z-index: 9;}
#about h2, #about2 h2 {font-size: 45px; text-transform: uppercase;}
#about h3, #about2 h3 {font-size: 26px; text-transform: uppercase;}

#about2 {color: #fff;}
#about2 .nk-awb {padding: 125px 15px;}
#about2 .nk-awb:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
#a2-over {position: relative; z-index: 2;}

#imgs1 {height: 15vw; background: #eee;}
#imgs1 > div {margin: 0;}
#im1-truck {background: url(//www.bellavancebev.com/wp-content/uploads/bg-truck.jpg) no-repeat right top; background-size: 100% auto; position: relative; z-index: 2;}
#im1-truck:after {content: ""; display: block; position: absolute; left: 0; bottom: 100%; bottom: calc(100% - 1px); width: 100%; height: 165px; background: url(//www.bellavancebev.com/wp-content/uploads/truck-top.png) no-repeat right bottom / 100% auto; z-index: 1;}
#im1-kegs {width: calc(50% - 225px); flex-grow: 0;}
#im1k-inner {background: url(//www.bellavancebev.com/wp-content/uploads/bg-kegs.jpg) no-repeat center center / cover; height: 100%; position: relative; left: -50px; width: calc(100% + 50px);}

#hist > div {margin: 0;}
#hist #h-img {background: url(//www.bellavancebev.com/wp-content/uploads/bellavance-history-img.jpg) no-repeat center center / cover; width: calc(50% - 225px); flex-shrink: 0; flex-grow: 0;}
#hist #h-text {background: url(//www.bellavancebev.com/wp-content/uploads/bg-hist.jpg) no-repeat right center #fff; background-size: auto 100%; padding: 75px 150px 75px 15px;}
#hist #ht-inner {max-width: 585px; position: relative; z-index: 2; margin: 0 0 0 auto;}
#hist h2 {font-size: 45px; text-transform: uppercase;}

#imgs2 {height: 18vw; background: #eee;}
#imgs2 > div {margin: 0;}
#im2-cars {background: url(//www.bellavancebev.com/wp-content/uploads/bellavance-history-img2.jpg) no-repeat center center / cover;}
#im2-float {background: url(//www.bellavancebev.com/wp-content/uploads/bellavance-history-img3.jpg) no-repeat center center / cover; width: calc(50% - 225px); flex-grow: 0;}

#more {text-align: center; padding: 50px 15px; line-height: 0;}
#more #mo-text {line-height: 1.4;}
#more .mo-head1 {font-weight: bold; margin: 0;}
#more .mo-head1 span {display: inline-block; background: url(//www.bellavancebev.com/wp-content/uploads/element-bud.png) no-repeat center center / contain; color: #fff; padding: 5px 10px; font-weight: bold; font-family: auto;}
#more .mo-head2 {font-family: "Big Shoulders Text"; font-weight: bold; font-size: 45px; text-transform: uppercase; margin: 0 0 30px;}
#more img {width: 100%;}

.home #page-wrap {display: none;}

#footer {background: #001c10; color: #fff; padding: 30px 15px 50px;}
#f-nav {margin: 0 0 50px;}
#f-nav .menu {display: flex;}
#f-nav .menu > li {flex-grow: 1; text-align: center; border-bottom: 1px solid #334940; -webkit-transition: .3s; transition: .3s;}
#f-nav .menu > li:hover {border-color: rgba(255,255,255,0.5);}
#f-nav a {display: block; color: #fff; font-family: "Big Shoulders Text"; text-transform: uppercase; font-size: 15px; letter-spacing: 2.5px; line-height: 2; font-weight: bold; text-decoration: none; padding: 0 0 20px;}
#footer .sub-menu {display: none;}
#f-bottom {position: relative;}
#f-logo {text-align: center;}
#f-logo img {max-height: 100px;}
#f-bottom {position: relative; font-size: 13px; font-family: "Big Shoulders Text"; letter-spacing: 1px; font-weight: bold; text-transform: uppercase;}
#f-bottom .abs-right {text-align: right;}
#f-soc a {display: inline-block; line-height: 1.4; vertical-align: middle; color: #fff; font-size: 25px; margin: 0 17px 0 0;}
#f-soc > div {display: inline-block; vertical-align: middle; line-height: 1.4; margin: 0 20px 0 0;}
#f-soc a:hover {color: rgba(255,255,255,0.5);}
#f-cred a {color: rgba(255,255,255,0.5);}
#f-cred span {font-weight: 600;}

.spu-box:before {content: ""; position: absolute; left: 50%; top: 50%; width: 100vw; height: 100vh; transform: translate(-50%,-50%);}
.spu-container {z-index: 9; position: relative;}
p.pop-head1 {font-family: "Big Shoulders Text"; font-size: 32px; font-weight: bold; text-transform: uppercase; text-align: center;}
p.pop-head1:after {content: ""; display: block; width: 150px; height: 10px; background: linear-gradient(to bottom, #fff 33%, #f0f0f0 33%); border-top: 3px solid #f0f0f0; margin: 15px auto 50px;}
.pop-btns {max-width: 500px; margin: 0 auto;}
.pop-btns .button {font-size: 15px!important; line-height: 1.4; width: 100%; position: static; text-align: center; box-sizing: border-box; cursor: pointer;}
a.spu-close-top_right {display: none;}

img.sgpb-popup-close-button-3 {position: absolute; left: 35px; top: auto!important; bottom: 35px!important; opacity: 0!important; width: 43%!important; height: 45px!important; display: none;}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {padding: 18px 15px 18px 25px!important; border-radius: 100px 0 0 100px!important;}

#fancybox-content {border: 0!important;}
#fancybox-overlay {background: rgba(0,0,0,0.5)!important;}
.fancypop {display: none;}
.f-pop {max-width: 750px; padding: 30px; box-sizing: border-box; line-height: 1.5;}
.f-pop h3 {text-transform: uppercase;}
.f-pop p:not(:last-child) {margin: 0 0 15px;}

.passster-form {background: url(//www.bellavancebev.com/wp-content/uploads/bg-featured.jpg) no-repeat center center / cover!important; text-align: center; color: #fff; padding: 30px!important}
.passster-form > form {background: none!important;}
.passster-form h4 {color: inherit!important; font-size: 22px!important; text-transform: none; margin: 0 0 20px!important;}
.passster-form p {color: inherit!important;}
.passster-form fieldset {display: flex;}
.passster-form input[type=password] {border: 0!important;}
.passster-form button[type=submit] {width: auto; flex-grow: 0; background: #000!important; font-family: "Big Shoulders Text"; text-transform: uppercase; font-weight: bold; letter-spacing: 2.5px; padding: 0 20px; -webkit-transition: .3s; transition: .3s;}
.passster-form button[type=submit]:hover {background: #ddd!important; color: #000!important;}

span.excerpt-dash {display: none;}

.display-posts-listing .listing-item {position: relative; padding-left: 34%;}
.display-posts-listing a.image {display: block; position: absolute; left: 0; top: 0; width: calc(33% - 15px); height: 100%;}
.display-posts-listing a.image img {width: 100%; height: 100%; object-fit: cover;}
.display-posts-listing a.title {font-family: "Big Shoulders Text"; font-weight: bold; font-size: 26px; display: block; color: inherit; text-decoration: none;}
.display-posts-listing a.title:after {content: ""; display: block; width: 100px; height: 5px; background: #f0f0f0; margin: 15px 0 20px;}
.display-posts-listing span.excerpt-more {display: block; margin: 15px 0 0; font-size: 0;}
.display-posts-listing span.read-more {font-size: 15px;}

.dps-full .display-posts-listing .listing-item {padding: 0;}

.big-news-posts-current {border-bottom: 5px solid #f0f0f0; padding: 0 0 30px; margin: 0 0 30px;}
.bnp-short {display: flex; gap: 25px; align-items: center; font-size: 14px; margin: 0 0 20px;}
.bnp-short:last-child {margin: 0;}
.bnps-thumb {flex-grow: 0; flex-shrink: 0;}
.bnps-thumb img {width: 175px; height: auto;}
.bnp-short h3 {margin: 0 0 10px;}

@media screen and (max-width : 1055px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#main {display: block;}
	.site-content {padding: 30px 0;}
	.site-content {width: 100%;}
	.widget-area {width: calc(100% + 30px); margin: 0 0 0 -15px; padding: 30px 15px;}

	#header #h-top {margin: 0;}
	#hb-text {padding: 20px 0 45px;}
	#hb-text .h-head1 {margin: 0 0 50px;}
	#h-scroll {background: url(//www.bellavancebev.com/wp-content/uploads/scroll-down-m.png) no-repeat center center / contain; height: 295px;}

	#m-bg2,
	#about #a-img,
	#im1-kegs,
	#hist #h-img,
	#im2-float {width: calc(50% - 150px);}

	#hist #h-text {padding: 50px 50px 50px 15px;}

	#f-nav a {font-size: 14px; letter-spacing: 1px;}

	body.page-template-default .fullwidth {left: 50%;}
	.fw-left {width: 100%;}
	.fw-left .limit {max-width: 100%;}

	html body #pojo-a11y-toolbar {top: 15px!important;}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {padding: 10px 12px 10px 12px!important;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 15px 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	.flex > .cta {margin: 0 10px 40px!important; width: calc(100% - 20px)!important;}

	.fbreak1.images.has-title {margin: 0 0 30px!important;}
	.fbreak1.images {box-sizing: border-box; padding: 30px 0 30px 30px;}
	.fbreak1.images {padding: 30px 0 10px 30px; width: 85%;}
	.fbreak1.images .has-title img,
	.fbreak1.images img {width: 115%; max-width: none; margin: 0 0 20px;}

	.images.longpic {padding: 20px 15px 0;}
	.images.longpic img {margin: 0 0 -15px;}

	#mods {padding: 65px 15px 50px;}
	#m-bg2 {display: none;}
	#mods #m-text {background: url(//www.bellavancebev.com/wp-content/uploads/bg-beer2.jpg) no-repeat center center / cover; padding: 25px;}

	#m-bg2,
	#about #a-img,
	#im1-kegs,
	#hist #h-img,
	#im2-float {width: calc(50% - 100px);}

	#about #a-img {background: url(//www.bellavancebev.com/wp-content/uploads/bellavance-about.jpg) no-repeat 70% center / cover;}
	#about #a-text {padding: 50px 15px 65px 50px;}

	#im1-truck {background-size: 125% auto;}
	#imgs1 {height: 20vw;}
	#im1-truck:after {background-size: 125% auto; height: 85px;}

	#hist #h-img {background-position: 85% center;}

	#imgs2 {height: 180px;}

	#about2 .nk-awb {padding: 75px 15px;}

	.ft-img.fti-logo .fti-txt {width: 72%;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single span {display: none;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 15px 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}

	#logo img {max-height: 125px;}

	#hb-text {padding: 8px 0 30px;}
	#hb-text .h-head1 {font-size: 40px; margin: 0 0 30px;}
	#hb-ctas > a {border: 4px solid #fff; padding: 35px 0 25px;}
	#hb-ctas h3 {letter-spacing: 2px; line-height: 1.4; font-size: 22px; padding: 0 20px;}
	#h-scroll {height: 260px;}

	#mods {padding: 50px 15px 35px;}
	#mods #m-text {padding: 25px 15px; width: 100%!important; font-size: 15px;}
	#mods #m-text p {padding: 0;}
	#mods #m-text p.m-head1 {margin: 0 0 10px;}
	#mods .flex > a {width: 30%!important;}
	#mods .flex > a h2 {font-size: 22px; left: 10px; top: 17px;}

	#m-bg2,
	#about #a-img,
	#im1-kegs,
	#hist #h-img,
	#im2-float {width: calc(50% - 70px);}

	#about #a-text {padding: 30px 15px 45px 30px;}

	#hist #h-text {padding: 30px 30px 30px 15px;}

	#imgs1 {height: 30vw;}
	#im1-truck {background-size: 190% auto;}
	#im1-truck:after {background-size: 190% auto;}

	#footer {text-align: center; padding: 30px 15px;}
	#f-nav {border-bottom: 1px solid #334940; padding: 0 0 20px; margin: 0 0 30px; display: none;}
	#f-nav .menu {display: block;}
	#f-nav .menu > li {border: 0;}
	#f-nav a {padding: 6px 0; line-height: 1.4;}
	#f-bottom .abs-left, #f-bottom .abs-right {position: static; -webkit-transform: none; transform: none;}
	#f-soc a {margin: 0 6px;}
	#f-soc a:last-child {margin-right: 0;}
	#f-soc > div {text-align: left; margin: 0 20px 0 0;}
	#f-bottom .abs-left {margin: 20px 0 30px;}
	#f-bottom .abs-right {text-align: center;}

	#sgpb-popup-dialog-main-div {min-width: 300px!important; max-width: 300px!important;}
	img.sgpb-popup-close-button-3 {width: 40%!important;}

	.collapseomatic_content {margin-left: 0;}

	.ft-img.fti-logo:after {height: 105px; right: 15px;}
	.ft-img {top: 50px; margin: 0 0 70px;}
	.fti-img {top: -50px; margin: 0 0 -38px;}
	.ft-img.fti-logo .fti-txt {padding: 0 20px; width: 100%;}
	.ft-img.fti-logo:after {content: none; display: none;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak3.p1 > *, .flex.fbreak3.p2 > *, .flex.fbreak3.p3 > *,
	.flex.fbreak3.p4 > *, .flex.fbreak3.p5 > *, .flex.fbreak3.p6 > * {padding: 15px 0;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-of-type(3), .fbreak3.f4-break > *:nth-of-type(4) {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	.images.longpic {padding: 15px 10px 0; margin: 0 0 20px!important}
	.images.longpic img {margin: 0 0 -12px;}

	button#responsive-menu-button {top: 32px!important;}
	#logo img {max-height: 110px;}
	#h-soc a {margin: 0 0 12px;}
	#hb-text .h-head1 {font-size: 35px;}
	#h-scroll {display: none;}

	#about h2, #hist h2, #about2 h2 {font-size: 40px; margin: 0 0 10px;}
	#more .mo-head2 {font-size: 40px; margin: 0 0 30px;}

	#imgs2 {height: 150px;}

	#more {padding: 30px 0 0;}

	.bnp-short {gap: 20px; align-items: flex-start; line-height: 1.4;}
	.bnps-thumb {padding-top: 5px;}
	.bnps-thumb img {width: 100px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}