/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.4.1689686135
Updated: 2023-07-18 13:15:35

*/

@font-face {
    font-family: "Cheap";
	font-display:swap;
	font-weight:500;
    src: url("fonts/Cheap-Pine-W00-Sans.woff2")format("woff2");
}
@font-face {
    font-family: "Gardez";
	font-display:swap;
	font-weight:500;
    src: url("fonts/Gardez-XBold-Italic.otf")format("opentype");
}
@font-face {
    font-family: "Fairplex";
	font-display:swap;
	font-weight:500;
    src: url("fonts/Fairplex-Wide-OT-Book-Italic.otf")format("opentype");
}

#masthead{
	/*z-index:999;
	position:absolute;
	width:100%;
	left:0;
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 0rgba(0,0,0,.1);
	background-image: url(/wp-content/uploads/2023/09/paper-background-new.jpeg);
    background-repeat: repeat;
    background-position: center center;*/
	z-index:9999;
	background-image: url(/wp-content/uploads/2023/09/paper-background-new.jpeg);
    background-repeat: repeat;
    background-position: center center;
}
body.admin-bar #masthead.fixed-nav{
	top:30px;
}
.fixed-nav .header-image{
	width:60px;
	filter: saturate(0) brightness(10);
}
.fixed-nav #primary-menu a{
	color:#fff!important;
}
.fixed-nav .main-navigation .main-nav ul > li > a{
	line-height:70px;
	font-size:20px;
}
.fixed-nav .gp-icon{
	color:#fff!important;
}
.fixed-nav{
    position: sticky!important;
    top: 0px;
    width: 100%;
    animation: smoothScroll 0.3s forwards;
    background: var(--accent)!important;
	background-image:unset;
}
@keyframes smoothScroll{
0% {
    transform: translateY(-100px);
}
100% {
    transform: translateY(0px);
}
}
.menu-toggle{
	background:unset!important;
}
#generate-slideout-menu{
	padding:30px 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors{
	padding:16px!important;
}
.playlist-wrapper{
    position: relative;
    padding-bottom: 50%;
}
.playlist-wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gfield--type-captcha > label{
	display:none!important;
}
.hide-if-events .gform_confirmation_wrapper{
	text-align:center!important;
}
.pum-close{
	transform: scaleX(1.5);
    padding: 8px 0;
    transform-origin: right;
	box-shadow:unset!important;
}
.validation_message{
	display:none!important;
}
.gform_button{
	width:100%;
	padding:10px 15px!important;
	background:#fcbc6b!important;
	cursor:pointer!important;
	border-radius:15px!important;
	border:1px solid #fcbc6b;
	font-size:20px!important;
	letter-spacing:1.2px
}
.gform_button:hover{
	background:#7d854e!important;
}
.gform_confirmation_message{
	font-family:Fairplex!important;
}
.gform_body input[type="text"],.gform_body input[type="email"],.gform_body input[type="tel"],.gform_body select{
	border-radius:15px!important;
	padding:10px 14px!important;
	font-size:17px!important;
	letter-spacing:1px;
}
.gform_body textarea{
	border-radius:15px!important;
	padding:10px 14px!important;
	letter-spacing:1px;
	font-size:18px!important;
}
.gform_body .datepicker{
	width:100%!important;
}
input[type="text"]::placeholder, input[type="email"]::placeholder{
	color:#666;
}
.gform_description,.gform_heading{
	text-align:center;
	margin-bottom:20px;
	font-size:22px!important;
	letter-spacing:.3px;
}
.gfield--type-select>.ginput_container {
    position: relative;
    cursor: pointer;
}
select.gfield_select {
    -webkit-appearance: none;
}
.gfield--type-select>.ginput_container:before {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    right: 0.5em;
    margin-top: -8px;
    top: 50%;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' height='1em' width='1em' fill='%2300054f' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
}
@media (min-width:1025px){
.full-height{
	height:80vh;
	display:flex;
	align-items:center;
}
}
#pum-106{
	background-color:rgba(0,0,0,.65);
	backdrop-filter:blur(2px);
	
}
#popmake-106>div{
	border-radius:15px!important;
	overflow:hidden!important;
}
#popmake-106{
	border-radius:15px!important;
	overflow:hidden!important;
	padding:5px!important;
}
@media (max-width:600px){
	#popmake-106{
		max-width:92%!important;
		left:4%!important;
		right:4%!important;
	}
}
@media (max-width:768px){
	.center-mobile{
		text-align:center;
	}

}
#generate-slideout-menu .menu-item a{
		padding:0 10px!important;
	}
#css-slider{
	background-size:cover;
	 background-position: center;
    background-repeat: no-repeat;
	transition: background-image 0.5s ease-in-out;
}
html{
	scroll-behavior:smooth;
}
#loading-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top: 5px solid #959e5d;
	z-index:1;
	pointer-events:none;
}
@keyframes loadingAnimation {
	0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
	
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity:.5;
}

