/* @override 
	https://dawnfreshfood.com/style.css
	https://dawnfarmcanyon.com/style.css
	https://dawnfarmcanyon.com/style.css?* */

/*
    Stylesheet Name: Dawn.Farm
    Description: A custom theme for WordPress. Using Bootstrap 5.3, Bootstrap Icons
    Author: Dawn Farm LLC
    Version: 1.0
*/

/* Fonts */


@font-face {
  font-family: 'geomanistlight';
  src: url('theme/fonts/geomanist/geomanist-light-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geomanistregular';
  src: url('theme/fonts/geomanist/geomanist-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geomanistbook';
  src: url('theme/fonts/geomanist/geomanist-book-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geomanistmedium';
  src: url('theme/fonts/geomanist/geomanist-medium-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geomanistblack';
  src: url('theme/fonts/geomanist/geomanist-black-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


html {
	font-size: 16px;
  scroll-behavior: smooth;
}


body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
	background: #fff;
	font-family: 'geomanistregular';
	color: #191919;
}

a {
	color: #4d6535;
	text-decoration: none;
	font-family: 'geomanistmedium';
}

a:hover {
	color: #ef8c22;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: 'geomanistmedium';
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: calc(8vw);
  }
	h3,
  .h3 {
    font-size: calc(4.5vw);
  }
}


.light {
	font-family: geomanistlight, sans-serif;
}

.regular {
	font-family: geomanistregular, sans-serif;
}
.book {
	font-family: geomanistbook, sans-serif;
}
.medium {
	font-family: geomanistmedium, sans-serif;
}
.black {
	font-family: geomanistblack, sans-serif;
}
.green {
	color: #4d6535;
}.mint {
	color: #b3cd81;
}.peach {
	color: #f8d785;
}.rust {
	color: #a0522c;
}.plum {
	color: #bb4627;
}.putty {
	color: #ebdecc;
}.tangerine {
	color: #ef8c22;
}.banana {
	color: #fab317;
}

/* Backgrounds ------------------------------------------------------ */
 
.bg-green {
	background-color: #4d6535;
}.bg-mint {
	background-color: #b3cd81;
}.bg-peach {
	background-color: #f8d785;
}.bg-rust {
	background-color: #a0522c;
}.bg-plum {
	background-color: #bb4627;
}.bg-putty {
	background-color: #ebdecc;
}.bg-tangerine {
	background-color: #ef8c22;
}.bg-banana {
	background-color: #fab317;
}

/* Button ------------------------------------------------------ */

.btn-primary {
	background-color: #556438;
	border-color: #556438;
	font-family: geomanistbook, sans-serif;
	border-radius: 16px;
}

.btn-primary:hover {
	background-color: #e9cf84;
	border-color: #fff;
}

.btn-secondary {
	background-color: #AEBF80;
	border-color: #AEBF80;
	font-family: geomanistbook, sans-serif;
	color: #556438;
	border-radius: 16px;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #AEBF80;
	border-color: #AEBF80;
}

/* Navbar ------------------------------------------------------ */

.fixed-top-scroll {
	background-color: transparent !important; /* Make navbar transparent */
	transition: background-color 0.3s ease-in-out; /* Add smooth transition */
}

.fixed-top-scroll .nav-link {
	color: #fff;
}

.fixed-top-scroll.scrolled {
	background-color: #DAD0C0 !important; /* Change background color when scrolled */
}

.fixed-top-scroll.scrolled .nav-link {
	color: #000;
}

.drop-shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Horizontal offset, vertical offset, blur radius, color */
}

.navbar {
  background-color: transparent !important;
}

.navbar-nav .nav-link {
  color: #000;
	font-family: geomanistbook, sans-serif;
}

.navbar-nav .nav-link.active {
  color: #556438;
  font-family: geomanistmedium, sans-serif;
}

.navbar-expand-lg .btn-primary {
	background-color: #556438;
	border-color: #556438;
	font-family: geomanistbook, sans-serif;
	border-radius: 16px;
}

.navbar-expand-lg .btn-primary:hover {
	background-color: #e9cf84;
	border-color: #fff;
}

.navbar-expand-lg .btn-secondary {
	background-color: #d1842e;
	border-color: #d1842e;
	font-family: geomanistregular, sans-serif;
}

.navbar-expand-lg .btn-secondary:hover {
	background-color: #e9cf84; /* Button hover background color */
	border-color: #fff; /* Button hover border color */
}

nav.navbar ul.navbar.nav li.nav-item a.nav-link {
	font-family: geomanistregular, sans-serif !important;
}

.pt-2-fractional {
      padding-top: .75rem; /* Navbar custom */
    } 

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

.header-hero {
	background-color: #E4E3DE;
	padding: 180px 0;
}

.product-icon	{
	width: 72px;
	height: auto;
	margin: 0 auto;
}

.goodbye {
	padding: 90px 0;
}

.goodbye-pix {
	position: relative;
	margin-bottom: 20px;
}

.goodbye-pix img {
	width: 100%;
	background: #fff;
	border: 1px solid #AEBF80;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.testimonials {
	padding: 0 0 90px;
}

.testimonials .card {
	height: 230px;
	margin: 0 .5rem;
	background: transparent;
	border: none !important;
	
}

.testimonials .card-text {
	font-size: 18px;
}

.testimonials a {
	background: transparent !important;
}

.last-goodbye {
	padding: 0 0 90px;
}

.callout {
	margin-top: -60px;
}

.callout-box {
	background-color: #fff;
	border: 1px solid #AEBF80;
	border-radius: 8px;
	padding: 20px;
}

.callout-box-row	 {
  display: grid;
  grid-template-columns: .5fr 3.5fr;
  gap: 20px; 
}

.benefits {
	background-color: #fff;
	border: 1px solid #AEBF80;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.steps {
	background-color: #DAD0C0;
	padding: 90px 0;
}

.products {
	background-color: #E4E3DE;
	padding: 0 0 120px;
}

.product-pix {
	position: relative;
	margin-bottom: 20px;
}

.product-pix .product-name {
	position: absolute;
	background: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'geomanistbook';
	top: 1.5rem;;
	left: 50%;
	transform: translateX(-50%);
}

.product-pix .cart-button	 {
	position: absolute;
	bottom: 2rem;;
	left: 50%;
	transform: translateX(-50%);
}

.product-pix img {
	width: 100%;
	background: #fff;
	padding: 8px;
	border: 1px solid #AEBF80;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.sourdough {
  background-image: url('theme/images/dawn.farm-sourdough-bundle.jpg');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
	height: 1280px;
	padding: 90px 0;
}



/* Custom CSS for mobile devices */
@media (max-width: 767px) {
  .sourdough {
		background-image: url('theme/images/sourdough_bundle_mobile.jpg');
		background-position: left;
    height: 600px;
  }
	
	.sourdough h1 {
		font-size: 1.67rem;
	}
}


.start {
	padding: 90px 0 20px;
	background-color: #556438;
	color: #fff;
}

.start a {
	font-family: geomanistregular, sans-serif;
}

.start a:hover {
	color: white;
}


/* Carousel */

@media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none !important;
	}
	
	.carousel-inner .carousel-item > div:first-child {
		display: block !important;
	}
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
	display: flex !important;
}

/* medium and up screens */

@media (min-width: 768px) {
	.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
		transform: translateX(25%) !important;
	}
	
	.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
		transform: translateX(25%) !important;
	}
	
	.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
		transform: translateX(-25%) !important;
	}
}

