/*
Theme Name: JohnnyoTheme
Theme URI: https://johnnyodesign.com/
Author: Johnnyo Design
Author URI: https://johnnyodesign.com/
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url("https://use.typekit.net/pej6rxl.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;700&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    background: #eee;
	color: #262729;
}
:focus {
    outline: none;
}

a {
	color: #333;
    text-decoration: none;
}
p a {
    color: #003B4D;
}
a:hover, a:focus {
    color: #003b4d;
    text-decoration: none;
}
p a:hover, p a:focus {
    color: #26cad3;
    text-decoration: underline;
}
.home .site-content {
    position: relative;
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.site-content {
	margin-top: 100px;
	margin-bottom: 0;
}
p {
    margin: 4px 4px 20px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 30px;
    color: #282927;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 0 0 60px 0;
}

h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 0 0 40px 0;
}
h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 40px 0 0 0;
}
h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 24px 0 17px 0;
    padding: 0;
}
h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
	font-weight: normal;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}


/* Navigation */
.site-branding {
    height: 100px;

}
.navbg {
    height: 110px;
    position: absolute;
    width: 100%;
}
.headlogo {
    display: flex;
    width: 20%;
    align-content: center;
    height: 140px;
}
.home .headlogo img {
    height: 140px;
}
.headlogo img {
    padding: 0;
    height: 100px;
    z-index: 1;
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
}
header video {
	    width: 100vw;
	z-index: 0;
}
#navbar {
	height: 160px;
	 z-index: 9999;
    width: 100%;
	position: relative;
}
.home #navbar {
    z-index: 9999;
    width: 100%;
	    height: 40vh;
	position: relative;
}
.main-navigation {
	right: 0;
    width: 80%;
    position: absolute;
    top: 0;
	    z-index: 1;
}
.main-navigation {
    width: 50%;
    position: absolute;
	top: 30px;
}
#mega-menu-wrap-primary {
    z-index: 9999;
}
/*
#mega-menu-wrap-primary .mega-menu-item:last-of-type a {
	background-color: #458049 !important;
    padding: 0 30px !important;
    border-radius: 50px !important;
	margin-left: 30px !important;
	border-width: 4px !important;
}
*/
.headtextwrap {
	position: absolute;
	bottom: 30px;
	left: 40px;
}
.headtextwrap h3 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;
}
.headtextwrap h4 {
	font-size: 70px;
	color: #a1403c;
	margin: 0;
}
.headtextwrap2 {
position: absolute;
    bottom: 30px;
    right: 40px;
    width: 30%;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.siteinfo p {
	font-size: 12px;
	color: #fff;
	    margin: 10px 0;
}
.social {
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.home .social {
position: absolute;
    right: 50px;
    bottom: 40px;
}
.social a {
    display: inline-block;
    font-size: 40px;
    color: #282927;
	margin-left: 30px;
}
.social a:hover {
    color: #a1403c;
}

footer .menu {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
footer .menu li a {
    font-family: league-gothic, sans-serif;
    color: #eaeaea;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}
footer .menu li a:hover {
	color: #003B4D;
}
footer .panel-first-child .menu {
	margin-bottom: 20px;
}

.button {
margin: auto;
    text-align: left;
    width: fit-content;
    padding: 4px 18px;
	background: #003B4D;
    color: #eaeaea;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
}
.button:hover {
	color: #eaeaea;
	background: #262729;
	text-decoration: none;
}

.hero {
    height: 60vh;
    display: flex;
	background: rgb(0 91 255 / 75%);
}

.hero1 {
	width: 100%;
	background: #333;
	display: flex;
    justify-content: center;
    align-content: center;
    background: url(/wp-content/uploads/2024/04/b51ebe_28415b669c5047fab10ea24cc7c4ceccmv2.webp);
    background-position: center;
    background-size: cover;
	    position: relative;
}
.hero1 .wrap{
    position: absolute;
    bottom: 60px;
}
.hero1 .wrap h2, .hero1 .wrap h3 {
	color: #fff;
	    padding-bottom: 40px;
}
.hero1 .wrap .button {
	    margin: 0;
    padding: 20px 40px;
    border-radius: 50px;
    background-color: #48b29e;
}
.hero1 .wrap .button:hover {
	background-color: #fff;
	color: #48b29e;
}
.hero2 {
    width: 50%;
    background-color: #262729;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
	    background: url(/wp-content/uploads/2021/09/FB_DSC00819-Edit-e1630811731506.jpg), rgb(38 39 41 / 50%);
	background-blend-mode: color-burn;
	background-position: center;
    background-size: cover;
}
#primary-menu-home {
	list-style: none;
    margin: 0;
    padding: 0;
}
#primary-menu-home li {
	text-align: center;
}
#primary-menu-home a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #eaeaea;
    font-size: 40px;
}
#primary-menu-home a:hover {
    color: #003B4D;
}
#primary-menu-home li:first-of-type {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: flex;
    flex-grow: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	width: 100%;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
}




