/*
Theme Name: Barkeep
Theme URI: 
Description: Custom Theme for Barkeep Vodka
Author: DTP
Version: 1.0
Tags: custom
*/

/* CSS Document */

html,
body {
	height: 100%;
}

body {
	font-family: "baskerville-urw", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #111;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

h2 {
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 82px;
}

.post-content h1 {
	font-family: "baskerville-urw", serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 0px;
	line-height: 37px;
	text-transform: inherit;
}

.post-content h2 {
	font-family: "baskerville-urw", serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 0px;
	line-height: 37px;
	text-transform: inherit;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 20px;
}

hr {
	border: none;
	background-color: #111;
	color: #111;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link {
	color: #111;
	text-decoration: underline;
}

a:visited {
	color: #111;
	text-decoration: underline;
}

a:hover {
	color: #c20430;
	text-decoration: underline;
}

a:active {
	color: #c20430;
	text-decoration: underline;
}


/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 200px;
	background-color: #fff;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
}

.skip-link:focus {
	top: 0;
	/* Now the link will appear */
}

#mobileHeader {
	display: none;
}

#soon {
	width: 100%;
	height: 100vh;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2024/05/Barkeep-Splash-Page-sm.png);
	background-repeat: no-repeat;
	background-size: cover;
}


.header {
	width: 100%;
	height: 66px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	text-align: left;
}

.darkheader {
	background-color: rgba(0, 0, 0, 1.0);
}

.sheader {
	width: 100%;
	height: 130px;
	margin: 0;
	text-align: left;
}

#logoContainer {
	width: 220px;
	height: 65px;
	margin: 40px 0 0 55px;
	padding: 0;
	position: relative;
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 220px;
	height: 66px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/barkeep-logo-main.png);
	background-repeat: no-repeat;
	background-size: 220px 66px;
}

#Lnav {
	width: 220px;
	height: 66px;
	margin: 0;
	padding: 0;
	position: relative;
}

#Lnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#Lnav li a {
	height: 0px;
	display: block;
	padding-top: 66px;
	overflow: hidden;
}

#Lnav1 {
	left: 0;
	width: 220px;
}

#Lnav li a:focus {
	text-decoration: inherit;
	outline: auto;
}

#headerL {
	width: 220px;
	height: 65px;
	margin: 40px 0 0 55px;
	padding: 0;
	position: relative;
	text-align: left;
	display: inline;
	float: left;
}

#headerR {
	width: 40px;
	height: 30px;
	display: inline;
	float: right;
	text-align: left;
	margin: 50px 50px 0 0;
}

.menu-icon {
	background-color: transparent;
	border: none;
	color: white;
	width: 40px;
	height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

.button1 {
	background-color: transparent;
	color: white;
}

.button1:focus {
	text-decoration: inherit;
	background-color: #000;
	outline: auto;
}

.button1:hover {
	color: white;
}

.overlay {
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #000;
}

.overlay-content {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	text-align: center;
	margin-top: 0px;
}

#onavContainer {
	width: 100%;
	height: auto;
	padding: 100px 0 0 0;
	margin: 0;
	text-align: right;
}

#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

nav ol,
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav-list,
.nav {
	width: 100%;
	display: block;
	height: auto;
	float: none;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 1px;
}

ul.nav-list li.nav-item {
	display: block !important;
	text-align: right;
	float: none !important;
}

ul.nav-list li.nav-item a {
	text-decoration: none;
	display: block;
	line-height: auto;
	height: auto;
	margin: 0;
	color: #ffffff;
	border-top: 1px solid #333;
	padding: 15px 50px !important;
}

ul.nav-list li.nav-item a:hover {
	color: #f8921d;
}

ul.nav-list li.nav-item-ON a {
	padding: 25px 0px;
	color: #f8921d;
	border-top: 1px solid #333;
}

ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a {
	border: none;
}

ul.nav-list li.nav-blank {
	display: none;
}

/*-------------------------------------------
	page structure
-------------------------------------------*/

/* - - - Home Page Structure - - - */

.headerTag {
	width: 600px;
	height: auto;
	margin: 0;
	position: absolute;
	top: 200px;
	left: 55px;
	z-index: 9997;
	text-align: left;
	color: #111;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 80px;
	letter-spacing: 2px;
	line-height: 82px;
	text-transform: uppercase;
}

#homeFeaturedVideo {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
}

#homeFeaturedImage {
	display: none;
}


.homeHeadline {
	width: 100%;
	height: auto;
	margin: 100px 0 0px 0;
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

.homeSubHeadline {
	width: 100%;
	height: auto;
	margin: 100px 0 20px 0;
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
}

#homeWhy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeWhySmooth {
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhySmooth a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}

#homeWhySmooth a:link {
	color: #000;
	text-decoration: none;
}

#homeWhySmooth a:visited {
	color: #000;
	text-decoration: none;
}

#homeWhySmooth a:hover {
	color: #f7941d;
	text-decoration: none;
}

#homeWhySmooth a:active {
	color: #f7941d;
	text-decoration: none;
}

.smoothLine {
	border-bottom: 2px solid #f7941d;
}

#homeWhyMakers {
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhyMakers a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}

#homeWhyMakers a:link {
	color: #000;
	text-decoration: none;
}

