/* @override 
	https://dawn.farm/wp-content/themes/b5st-main/theme/css/base.css
	https://lgseries.com/theme/css/base.css */

@import url("font-awesome/css/font-awesome.min.css");
@import url("fonts.css");


html {
  scroll-behavior: smooth;
}

body {
	--color-text: #000;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #000;
	--color-info: #000;
	font-family: 'geomanistregular',sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1040px;
}


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

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

.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;
}
.white {
	color: #ffffff;
}
.onyx {
	color: #010101;
}

/* 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;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.message {
	position: relative;
	z-index: 100;
	display: none;
	padding: 1em;
	text-align: center;
	color: var(--color-bg);
	background: var(--color-text);
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	min-height: 100vh;
}


/* Top Navigation Style */

.grid__item {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100vw;
}

.grid__item--bg {
	background-color: var(--item-bg);
	height: 100vw;
}

.grid__item-content {
	width: 100%;
	padding: 8vw;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	pointer-events: none;
	background: var(--item-bg);
}

.grid__item--bg .grid__item-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.grid__item-img {
	display: block;
	height: 100%;
	width: 100%;
}

.grid__item-img canvas {
	height: 100%;
}

.grid__item-img img {
	height: 100%;
	display: block;
}

.grid__item-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img img:nth-child(2) {
	opacity: 1;
}

.js .grid__item-img img {
	display: none;
}

.grid__item-title {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1;
	margin: 2rem 0 0 0;
	color: var(--item-title);
}

