@charset "utf-8";
/** Layout Page Styles **/
.container {
	width: 100%;
	overflow-x: hidden;
}
.sec-inner {
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin: 0px auto 0px auto;
}
.txt-center {
  text-align: center;
}
.sec-flex {
  display: flex;
  flex-wrap: wrap;
}
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** Top Info Bar Styles **/
.top-bar {
  width: 100%;
  height: 61px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;  
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: all 0.3s;
  background: #ffffff;
  color: #222222;
}
.top-bar.tiny {
  height: 41px;
}
.top-inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
.top-bar a {
  color: #ffffff;
}
.top-bar a:hover {
  color: #fff000;
}
.top-left {
  flex: 2;
	max-width: 275px;
  padding: 7px 25px 0 0;
}
.top-left img {
  transition: all 0.4s;
  max-height: 50px;
  width: auto;
}
.top-bar.tiny .top-left img {
  max-height: 30px;
  width: auto;
}
.top-center {
  flex: 3;
  display: flex;
  justify-content: center;
}
.main-menu {
  position: relative;
  z-index: 9999;
  transition: all 0.3s;
}
.main-header.tiny .main-menu  {
  padding-top: 5px;
}
.top-right {
  flex: 1;
	max-width: 107px;
  text-align: right;
}
.top-right a {
  display: inline-block;
	padding: 15px 22px 14px 22px;
	background: #285D13;
	color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-decoration:none;
	text-transform: uppercase;
	transition: color 0.2s linear, background 0.2s linear;	
  transition: all 0.4s;
}
.top-bar.tiny .top-right a {
	padding: 5px 22px 4px 22px;
}
.top-right a:hover,
.top-right a:focus {
  background: #9D2F20;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-bar {
    background-color: #285D13;
  }
  .top-bar.tiny {
    height: 61px;
  }
  .top-left img {
    padding-left: 15px;
    max-height: 40px;
    width: auto;
  }  
  .top-center {
    display: block;
  }
  .top-right a {
    display: inline-block;
    padding: 10px 22px 9px 22px;
  }
}
@media screen and (max-width: 640px) {
  .top-left {
    display: none;
  }
  .top-center {
    flex: 2;
  }
}

/** Header Styles **/
.main-intro {
  width: 100%;
  background: #ffffff url("img/main-intro.jpg") no-repeat top center;
  height: 844px;
  background-attachment: fixed;
  background-size: cover;
  top: 62px;
  left: 0;
  z-index: 999;  
  transition: all 0.3s;
  overflow: hidden;
}
.intro-inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0 auto;
  padding: 145px 25px 85px 25px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
.intro-inner h1 {
  margin-bottom: 10px;
}
.intro-inner h2 {
  margin-top: 10px;
  font-size: 1.7em;
  color: #575757;
}
.start-btn {
  display: inline-block;
  padding: 8px 25px;
  background: #285D13;
  border: 1px solid rgba(255,255,255,1);
  text-shadow: 0 1px 1px rgba(0,0,0,0.95);
  font-weight: 500;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #ffffff;
  transition: all 0.5s;
}
.start-btn:hover,
.start-btn:focus {
  background: #9D2F20;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main-intro {
    height: 844px;
    top: 45px;
  }
}

/** Section 1 Styles **/
#section01 {
  width: 100%;
  padding: 45px 25px 45px 25px;
  box-sizing: border-box;
  background: #9D2F20;
  color: #ffffff;
}
#section01 h2 {
  color: #ffffff;
}
#section01 img {
  float: left;
  margin: 30px 25px 0 0;
}
@media screen and (max-width: 768px) {
  #section01 {
    padding: 115px 45px 75px 45px;
    text-align: center;
  }
  #section01 img {
    float: none;
    margin: 0 auto 15px auto;
  }
}


