/*   
Theme Name: Otter Creek Brewing Co.
Theme URI: http://ottercreekbrewing.com/
Description: Custom WordPress theme for Otter Creek Brewing Co.
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

/*Required Styles*/
:root {
	--color-blue: #00416a;
	--color-navy: #003352;
	--color-red: #ac1d22;
	--color-green: #b4d563;
	--color-yellow: #ffdb5e;
	--color-orange: #F3922B;
	--color-grey: #231f2066;
	--color-white: #ffffff;
	--color-black: #000000;
	--font-secondary: ff-more-web-pro-condensed, serif;
	--font-primary: proxima-nova, sans-serif;
}
html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    font-family: var(--font-primary);
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
h1, h2{
	font-weight: 700;
    font-family: var(--font-primary);
    text-transform: uppercase;
}
h3, h4, h5{
    font-weight: 800;
    font-family: var(--font-secondary);
    text-transform: uppercase;
}
h1{
	font-size: 90px;
   	-webkit-text-stroke: 2px var(--color-black);
}
h2{
    font-size: 42px;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-color: rgb(36, 49, 31);
    text-shadow: rgb(36 49 31) -1px -1px 0px, rgb(36 49 31) 1px -1px 0px, rgb(36 49 31) -1px 1px 0px, rgb(36 49 31) 1px 1px 0px;
}
h2 sup{
	text-shadow: none;
	-webkit-text-stroke-color: transparent;
	top: 20px;
    font-size: 25%;
    vertical-align: top;
    text-shadow: none;
}
h3{
    font-size: 4em;
}
h4{
    font-size: 2.85em;
}
h5{
    font-size: 1.15em;
    letter-spacing: 1px;
    margin: 0;
}
h6{
    font-size: 1em;
}
p, ul{
    font-size: 16px;
    color: var(--color-black);
}
p a{
    color: var(--color-green);
}
p a:hover{
    color: var(--color-darkred);
}
.centered{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}

/*BUTTONS*/

.ym_button{
	display: inline-block;
	padding: 0.75rem 1.5rem 0.85rem;
	background: var(--color-red);
	color: var(--color-white);
	font-family: var(--font-secondary);
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
}
.ym_button:hover{
	color: var(--color-white);
	background: var(--color-blue);
}


/*HEADER*/

.ym_header .container{
	position: relative;
}
.ym_header_top{
	width: 100%;
	height: 150px;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.ym_header_callout{
	width: 200px;
	height: 52px;
	position: absolute;
	top: 1.5rem;
	left: 1rem;
}
.ym_header_callout img{
	display: inline-block;
	height: 100%;
	width: auto;
	vertical-align: top;
}
.ym_header_callout a{
	display: block;
	width: 100%;
	height: 100%;
}
.ym_header_callout_text{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0.5rem;
}
.ym_header_callout_text h4{
	color: var(--color-medteal);
	margin: 0;
	line-height: 1;
	font-size: 36px;
	letter-spacing: 3.5px;
}
.ym_header_callout a:hover h4{
	color: v;
}
.ym_header_callout_text h5{
	color: var(--color-red);
	margin: 0;
	line-height: 1;
	letter-spacing: 1.5px;
}
.ym_header_logo{
	width: 180px;
	position: absolute;
	left: 1rem;
	top: 1rem;
}
.ym_header_logo img{
	width: 100%;
}
.ym_header_menu{
	margin: 0;
	background: var(--color-blue);
}
.ym_header_menu.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	margin: 0;
	background-size: calc(100% - 1rem) calc(100% - 1rem);
	background-position: 0.5rem 0.5rem;
}
body.logged-in .ym_header_menu.fixed{
	top: 32px;
}
.ym_header_menu_mobile{
	display: none;
}
.ym_header_nav{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: var(--font-secondary);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	display: flex;
	justify-content: right;
}
.ym_header_nav li{
	margin: 0;
	position: relative;
	border-top: 1px solid var(--color-navy);
}
.ym_header_nav li a{
	color: white;
	display: block;
	padding: 1rem 1.5rem;
}
.ym_header_nav li a:hover{
	color: var(--color-yellow);
}
.ym_header_subnav{
	display: none;
	position: absolute;
	width: 250px;
	background: var(--color-blue);
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 1000;
	font-size: 16px;
}
.ym_header_nav li:hover .ym_header_subnav{
	display: block;
}