#homeWhyMakers a:visited {
	color: #000;
	text-decoration: none;
}

#homeWhyMakers a:hover {
	color: #1c75bc;
	text-decoration: none;
}

#homeWhyMakers a:active {
	color: #1c75bc;
	text-decoration: none;
}

.makersLine {
	border-bottom: 2px solid #1c75bc;
}

#homeWhyScience {
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhyScience a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}

#homeWhyScience a:link {
	color: #000;
	text-decoration: none;
}

#homeWhyScience a:visited {
	color: #000;
	text-decoration: none;
}

#homeWhyScience a:hover {
	color: #76cbc8;
	text-decoration: none;
}

#homeWhyScience a:active {
	color: #76cbc8;
	text-decoration: none;
}

.scienceLine {
	border-bottom: 2px solid #76cbc8;
}

#homeWhyIndiana {
	width: 1300px;
	height: 530px;
	margin: 50px auto;
	padding: 0 90px;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url(images/home-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeWhyIndiana a {
	display: block;
	width: 1120px;
	height: 530px;
	padding: 0px;
	box-sizing: border-box;
}

#homeWhyIndiana a:link {
	color: #000;
	text-decoration: none;
}

#homeWhyIndiana a:visited {
	color: #000;
	text-decoration: none;
}

#homeWhyIndiana a:hover {
	color: #ec008c;
	text-decoration: none;
}

#homeWhyIndiana a:active {
	color: #ec008c;
	text-decoration: none;
}

.indianaLine {
	border-bottom: 2px solid #ec008c;
}

#homeBlockL {
	width: 450px;
	height: 530px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 80px;
	letter-spacing: 0px;
	line-height: 82px;
}

#homeBlockR {
	width: 600px;
	height: 530px;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 26px;
	letter-spacing: 0px;
	line-height: 30px;
}

.outerL {
	position: relative;
	display: table;
	vertical-align: middle;
	height: 530px;
	width: 450px;
	margin: 0;
}

.innerL {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.outerR {
	position: relative;
	display: table;
	vertical-align: middle;
	height: 530px;
	width: 600px;
	margin: 0;
}

.innerR {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


#homeBlockHeadline {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}

#homeBlockText {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}

#homeSocial {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}

#homeMail {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 80px 0;
	position: relative;
	text-align: center;
}

#menuBTNb {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #000000;
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 18px;
}

#menuBTNb a {
	display: block;
	height: auto;
	padding: 10px 20px 10px 20px;
}

#menuBTNb a:link {
	color: #000000;
	text-decoration: none;
}

#menuBTNb a:visited {
	color: #000000;
	text-decoration: none;
}

#menuBTNb a:hover {
	color: #999999;
	text-decoration: none;
}

#menuBTNb a:active {
	color: #999999;
	text-decoration: none;
}


#subSmooth {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 100px 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subMakers {
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subScience {
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subIndiana {
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: 0;
	padding: 100px 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	background-image: url(images/sub-gradient-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subFeaturedImage {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative;
	text-align: left;
}

.subHeadline {
	width: 1000px;
	height: auto;
	margin: 100px auto;
	position: relative;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

#recipesContainer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
}

#contentContainer {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 26px;
}

#contentContainer em strong {
	font-family: "baskerville-urw", serif;
	font-weight: 700;
	font-style: italic;
}

#contentLeftTop {
	width: 550px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#contentRightTop {
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}

#contentBot {
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#contentLeftBot {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#contentRightBot {
	width: 550px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: right;
}

#newsContainer {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#blankContainer {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#newsCallout {
	width: 300px;
	margin: 0px 10px 40px 10px;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	font-family: "baskerville-urw", serif;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
}

#newsCallout a {
	display: block;
	height: auto;
	padding: 0;
}

#newsCallout a:link {
	color: #000;
	text-decoration: none;
}

#newsCallout a:visited {
	color: #000;
	text-decoration: none;
}

#newsCallout a:hover {
	color: #f8921d;
	text-decoration: none;
}

#newsCallout a:active {
	color: #f8921d;
	text-decoration: none;
}

#newsImage {
	width: 300px;
	height: 200px;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#newsTitle {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	text-align: left;
}

#newsMore {
	width: auto;
	height: auto;
	display: inline;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	letter-spacing: 1px;
	box-sizing: border-box;
}

.newsDate {
	font-size: 12px;
	line-height: 14px;
}

.newsHeadline {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}


#newsBack {
	width: auto;
	height: auto;
	display: inline;
	float: left;
	margin: 50px 0 0 0;
	padding: 0 0 0 10px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	letter-spacing: 1px;
	box-sizing: border-box;
}

#newsBack a:link {
	color: #000;
	text-decoration: none;
}

#newsBack a:visited {
	color: #000;
	text-decoration: none;
}

#newsBack a:hover {
	color: #A7353A;
	text-decoration: none;
}

#newsBack a:active {
	color: #A7353A;
	text-decoration: none;
}

#iconSpoon {
	width: 17px;
	height: 200px;
	margin: 0 auto;
	padding: ;
	position: relative;
	text-align: left;
}


/*--- Clear ---*/

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*--- Footer ---*/

#footer {
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	margin: 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}

#footerL {
	width: 400px;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 18px;
}

#footerR {
	width: 400px;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

