html {
	box-sizing: border-box;
}

*, 
::before, 
::after {
  box-sizing: inherit;
}

body{
	font-family: "Asap", sans-serif;
	font-size: 24px;
	font-weight: 200;
	line-height: 28.8px;
	background-color: #fff9e0;
	margin: 0;
	color: #825e2f;
}

@font-face {
  font-family: 'Caecilia LT Pro 55 Roman';
  src: url('./fonts/CaeciliaLTPro-55Roman.woff') format('woff'),
       url('./fonts/CaeciliaLTPro-55Roman.ttf') format('truetype'),
       url('./fonts/CaeciliaLTPro-55Roman.svg#CaeciliaLTPro-55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
	margin: 0;
}

h1 {
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
}

h2 {
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	color: #93272c;
}

h4 {
	font-weight: 200;
	line-height: 28.8px;
}

.container {
	max-width: 1334px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 27px;
	padding-right: 27px;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.bannerSection {
	display: flex;
	align-items: center;
}

.introText {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.introText p + p,
.expertKitchenHeader p + p,
.kitchNearYouSec p + p,
.discHeadingHead p + p {
	margin-top: 28px;
}

.dotsWrap:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.exprinceKitchenSec {
	padding-top: 40px;
	padding-bottom: 130px;
	background-color: #902934;
}

.expertKitchenHeader {
	color: #fff;
}

.expertKitchenHeader h1 {
	color: #fff;
	margin-bottom: 52px;
	font-size: 46px;
}

.kitchNearYouSec {
	padding-bottom: 50px;
	padding-top: 60px;
	background-color: #902934;
}

.kitchNearYouSec .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.kitchNearYouSec .row .col {
	padding-left: 20px;
	padding-right: 20px;
}

.kitchNearYouSec .col-5 {
	width: 40%;
}

.kitchNearYouSec .col-7 {
	width: 60%;
}

.kitContentWrap {
	color: #fff;
	position: relative;
	z-index: 1;
}

.contentBgImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.contentBgImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kitContentWrap h2,
.mobileHeading h2 {
	margin-top: 0;
	color: #fff;
	font-size: 60px;
	line-height: 70px;
}

.nearCtaButton {
	margin-top: 40px;
}

.conatctFormSec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.conatctFormSec h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	color: #baa88e;
	text-transform: capitalize;
	font-weight: 200;
}

.nearCtaButton a {
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #fff;
	color: #902934;
	text-transform: uppercase;
	font-size: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	border: 3px solid #000;
}

.nearCtaButton a:hover {
	background-color: #ba4b4a;
}

.kitImageHolder {
	border: 2px solid #fff;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	height: 800px;
}

.kitImageHolder img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.meetNonnsSec .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.meetNonnsSec .row .col {
	padding-left: 10px;
	padding-right: 10px;
}

.meetNonnsSec .col-3 {
	width: 50%;
}

.meetNonnsSec .col-9 {
	width: 50%;
}

.textDescrWrap p + p {
	margin-top: 33px;
}

.meetNonnsSec h2 {
	font-size: 55px;
	margin-top: 0;
	line-height: 60px;
}

.meetNonnsSec {
	padding-top: 70px;
	padding-bottom: 70px;
}

.discHeadingHead h2 {
	margin-top: 0;
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 60px;
}

.discoverBeerSec {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #902934;
}

.discHeadingHead {
	color: #fff;
}

.footerSectionWrap .wp-block-social-links {
	justify-content: center;
}

.footerSectionWrap p {
	margin-top: 19px;
	font-size: 15px !important;
}

.footerSectionWrap p a {
	color: #fff9e0;
	font-size: 17px;
}

.footerSectionWrap p a:hover {
	text-decoration: none;
}

.footerSectionWrap .wp-block-image {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


.beerProduct {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.beerProduct li {
	width: 33.333%;
	text-align: center;
}

#wpforms-confirmation-40 {
	padding: 0;
	border: 0;
}

#wpforms-confirmation-40 .wp-block-columns {
	margin-left: auto;
	margin-right: auto;
}

.siteLogo {
	text-align: center;
}

.siteLogo .logoText {
	display: block;
	font-size: 36px;
	line-height: 28.8px;
	color: #93272c;
	margin-bottom: 25px;
	font-family: 'Caecilia LT Pro 55 Roman';
	text-transform: uppercase;
}

.bannerBgImage img {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.kitchenFormWrapper .wpforms-field-container {
	border: 3px solid #825e2f;
	padding: 11px 30px;
	margin-bottom: 20px;
	background-color: #eae0c7;
}

.kitchenFormWrapper .wpforms-field-container .wpforms-field label,
.kitchenFormWrapper .wpforms-field-container .wpforms-field legend {
	color: #902934;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 200;
}

.wpforms-required-label {
	color: #902934 !important; 
	/*edited jamie-03-07-25*/
	font-size: 24px !important;
	font-weight: 700 !important;
}

.kitchenFormWrapper .wpforms-field-container .wpforms-field input {
	/* border: 3px solid #CD7F32; */
	/*edited jamie-03-07-25*/
	border-radius: 0;
}

#wpforms-field-limit-text-40-6 {
	display: none;
}

.choice-1 input {
	width: 25px !important;
	height: 25px !important;
	flex-shrink: 0;
}

.choice-1 input:before {
	border: 0 !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
}

.choice-1 input:after {
	left: 0 !important;
	top: 0 !important;
}

.choice-1 label {
	font-size: 17px !important;
	color: #815e2f !important;
	font-weight: 200 !important;
}

.choice-1 label a {
	color: #467886 !important;
}

.wpforms-submit-container {
	text-align: center;
}

.meetNonnsSec .textDescrWrap {
	position: relative;
	z-index: 1;
}

.NonnsImgHolder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
}

.NonnsImgHolder img {
	width: 100%;
	object-fit: contain;
}


.wpforms-submit {
	min-width: 148px !important;
	border-radius: 10px !important;
	border: 3px solid #000 !important;
	font-size: 22px !important;
	padding: 13px 10px !important;
	height: auto !important;
	line-height: 25px !important;
	background-color: #902934 !important;
}

.slides .ms-image {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.slides .ms-image img {
	border-radius: inherit;
	width: 100%;
}

.metaslider {
  max-width: none !important;
}

.metaslider .flex-control-nav {
	bottom: -50px !important;
}

.metaslider.ms-theme-default-base .flexslider .flex-control-nav li a {
	background: transparent !important;
	border: 2px solid #902934;
	width: 20px;
	height: 20px;
}

#metaslider-id-161 .flexslider .flex-control-nav li a.flex-active {
	background: #902934 !important;
}

.metaslider.ms-theme-default-base .flexslider .flex-control-nav li a:focus {
	outline: none !important;
}

#metaslider_161 {
	border: 3px solid;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#metaslider_161 .flex-viewport {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.mobileImgWrap {
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border: 2px solid #fff;
	margin-bottom: 30px;
}