.background-video-content {
    position: relative;
    z-index: 1;
	background:#000;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.site-footer .shortcode-menu{
	margin:0;
	list-style:none;
	font-size:20px;
	letter-spacing:.075em;
}
.site-footer .shortcode-menu li:not(:last-child){
	margin-bottom:10px;
}
.site-footer a{
	color:#fff;
	text-underline-position: under;
}
.gb-container.linked-container{
    position: relative;
}
.linked-container a{
	color:var(--contrast);
}
.linked-container figure{
	overflow:hidden;
	border-radius:15px;
}
.linked-container:hover img{
	transform:scale(1.05);
}
.linked-container img{
	transition:all .2s ease-in-out;
}
.pum-content h4{
	font-size:40px;
	letter-spacing:.05em;
	margin-bottom:10px;
}
.pum-content p{
	font-size:18px;
}
#popmake-903.pum-container{
	border-radius:15px!important;
	overflow:hidden;
}
/*
.pum-content{
	text-align:center!important;
    color: var(--contrast)!important;
	padding:30px;
}*/
.pum-content p{
	font-family: Fairplex;
}
.gb-container.linked-container a{
	text-decoration:none;
}
.gb-container.linked-container a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.ginput_container input[type="text"],.ginput_container input[type="email"]{
	outline:none!important;
}
.events-form td input{
	width:100%!important;
	border-radius:15px;
}
.row_details_header{
	margin-top:40px;
	display:block;
}
.events-form table *,.events-form table{
	border:none;
}
.events-form textarea{
	resize:vertical;
	border-radius:15px;
}
.fix-img img{
	aspect-ratio:3/2;
	object-fit:cover;
}
.im-grid img{
	aspect-ratio:3/2;
	object-fit:cover;
}
.playlist-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 15px;
    overflow: hidden;
}
.playlist-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hide{
	display:none;
}
.eaw-thumb-wrap{
	min-width:320px!important;
}
.eaw-title a{
	text-decoration:unset!important;
}
.eaw-time {
    margin-top: 20px;
    color: var(--contrast);
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.eaw-summary{
	font-size:18px;
	font-family: Fairplex;
	line-height:1.5em;
	margin-bottom:20px;
}
.eaw-booknow a{
	display:inline-block!important;
	border-radius:30px!important;
	padding: 15px 30px;
	background-color: var(--contrast-2);
	margin-top:10px;
	line-height:1;
}
.eaw-ulx>div:last-child{
	border-bottom:0!important;
}
.eaw-li__wrap {
    margin-bottom: 45px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 45px;
}
.eaw-thumb{
	border:unset!important;
	padding:0!important;
	margin:0;
}
.eaw-title{
	font-size:40px!important;
	line-height:1.2em!important;
}
.gform-icon.gform-icon--circle-error{
	display:none!important;
}
.gform_validation_errors{
	padding: 12px !important;
    box-shadow: unset !important;
}
body .gform_validation_errors h2{
	font-family: 'Fairplex' !important;
    font-size: 14px !important;
}
}
.popup-image-wrapper{
	text-align:center;
}
.popup-image-wrapper img{
	width: 80px;
    margin-bottom: 15px;
}
.gform_required_legend{
	display:none!important;
}
#gform_fields_3 .gfield_label{
	font-weight:400!important;
	font-size:18px!important;
}
#gform_fields_3 .gfield--type-html h4{
	font-size:35px!important;
	margin-bottom:7px!important;
}
#field_3_17{
	margin-top:45px!important;
}
#label_3_7_1{
	font-size:20px!important;
}
#gform_confirmation_message_3{
	text-align:center;
}
#gform_confirmation_message_4{
	text-align:center;
}
.beer-loop{
	display:flex;
	flex-wrap:wrap;
	column-gap:60px;
	row-gap:50px;
}
.right-side-content > h4{
	font-size:36px;
	line-height:1em;
	margin-bottom: 6px;
}
.beer-style{
	font-size: 20px;
	margin-bottom:15px;
}
.abv-level{
	color:#fff;
	background:var(--accent);
	border-radius: 5px;
    display: inline-block;
    padding: 3px 12px;
	margin-bottom:0;
}
.beer-loop > div{
	width:calc(50% - 60px/2);
}
.beer-block{
	display:flex;
}
.left-side-image{
	max-width:120px;
	min-width:120px;
	width:100%;
	margin-right:30px;
}
.left-side-image img{
	border-radius:15px;
}
.beer-description{
	font-family:Fairplex;
	margin-bottom:0;
}
.beer-category-block > h3{
	font-size:60px;
	border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.sheet-beer-list > div:not(:last-child){
	margin-bottom:70px;
}
.beer-info{
	display:flex;
	column-gap:15px;
	align-items:center;
	margin-bottom:16px;
}
.beer-info svg{
	max-width:32px;
	max-height:32px;
}
.hide-if-events{
	display:none;
}
.eaw-li__flex{
	display: flex;
    gap: 1em;
	flex-direction: row;
    justify-content: flex-start;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .beer-category-block > h3{
	font-size:48px;
	
    margin-bottom: 40px;
}
	.right-side-content > h4{
	font-size:30px;
	
}
}
@media (max-width:768px){
	.sheet-beer-list > div:not(:last-child){
	margin-bottom:60px;
}
	.beer-category-block > h3{
	font-size:40px;
	
    margin-bottom: 36px;
}
	.right-side-content > h4{
	font-size:30px;
	
}
	.beer-loop > div{
		width:100%;
		column-gap:25px;
	}
	.left-side-image {
    max-width:90px;
	min-width:90px;
    margin-right: 0px;
}
	.popup-image-wrapper img{
		width: 60px;
	}
	.site-header .header-image{
		width:60px;
	}
	.eaw-li__flex{
		flex-direction:column!important;
	}
	.eaw-thumb-wrap{
		min-width:100%!important;
	}
	.eaw-thumb-wrap img{
		width:100%;
	}
	.eaw-title {
    font-size: 30px!important;
}
	.mob-img{
		aspect-ratio:3/2;
		object-fit:cover;
}
	.pum-content h4 {
    font-size: 36px;
}
	.pum-content p {
    font-size: 16px;
}/*
	.pum-content{
		padding:30px 20px !important;
	}*/
	#popmake-903{
    max-width: 92% !important;
    left: 4% !important;
    right: 4% !important;
}
}