/*
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: #f0e6d0;
	color: #262729;
	    overflow-x: hidden;
}
:focus {
    outline: none;
}

a {
	color: #333;
    text-decoration: none;
}
p a {
    color: #840b0b;
}
ul {
	
}
a:hover, a:focus {
    color: rgb(162, 82, 48);
    text-decoration: none;
}
p a:hover, p a:focus {
    color: rgb(162, 82, 48);
    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;
}
ul {
	font-size: 16px;
    line-height: 30px;
    color: #282927;
}
.home p {
	font-size: 20px;
	line-height: 30px;
}
h1 {
    font-family: 'clearface-gothic';
    font-size: 70px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}

h2 {
	font-family: 'clearface-gothic';
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}
h3 {
	font-family: 'clearface-gothic';
    font-size: 40px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}
h4 {
	font-family: 'clearface-gothic';
    font-size: 40px;
	font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 24px 0 17px 0;
    padding: 0;
	text-transform: uppercase;
	    letter-spacing: 1px;
}
h5 {
	font-family: 'clearface-gothic';
    font-size: 30px;
	font-weight: normal;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
	text-transform: uppercase;
	    letter-spacing: 1px;
}


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

}
.navbg {
    height: 110px;
    position: absolute;
    width: 100%;
}
.headlogo {
    display: flex;
    width: 20%;
    align-content: center;
    height: 140px;
}
.headlogo img {
    padding: 0;
    height: 200px;
    z-index: 1;
    position: relative;
    margin-top: 90px;
    margin-left: 30px;
	filter: drop-shadow(0px 0px 100px #000);
}
header video {
	    width: 100vw;
	z-index: 0;
}
.main-navigation {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    z-index: 999999;
    background-color: rgb(45, 42, 48);
}
#mega-menu-wrap-primary {
	width: 50%;
	    float: right;
	    right: 5px;
}
/* #navbar {
    z-index: 9999;
    width: 100%;
	height: 160px;
	position: absolute;
}
.main-navigation {
	right: 0;
    width: 80%;
    position: absolute;
    top: 0;
	    z-index: 0;
}
.home .main-navigation {
    width: 100%;
    position: absolute;
    top: 0;
	z-index: 1;
}
#mega-menu-primary {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
	background: #e95c20 !important;
	padding: 20vh !important;
}
.mega-menu-toggle {
	z-index: 3;
} */
/*
#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;
	line-height: 22px;
}
.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;
}
.mega-menu-toggle {
	width: fit-content;
    position: absolute;
    right: 30px;
    top: 30px;
}
.button {
margin: auto;
    text-align: left;
    width: fit-content;
    padding: 15px 30px 10px 29px;
	background: #e95c20;
    color: #f0e6d1;
    font-family: 'clearface-gothic';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    margin-top: 30px;
	margin-bottom: 20px;
    display: inline-block;
	border: 0 !important;
}
.qty {
	    width: 40px;
}
.button:hover {
	color: #f0e6d1;
	background: #e95c20;
	text-decoration: none;
}
.woocommerce-Price-amount {
	    font-size: 20px;
    font-weight: bold;
}
.woocommerce-loop-product__title {
	font-size: 30px;
	margin-top: 20px;
}
ul.products li.product .button {
	margin-left: 0;
}
.woocommerce-result-count, .woocommerce-ordering, .product_meta, .wc-tabs, #tab-description h2 {
	display: none;
}
.related h2 {
	width: 100%;
    display: inline-block;
    margin: 30px 0px 20px 0;
    font-size: 40px;
}
.woocommerce-breadcrumb {
	margin-bottom: 20px;
}
.woocommerce-product-gallery {
    margin-right: 40px;
}
.hero {
    height: 100vh;
    display: flex;
	/* background: rgb(0 0 0 / 75%); */
	overflow: hidden;
}
.interior-header .hero {
    height: 40vh;
}

.hero1 {
	width: 100%;
	background: #333;
	display: flex;
    justify-content: center;
    align-content: center;
    background: url(/wp-content/uploads/2024/04/Pena_12_10101_Tejas_9092_02.png);
    background-position: center;
    background-size: cover;
	    position: relative;
}
.home .hero1 {
	background: transparent !important;
}
.hero1:after {
	/* content: "";
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2497373949579832) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2497373949579832) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2497373949579832) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    width: 100%;
    height: 100%;*/
}
.hero1 .wrap, .hero2 .wrap, .hero3 .wrap {
    position: absolute;
    bottom: 60px;
}
.hero1 .wrap h2, .hero1 .wrap h3 {
	color: #f0e6d0;;
    padding-bottom: 30vh;
	text-align: center;
	    text-shadow: #000 0 0 60px;
}
.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: 'clearface-gothic';
    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;
	height: 16.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	width: 100%;
    text-align: center;
	font-family: 'clearface-gothic';
	text-transform: uppercase;
	text-shadow: #000 0 0 80px;
    padding: 3px 10px 0px 10px !important;
}