/** Section 2 | Our History Styles **/
#our-history {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background: #ffffff;
  color: #333333;
}
#our-history h2 {
  color: #285d13;
}
.photo {
  flex: 1;
  background: #ffffff url("img/backdrop02b.jpg") no-repeat left center;
  background-attachment: fixed;
}
.history {
  flex: 1;
  padding: 85px;
  text-align: center;
}
.icon {
  font-size: 2.1em;
  color: #ebdd9e;
}
@media screen and (max-width: 768px) {
  #our-history {
    padding: 115px 45px 75px 45px;
    text-align: center;
  }
  #our-history img {
    float: none;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 640px) {
  #our-history {
    padding: 45px 25px 45px 25px;
    text-align: center;
  }
  .photo {
    display: none;
  }
  .history {
    padding: 0;
  }
}

/** Section 3 | The Shop Styles **/
#the-shop {
  width: 100%;
  padding: 115px 25px 115px 25px;
  background: #000000 url("img/backdrop03.jpg") no-repeat bottom center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #9D2F20;  
  text-align: center;
  box-sizing: border-box;
	color: #ffffff;
}
#the-shop h2 {
	font-weight: 600;
	color: #ffffff;
}
#the-shop h3 {
	font-weight: 500;
	font-size: 1.4em;
	color: #ffffff;
}
#the-shop hr {
	border: 0;
	height: 1px;
	margin: 45px 0 45px 0;
	background-image: linear-gradient(to right, #1a1a1a, #ffffff, #1a1a1a);
}
.products-area {
  display: flex;
  flex-wrap: wrap;
}
.products {
  flex: 1;
  flex-basis: 31.3333%;
  margin: 0 1% 45px 1%;
  padding: 0 45px 0 45px;
  background: rgba(0,0,0,0.75);
  border: 1px solid #9D2F20;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
}
.products h4 {
  margin: 15px 0 8px 0;
  text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #ffffff;
}
.products img {
  width: 185px;
  height: 139px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.75);
}
.products p {
  margin: 5px 0 15px 0;
	font-size: 1.15em;
}
.price {
  font-size: 0.85em !important;
  font-weight: bold;
}
.product-btn {
  display: inline-block;
  padding: 8px 25px;
  background: #fbcc06 !important;
  font-family: 'Muli', sans-serif;
  font-size: 1.1em;
  text-decoration: none !important;
  text-transform: capitalize;
  font-weight: 800;
  box-sizing: border-box;
  color: #000000 !important;
  transition: all 0.5s;
}
.product-btn:hover,
.product-btn:focus {
  background: #313131;
  color: #ffffff;
}
.full-product-list ul {
  columns: 5;
}
.full-product-list ul li {
  break-inside: avoid;
}
@media screen and (max-width: 768px) {
   #the-shop {
    padding: 45px 45px 25px 45px;
  }
  .full-product-list ul {
    columns: 3;
  }
}
@media screen and (max-width: 640px) {
  .products-area {
    display: block;
  }
  .full-product-list ul {
    columns: 1;
  }
}


/** Section 4 Styles **/
#recipes {
  width: 100%;
  padding: 115px 35px 115px 35px;
  background: #393939 url("img/backdrop04.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #ffffff;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
  overflow-x: hidden;
}
#recipes h2 {
	font-weight: 600;
}
#recipes h4 {
	margin: 15px 0 8px 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted #2a2a2a;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: 600;
	color: #224C10;
}
.recipe-area {
  display: flex;
}
.recipe {
  flex: 1;
	margin: 1rem;
	padding: 0 15px 15px 15px;
  background: #fff;
  border-radius: 2px;
	border-top: 7px solid #9D2F20;
  display: inline-block;
  position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-align: left;
	color: #131313;
}
.recipe-actions {
	display: flex;
}
.soc-ico {
	padding: 0 5px 0 5px;
}
.fb-share-button span {
	vertical-align: top !important;
}
a.print-btn {
	display: inline-block;
	padding: 0 12px 0 12px;
	font-size: 0.75em;	
	border-radius: 5px;
	background: #2A5D14;
  overflow: hidden;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	transition: all 0.5s;
}
a.print-btn:hover,
a.print-btn:focus {
	background: #ffffff;
	color: #2A5D14;
}
.ingredients {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 0.85em;
  cursor: pointer;
  user-select: none;
}
.ingredients input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.ingredients:hover input ~ .checkmark {
  background-color: #ccc;
}
.ingredients input:checked ~ .checkmark {
  background-color: #224C10;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ingredients input:checked ~ .checkmark:after {
  display: block;
}
.ingredients .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.directions span {
	color: #224C10;
}
.recipe-container {
	width: 100%;
	max-width: 50%;
}
.recipe-page img {
	max-width: 40%;
	float: right;
}
.recipe-top {
	padding: 15px 25px 0 25px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #recipes {
    padding: 45px 45px 25px 45px;
  }
  .recipe-area {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #recipes {
    padding: 45px 15px 25px 15px;
  }
  .recipe {
    margin: 0 0 25px 0;
  }
}