.grid__item-title--small {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.grid__item-meta {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.25rem;
	font-size: 0.95rem;
	color: var(--item-meta);
}

.grid__item-subtitle {
	display: block;
	margin: auto 0 0 0;
	font-weight: 400;
	font-size: 1.5em;
	color: var(--item-subtitle);
}

.grid__item-subtitle span {
	display: block;
}

.grid__item-text {
	font-size: 1rem;
	line-height: 1.75;
	margin: 2rem 0 0 0;
	color: var(--item-text);
}

.grid__item-link {
	display: inline-block;
	color: currentColor;
	font-weight: 700;
	font-size: 0.95rem;
	position: relative;
	padding: 0 0 0.2rem;
	pointer-events: auto;
	color: var(--item-link);
}

.grid__item-link:focus,
.grid__item-link:hover {
	color: var(--item-link-hover);
}

.grid__item-link::before {
	content: '';
	position: absolute;
	background: currentColor;
	width: 80%;
	height: 1px;
	bottom: 0;
	transform-origin: 0% 50%;
	transform: scale3d(0,1,1);
	opacity: 0;
	transition: all 0.3s;
	transition-property: opacity, transform;
}

.grid__item-link:hover::before {
	opacity: 1;
	transform: scale3d(1,1,1);
}

.grid__item-link + .grid__item-link {
	margin: 0 0 0 3rem;
}

.grid__item-text + .grid__item-link {
	white-space: nowrap;
	margin-top: 1rem;
	align-self: flex-start;
	margin-top: auto;
}

.grid__item-nav {
	display: flex;
}

/* Page Items */

.hero__item-title {
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1;
	margin: 1rem 0 0 0;
	color: var(--item-title);
}

.hero__item-title--small {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.hero__item-meta {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.25rem;
	font-size: 0.95rem;
	color: var(--item-meta);
	margin: auto 0 0 0;
	padding-top: 1rem;
}

.hero__item-subtitle {
	text-align: center;
	display: block;
	margin: 1.5rem 0 auto 0;
	font-weight: 400;
	font-size: 1.5em;
	color: var(--item-subtitle);
}

.hero__item-subtitle span {
	display: block;
}

.hero__item-text {
	font-size: 1rem;
	line-height: 1.75;
	margin: 2rem 0 0 0;
	color: var(--item-text);
}

.attribute {
	width: 100%;
  height: 96px;
  background-color: transparent;
  position: absolute;
}

.attribute p.attribution {
	display: block;
  position: relative;
  margin: 0;
  padding: 0;
  left: 40px;
	top: 5px;
	font-size: .8rem;
	color: #636363;
}

.page-content {
    max-width: 700px;
    padding-top: 3rem;
    padding-bottom: 6rem;
		padding-left: 1rem;
		padding-right: 1rem;
		line-height: 1.7rem;
		font-size: 1rem;
		margin:  0 auto;
		font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

.page-content h2 {
	font-size: 1rem;
	font-weight: 700;
}

.page-content p.author {
	margin: 0 !important;
}

.page-content p.date {
	margin: 0 0 3rem 0;
	font-family: 'geomanistregular',sans-serif;
	color: #636363;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content a {
	font-family: geomanistmedium, sans-serif;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

/* Themes */
.theme-1 {
	--item-bg: rgba(0,0,0,0.2);
  --item-link: #fff;
  --item-link-hover: #fff;
  --item-meta: #fff;
  --item-title: #fff;
  --item-subtitle: #fff;
  --item-text: #fff;
}

.theme-2 {
	--item-bg: #4d6435;
	--item-link: #fff;
	--item-link-hover: #fff;
	--item-meta: #fff;
	--item-title: #fff;
	--item-subtitle: #fff;
	--item-text: #fff;
}

.theme-3 {
	--item-bg: #b2cc80;
	--item-link: #	111;
	--item-link-hover: #111;
	--item-meta: #111;
	--item-title: #111;
	--item-subtitle: #111;
	--item-text: #111;
}

.theme-4 {
	--item-bg: f7d584;
  --item-link: #111;
  --item-link-hover: #111;
  --item-meta: #111;
  --item-title: #111;
  --item-subtitle: #111;
  --item-text: #111;
}

.theme-5 {
	--item-bg: #a0522c;
  --item-link: #fff;
	--item-link-hover: #fff;
	--item-meta: #fff;
	--item-title: #fff;
	--item-subtitle: #fff;
	--item-text: #fff;
}

.theme-6 {
	--item-bg: #ba4527;
  --item-link: #fff;
	--item-link-hover: #fff;
	--item-meta: #fff;
	--item-title: #fff;
	--item-subtitle: #fff;
	--item-text: #fff;
}

.theme-7 {
	--item-bg: #eaddcb;
  --item-link: #111;
  --item-link-hover: #111;
  --item-meta: #111;
  --item-title: #111;
  --item-subtitle: #111;
  --item-text: #111;
}

.theme-8 {
	--item-bg: #ed8b22;
  --item-link: #fff;
	--item-link-hover: #fff;
	--item-meta: #fff;
	--item-title: #fff;
	--item-subtitle: #fff;
	--item-text: #fff;
}

.theme-9 {
	--item-bg: #f9b217;
  --item-link: #111;
  --item-link-hover: #111;
  --item-meta: #111;
  --item-title: #111;
  --item-subtitle: #111;
  --item-text: #111;
}


@media screen and (min-width: 85em) {
	.grid__item-text {
		width: 80%;
	}
}

@media screen and (min-width: 50em) {
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 50vw);
	}
	.grid__item {
		height: 50vmax;
		width: 100%;
	}
	.grid__item-subtitle * {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
		transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
		transition-property: transform, opacity;
	}
	.grid__item:hover .grid__item-subtitle * {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	.grid__item:hover .grid__item-subtitle span {
		transition-delay: 0.1s;
	}
	.grid__item:hover .grid__item-subtitle .grid__item-link {
		transition-delay: 0s;
	}
	.grid__item-title, .hero__item-title {
		font-size: 6vw;
	}
	.grid__item-title--small, hero__item-title--small {
		font-size: 3vw;
	}
	.grid__item-text, .hero__item-text {
		margin-top: 2.5rem;
	}
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 96px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}

.m-header {
		display: block;
    width: 100%;
    height: 96px;
    background-color: #4d6535;
    position: absolute;
    top: 0;
		margin-bottom: 5rem;
		z-index: 500;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #010101;
    color: rgba(255, 255, 255, 0.85);
    font-family: "geomanistbook", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    font-family: "geomanistbook", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: #fff;
}

.header-nav p {
    margin-bottom: 1.5rem;
		font-family: "geomanistbook", sans-serif;
    font-size: 14px;
    line-height: 1.5;
		
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: "geomanistbook", sans-serif;
    font-size: 1rem;
    margin: 1.5rem 0 0 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 2.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0 !important;
		padding-left: 0 !important;
    font-size: 1.25rem;
}

.header-nav__social li {
    margin-right: .5rem;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.75);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'geomanistmedium';
		color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #fab317;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #fab317;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .s-header {
        height: 90px;
    }
    .header-logo {
        left: 30px;
    }
    .header-menu-toggle {
        right: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .header-menu-text {
        display: none;
    }
}
  
.nav-button {
	flex: 1 1 auto;
  padding: 5px 20px 5px 20px;
	color: #fff;
  text-align: center;
  text-transform: uppercase;
	text-decoration: none;
	font-family: geomanistbook, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #010101;
	background-color: #ae4428;
  position: relative;
  overflow: hidden;
	border-radius: 8px;
  transition: 0.3s;
}

.nav-button:hover {
	border-radius: 15px;
	background-color: #fff;
}

.nav-button:hover:after {
  width: 0%;
}
	
.button {
  flex: 1 1 auto;
  padding: 12px;
	color: #fff;
  text-align: center;
	text-decoration: none;
	font-family: geomanistbook, sans-serif;
	border: 2px solid #191919;
	background-color: #191919;
  position: relative;
  overflow: hidden;
	border-radius: 15px;
  transition: 0.3s;
}

.button:hover {
	color: #191919;
	border-radius: 30px;
	background-color: #fff;
}

.button:hover:after {
  width: 0%;
}

/* Hero Home Section */

.home-hero {
  position: relative;
  overflow: hidden;
	color: black;
}

.home-hero::before {
	background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-size: cover;
  background-position: center center;
}

.home-hero .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
		z-index: -2;
}

.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
		z-index: -1;
}