#footerR a:link {
	color: #fff;
	text-decoration: none;
}

#footerR a:visited {
	color: #fff;
	text-decoration: none;
}

#footerR a:hover {
	color: #a28f61;
	text-decoration: none;
}

#footerR a:active {
	color: #a28f61;
	text-decoration: none;
}

#footerB {
	width: 100%;
	height: auto;
	padding: 30px;
	margin: 30px 0;
	box-sizing: border-box;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 13px;
}

.navSM {
	width: 100%;
	height: auto;
	margin: 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}

.navSM:link {
	color: #ffffff;
	text-decoration: none;
}

.navSM:visited {
	color: #ffffff;
	text-decoration: none;
}

.navSM:hover {
	color: #999999;
	text-decoration: none;
}

.navSM:active {
	color: #999999;
	text-decoration: none;
}

#footBTNb {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	font-family: "montserrat", sans-serif;
	font-weight: 200;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 18px;
}

#footBTNb a {
	display: block;
	height: auto;
	padding: 10px 20px 10px 20px;
}

#footBTNb a:link {
	color: #ffffff;
	text-decoration: none;
}

#footBTNb a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footBTNb a:hover {
	color: #999999;
	text-decoration: none;
}

#footBTNb a:active {
	color: #999999;
	text-decoration: none;
}

/* Barkeep Locations
--------------------------------------------- */
.find-barkeep {
	background-image: url(images/sub-gradient-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 4rem;
}

.find-barkeep h2 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.81;
	margin-top: 0;
	margin-bottom: 0;
}

.facetwp-map-filtering {
	display: none;
}

.filter-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.filter-container .facetwp-facet {
	margin-bottom: 0 !important;
}

.filter-container .facetwp-type-search .facetwp-search,
.filter-container .facetwp-type-proximity .facetwp-location,
.filter-container .search-locations {
	background-color: #fff;
	border: 1px solid #000;
	display: inline-block;
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	line-height: 26px;
	padding: 5px 14px;
}

.filter-container .facetwp-type-proximity .facetwp-location {
	width: 400px;
}

.filter-container .facetwp-type-search .facetwp-icon {
	display: none;
}

.filter-container .facetwp-type-proximity .facetwp-icon {
	right: 5px !important;
}

.filter-container .facetwp-type-proximity .location-results {
	border: 1px solid #000;
	font-family: "montserrat", sans-serif;
	z-index: 1000;
}

.filter-container .facetwp-type-proximity .location-results .location-attribution {
	display: none;
}