/** Section 5 Styles **/
#section05 {
  width: 100%;
  padding: 115px 25px 115px 25px;
  background: #2d2b2e url("img/backdrop05.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  border-top: 2px solid #606060;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
#section05 h2 {
  color: #ffffff;
}
.staff-area {
  display: flex;
}
.staff {
  flex: 1;
  padding: 0 45px 0 45px;
  text-align: center;
  box-sizing: border-box;
}
.staff h3 {
  color: #ffffff;
}
.staff p {
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3em;
}
.img-circle {
  width: 125px;
  height: 125px;
  border: 2px solid #d4cfca;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #section05 {
    padding: 45px 45px 25px 45px;
  }
}
@media screen and (max-width: 460px) {
  .staff-area {
    display: block;
  }
}

/** Contact Us - Thank You Page Styles **/
.contact-thankyou {
	padding: 45px 0 45px 0;
}

/** Extra Sub-pages Styles **/
.sub-content {
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin: 0px auto 0px auto;
	padding: 45px 0 85px 0;
}
.sub-content h2 {
	color: #000000;
}
.product-listing {
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	text-align: center;
}
.product-listing ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-listing ul li {
	padding: 8px 0 8px 0;
}
.product-listing ul li:nth-child(odd) {
	background: #F7F7F7;
}

/** Footer/Contact Us Section Styles **/
#contact {
  width: 100%;
  background: #000000;
  padding: 115px 25px 115px 25px;
  text-align: center;
  box-sizing: border-box;
  color: #d4cfca;
  font-size: 0.9em;
}
#contact h2 {
  color: #ffffff;
}
.contact-area {
  display: flex;
}
.contact {
  flex: 1;
  padding: 0 25px 0 25px;
  box-sizing: border-box;
  line-height: 1.5em;
}
.contact h3 {
  color: #ffffff;
}
.contact a {
  color: #d4cfca;
	font-weight: bold;
}
.contact a:hover {
  color: #ffffff;	
}
.google-maps {
  flex: 1;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 45px 45px 25px 45px;
  }
  .contact-area {
    display: block;
  }
  .contact {
    padding: 0 25px 45px 25px;
  }
  .google-map {
    width: 400px;
    padding: 15px 0 45px 0;
    margin: 0 auto 0 auto;
  }
}

/** Modal Popup Styles **/
.modal-wrapper {
  align-items: center;
  background-color: rgba(100, 100, 100, 0.5);
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.modal-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.modal-window {
  position: absolute;
  width: 80%;
  margin: 1em auto 1em auto;
  padding: 20px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transform: scale(0);
  transition: 0.2s ease-in-out all;
  color: #000000;
  text-align: left;
}
.modal-window a {
  font-weight: bold;
  text-decoration: underline;
  color: #a80002;
}
.modal-window a:hover,
.modal-window a:focus {
  color: #000000;
}
.modal-window h3,
.modal-window h4 {
  color: #000000 !important;
}
.modal-window.visible {
  transform: scale(1);
  position: relative;
}
.modal-header {
  align-items: center;
  border-bottom: 2px solid black;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.modal-header h2 {
  color: #000000 !important;
}
.close-modal-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 0 0 0 25px;
}
.close-modal-button::before {
  content: "X";
  color: rgb(112, 112, 112);
}
.close-modal-button:hover::before,
.close-modal-button:focus::before {
  color: #000000;
}
.modal-trigger {
  background: none;
  border: 0;
  color: #d4cfca;
  cursor: pointer;
  text-decoration: underline;
}
.modal-trigger:hover,
.modal-tripper:focus {
  color: #ffffff;
}