.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
	transform: translateX(0) !important;
}


/* Custom CSS to remove gutters */
.pictures .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.pictures .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.pictures .no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Sourdough Page ------------------------------------------------------ */

.hero-sourdough {
	background-image: url('theme/images/sourdough-suzan.jpg');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
  display: flex;
	color: #fff;
	position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

/* Custom CSS for mobile devices */
@media (max-width: 767px) {
  .hero-sourdough {
		background-image: url('theme/images/sourdough-suzan-mobile.jpg');
		background-position: bottom;
    height: 600px;
		text-align: center;
  }
	
	.hero-sourdough h1 {
		padding-top: 200px;
	}
}


/* Sale Page ------------------------------------------------------ */

.hero-sale {
	background-image: url('theme/images/hero-sorghum-sale.jpg');
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
  display: flex;
	color: #323232;
	position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

/* Custom CSS for mobile devices */
@media (max-width: 767px) {
  .hero-sale {
		background-image: url('theme/images/hero-sorghum-sale.jpg');
		background-position: bottom left;
    height: 600px;
		text-align: center;
  }
	
	.hero-sale h1 {
		color: #fff;
		padding-top: 200px;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
}


/* Custom styles for transparent accordion */
    .accordion-item {
      background-color: transparent; /* Set background to transparent */
      border: 1px solid #DAD0C0;
    }
    .accordion-button {
      background-color: transparent; /* Set background to transparent */
      color: inherit; /* Inherit text color */
      padding: 1rem; /* Adjust padding as needed */
      text-align: left; /* Align text to the left */
    }
    .accordion-button:focus {
      box-shadow: none; /* Remove focus shadow */
    }
    .accordion-button:not(.collapsed) {
      border-bottom: none; /* Remove border bottom when accordion is expanded */
			background-color: #556438; /* Change background color for active state */
      color: #fff
    }
    .accordion-body {
      background-color: transparent; /* Set background to transparent */
      border: 1px sold #000
    }
  