.filter-container .search-locations {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.filter-container .facetwp-facet-location_types {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.75rem;
}

.filter-container .facetwp-facet .facetwp-radio {
	background-image: none !important;
	margin-bottom: 0 !important;
	padding: 0;
}

.filter-container .facetwp-facet .facetwp-radio:first-of-type {
	display: none;
}

.filter-container .facetwp-facet .facetwp-radio .facetwp-display-value {
	padding-right: 0 !important;
}

.filter-container .facetwp-facet .facetwp-radio .facetwp-counter {
	display: none;
}

.filter-container .facetwp-facet .facetwp-radio,
.filter-container .facetwp-facet .facetwp-reset {
	background-color: #fff;
	border: 1px solid #000;
	display: inline-block;
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	padding: 5px 12px;
	text-decoration: none;
}

.filter-container .facetwp-facet .facetwp-radio:hover,
.filter-container .facetwp-facet .facetwp-reset:hover {
	background-color: #000;
	color: #fff;
}

.filter-container .search-locations:hover {
	background-color: #f8921d;
	color: #000
}

.filter-container .facetwp-facet .facetwp-radio.checked {
	background-color: #4e4e4e;
	color: #fff;
}

.filter-container .facetwp-facet .facetwp-radio.disabled:hover {
	background-color: transparent;
	color: #000;
}

.locations {
	display: flex;
	flex-direction: row;
	gap: 1.75rem;
	height: 550px;
	margin-bottom: 2rem;
}

.map-container {
	height: 100%;
	width: 60%;
}

.map-container .facetwp-facet.facetwp-type-map {
	height: 100%;
	margin-bottom: 0 !important;
}

.locations-list {
	align-items: stretch;
	background-color: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding-left: 1.25rem;
	width: 40%;
}

.locations-list .locations-list-inner {
	overflow-y: auto;
	padding-top: 1rem;
}

.locations-list .facetwp-type-pager {
	margin-bottom: 0 !important;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.locations-list h3,
.infowindow h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.15rem;
}

.locations-list p,
.infowindow p {
	margin-top: 0;
}

.locations-list .location-item {
	padding-right: 1rem;
}

.infowindow {
	padding-right: 2rem;
}

.infowindow h3 {
	font-family: "baskerville-urw", serif;
	font-size: 16px;
	margin-bottom: 0.25rem;
}

.infowindow p {
	line-height: 1.25;
	font-size: 15px;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr {
	height: 23px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.locations {
		gap: 1.5rem;
		height: 550px;
		margin-bottom: 2rem;
	}

	.map-container {
		width: 50%;
	}

	.locations-list {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.find-barkeep {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.locations {
		flex-direction: column;
		height: auto;
	}

	.map-container {
		height: 300px;
		width: 100%;
	}

	.locations-list {
		background-color: transparent;
		padding: 0;
		width: 100%;
	}

	.locations-list .locations-list-inner {
		height: auto;
		padding-top: 0;
	}
}

@media (max-width: 479px) {
	.find-barkeep {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}

	.filter-container {
		flex-direction: column;
	}

	.filter-container .facetwp-type-search .facetwp-input-wrap,
	.filter-container .facetwp-type-proximity .facetwp-input-wrap {
		width: 100%;
	}

	.filter-container .facetwp-type-search .facetwp-search,
	.filter-container .facetwp-type-proximity .facetwp-location {
		min-width: 91%;
		width: auto;
	}
}

/* tablet Wide
--------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1300px) {
	.headerTag {
		width: 400px;
		top: 150px;
		left: 55px;
		font-size: 50px;
		line-height: 52px;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 1000px;
		height: 400px;
		margin: 50px auto;
		padding: 0 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 1000px;
		height: 400px;
		margin: 50px auto;
		padding: 0 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 1000px;
		height: 400px;
		margin: 50px auto;
		padding: 0 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 1000px;
		height: 400px;
		margin: 50px auto;
		padding: 0 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 1000px;
		height: 400px;
	}

	#homeWhyMakers a {
		width: 1000px;
		height: 400px;
	}

	#homeWhyScience a {
		width: 1000px;
		height: 400px;
	}

	#homeWhyIndiana a {
		width: 1000px;
		height: 400px;
	}

	#homeBlockL {
		width: 350px;
		height: 400px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 60px;
		letter-spacing: 0px;
		line-height: 62px;
	}

	#homeBlockR {
		width: 500px;
		height: 400px;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 22px;
		letter-spacing: 0px;
		line-height: 26px;
	}

	.outerL {
		position: relative;
		display: table;
		vertical-align: middle;
		width: 350px;
		height: 400px;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: table;
		vertical-align: middle;
		width: 500px;
		height: 400px;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		display: flex;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		display: flex;
		align-items: center;
	}

	#homeSocial {
		width: 1000px;
	}


	#subFeaturedImage {
		width: 900px;
		height: auto;
		margin: 50px auto;
		padding: 0;
		position: relative;
		text-align: left;
	}

	.subHeadline {
		width: 800px;
		height: auto;
		margin: 100px auto;
		position: relative;
		text-align: center;
		font-family: "montserrat", sans-serif;
		font-weight: 500;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 35px;
		letter-spacing: 2px;
		line-height: 37px;
		text-transform: uppercase;
	}

	#contentContainer {
		width: 900px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 500px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: left;
	}

	#contentRightTop {
		width: 300px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: right;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 50px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 300px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: left;
	}

	#contentRightBot {
		width: 500px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: right;
	}

	#newsContainer {
		width: 900px;
		height: auto;
		margin: 50px auto;
		padding: 0;
	}

	#blankContainer {
		width: 900px;
		height: auto;
		margin: 50px auto;
		padding: 0;
		position: relative;
		text-align: left;
	}
}

/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
	.headerTag {
		width: 260px;
		top: 130px;
		left: 55px;
		font-size: 30px;
		line-height: 32px;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 700px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 700px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 700px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 700px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 600px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 600px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 600px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 600px;
		height: 200px;
	}

	#homeBlockL {
		width: 500px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 60px;
		letter-spacing: 0px;
		line-height: 62px;
	}

	#homeBlockR {
		width: 500px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}


	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}


	#subFeaturedImage {
		width: 700px;
		height: auto;
		margin: 50px auto;
		padding: 0;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 100px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	#contentContainer {
		width: 700px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 400px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: left;
	}

	#contentRightTop {
		width: 250px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: right;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 50px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: left;
	}

	#contentRightBot {
		width: 400px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inline;
		float: right;
	}


	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 700px;
		height: auto;
		margin: 50px auto;
		padding: 0;
	}

	#blankContainer {
		width: 700px;
		height: auto;
		margin: 50px auto;
		padding: 0;
		position: relative;
		text-align: left;
	}
}

/* wide mobile
--------------------------------------------- */
@media (min-width: 640px) and (max-width: 767px) {
	.headerTag {
		width: 260px;
		top: 130px;
		left: 55px;
		font-size: 30px;
		line-height: 32px;
	}

	#homeFeaturedVideo {
		display: none;
	}

	#homeFeaturedImage {
		display: inherit;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 600px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 600px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 600px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 600px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 500px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 500px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 500px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 500px;
		height: 200px;
	}

	#homeBlockL {
		width: 500px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 60px;
		letter-spacing: 0px;
		line-height: 62px;
	}

	#homeBlockR {
		width: 500px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}


	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}


	#subFeaturedImage {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 50px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	#subSmooth {
		padding: 50px 0;
	}

	#contentContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightTop {
		display: none;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0 0 0 50px;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightBot {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}


	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#blankContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
}