.homerow {
	padding: 100px 0 90px 0;
}
.homerowalt {
	/* background: #262729;
	padding: 100px 0 90px 0; */
}
.homehalf, .homehalf2 {
	position: relative;
}
.homerowalt h2, .homerowalt p, .homehalf h2, .homehalf p, .homehalf2 h2, .homehalf2 p, .homehalf2 h5, .homehalf h3, .homehalf2 h3 {
	color: #eaeaea;
}
.homehalf h3, .homehalf2 h3 {
	color: #eaeaea;
	padding: 0;
	font-size: 40px;
}
.homehalf h4, .homehalf2 h4 {
	color: #eaeaea;
	padding: 0;
	font-size: 20px;
}
.homehalf p, .homehalf2 p {
	    margin: 4px 4px 0px 4px;
}
.homerowleft {
	padding: 100px 100px 90px 0;
	position: relative;
}
.homerowright {
	padding: 100px 0 90px 100px;
	position: relative;
}
.homehalf .panel-grid-cell, .homehalf2 .panel-grid-cell {
	position: relative;
}
.homehalf .panel-grid-cell:first-of-type::before {
    content: " ";
    background: #282927;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
}
.homehalf .panel-grid-cell:last-of-type::before {
    content: " ";
	background: url(/wp-content/uploads/2024/04/9f3b705350c4415c965e09ba54aff41d.webp);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.homerowcenter h2 {
	text-align: center;
}
.homerowcenter .button {
	text-align: center;
	display: block;
}
.homehalf2 .panel-grid-cell:first-of-type::before {
    content: " ";
    background: url(/wp-content/uploads/2024/04/fb5e8ed1bf5c486db99df88043921446.webp);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
}
.homehalf2 .panel-grid-cell:last-of-type::before {
    content: " ";
    background: #a1403c;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.homemap iframe{
	    position: absolute;
    right: 0;
    width: 50vw;
	    height: 100%;
}
.homerowright span {
	    float: right;
}
.homehalf2 h5 {
	    line-height: 60px;
}
.calltoactionbar {
	background: #282927;
	    text-align: center;
}
.calltoactionbar2 {
	background: #3d7bda;
	text-align: center;
}
.calltoactionbar h3 {
	font-size: 34px;
    display: inline-block;
    color: #fff;
    padding: 40px;
}
.calltoactionbar2 h3 {
	font-size: 24px;
	display: inline-block;
	color: #fff;
}
.calltoactionbar .button {
    background: #48b29e;
    color: #fff;
    display: inline-block;
    margin: 30px;
    font-size: 24px;
	margin: 0;
    padding: 20px 40px;
    border-radius: 50px;
	margin-left: 30px;
}
.calltoactionbar2 .button {
	background: #48b29e;
    color: #fff;
    display: inline-block;
    margin: 30px;
    font-size: 24px;
	margin: 0;
    padding: 20px 40px;
    border-radius: 50px;
	margin-left: 30px;
}
.calltoactionbar .button:hover {
	background: #fff;
    color: #48b29e;
}
.calltoactionbar2 .button:hover { 
	background: #fff;
    color: #48b29e;
}
.site-footer {
    background: #a1403c;
}
.site-footer h5 {
	    font-size: 18px;
    color: #eaeaea;
    line-height: 25px;
}
.site-footer .menu li {
	    text-align: right;
}
.site-footer .menu a {
	    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.site-footer .fab {
    color: #eaeaea;
    font-size: 50px;
    margin-right: 20px;
}
.site-footer .fab:hover {
	color: #003B4D;
}
.footer-bottom {
	padding: 0 40px;
}
.heroint {
	
	background: url(/wp-content/uploads/2023/12/shal2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50vh;
}
.herointbeers {
	    background: url(/wp-content/uploads/2021/09/FB_DSC08582-Edit-e1630721798624.jpg), rgb(38 39 41 / 50%);
    background-blend-mode: color-burn;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 50vh;
}
.herointalt {
    width: 100%;
    height: 50vh;
}
/* .interiornav #mega-menu-wrap-primary .mega-menu-item a {
	color: #262729 !important;
	background: #eaeaea !important;
}
.interiornav #mega-menu-wrap-primary .mega-menu-item a:hover {
	background: #003B4D !important;
    color: #262729 !important;
}
.interiornav #mega-menu-wrap-primary .mega-menu-item:last-of-type a {
	background: #003B4D !important;
    color: #262729 !important;
}
.interiornav #mega-menu-wrap-primary .mega-menu-item:last-of-type a:hover {
    background: #003B4D !important;
    color: #eaeaea !important;
} */
.siteinfo a {
	color: #eaeaea;
}
.home #primary {
	overflow-x: hidden;
}

.beerlist {
	columns: 2;
	    margin-bottom: 80px;
}
.blogpostthumbnail {
	width: 140px;
    height: 224px;
    float: left;
	margin: 50px 0 0 10px;
	-webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler2.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
	position: relative;
}
.beerthumbnail {
	position: relative;
}
.home .beerthumbnail {
	    display: flex;
}
.beerthumbnail:before {
	content: "";
	width: 140px;
    height: 224px;
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler.svg);
	position: absolute;
top: 50px;
    left: 10px;
    z-index: 1;
}
.beers_categories-pint-tumbler .blogpostthumbnail {
	-webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/pinttumbler2.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/pinttumbler2.svg);
}
.beers_categories-stemless-tumbler .blogpostthumbnail {
	-webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler2.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler2.svg);
}
.beers_categories-pilsner-tulip .blogpostthumbnail {
	-webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/pilsnertulip2.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/pilsnertulip2.svg);
}
.beers_categories-pint-tumbler .beerthumbnail:before {
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/pinttumbler.svg);
}
.beers_categories-stemless-tumbler .beerthumbnail:before {
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/stemlesstumbler.svg);
}
.beers_categories-pilsner-tulip .beerthumbnail:before {
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/pilsnertulip.svg);
}
.beerlist .summary {
	    display: table;
	    padding: 20px 0 0 0;
}
.beerlist article {
    display: inline-table;
}
.beerlist strong {
	margin-right: 10px;
}
#sb_instagram  {
	    padding-bottom: 20px !important;
}