/*FOOTER*/

.ym_footer_overlay{
	background: var(--color-blue);
}
.ym_footer_logo{
	text-align: center;
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 100;
	margin: -36px 0 0;
}
.ym_footer_logo img{
	height: 100%;
	width: auto;
	max-width: none;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.ym_footer_links{
	border-bottom: 1px dashed var(--color-lightgreen);
}
.ym_footer_link{
	padding: 2rem 0;
	height: 100%;
}
.ym_footer_link a{
	width: 100%;
	display: block;
	border-right: 1px dashed var(--color-lightgreen);
	padding: 1.5rem 0;
	height: 100%;
}
.ym_footer_links .ym_column:last-of-type .ym_footer_link a{
	border-right: none;
}
.ym_footer_link a h5{
	color: var(--color-gold);
	margin: 0;
}
.ym_footer_link a h4{
	color: var(--color-white);
	font-size: 44px;
	margin: 0;
}
.ym_footer_link a:hover h4{
	color: var(--color-gold);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.ym_social_feed{
	width: 100%;
	height: 250px;
	overflow: scroll;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 2rem 0 0;
}
.ym_footer_social{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.ym_footer_social li{
	display: inline-block;
	margin-left: 0.5rem;
}
.ym_footer_social li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--color-yellow);
	color: var(--color-blue);
	font-family: var(--font-secondary);
	font-size: 16px;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
}
.ym_footer_social li a:hover{
	background: var(--color-orange);
}
.ym_footer_social li a i{
	margin: auto;
}
.ym_footer_content{
	padding: 2rem 0;
}
.ym_footer_content h5,
.ym_footer_content p{
	color: var(--color-white);
}
.ym_footer_content li{
	color: var(--color-gold);
}
.ym_footer_content h5{
	margin: 0 0 1rem;
	font-size: 20px;
}
.ym_footer_content p,
.ym_footer_content li{
	font-size: 14px;
}
.ym_footer_content p a,
.ym_footer_content li a{
	color: var(--color-gold);
}
.ym_footer_content p a:hover,
.ym_footer_content li a:hover{
	color: var(--color-white);
	text-decoration: underline;
}
.ym_footer_content ul{
	margin: 0;
	padding: 0 0 0 1rem;
}
.ym_footer_content .gform_wrapper form{
	position: relative;
}
.ym_footer_content .gform_wrapper ul.gform_fields li.gfield{
	padding: 0;
	margin: 0;
}
.ym_footer_content .gform_wrapper .top_label div.ginput_container,
.ym_footer_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	margin: 0;
}
.ym_footer_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 0.5rem;
	border: none;
}
.ym_footer_content .gform_wrapper .gform_footer{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	clear: none;
	width: auto;
}
.ym_footer_content .gform_wrapper .gform_footer input[type=submit]{
	margin: 0;
	background: var(--color-yellow);
	padding: 0.4rem 0.75rem;
	color: var(--color-navy);
	font-family: var(--font-secondary);
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	font-weight: 800;
}
.ym_footer_content .gform_wrapper .gform_footer input[type=submit]:hover{
	background: var(--color-orange);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.ym_footer_bottom{
	background: var(--color-navy);
	padding: 2rem 0;
	text-align: left;
}
.ym_footer_bottom h5{
	font-family: var(--font-primary);
	color: var(--color-white);
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
}
.ym_footer_bottom h5 a{
	color: var(--color-white);
}
.ym_footer_bottom h5 a:hover{
	text-decoration: underline;
}
.ym_footer_nav{
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 800;
}
.ym_footer_nav li{
	display: inline-block;
	margin: 0 1rem 0 0;
}
.ym_footer_nav li a{
	color: white;
	text-transform: uppercase;
	font-family: var(--font-secondary);
}
.ym_footer_nav li a:hover{
	text-decoration: underline;
}

/*HERO CAROUSEL*/

.ym_hero{
	width: 100%;
	height: auto;
	position: relative;
}
.ym_hero_slider{
	margin: 0 !important;
}
.ym_hero_slider .slick-list{
	padding: 0 !important;
}
.ym_hero_slide_image{
	width: 100%;
	padding-bottom: 35%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.ym_hero_slide_content{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	width: 100%;
}
.ym_hero_slide_content h1{
	line-height: 1;
}
.ym_hero_slide_content h1,
.ym_hero_slide_content p{
	color: var(--color-white);
}
.ym_hero_slide_content p{
	font-size: 20px;
}
.ym_hero_slide_content.dark h1{
	color: var(--color-black);
	-webkit-text-stroke: 2px var(--color-white);
}
.ym_hero_slide_content.dark p{
	color: var(--color-black);
}
.ym_hero_slider_controls{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1rem;
	width: 30%;
	text-align: right;
	z-index: 100;
}
.ym_hero_slider_controls .slick-arrow{
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	margin-left: 0.25rem;
	z-index: 101;
}
.ym_hero_slider_controls .slick-arrow::before{
	color: var(--color-black);
	background: var(--color-white);
	font-size: 18px;
	width: 25px;
	height: 25px;
	opacity: 1;
	display: inline-block;
	line-height: 25px;
	border-radius: 2px;
}
.ym_hero_slider_controls .slick-dots{
	position: absolute;
	text-align: right;
	padding-right: 6rem;
	vertical-align: middle;
	line-height: 25px;
	vertical-align: middle;
	bottom: 1.75rem;
}
.ym_hero_slider_controls .slick-dots li{
	line-height: 25px;
	vertical-align: middle;
}
.ym_hero_slider_controls .slick-dots li button{
	width: 11px;
	height: 11px;
	background: var(--color-white);
	opacity: 0.5;
}
.ym_hero_slider_controls .slick-dots li.slick-active button{
	opacity: 1;
}
.ym_hero_slider_controls .slick-dots li button::before{
	content: none;
}

/*CONTENT*/

.ym_content{
	padding: 4rem 0;
	position: relative;
}
.ym_content_top_small{
	padding-top: 2rem;
}
.ym_content_bottom_small{
	padding-bottom: 2rem;
}
.ym_content_top_large{
	padding-top: 6rem;
}
.ym_content_bottom_large{
	padding-bottom: 6rem;
}
.ym_content_top_none{
	padding-top: 0rem;
}
.ym_content_bottom_none{
	padding-bottom: 0rem;
}
.ym_content_accent::before{
	content: '';
	width: 78px;
	height: 63px;
	background-image: url(public/img/accent.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.ym_content_white{
	background: var(--color-white);
}
.ym_content_grey{
	background: var(--color-grey);
}
.ym_content_green{
	background: var(--color-green);
}
.ym_content_blue{
	background: var(--color-blue);
}
.ym_content_grey h1,
.ym_content_grey h2,
.ym_content_grey p,
.ym_content_grey ul li,
.ym_content_grey ol li{
	color: white;
}
.ym_content_grey h1,
.ym_content_grey h2{
	-webkit-text-stroke-color: var(--color-blue);
}
.ym_content_grey h3,
.ym_content_grey h4,
.ym_content_grey h5,
.ym_content_grey h6{
	color: var(--color-blue);
}
.ym_content_green p,
.ym_content_green ul li,
.ym_content_green ol li{
	color: var(--color-navy);
}
.ym_content_green h1,
.ym_content_green h2{
	color: white;
	-webkit-text-stroke-color: var(--color-blue);
}
.ym_content_green h3,
.ym_content_green h4,
.ym_content_green h5,
.ym_content_green h6{
	color: var(--color-navy);
}
.ym_content_grey .ym_button,
.ym_content_green .ym_button{
	background: var(--color-blue);
}
.ym_content_grey .ym_button:hover,
.ym_content_green .ym_button:hover,
.ym_content_blue .ym_button:hover{
	background: var(--color-navy);
}
.ym_content_blue h1,
.ym_content_blue h2,
.ym_content_blue h3,
.ym_content_blue h4,
.ym_content_blue h5,
.ym_content_blue h6,
.ym_content_blue p,
.ym_content_blue ul li,
.ym_content_blue ol li{
	color: white;
}


/*IMAGE LINKS*/

.ym_image_link{
	text-align: center;
}
.ym_image_link a{
	display: block;
}
.ym_image_link_image{
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	margin: 0.5rem 0 1rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_image_link h4{
	font-size: 30px;
	font-family: var(--font-primary);
	color: var(--color-red);
	font-weight: 700;
}
.ym_image_link h5{
	background: var(--color-red);
	color: white;
	padding: 0.25rem 2rem 0.4rem;
	display: inline-block;
	position: relative;
	height: 34px;
	margin: 0 0 1rem;
}
.ym_image_link h5::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-right: 15px solid var(--color-red);
	border-bottom: 17px solid transparent;
	left: -15px;
	top: 0;
	position: absolute;
}
.ym_image_link h5::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 15px solid var(--color-red);
	border-bottom: 17px solid transparent;
	right: -15px;
	top: 0;
	position: absolute;
}
.ym_image_link a:hover h4{
	color: var(--color-blue);
}

/*IMAGE & CONTENT*/

.ym_split_content_image{
	width: 100%;
	min-height: 100%;
	padding-bottom: 60%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_split_content_text{
	padding: 4rem;
	padding-right: calc((100vw - 1140px) / 2);
	display: flex;
	height: 100%;
	align-items: center;
}
.order-md-1 .ym_split_content_text{
	padding-right: 4rem;
	padding-left: calc((100vw - 1140px) / 2);
}

/*BACKGROUND IMAGE & CONTENT*/

.ym_content_background{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10rem 0;
	border-bottom: 10px solid white;
}
.ym_content_background_text{
	background: rgba(0,0,0,0.5);
	padding: 3rem;
}
.ym_content_background_text{
	padding-left: calc((100vw - 1140px) / 2);
}
.offset-md-6 .ym_content_background_text{
	padding-left: 3rem;
	padding-right: calc((100vw - 1140px) / 2);
}
.ym_content_background_text img{
	margin: 0;
}
.ym_content_background_text h2{
	font-size: 4.25em;
}
.ym_content_background_text h3{
	font-size: 40px;
	font-family: var(--font-primary);
	color: white;
	letter-spacing: 2px;
	font-weight: 600;
}
.ym_content_background_text h4,
.ym_content_background_text h5,
.ym_content_background_text h6,
.ym_content_background_text p,
.ym_content_background_text ul,
.ym_content_background_text li{
	color: white;
}

/*DISTRIBUTORS*/

.ym_dist_title_bar{
	background-image: url(public/img/bg-title-wrapper.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 4rem 0;
	height: auto;
}
.ym_dist_title_bar h1{
	font-size: 72px;
	font-weight: 700;
    color: var(--color-white);
    -webkit-text-fill-color: var(--color-white);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--color-navy);
    margin: 0;
    line-height: 1;
}
.ym_dist_title_bar p{
	color: var(--color-navy);
}
.ym_dist_title_bar label{
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	letter-spacing: 1px;
	color: var(--color-tan);
	margin: 1rem 0 0;
}
.ym_dist_title_bar .ym_select{
	position: relative;
	width: 100%;
	display: block;
}
.ym_dist_title_bar .ym_select::after{
	content: "\f107";
	font: var(--fa-font-solid);
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.75rem;
	pointer-events: none;
}
.ym_dist_title_bar .ym_select select{
	-webkit-appearance: none;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid var(--color-tan);
}
.ym_dist_list::before{
	content: '';
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 35px solid var(--color-tan);
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.ym_dist_list{
	background: var(--color-tan);
	position: relative;
}
.ym_dist_list_section{
	padding: 4rem 0;
	border-bottom: 1px solid var(--color-darktan);
}
.ym_dist_list_section h4{
	color: var(--color-navy);
	font-size: 40px;
	margin: 0 0 1.5rem;
}
.ym_dist_list_section h5,
.ym_dist_list_section p{
	color: var(--color-navy);
	margin: 0;
}
.ym_dist_list_section p{
	font-size: 14px;
	margin: 0.5rem 0 0;
}

/*IMAGE*/

.ym_content_image{
	width: 100%;
}
.ym_content_image img{
	width: 100%;
	height: auto;
}

/*FORMS*/

.ym_content .gform_wrapper .top_label .gfield_label{
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.ym_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ym_content .gform_wrapper textarea{
	border: 1px solid lightgrey;
	padding: 0.5rem;
	font-size: 14px;
}
.ym_content .gform_wrapper .top_label div.ginput_container{
	margin-top: 0.25rem;
}
.ym_content .gform_wrapper .field_description_below .gfield_description{
	padding: 0;
	margin: 0.25rem 0 0;
	color: var(--color-navy);
}
.ym_content .gform_wrapper .gform_footer input.button,
.ym_content .gform_wrapper .gform_footer input[type=submit]{
	background: var(--color-red);
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	font-family: var(--font-secondary);
	text-transform: uppercase;
	border: none;
	font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;;
	border-radius: 5px;
}
.ym_content .gform_wrapper .gform_footer input.button:hover,
.ym_content .gform_wrapper .gform_footer input[type=submit]:hover{
	background: var(--color-blue);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/*BEERS*/

.ym_beer_filters{
	padding: 4rem 0 2rem;
	list-style: none;
	margin: 0;
	text-align: center;
}
.ym_beer_filters li{
	display: inline-block;
	padding: 0.25rem 1rem;
	color: var(--color-red);
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.ym_beer_filters li:not(:last-child){
	border-right: 1px solid #eeeeee;
}
.ym_beer_filters li span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-red);
	text-transform: uppercase;
	font-family: var(--font-primary);
	font-weight: 400;
}
.ym_beer_filters li:hover,
.ym_beer_filters li:hover span,
.ym_beer_filters li.active,
.ym_beer_filters li.active span{
	color: var(--color-blue);
}
.ym_beers{
	padding: 0 0 10rem;
}
.ym_beers .col-lg-3{
	margin: 0 0 3rem;
}
.ym_beer p{
	text-align: center;
	color: var(--color-blue);
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.ym_beer h4{
	color: var(--color-red);
	font-size: 26px;
	text-align: center;
	margin: 0.25rem 0 0;
	font-family: var(--font-primary);
	font-weight: 700;
}
.ym_beer a:hover h4{
	color: var(--color-red);
}
.ym_beer_image{
	width: 100%;
	padding-bottom: 160%;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
}
.ym_beer_image.ym_mixpack_image{
	background-size: 140% auto;
}
.ym_back_link{
	color: var(--color-red);
	text-transform: uppercase;
	font-family: var(--font-primary);
	font-size: 14px;
	margin: 0 0 1rem;
	display: inline-block;
	font-weight: 700;
}
.ym_back_link::before{
	content: '\f0d9';
	font: var(--fa-font-solid);
	margin-right: 0.25rem;
}
.ym_back_link:hover{
	color: var(--color-navy);
}
.ym_beer_content{
	position: relative;
}
.ym_beer_content::before{
	content: '';
	width: 102px;
	height: 324px;
	background-image: url(public/img/accent-left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: -1;
}
.ym_beer_content::after{
	content: '';
	width: 77px;
	height: 279px;
	background-image: url(public/img/accent-right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 30%;
	right: 0;
	z-index: -1;
}
.ym_beer_content h1{
	color: var(--color-blue);
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 2rem;
}
.ym_beer_content h1 sup{
	font-size: 16px;
	font-weight: 400;
	top: -2.75rem;
	margin-left: 3px;
}
.ym_beer_content h4{
	font-size: 26px;
	color: var(--color-blue);
	font-family: var(--font-primary);
	font-weight: 700;
}
.ym_beer_content h5{
	color: var(--color-blue);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	margin: 2rem 0 0;
}
.ym_beer_content p a{
	color: var(--color-red);
}
.ym_beer_content p a:hover{
	color: var(--color-navy);
}
.ym_beer_details{
	background: var(--color-green);
	text-align: center;
	display: flex;
}
.ym_beer_detail{
	padding: 1rem;
	flex: 1;
}
.ym_beer_details .ym_beer_detail{
	border-right: 1px solid var(--color-white);
}
.ym_beer_details h6{
	margin: 0;
	text-transform: uppercase;
	font-family: var(--font-primary);
	color: var(--color-blue);
	height: 40px;
	font-size: 14px;
	font-weight: 600;
}
.ym_beer_details h3{
	margin: 0.5rem 0 0;
	color: var(--color-blue);
	font-size: 36px;
	font-family: var(--font-primary);
	font-weight: 600;
}
.ym_beer_details .ym_beer_detail:nth-of-type(3) h3{
	font-size: 24px
}
.ym_beer_image_thumbnails .slick-list{
	padding: 0 !important;
}
.ym_beer_image_slide .ym_beer_image,
.ym_beer_image_thumbnail .ym_beer_image{
	width: 100%;
	padding-bottom: 100%;
	background-position: center center;
}
.ym_beer_image_thumbnail{
	margin: 0 0.5rem;
}
.ym_beer_image_thumbnail .ym_beer_image{
	border: 1px solid var(--color-blue);
}
.ym_beer_image_thumbnail:hover .ym_beer_image,
.ym_beer_image_thumbnail.slick-current .ym_beer_image{
	border-color: var(--color-navy);
}
.ym_finder_form{
	background: var(--color-orange);
	padding: 1rem;
	margin: 1rem 0 0;
}
.ym_finder_form h4{
	color: white;
	font-size: 24px;
}
.ym_finder_form form{
	display: flex;
	width: 100%;
}
.ym_finder_form form input{
	flex: 0 0 50%;
	padding: 1rem;
	text-align: center;
	border: none;
}
.ym_finder_form form input[type="submit"]{
	font-family: var(--font-primary);
	font-weight: 600;
}

/*AGE GATE*/

.age-gate-form{
	padding: 0 2rem 2rem;
	box-shadow: 0 0 10px black;
	position: relative;
}
.age-gate-form::before{
	content: '';
	width: 102px;
	height: 324px;
	background-image: url(public/img/accent-left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 5%;
	left: 0;
	opacity: 0.5;
}
.age-gate-form::after{
	content: '';
	width: 77px;
	height: 279px;
	background-image: url(public/img/accent-right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 5%;
	right: 0;
	opacity: 0.5;
}
.age-gate-heading.age-gate-logo{
	width: 100%;
	z-index: 1;
	position: relative;
}
.age-gate-heading.age-gate-logo img{
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
	margin-top: -3.5rem;
}
.age-gate-challenge{
	font-family: var(--font-primary);
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: var(--color-black);
	margin: 1rem 0;
}
.age-gate-submit-yes,
.age-gate-submit-no{
	display: inline-block;
	padding: 0.75rem 4rem;
	color: var(--color-blue);
	font-family: var(--font-secondary);
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	position: relative;
	z-index: 1;
	border: 2px solid var(--color-blue);
	background: transparent;
}
.age-gate-submit-yes:hover{
	background: var(--color-blue);
	color: white;
}
.age-gate-submit-no:hover{
	background: var(--color-red);
	color: white;
}
.age-gate-submit-no{
	border-color: var(--color-red);
	color: var(--color-red);
}
.age-gate-submit-yes{
	border-color: var(--color-lightgreen);
}
.age-gate-additional-information{
	position: relative;
	z-index: 1;
	color: white;
	margin: 1rem 0 0;
}
.age-gate-additional-information p{
	color: var(--color-black);
	font-size: 12px;
}

/*EVENTS*/

.ym_event_block{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_event_block a{
	display: block;
	color: white;
	background: transparent;
}
.ym_event_block a:hover{
	background: rgba(0,62,46,0.5)
}
.ym_event_block .tribe-events-calendar-list__event-featured-image-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tribe-events-calendar-list .col-lg-4{
	margin: 0 0 2rem;
}
.ym_event_block_details{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem;
	color: white;
	width: 100%;
	background: rgba(0,62,46,0.5)
}
.ym_event_block a:hover .ym_event_block_details{
	background: transparent;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.ym_event_block_details h3{
	font-size: 40px;
	letter-spacing: 1px;
	margin: 0;
}
.ym_event_block_details p{
	margin: 0;
}
.tribe-events-single-event-title{
	text-shadow: none;
	color: var(--color-navy);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-color: inherit;
	font-weight: 700;
	font-family: var(--font-secondary);
	font-size: 80px;
	letter-spacing: 1px;
	-webkit-text-stroke: inherit;
}
.tribe-events-schedule{
	margin: 0 0 2rem;
}
.tribe-events-schedule h2{
	text-shadow: none;
	color: var(--color-navy);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-color: inherit;
	font-weight: 700;
	font-family: var(--font-secondary);
	font-size: 40px;
}
.tribe-events-back a{
	font-family: var(--font-primary);
}
.tribe-events-meta-group .tribe-events-single-section-title{
	text-shadow: none;
	color: var(--color-navy);
	-webkit-text-fill-color: inherit;
	-webkit-text-stroke-color: inherit;
	font-weight: 700;
	font-family: var(--font-secondary);
	font-size: 40px;
}
.tribe-events-event-meta dl,
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events){
	font-family: var(--font-primary);
}

/*GENERAL CONTENT*/

.ym_general_content h1{
	font-size: 48px;
	color: var(--color-blue);
}
.ym_general_content h4{
	font-size: 30px;
	margin: 2rem 0 1rem;
}
.ym_general_content h5{
	margin: 1.5rem 0 0.5rem;
	color: var(--color-blue);
}
.ym_general_content p a{
	color: var(--color-red);
}

/*BEER FINDER*/

.ym_beer_finder_form{
    padding:3rem 0;
}
.ym_beer_finder_form .row{
    margin:0 -0.25rem;
}
.ym_beer_finder_form .col-md-3{
    padding:0 0.25rem;
}
.ym_beer_finder_form input,
.ym_beer_finder_form select,
.ym_beer_finder_form .ym_select{
    width:100%;
}
.ym_beer_finder_form input,
.ym_beer_finder_form .ym_select{
    padding:0.5rem;
    border-radius:4px;
    font-size:16px;
}
.ym_beer_finder_form input:not([type="submit"]),
.ym_beer_finder_form .ym_select{
	border: 1px solid lightgrey;
	color: var(--color-black);
}
.ym_beer_finder_form .ym_select{
    position:relative;
    padding:0;
}
.ym_beer_finder_form .ym_select::after{
    content: "\f107";
	font: var(--fa-font-solid);
	color: var(--color-navy);
    position:absolute;
    right:0.5rem;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 14px;
}
.ym_beer_finder_form .ym_select select{
    background:white;
    width:100%;
    height:100%;
    -webkit-appearance:none;
    padding:0.5rem;
    color:var(--color-black);
    border:none;
}
.ym_beer_finder_form input:not([type="submit"]):placeholder{
    color:#D2D2D2;
}
.ym_beer_finder_form input[type="submit"]{
    border:1px solid var(--color-red);
    background:var(--color-red);
    color:white;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    padding: 0.4rem;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
}
.ym_beer_finder_form input[type="submit"]:hover{
    background:var(--color-darkred);
    border-color:var(--color-darkred);
}
.ym_beer_finder_map{
    width:100%;
    padding-bottom:35%;
    position:relative;
    overflow:hidden;
    color:white;
    background:#01081F;
}
.ym_beer_finder_results{
    position: absolute;
    height:85%;
    top:7.5%;
    bottom:7.5%;
    right:2.5%;
    width:25%;
    background: white;
    padding:1rem 0.5rem 1rem 1rem;
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
    text-align:left;
}
.ym_beer_finder_results ul{
    list-style:none;
    margin:0;
    padding:0 15px 0 0;
    height:100%;
    overflow:scroll;
}
.ym_beer_finder_results ul li{
    padding:1rem 0 1rem 2rem;
    position:relative;
}
.ym_beer_finder_results ul li::before{
    content:'';
    width:24px;
    height:24px;
    background-image:url(public/img/map-marker.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    left:4px;
    top:0.75rem;
    box-shadow:0 0 5px lightgrey;
    border-radius:50%;
}
.ym_beer_finder_results ul li:not(:last-child){
    border-bottom:1px solid lightgrey;
}
.ym_beer_finder_results ul li h5{
    color:var(--color-navy);
    font-size:18px;
    letter-spacing:1px;
    margin:0 0 0.25rem;
}
.ym_beer_finder_results ul li p{
    color:var(--color-black);
    font-size:13px;
    margin:0 0 0.2rem;
    line-height:1.5;
    text-transform: none;
}
.ym_beer_finder_results ul li span{
    position:absolute;
    top:0.75rem;
    right:0.5rem;
    color:#D0D0D0;
    font-size:16px;
    font-family:var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ym_beer_finder_results ul li.active{
    background:var(--color-navy);
    border-left:3px solid var(--color-red);
}
.ym_beer_finder_results ul li.active span,
.ym_beer_finder_results ul li.active h5,
.ym_beer_finder_results ul li.active p{
    color:white;
}
.ym_beer_finder_views{
    text-align: right;
    padding: 3rem 0;
}
.ym_beer_finder_views span{
    border: 1px solid var(--color-navy);
    background: transparent;
    color: var(--color-navy);
    padding: 0.4rem 1rem;
    display: inline-block;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.ym_beer_finder_views span:hover,
.ym_beer_finder_views span.active{
    background: var(--color-navy);
    color: white;
}
.ym_beer_finder_list{
    padding: 0 0 3rem;
    display: none;
}
.ym_beer_finder_list table{
    color: var(--color-black);
    width: 100%;
    text-align: left;
}
.ym_beer_finder_list table th{
    background: var(--color-navy);
    color: white;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1rem;
}
.ym_beer_finder_list table tr{
    border-bottom: 1px solid var(--color-navy);
}
.ym_beer_finder_list table tr td{
    padding: 1rem;
}
.ym_beer_finder_list table p{
    font-size: 14px;
    color: var(--color-black);
    line-height: 1.5;
    margin: 0;
}
.ym_beer_finder_list table p b{
    font-family: var(--font-heading);
    color: var(--color-navy);
    font-size: 18px;
}
.ym_beer_finder_list table ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ym_beer_finder_list table ul li{
    display: block;
}
.ym_beer_finder_list table ul li a{
    color: var(--color-red);
}
.ym_beer_finder_list table ul li a:hover{
    color: var(--color-red);
    text-decoration: underline;
}

/*COOKIE NOTICE*/

.cky-consent-bar .cky-banner-btn-close{
    top:0 !important;
    right:0 !important;
    padding:1rem !important;
}
.cky-notice .cky-title{
    font-size:14px !important;
    margin:0 !important;
}
.cky-notice-des,
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-notice-btn-wrapper .cky-btn-do-not-sell{
    font-size:12px !important;
}