/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 639px) {
	.headerTag {
		width: 260px;
		top: 100px;
		left: 30px;
		font-size: 30px;
		line-height: 32px;
	}

	#homeFeaturedVideo {
		display: none;
	}

	#homeFeaturedImage {
		display: inherit;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 500px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 500px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 500px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 500px;
		height: 300px;
		margin: 15px auto;
		padding: 50px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 400px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 400px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 400px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 500px;
		height: 200px;
	}

	#homeBlockL {
		width: 400px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 60px;
		letter-spacing: 0px;
		line-height: 62px;
	}

	#homeBlockR {
		width: 400px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}


	#subFeaturedImage {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 50px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	#subSmooth {
		padding: 50px 0;
	}

	#contentContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightTop {
		display: none;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0 0 0 50px;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightBot {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}


	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#blankContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
}

/* wide mobile
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 567px) {
	.headerTag {
		display: none;
	}

	#homeFeaturedVideo {
		display: none;
	}

	#homeFeaturedImage {
		display: inherit;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 400px;
		height: 300px;
		margin: 15px auto;
		padding: 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 400px;
		height: 300px;
		margin: 15px auto;
		padding: 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 400px;
		height: 300px;
		margin: 15px auto;
		padding: 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 400px;
		height: 300px;
		margin: 15px auto;
		padding: 30px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 340px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 340px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 340px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 340px;
		height: 200px;
	}

	#homeBlockL {
		width: 340px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 60px;
		letter-spacing: 0px;
		line-height: 62px;
	}

	#homeBlockR {
		width: 340px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}


	#subFeaturedImage {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 50px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	#subSmooth {
		padding: 50px 0;
	}

	#contentContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightTop {
		display: none;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0 0 0 50px;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightBot {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 50px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}


	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#blankContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
}

/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 479px) {
	.headerTag {
		display: none;
	}

	#homeFeaturedVideo {
		display: none;
	}

	#homeFeaturedImage {
		display: inherit;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
	}

	.homeHeadline {
		width: 100%;
		height: auto;
		margin: 40px 0 0px 0;
		position: relative;
		text-align: center;
		font-family: "montserrat", sans-serif;
		font-weight: 500;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 35px;
		letter-spacing: 2px;
		line-height: 37px;
		text-transform: uppercase;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0;
		position: relative;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 360px;
		height: 300px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 360px;
		height: 300px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 360px;
		height: 300px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 360px;
		height: 300px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 320px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 320px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 320px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 320px;
		height: 200px;
	}

	#homeBlockL {
		width: 320px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 55px;
		letter-spacing: 0px;
		line-height: 57px;
	}

	#homeBlockR {
		width: 320px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}

	#subFeaturedImage {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 30px;
	}

	#subSmooth {
		padding: 30px 0;
	}

	#contentContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightTop {
		display: none;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0 0 0 30px;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightBot {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}


	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#blankContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
}

/* wide mobile
--------------------------------------------- */
@media (max-width: 399px) {
	.headerTag {
		display: none;
	}

	#homeFeaturedVideo {
		display: none;
	}

	#homeFeaturedImage {
		display: inherit;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: hidden;
	}

	#homeWhy {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0;
		position: relative;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
	}

	#homeWhySmooth {
		width: 360px;
		height: 360px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyMakers {
		width: 360px;
		height: 360px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyScience {
		width: 360px;
		height: 360px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhyIndiana {
		width: 360px;
		height: 360px;
		margin: 15px auto;
		padding: 20px;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		background-image: url(images/home-gradient-4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#homeWhySmooth a {
		width: 320px;
		height: 200px;
	}

	#homeWhyMakers a {
		width: 320px;
		height: 200px;
	}

	#homeWhyScience a {
		width: 320px;
		height: 200px;
	}

	#homeWhyIndiana a {
		width: 320px;
		height: 200px;
	}

	#homeBlockL {
		width: 320px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		overflow: inherit;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "montserrat", sans-serif;
		font-weight: 100;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 50px;
		letter-spacing: 0px;
		line-height: 52px;
	}

	#homeBlockR {
		width: 320px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
		overflow: hidden;
		box-sizing: border-box;
		display: inline;
		float: left;
		font-family: "baskerville-urw", serif;
		font-weight: 700;
		font-style: italic;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
		font-smoothing: antialiased;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.outerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerL {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	.outerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.innerR {
		position: relative;
		display: inherit;
		vertical-align: middle;
		width: 100%;
	}

	#homeBlockHeadline {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeBlockText {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		display: inherit;
		align-items: center;
	}

	#homeSocial {
		width: 100%;
	}

	#subFeaturedImage {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
	}

	.subHeadline {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 30px;
	}

	#subSmooth {
		padding: 30px 0;
	}

	#contentContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 26px;
	}

	#contentLeftTop {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightTop {
		display: none;
	}

	#contentBot {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
	}

	#contentLeftBot {
		width: 250px;
		height: auto;
		margin: 0 0 0 30px;
		padding: 0;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#contentRightBot {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		display: inherit;
		float: none;
	}

	#footerL {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#footerR {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 30px 0 0 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	#newsContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#blankContainer {
		width: 100%;
		height: auto;
		margin: 20px 0;
		padding: 30px;
		position: relative;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
}