.threerow {
	column-count: 3;
}
.threerow p {
	display: initial;
}
.single-beers .blogpostthumbnail {
    width: 200px;
    height: 325px;
    margin: 0px 40px 0 10px;
	background-repeat: no-repeat;
}
.single-beers .beerthumbnail:before {
    width: 200px;
    height: 335px;
    top: 0px;
	background-repeat: no-repeat;
}
.beers-template-default h3 {
	    font-family: interstate-condensed, sans-serif;
	line-height: 60px;
}
.entry-summary strong {
	font-family: interstate-condensed, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: normal;
	    font-size: 16px;
}
.home .beerlist article {
       display: flex;
}
.entry-summary p {
	    line-height: 30px;
}
.widget-area li.wpc-term-item, body .wpc-filters-widget-main-wrapper li.wpc-term-item {
    display: inline-block;
}
.widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    font-weight: bold;
    font-family: interstate-condensed, sans-serif;
    text-transform: uppercase;
	    font-size: 18px;
}

.page-id-78 .homehalf .panel-grid-cell:last-of-type::before {
    background: url(/wp-content/uploads/2021/09/FB_DSC08735-Edit-e1630701383891.jpg);
    background-position: center;
    background-size: cover;
}
.photosection {

}

.altrow {
	background-color: #262729;
}
.altrow h2{
	color: #eaeaea;
}
.homerowcenter h2 {
    text-align: center;
    padding: 0;
}
.homerowcenter h2 {
    text-align: center;
    padding: 0;
}
.homerowcenter .panel-grid-cell .so-panel:nth-of-type(3) h2 {
	padding: 60px 0 0 0;
}
.home h2 {
	   /* font-family: 'Montserrat', sans-serif; */
}
.page-template-page-fullwidth .photosection {
	margin: 80px 0;
}
.page-template-page-fullwidth .homehalf {
	margin-top: 60px;
    margin-bottom: 100px;
}
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	    outline: none !important;
}
.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
	display: inline;
}