.mobileImgWrap img {
	width: 100%;
	height: 210px;
	border-radius: inherit;
	object-fit: cover;
}

.wpforms-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select {
	 /* border: 3px solid #CD7F32; */
	/*edited jamie-03-07-25*/
}

.nearCtaButton a:hover {
	background-color: #CD7F32;
	color: #fff;
}

@media (max-width: 767px) {
	body{
		font-size: 17px;
		line-height: 21px;
	}
	
	.bannerSection {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		padding: 25px;
	}
	
	.bannerBgImage {
		margin-bottom: 25px;
		margin-bottom: 25px;
		height: 360px;
	}
	
	.bannerBgImage img {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
	
	h1 {
		font-size: 29px;
	}

	h2 {
		font-size: 29px;
	}
	
	.meetNonnsSec .col-3,
	.meetNonnsSec .col-9 {
		width: 100%;
	}
	
	.siteLogo img {
		width: 120px;
	}
	
	.expertKitchenHeader h1 {
		line-height: 60px;
	}
	
	.kitchenFormWrapper .wpforms-field-container {
		padding: 11px 10px;
	}
	
	.kitchNearYouSec .col-5,
	.kitchNearYouSec .col-7 {
		width: 100%;
	}
	
	.kitchNearYouSec .row {
		flex-direction: column-reverse;
	}
	
	.kitImageHolder {
		height: 610px;
		margin-bottom: 30px;
	}
	
	.kitContentWrap h2,
	.mobileHeading h2 {
		font-size: 45px;
		line-height: 60px;
	}
	
	.desktopHeading,
	.meetDesktopHeading {
		display: none;
	}
	
	.contentBgImage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.contentBgImage {
		left: auto;
		width: 100%;
	}
	
	.meetNonnsSec h2 {
		font-size: 43px;
		line-height: 50px;
	}
	
	.meetMobileHeading {
		text-align: center;
	}
	
	.textDescrWrap {
		margin-top: 30px;
	}
	
	.beerProductWrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.kitchenFormWrapper .wpforms-field-container .wpforms-field input {
		height: 35px;
	}
	
	div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row {
		flex-direction: row !important;
	}
	
	div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
		width: 50% !important;
	}
	
	.choice-1 input {
		width: 17px !important;
		height: 17px !important;
	}
	
	.wpforms-container .wpforms-field {
		padding: 6px 0 !important;
	}
	
	.wpforms-submit {
		min-width: 113px !important;
		font-size: 20px !important;
		padding: 5px 10px !important;
	}
	
	.exprinceKitchenSec {
		padding-bottom: 60px;
	}
	
	.nearCtaButton {
		text-align: center;
	}
	
	.mobileImgWrap {
		display: none;
	}
	
	.NonnsImgHolder img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.expertKitchenHeader p br {
		display: none;
	}
	
	.exprinceKitchenSec {
		padding-top: 10px;
	}
	
	.choice-1 input::after {
		left: -3px !important;
		top: -2px !important;
		width: 13px !important;
		height: 6px !important;
	}
	
	.beerProduct li {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.siteLogo {
		width: 40%;
	}
	
	.bannerSection {
		padding: 50px;
	}
	
	.bannerBgImage {
		width: 60%;
	}

	.siteLogo img {
		width: 280px;
	}
	
	.mobileImgWrap {
		display: none;
	}
	
	.mobileHeading,
	.meetMobileHeading {
		display: none;
	}
	
	.contentBgImage img {
		object-fit: cover;
	}
}