.single-product div.product .woocommerce-product-gallery {
	margin-bottom: 40px;
}


.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: #282927;
}
.homehalf h3, .homehalf2 h3 {
	color: #282927;
	padding: 0;
	font-size: 40px;
}
.homehalf h4, .homehalf2 h4 {
	color: #282927;
	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: rgb(162, 82, 48);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.homehalf2 h4 {
	color: rgb(240, 230, 208);
}
.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: rgb(45, 42, 48);
}
.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 p {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.socialfoot span {
    font-family: 'clearface-gothic';
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 30px;
    color: rgb(240, 230, 208);
    padding-top: 10px;
}
.socialfoot .textwidget {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site-footer .fab {
    color: rgb(240, 230, 208);
    font-size: 50px;
    margin-left: 20px;
}
.site-footer .fab:hover {
	color: rgb(162, 82, 48);
}
.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: 0px !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: rgb(240, 230, 208);
}
.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;
}
.clara h3, .negra h3, .contenthome h3 {
	letter-spacing: 5px;
	font-size: 100px;
}
.clara p, .negra p, .contenthome p {
	font-size: 28px;
	    font-weight: bold;
	line-height: 38px;
}
.clara {
	color: #004987;
	
	position: relative;
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon1.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
	    margin-bottom: -200px;
}
.contentrow {
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon2.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
    position: relative;
    top: -40px;
    background-color: #f0e6d1;
	padding-top: 200px;
}
.interior-header {
	position: relative;

}
.home .site-header {
	    margin-bottom: -40px;
	position: relative;
}
.interior-header:after {
    content: "";
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon3.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
    position: absolute;
    background-color: #f0e6d1;
    width: 100%;
    bottom: -1px;
    height: 40px;
}
/*.clara:after {
    content: "";
    background-color: #f0e6d0;
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon2.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}*/
.clara:before {
	content: "";
    background-color: rgb(45 42 48);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    background: linear-gradient(to right, rgb(45 42 48 / 92%), rgb(45 42 48 / 92%)), url(/wp-content/uploads/2025/02/DJI_20240820201652_0033_D-HDR-EDIT-scaled.jpg);
    background-position: center;
    background-size: cover;
	    bottom: 1px;
	
}
.clara h3, .clara p {
	color: rgb(240, 230, 208);
}
.clara1 {
	background-image: url(/wp-content/uploads/2024/04/clara.png);
	height: 60%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	 left: 100px;
    z-index: 1;
}
.clara2 {
	background-image: url(/wp-content/uploads/2024/04/Pena_12_10101_Tejas_W71A8936_02.png);
	height: 40%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 350px;
    z-index: 0;
}
.negra {
	color: #231f20;
	/* height: calc( 50vh + 200px ); */
	position: relative;
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon3.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
	    margin-bottom: -200px;
}
/*.negra:after {
	content: "";
    background-color: rgb(255 209 0);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon1.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}*/
.negra:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
        background-color: #f0e6d1;
    background-position: center;
    background-size: cover;
}
.negra h3, .negra p {
	color: #231f20;
}
/*.hero:after {
	content: "";
    background-color: rgb(233 92 32);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon3.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}*/