.home-hero .seal img {
	width: 330px;
	height: auto;
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 576px) {
  .home-hero .seal img {
	width: 160px;
	height: auto;
	margin-bottom: 1.3rem;
}
}

.home-hero__buttons {
    padding-top: 1.5rem;
}

.home-hero__buttons .btn {
    width: 186px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1rem 1rem 0 0;
    letter-spacing: .125rem;
		text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-hero__buttons .btn:last-child {
    margin-right: 0;
}

.home-hero__buttons .btn:hover, 
.home-hero__buttons .btn:focus {
    background: #fab317 !important;
    color: #FFFFFF;
}

.home-content {
	padding: 90px 0;
}

.order-pickup {
	padding: 3rem;
	border: 4px solid #fff;
	border-radius: 16px;
}



/* Order Pickup Gravity Form */

.gform_wrapper.gravity-theme .gf_progressbar_title{color:#010101 !important;font-family: geomanistbook, sans-serif; font-size: 14px;
margin:0 0 .33rem !important}

.order-pickup h2.gform_title {margin-bottom: 2rem !important;}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange{background: #fab317 !important;}

.gform_wrapper.gravity-theme .gf_progressbar{margin-bottom:2rem !important;}

.gform_wrapper.gravity-theme .ginput_product_price,.gform_wrapper.gravity-theme .ginput_shipping_price{color:#010101 !important; font-family: geomanistbook, sans-serif !important;}

.gform_wrapper.gravity-theme .ginput_total{color:#010101 !important; font-family: geomanistbook, sans-serif !important; padding-left: 0 !important;}

/* Hero Resources Section */

.resources-hero {
  position: relative;
  overflow: hidden;
	color: white;
}

.resources-hero::before {
	background: #f5f5f5 url('../images/dawn.farm-home-hero-bg.jpg') no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-size: cover;
  background-position: center center;
}

.resources-hero .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
		z-index: -2;
}

.resources-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
		z-index: -1;
}

.resources-hero .seal img {
	width: 230px;
	height: auto;
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 576px) {
  .resources-hero .seal img {
	width: 160px;
	height: auto;
	margin-bottom: 1.3rem;
}
}

.resources-hero__buttons {
    padding-top: 1.5rem;
}

.resources-hero__buttons .btn {
    width: 186px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1rem 1rem 0 0;
    letter-spacing: .125rem;
		text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.resources-hero__buttons .btn:last-child {
    margin-right: 0;
}

.resources-hero__buttons .btn:hover, 
.resources-hero__buttons .btn:focus {
    background: #fab317 !important;
    color: #FFFFFF;
}

/* Hero Category Section */

.category-hero {
  position: relative;
  overflow: hidden;
	color: white;
}

.category-hero::before {
	background: #f5f5f5 url('../images/dawn.farm-farmers-market.jpg') no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-size: cover;
  background-position: center center;
}

.categpry-hero .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
		z-index: -2;
}

.category-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
		z-index: -1;
}

.category-hero .seal img {
	width: 230px;
	height: auto;
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 576px) {
  .category-hero .seal img {
	width: 160px;
	height: auto;
	margin-bottom: 1.3rem;
}
}

.category-hero__buttons {
    padding-top: 1.5rem;
}

.category-hero__buttons .btn {
    width: 186px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1rem 1rem 0 0;
    letter-spacing: .125rem;
		text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.category-hero__buttons .btn:last-child {
    margin-right: 0;
}

.category-hero__buttons .btn:hover, 
.category-hero__buttons .btn:focus {
    background: #fab317 !important;
    color: #FFFFFF;
}

/* Hero About Section */

.about-hero {
  position: relative;
  overflow: hidden;
	color: white;
}

.about-hero::before {
	background: #f5f5f5 url('../images/JR2A2098_TRIPLETT.jpg') no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-size: cover;
  background-position: center center;
}

.about-hero .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
		z-index: -2;
}

.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000000;
		z-index: -1;
}