/* logo phone
--------------------------------------------- */
@media (max-width: 639px) {
	#logoContainer {
		width: 180px;
		height: 54px;
		margin: 20px 0 0 20px;
		padding: 0;
		position: relative;
		text-align: left;
		display: inline;
		float: left;
	}

	#logoTop {
		width: 180px;
		height: 54px;
		padding: 0;
		margin: 0px 0 0 0px;
		text-align: left;
		background-image: url(images/barkeep-logo-main.png);
		background-repeat: no-repeat;
		background-size: 180px 54px;
	}

	#Lnav {
		width: 180px;
		height: 54px;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#Lnav li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}

	#Lnav li a {
		height: 0px;
		display: block;
		padding-top: 54px;
		overflow: hidden;
	}

	#Lnav1 {
		left: 0;
		width: 180px;
	}

	#Lnav li a:focus {
		text-decoration: inherit;
		outline: auto;
	}

	#headerL {
		width: 180px;
		height: 54px;
		display: inline;
		float: left;
		text-align: left;
		margin: 30px 0 0 30px;
	}

	#headerR {
		width: 40px;
		height: 30px;
		display: inline;
		float: right;
		text-align: left;
		margin: 20px 20px 0 0;
	}
}


#subSmooth.ambassadors-content {
	padding: 100px 0;
}

.ambassadors-content__top-text-centered {
	font-size: 26px;
	line-height: 1.3em;
	margin: 0 0 160px;
}

.ambassadors-content__top-text-centered p {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 680px;
	width: 100%
}

#subSmooth.ambassadors-content h2 {
	font-family: "montserrat", sans-serif;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 30px;
	margin-top: 0;
}

#subSmooth.ambassadors-content h3 {
	font-size: 30px;
	font-weight: 100;
	line-height: 1em;

	margin-bottom: 30px;
	margin-top: 0;
}

#subSmooth.ambassadors-content .ambassadors-content__row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

#subSmooth.ambassadors-content .ambassadors-content__row.reverse-row {
	flex-direction: row-reverse;
}

#subSmooth.ambassadors-content .ambassadors-content__row-text {
	font-size: 22px;
	width: 550px;
}

#subSmooth.ambassadors-content .ambassadors-content__row-text h2 {
	font-size: 50px;
	line-height: 1em;
}

#subSmooth.ambassadors-content .ambassadors-content__row-text strong {
	font-style: italic;
}

#subSmooth.ambassadors-content .ambassadors-content__row img {
	width: 350px;
}


#subSmooth.ambassadors-content .ambassadors-content__button {
	background: #000;
	align-items: center;
	border: 1px solid #000;
	color: #fff;
	display: inline-flex;
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	justify-content: center;
	left: 50%;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	position: relative;
	text-decoration: none;
	transform: translateX(-50%);
}

#subSmooth.ambassadors-content .ambassadors-content__button:is(:hover, :focus, :focus-visible) {
	color: #999999;
}


@media (max-width: 1300px) {
	#subSmooth.ambassadors-content h2 {
		font-size: 50px;
	}

	.ambassadors-content__top-text-centered p {
		font-size: 22px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row-text {
		width: 500px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row-text h2 {
		font-size: 44px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row img {
		width: 300px;
	}
}


@media (max-width: 1023px) {
	#subSmooth.ambassadors-content .ambassadors-content__row-text {
		width: 400px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row img {
		width: 250px;
	}
}

@media (max-width: 767px) {
	#subSmooth.ambassadors-content .ambassadors-content__row {
		flex-wrap: wrap;
		gap: 40px;
		justify-content: center;
		padding: 0 50px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row.reverse-row {
		flex-direction: row;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row-text {
		width: 100%;
	}

	.ambassadors-content__top-text-centered,
	.ambassadors-content__bottom-text-centered {
		padding: 0 50px;
	}
}

@media (max-width: 479px) {

	#subSmooth.ambassadors-content h2 {
		font-size: 40px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row {
		padding: 0 30px;
	}

	#subSmooth.ambassadors-content .ambassadors-content__row-text h2 {
		font-size: 40px;
	}

	.ambassadors-content__top-text-centered,
	.ambassadors-content__bottom-text-centered {
		padding: 0 30px;
	}
}

/* ============================================
   SHOP THE LINEUP — added per mockup
   ============================================ */


/* ============================================
   HOMEPAGE — Shop the Lineup + Why Barkeep
   ============================================ */

.shop-lineup {
	background: #faf7f0;
	position: relative;
}

.section-label {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 56px;
	margin: 0 0 40px;
}

.product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 48px 64px;
}

.product-card {
	text-align: center;
}

.product-image {
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.product-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.product-card h3 {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pill {
	background: #111;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 3px 8px;
	vertical-align: middle;
	margin-left: 6px;
}

.product-card p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 18px;
	color: #333;
}

.shop-link,
.shop-link:link,
.shop-link:visited {
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #111;
	padding-bottom: 3px;
}

.shop-link:hover,
.shop-link:active {
	color: #c20430;
	border-bottom-color: #c20430;
	text-decoration: none;
}

/* Override theme's 100px top margin on WHY BARKEEP heading */
.homeHeadline {
	margin-top: 56px !important;
	margin-bottom: 40px !important;
	font-size: 30px;
	letter-spacing: 2px;
}

/* WHY BARKEEP — tile grid */
.why-tile-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 48px 64px;
	text-align: center;
}

.why-tile a,
.why-tile a:link,
.why-tile a:visited {
	display: block;
	text-decoration: none;
	color: #111;
}

.why-tile a:hover,
.why-tile a:active {
	text-decoration: none;
}

.why-tile a:hover h4 {
	color: #c20430;
}

.why-tile h4 {
	font-family: "montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 12px;
}

.why-tile p {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 720px) {
	.product-grid { grid-template-columns: 1fr; padding: 0 24px 48px; }
	.why-tile-grid { grid-template-columns: 1fr 1fr; padding: 0 20px 48px; }
}



/* ============================================
   BARKEEP VODKA PRODUCT PAGE (bkprod-*)
   ============================================ */

.bkprod-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 24px;
	padding: 40px 140px 64px;
	background: #faf6ec;
}