/* .negra1 {
    background-image: url(/wp-content/uploads/2024/04/negra.png);
    height: 60%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	 left: 100px;
    z-index: 1;
}
.negra2 {
	background-image: url(/wp-content/uploads/2024/04/Pena_12_10101_Tejas_-W71A0849_02.png);
	height: 40%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 350px;
    z-index: 0;
} */
.negra .sow-image-container {
	position: relative;
}
.negra .sow-image-container img {
	position: relative;
	z-index: 1;
}
/*.negra .sow-image-container:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/04/Pena_12_10101_Tejas_-W71A0849_02.png);
	    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    z-index: 0;
    margin: 30px;
} */
.footlogo img {
    height: 150px;
    margin: 50px 0 40px 0;
}
.mega-toggle-animated:after {
    content: "";
    background-color: #e95c20;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: -23px;
}
.interior-header .hero:after {
    content: "";
    background-color: rgb(240 230 209);
}
.content-area {
	    padding-bottom: 0px;
}
.home .content-area {
	    padding-bottom: 0px;
}
.ow-button-base a {
    font-family: 'clearface-gothic';
    text-transform: uppercase;
    padding: 20px 30px 12px 30px !important;
}
.mega-sub-menu {
	    position: absolute !important;
    top: 60px !important;
}
.mega-menu-link {
	font-family: 'clearface-gothic' !important;
    text-transform: uppercase !important;
}
#sb_instagram #sbi_images {
	padding: 0;
}
.frm_button_submit {
	    font-family: 'clearface-gothic';
    padding: 20px 30px 10px 30px;
}
site-content {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#primary {
    
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: transparent !important;
}
.wc-block-cart__submit-button {
	    border: 1px solid;
}
.mtsnb-text {
	font-weight: bold;
}
.mtsnb .mtsnb-button {
	    font-weight: bold;
}
.headnumber {
	    color: #f0e6d0;
    font-family: 'clearface-gothic' !important;
    text-transform: uppercase !important;
    line-height: 60px;
    height: 60px;
    font-size: 22px;
	padding: 18px;
}
.foodmenu h4 {
	    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
	overflow: hidden;
}
.foodmenu h5 {
	    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
	overflow: hidden;
}
.foodmenu h6 {
	    font-family: 'Open Sans';
    font-size: 16px;
    text-align: left;
    color: #282927;
    margin: 0;
    padding: 0;
	overflow: hidden;
	    line-height: 30px;
	padding-left: 20px;
}
.foodmenu p {
	    margin: 0;
    padding: 0px 0px 0px 0px;
}
.foodmenu .panel-grid-cell {
	    columns: 2;
	column-gap: 60px;
}
.foodmenu .widget{
	    break-inside: avoid;
}
.foodmenu h4:before, .foodmenu h6:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
.foodmenu h4 span, .foodmenu h6 span {
	background-color: #f0e6d0;
}
.foodmenu h4 span:first-child, .foodmenu h6 span:first-child {
    padding-right: 0.33em;
}
.foodmenu h4 span:last-child, .foodmenu h6 span:last-child {
    float: right;
}
.foodmenu h6 span:last-child {
	    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #282927;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.foodmenu .extendeditem h4 span {
	float: none !important;
}
.foodmenu .extendeditem h4:before {
	content: "";
}
.foodmenu .extendeditem em {
	    padding-left: 40px;
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.menulist {
	padding: 20px 0 10px 0 !important;
}
.element-is-sticky {
	background-color: #f0e6d0;
	
}
.menulist a {
    background: rgb(162, 82, 48);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 60px;
    margin-right: 10px;
    display: inline-grid;
    margin-bottom: 10px;
}
.opentime {
    width: fit-content;
    display: inline-block;
    background: rgb(45, 42, 48);
    padding: 10px 20px;
    text-align: center;
	    margin-right: 20px;
}
.opentime h3 {
	    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
	color: rgb(240, 230, 208);
}
.opentime p {
	    margin: 0;
	font-family: 'clearface-gothic';
    font-size: 40px;
    line-height: 40px;
	color: rgb(240, 230, 208);
}
.hoursop .widget{
	    width: fit-content;
    display: inline-block;
}
.centertitle h3 {
	text-align: center;
}
.beers h3 {
	font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #282927;
}
.beers2 h3 {
	margin-top: 20px !important;
}
.eventspace p {
	margin: 0;
    padding: 0;
	color: #f0e6d1;
}
.eventspace h3 {
	color: #f0e6d1;
}
.inlinebtns .widget_sow-button {
	display: inline-block;
}
.hero video {
    object-fit: cover;
    position: absolute;
    width: 110%;
    height: 100%;
    z-index: -1;
}
.halfbackground::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/DJI_0591-ORIGINAL-scaled.jpg);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    background-size: cover;
    background-position: center;
}
.spirittitle h3{
    font-size: 100px;
    color: #2829273d;
    margin-bottom: -25px;
}
.beerpage h3, .beerpage p {
	color: #fbfae4;
}
.beerpage h3, .beerpage p {
	font-family: "Montserrat";
	    text-shadow: #000000 0 0 50px;
}
.beerpage h3 {
    font-size: 50px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 20px;
}
.beerpage h2 {
    font-size: 100px;
    padding: 10px 0 120px 0;
    color: #282927;
}
.beerpage p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.beerpage:after {
    content: "";
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/horizon3.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
    position: absolute;
    background-color: #f0e6d1;
    width: 100%;
    top: 0;
    height: 240px;
    rotate: 180deg;
}
.beerpage {
	position: relative;
	margin-top: -100px;
}
.beerpage .so-widget-sow-image, .beerpage .textwidget{
	z-index: 1;
	position: relative;
}
.cansvg .widget-title {
    margin-top: -120px !important;
    font-family: 'clearface-gothic';
    font-size: 35px;
}
.cansvgsmallertext .widget-title {
    font-size: 20px !important;
}
.spirits img {
	mix-blend-mode: multiply;
}
.restweek span span {
	    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
}
@media screen and (max-width: 1500px) {

	.servicesrow .widget_custom_html {
    width: 25%;
    height: 25vw;
	}
	#mega-menu-wrap-primary {
    width: 70%;
	}

}
@media screen and (max-width: 1200px) {
	h3 {
		font-size: 40px !important;
	}
	.headnumber {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	#mega-menu-wrap-primary {
    width: 100%;
	}
	.clara p, .negra p, .contenthome p {
	font-size: 22px;
	    font-weight: bold;
	line-height: 32px;
}
}
@media screen and (max-width: 1199px) {
	.cansvg .widget-title {
    margin-top: -100px !important;
    padding: 0px 10px;
}
}
@media screen and (max-width: 991px) {
	.cansvg .widget-title {
    margin-top: -75px !important;
    font-family: 'clearface-gothic';
    font-size: 35px;
	}
	.cansvgsmallertext .widget-title {
    font-size: 15px !important;
	}
}
@media screen and (max-width: 974px) {
	.beerlist {
    	columns: 1;
    	margin-bottom: 0px;
	}
	.hero1 img {
    width: 60%;
}
}
@media screen and (max-width: 800px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-shadow: none;
	}
	.main-navigation {
    background-color: #e95c20;
	}
	#mega-menu-primary {
		    height: 100vh !important;
        position: fixed !important;
        width: 100vw !important;
		right: 0 !important;
		padding-bottom: 120px !important;
    	padding-top: 60px !important;
	}
	.mega-menu-open {
		position: fixed !important;
		right: 35px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    align-items: center;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		margin-top: 40px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		text-align: center;
		    font-size: 30px !important;
	}
	    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
    }
	
	
}
@media screen and (max-width: 780px) {
	.cansvgsmallertext .widget-title {
		padding: 0 10px;
	}
	.beerpage .sow-image-container img{
		    max-width: 300px !important;
    width: 100%;
	}
	.beers .sow-image-container img{
		    max-width: 200px !important;
    width: 100%;
		margin: auto;
	}
	.beers .sow-image-container {
		justify-content: center;
	}
	.beers .cansvg {
		    width: 200px;
    margin: auto;
	}
  	.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;
	}
	#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: -15px;
}
	.page-template-default .homemap iframe, .page-template-default .homehalf2 .panel-grid-cell:last-of-type::before {
		left: -30px;
		right: initial;
	}
	.page-template-page-home .homemap iframe, .page-template-page-home .homehalf2 .panel-grid-cell:last-of-type::before {
		left: 0;
		right: initial;
	}
	.calltoactionbar h3 {
    padding: 40px 30px 0 30px;
}
	.hero1 {
    width: 100%;
    height: 100%;
}
	.hero2 {
    width: 100%;
    height: 50%;
}
	.page-id-78 .homerowright {
    padding: 60px 40px;
    position: relative;
    min-height: 500px;
}
	.negra .sow-image-container img, .clara .sow-image-container img {
		max-width: 50% !important;
		margin: auto;
	}
	.negra, .clara {
    	height: auto;
	}
	.mega-menu-link {
		font-size: 40px !important;
	}
	.foodmenu .panel-grid-cell {
		columns: 1;
	}
	.socialfoot .textwidget {
    display: flex;
    justify-content: center;
    align-items: center;
	}
}
.mtsnb {

}