.about-hero .seal img {
	width: 230px;
	height: auto;
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 576px) {
  .about-hero .seal img {
	width: 160px;
	height: auto;
	margin-bottom: 1.3rem;
}
}

.about-hero__buttons {
    padding-top: 1.5rem;
}

.about-hero__buttons .btn {
    width: 186px;
    border-color: #000;
    color: #000;
    margin: 1rem 1rem 0 0;
    letter-spacing: .125rem;
		text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about-hero__buttons .btn:last-child {
    margin-right: 0;
}

.about-hero__buttons .btn:hover, 
.about-hero__buttons .btn:focus {
    background: #fab317 !important;
    color: #FFFFFF;
}

.about-us {
	padding: 90px 0;
	background-color: #4d6535;
	color: #fff;
}

/* Page + Post Content Styles */

.entry-content a {
	
}


/* Footer */

.chat {
	padding: 80px 0;
	color: #fff;
}

.chat h1 {
	font-weight: 700;
}

.social {
	font-size: 24px;
}

.social a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.social a:hover {
	color: #fab317;
}

.terms a {
	color: #fab317;
	text-decoration: none;
}

.terms a:hover {
	color: #fff;
}




/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 24px;
    right: 38px;
    z-index: 600;
    display: none;
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    background: #fab317;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
    font-size: 1rem;
    line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .go-top {
      right: 25px;
    }
}



/* Fade Up On Scroll */

.animate {
	opacity: 0;
	filter: blur(5px);
	transform: translateY(120px);
	transition: all 1s;
}

@media(prefers-reduced-motion) {
	.animate {transition: none;}
}

.show {
	opacity: 1;
	filter: blur(0);
	transform:  translateY(0);
}


/* WooCommerce */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	color: #fff !important;
	background-color: #fab317 !important;
}