.bkprod-hero-copy {
	text-align: left;
}

.bkprod-feature-copy {
	text-align: left;
}

.bkprod-eyebrow {
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #8a7b52;
}

.bkprod-h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 100;
	font-size: 44px;
	margin: 0 0 16px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.1;
}

.bkprod-tagline {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 24px;
	max-width: 420px;
	font-family: "baskerville-urw", serif;
}

.bkprod-cta {
	display: inline-block;
	background: #111;
	color: #fff;
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 24px;
}

.bkprod-cta:link,
.bkprod-cta:visited {
	color: #fff;
	text-decoration: none;
}

.bkprod-cta:hover,
.bkprod-cta:active {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.bkprod-hero-art {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.bkprod-hero-art > img {
	max-height: 420px;
	width: auto;
	mix-blend-mode: multiply;
}

.bkprod-badges {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.bkprod-badges img {
	width: 90px;
	height: 90px;
	display: block;
}

.bkprod-content-block {
	max-width: 720px;
	margin: 0 auto;
	padding: 72px 24px;
	text-align: center;
}

.bkprod-pullquote {
	font-family: "baskerville-urw", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 32px;
}

.bkprod-body {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 24px;
	font-family: "baskerville-urw", serif;
}

.bkprod-feature-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 48px;
	max-width: 980px;
	margin: 0 auto;
	padding: 48px 48px 80px;
}

.bkprod-feature-image {
	min-height: 300px;
}

.bkprod-feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bkprod-section-label {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.bkprod-love-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.bkprod-love-list li {
	font-size: 18px;
	line-height: 1.6;
	padding: 10px 0 10px 28px;
	position: relative;
	border-bottom: 1px solid #eee;
	color: #222;
	font-family: "baskerville-urw", serif;
}

.bkprod-love-list li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: #111;
}

.bkprod-serve-block {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.bkprod-serve-block > img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	z-index: 0;
}

.bkprod-serve-copy {
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.92);
	padding: 28px 40px;
	max-width: 460px;
	margin: 0 0 40px 40px;
	text-align: left;
}

.bkprod-serve-block--right .bkprod-serve-copy {
	margin: 0 40px 40px auto;
}

.bkprod-serve-copy .bkprod-section-label {
	font-size: 22px;
	margin-bottom: 12px;
}

.bkprod-serve-copy .bkprod-body {
	margin-bottom: 0;
}

.bkprod-cross-link {
	text-align: center;
	padding: 40px 24px 80px;
	font-family: "montserrat", sans-serif;
}

.bkprod-cross-link p {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 8px;
}

.bkprod-cross-link a,
.bkprod-cross-link a:link,
.bkprod-cross-link a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #111;
	border-bottom: 1px solid #111;
	padding-bottom: 4px;
}

.bkprod-cross-link a:hover,
.bkprod-cross-link a:active {
	color: #c20430;
	border-bottom-color: #c20430;
	text-decoration: none;
}

@media (max-width: 900px) {
	.bkprod-hero { gap: 16px; padding: 32px 32px 48px; }
	.bkprod-feature-split { gap: 32px; padding: 32px 32px 56px; }
	.bkprod-mix-grid { padding: 0 32px 56px; gap: 24px; }
}

@media (max-width: 720px) {
	.bkprod-hero { grid-template-columns: 1fr; padding: 24px; text-align: center; }
	.bkprod-hero-copy { text-align: center; }
	.bkprod-h1 { font-size: 32px; }
	.bkprod-tagline { margin: 0 auto 24px; }
	.bkprod-hero-art { margin-top: 16px; justify-content: center; }
	.bkprod-content-block { padding: 48px 24px; }
	.bkprod-feature-split { grid-template-columns: 1fr; padding: 0 24px 48px; text-align: center; }
	.bkprod-feature-image img { height: 260px; }
	.bkprod-love-list li { text-align: left; }
	.bkprod-mix-grid { padding: 0 24px 48px; gap: 32px; }
	.bkprod-cross-link { padding: 32px 24px 56px; }
}

/* ---- Mix Grid (Vanilla Vodka revised layout) ---- */
.bkprod-mix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px 80px;
}
.bkprod-mix-card {
  text-align: center;
}
.bkprod-mix-card-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.bkprod-mix-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.bkprod-mix-card:hover .bkprod-mix-card-image img {
  transform: scale(1.08);
}
.bkprod-mix-card h3 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #111;
}
.bkprod-mix-card p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

@media (max-width: 720px) {
  .bkprod-mix-grid {
    grid-template-columns: 1fr;
    padding: 0 24px 56px;
    gap: 40px;
  }
}