@media screen and (max-width: 1040px) { 
	.hero1 .wrap h2 {
		font-size: 4vw;
	}
	.hero1 .wrap h3 {
		font-size: 5vw;
	}
}
@media screen and (max-width: 992px) {
	.woocommerce-product-gallery {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 800px) {
	.headlogo img {
    margin-top: 30px;
}
}
@media screen and (max-width: 765px) { 
	.calltoactionbar h3 {
    text-align: center;
}
	.servicesrow .widget_custom_html {
    width: 50%;
    height: 50vw;
	}
	.hero1 .wrap h2 {
		font-size: 6vw;
	}
	h1 {
		    font-size: 50px;
	}
	ul.products li.product img {
		margin: auto;
	}
	.woocommerce-loop-product__title, .woocommerce-LoopProduct-link, .woocommerce-LoopProduct-link .price, .woocommerce-loop-product__title {
		text-align: center;
	}
	.woocommerce-LoopProduct-link .price {
		text-align: center;
		display: block;
	}
	ul.products li.product .button {
		text-align: center;
    margin: auto;
	}
	.socialfoot span {
		font-size: 24px;
	}
	.site-footer .fab {
    font-size: 30px;
}
	
}
@media screen and (max-width: 540px) {
	.hero1 .wrap h2 {
		font-size: 8vw;
	}
	.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;
	}
	.mega-menu-toggle {
    right: 0px;
    top: 20px;
}
	
}
@media screen and (max-width: 500px) {
	.headlogo img {
		width: calc(100vw - 200px);
    height: auto;
	}
	.mega-menu-link {
		font-size: 20px !important;
	}
}
html {
	overflow-x: hidden;
}