#secondary .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .widget-area .widget .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, body#colibri .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    background-color: #003B4D !important;
    color: #fff !important;
    border-color: #003B4D !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 36px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #eaeaea;
    font-size: 24px;
    font-weight: bold;
}

.panel-row-style-for-82-1 {
padding: 0px 30px;	
}
.single-beers .site-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.envira-gallery-wrap, .envira-gallery-wrap .envira-gallery-public {
	margin: 0 auto 0 auto !important;
}

.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
	    overflow-y: unset !important;
	    background: #eaeaea !important;
}
.wpc-filters-widget-top-container:before {
    background: #eaeaea !important;
}
.wpc-filters-widget-top-container {
    background: #eaeaea !important;
}
.widget-area .widget ul.wpc-filter-chips-list, body ul.wpc-filter-chips-list {
	    padding-left: 0 !important;
}

.page-id-547 .site-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
img {
	max-width: 100vw;
}
.threes .textwidget {
	position: relative;
	min-height: 500px;
}
.threes p {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
	color: #fff;
	padding: 30px;
	margin: 0;
	width: 100%;
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	    text-align: center;
}
.threes .three1 {
	background: url(/wp-content/uploads/2023/12/shal.png), rgb(62 123 214);
	background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
}
.threes .three2 {
	background: url(/wp-content/uploads/2023/12/shal.png), rgb(75 178 159);
	background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
}
.threes .three3 {
	background: url(/wp-content/uploads/2023/12/shal.png), rgb(62 123 214);
	background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
}
.threes .three1 .textwidget, .threes .three3 .textwidget, .threes .three2 .textwidget {
	position: relative;
}
.threes .three1 .textwidget::before, .threes .three3 .textwidget::before {
	content: "";
	width: 100%;
    height: 100%;
    position: absolute;
	background: rgb(62 123 214);
	opacity: 0;
	transition: ease .3s;
}
.threes .three2 .textwidget::before {
	content: "";
	width: 100%;
    height: 100%;
    position: absolute;
	background: rgb(212 160 83);
	opacity: 0;
	transition: ease .3s;
}
.threes .three1:hover .textwidget::before, .threes .three3:hover .textwidget::before {
	background: rgb(62 123 214);
	opacity: .8;
}
.threes .three2:hover .textwidget::before {
	background: rgb(75 178 159);
	opacity: .8;
}
.threes a {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.homerowright ul {
	font-family: 'Montserrat', sans-serif;
    padding: 0 0 0 22px;
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.homething ul {
	font-family: 'Montserrat', sans-serif;
    padding: 40px 0 40px 80px;
    margin: 0;
    font-size: 22px;
}
.site-footer h3 {
	font-size: 20px;
}
.site-footer h3, .site-footer p, .site-footer a {
	color: #fff;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}
.halfrownew h3 {
	padding: 0;
}
.imgright, .imgleft {
	position: relative;
}
.imgright::before {
    content: "";
    background-color: #3e7bd6;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 100%;
    width: 100%;
	    z-index: -1;
}
.imgleft::before {
    content: "";
    background-color: #4bb29f;
    position: absolute;
    bottom: -10px;
    left: -10px;
    height: 100%;
    width: 100%;
	    z-index: -1;
}
.notice {
    background-color: #e95656;
    border-radius: 2px;
    padding: 20px 40px;
}
.notice h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin: 0;
    padding: 0;
	    text-align: center;
}
.resourcelist {
	column-count: 3;
}
iframe {
	width: 100%;
}
.lista ul{
	background-color: #3e7bd6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 50px;
    border-radius: 2px;
}
.listb ul{
	background-color: #4bb29f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 50px;
    border-radius: 2px;
}
.fourthingtitle h4 {
	    font-size: 30px;
    margin-bottom: 40px;
}
.fourthings h4 {
	    font-size: 26px;
	    color: #262729;
	    font-weight: normal;
}
.certs .so-widget-image {
    height: 100px !important;
    width: auto !important;
}
.servicesrow .panel-grid-cell {
	        display: flex;
    flex-wrap: wrap;
}
.servicesrow .widget_custom_html {
    width: 12.5%;
    height: 12.5vw;
}
.servicesrow .panel-widget-style {
	    height: 100%;
	position: relative;
}
.servicesrow .panel-widget-style:after {
	content:"";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(40 41 39 / 45%);
    z-index: 0;
}
.servicesrow .textwidget {
    text-align: center;
    color: #eaeaea;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 20px;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 1;
}
@media screen and (max-width: 1500px) {

	.servicesrow .widget_custom_html {
    width: 25%;
    height: 25vw;
	}

}
@media screen and (max-width: 974px) {
	.beerlist {
    	columns: 1;
    	margin-bottom: 0px;
	}
	.hero1 img {
    width: 60%;
}
}
@media screen and (max-width: 780px) {
  	.homehalf .panel-grid-cell:first-of-type::before {
    	width: calc( 100vw + 60px );
    	right: -30px;
  	}
	.homehalf .panel-grid-cell:last-of-type::before {
    	width: calc( 100vw + 60px );
    	left: -30px;
	}
	.homehalf2 .panel-grid-cell:first-of-type::before {
		width: calc( 100vw + 60px );
    	right: -30px;
	}
	.homehalf2 .panel-grid-cell:last-of-type::before {
    	width: calc( 100vw + 60px );
    	left: -30px;
	}
	#pgc-2-1-0, #pgc-2-3-0, #pgc-85-1-0, #pgc-2-3-1, #pgc-78-3-0 {
    margin-bottom: 0 !important;
}
	.homerowleft {
    padding: 60px 40px;
    position: relative;
}
	.homerowright {
    padding: 60px 40px;
    position: relative;
}
	.homerow {
    padding: 60px 40px 20px 40px;
}
	.homemap iframe {
	position: relative;
    right: 15px;
    width: 100vw;
    height: 100%;
    min-height: 400px;
}
	.homehalf2 .panel-grid-cell:last-of-type::before {
    width: 100vw;
    left: -20px;
}
	.calltoactionbar h3 {
    padding: 40px 30px 40px 30px;
}
	.hero {
    height: 50vh;
    display: flex;
    flex-direction: column;
}
	.hero1 {
    width: 100%;
    height: 100%;
}
	.hero2 {
    width: 100%;
    height: 50%;
}
	.page-id-78 .homerowright {
    padding: 60px 40px;
    position: relative;
    min-height: 500px;
}
}
@media screen and (max-width: 900px) { 

	.hero1 .wrap h2 {
		font-size: 4vw;
	}
	.hero1 .wrap h3 {
		font-size: 5vw;
	}
		.headtextwrap h3 {
    font-size: 40px;

}
	.headtextwrap h4 {
    font-size: 40px;

}
	.home .social {
    top: 20px;
    right: 105px;
}
}
@media screen and (max-width: 765px) { 
		.site-branding {
    height: 80px;
}
	.headlogo img {
    padding: 0;
    height: 80px;
}
	.main-navigation {
    width: 100%;
}
	.calltoactionbar h3 {
    text-align: center;
}
	.servicesrow .widget_custom_html {
    width: 50%;
    height: 50vw;
	}

}
@media screen and (max-width: 540px) {
	.home .beerlist article {
    display: flex;
    flex-direction: column;
}
	.beerlist article {
    display: flex;
    flex-direction: column;
}
	.beerlist .summary {
    display: table;
    padding: 0;
}
	.summary-info .entry-title {
		padding: 0;
	}
}