/* ============================================
   HERO HEIGHT + HEADLINE POSITION FIXES
   ============================================ */

/* Constrain hero to 92vh like the mockup */
#homeFeaturedVideo {
	height: 92vh;
	min-height: 560px;
	overflow: hidden;
}

#homeFeaturedVideo video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Move "Made for the makers" to bottom-left, matching mockup */
/* matched mockup: Montserrat wght 200 */
#homeFeaturedVideo .headerTag {
	top: auto;
	bottom: 64px;
	left: 48px;
	font-weight: 200;
	font-size: 64px;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: capitalize;
	width: auto;
}

@media (max-width: 720px) {
	#homeFeaturedVideo { height: 70vh; min-height: 400px; }
	/* matched mockup: Montserrat wght 200 */
#homeFeaturedVideo .headerTag { left: 24px; bottom: 40px; font-size: 40px; }
}

/* ============================================
   FIND BARKEEP — store locator (bkloc-*)
   ============================================ */

.bkloc-controls {
	background: linear-gradient(120deg, #fdf6ea, #eef6f2);
	padding: 32px 48px;
	text-align: center;
}

.bkloc-search-row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin-bottom: 24px;
}

.bkloc-search-row .facetwp-facet {
	margin-bottom: 0;
}

.bkloc-search-row .facetwp-input-wrap {
	display: block;
}

.bkloc-search-row input.facetwp-location {
	font-family: "baskerville-urw", serif;
	font-size: 14px;
	padding: 12px 16px;
	width: 320px;
	border: 1px solid #ccc;
	border-right: none;
	background: #fff;
	border-radius: 0;
}

.bkloc-search-btn {
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #111;
	color: #fff;
	border: none;
	padding: 0 24px;
	cursor: pointer;
}

.bkloc-search-btn:hover {
	background: #333;
}

.bkloc-filter-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.bkloc-filter-label {
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #444;
}

.bkloc-filter-row .facetwp-facet {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.bkloc-filter-row .facetwp-radio {
	font-family: "montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #111;
	color: #111;
	padding: 10px 18px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	background-image: none;
}

.bkloc-filter-row .facetwp-radio:hover {
	background: #f0f0f0;
}

.bkloc-filter-row .facetwp-radio.checked {
	background: #111;
	color: #fff;
	background-image: none;
}

.bkloc-filter-row .facetwp-counter {
	display: none;
}

.bkloc-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 480px;
}

.bkloc-map {
	min-height: 480px;
}

.bkloc-map .facetwp-facet,
.bkloc-map .facetwp-map {
	width: 100%;
	height: 100%;
	min-height: 480px;
}

.bkloc-list {
	padding: 24px 32px;
	overflow-y: auto;
	max-height: 600px;
	text-align: left;
}

.bkloc-card {
	border-bottom: 1px solid #eee;
	padding: 16px 0;
	text-align: left;
}

.bkloc-card h3 {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 6px;
	text-transform: none;
	letter-spacing: 0.5px;
}

.bkloc-card p {
	margin: 0 0 8px;
	font-size: 14px;
	color: #444;
	font-family: "baskerville-urw", serif;
}

.bkloc-tag-row {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.bkloc-tag {
	font-family: "montserrat", sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 3px 8px;
	border: 1px solid #111;
}

.bkloc-tag.barkeep-vodka {
	background: #111;
	color: #fff;
}

.bkloc-tag.barkeep-vanilla-vodka {
	background: #f6efdc;
	color: #8a7b52;
	border-color: #c9b98a;
}

.bkloc-empty {
	text-align: center;
	color: #888;
	font-family: "montserrat", sans-serif;
	font-size: 13px;
	padding: 40px 0;
}

@media (max-width: 800px) {
	.bkloc-controls { padding: 24px; }
	.bkloc-search-row input.facetwp-location { width: 60%; }
	.bkloc-body { grid-template-columns: 1fr; }
	.bkloc-map,
	.bkloc-map .facetwp-facet,
	.bkloc-map .facetwp-map { min-height: 220px; }
}

/* Mix-grid cards are clickable recipe tiles */
.bkprod-mix-card a,
.bkprod-mix-card a:link,
.bkprod-mix-card a:visited {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bkprod-mix-card a:hover,
.bkprod-mix-card a:active {
	text-decoration: none;
}

.bkprod-mix-card a:hover h3 {
	color: #c20430;
}

/* ============================================
   RECIPES LISTING — tile grid (bkrec-*)
   ============================================ */

.bkrec-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 48px 80px;
}

.bkrec-card {
	text-align: center;
}

.bkrec-card a,
.bkrec-card a:link,
.bkrec-card a:visited {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bkrec-card a:hover h3 {
	color: #c20430;
}

.bkrec-card-image {
	width: 100%;
	height: 260px;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 16px;
	background: #f6f2ea;
}

.bkrec-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.bkrec-card:hover .bkrec-card-image img {
	transform: scale(1.08);
}

.bkrec-card h3 {
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0;
	color: #111;
}

@media (max-width: 900px) {
	.bkrec-grid { grid-template-columns: 1fr 1fr; padding: 24px 32px 56px; }
}

@media (max-width: 600px) {
	.bkrec-grid { grid-template-columns: 1fr; padding: 16px 24px 48px; }
}
