
/* 
colors:
red:  #9c3342
pink: #9c3342
dark grey:   #666361
greenish: #b8be76;

*/

@font-face {
  font-family: 'IntroHeadB';
  src: url('../fonts/IntroHeadB-LBase.woff2') format('woff2'),
	   url('../fonts/IntroHeadB-LBase.woff') format('woff');
  unicode-range: U+0020-007F; /* The bare minimum for the English Language */
}
@font-face {
  font-family: 'Base';
  src: url('../fonts/Base.woff2') format('woff2'),
	   url('../fonts/Base.woff') format('woff');
  unicode-range: U+0020-007F; /* The bare minimum for the English Language */
}
html {
    animation: fadeSiteIn 0.5s ease forwards; /* [1] */
}
html.fadeSiteOut {
  animation:  fadeSiteOut 0.5s ease forwards; /* [2] */
}
@keyframes fadeSiteIn { /* [1] */
    from   { opacity: 0; }
    to    { opacity: 1; }
}
@keyframes fadeSiteOut { /* [2] */
    from   { opacity: 1; }
    to     { opacity: 0; }
}
body{
    font-size:16px;
    font-weight:400;
    overflow-x:hidden;
    color: #444444;
    font-family: 'Open Sans';
    line-height: 26px;
}
h1 {
    font-family: 'IntroHeadB';   
}
h1.main-heading{
    font-size: 1.5em;
    color: #ffffff;
    line-height: 1em;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tribe-events-single-event-title, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list a {
    font-family: 'IntroHeadB'!important;
    font-weight:400 !important;
    font-size: 56px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list a {
    color: #9c3342;
}
.tribe-events-calendar-list__event-datetime-recurring-link:after {
    content: 'Recurring Event';
}
h2, .tribe-events-content h2{
		text-transform:capitalize;
		font-weight:bold;
		font-family: 'IntroHeadB';
		font-weight:400 !important;
        text-transform: none;
        margin-bottom: 20px!important;
}
h3, .tribe-events-content h3{
	font-size: 1.7em;
    color: #9c3342;
    text-transform: capitalize;
	font-family: 'Base';
}
h3 a {
    border: none;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-family: 'Open Sans'!important;
    font-size: 18px!important;
    font-weight: bold!important;
    line-height: normal!important;
}
.site-main{
	overflow:hidden;
}
.wrapper{
	padding:0px;
}
a, a.searchthis:hover, a.searchthis:focus, a.searchthis:active{
	color: #9c3342;
	-webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

li a:link, ul li a {
    color: #9c3342;
}
p a:link, p a:visited {
    font-weight: bold;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item {
	color: #666361;
	white-space: inherit;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus{
	background: #f1f1f1;
	color: #666361;
}
.dropdown-menu {
	border-width:0px;
	border-radius:0px;
}
.navbar-dark .navbar-nav .nav-link:focus{
	color: #666361;
}
.top-animate {
  background: #9c3342 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate { opacity: 0; }

.bottom-animate {
  background: #9c3342 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  
  height: 2px;
  border-radius: 10px;
  background-color: #9c3342;
}

.mid-menu {
  top: 13px;
 
  height: 2px;
  border-radius: 10px;
  background-color: #9c3342;
}

.bottom-menu {
  top: 21px;
  
  height: 2px;
  border-radius: 10px;
  background-color: #9c3342;
}
.menui {
  background: #9c3342;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  position: absolute;
  width:100%;
  left:0;
}
.navbar-toggler {
  z-index: 999;
  position: relative;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 0;
  left: 0;
}
.menus{
	margin-left:auto;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.secondary-menu{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-right:20px;
}

.navbar{
	align-items:flex-start;
}
.navbar-brand{
	position:absolute;
	top:0;
	z-index:99999;
}
.custom-logo-link img{
	width:auto;
	transition:all .3s ease;
	height:120px;
	filter:drop-shadow(0px 5px 5px rgba(0,0,0,.5));
}
.navbar-dark .navbar-nav .nav-link{
	color: #666361;
	font-family: 'Source Sans Pro', sans-serif;
    text-transform:uppercase;
	font-size:18px;
	position:relative;
	margin-right: 1rem;
    margin-left: 1rem;
	padding-left:.5rem;
	padding-right:.5rem;
	text-align:center;
	font-weight:bold;
	
}
.navbar-dark .navbar-nav.secondary-nav .nav-link{
	color: #9c3342;
	font-size:13px;
	font-weight:bold;
	margin-left: .5em;
    margin-right: .5em;
	line-height:1;
}


.navbar-nav.secondary-nav .menu-item{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav.secondary-nav .menu-item:after{
	content:'';
	height: 13px;
    width: 1px;
    background: #9c3342;
}
.navbar-nav.secondary-nav .menu-item:last-child:after{
	display:none;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #666361;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #666361;
}
.navbar-dark .social{
	display:flex;
	margin-left:.5em;
}
.navbar-dark .social a{
	color: #9c3342;
	padding:.5rem;
	line-height:1;
}
#wrapper-navbar{
	display: block;
    width: 100%;
	background: rgba(255,255,255,0.85);
	transition:all .3s ease;
	position:absolute;
	z-index:999;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
#wrapper-navbar.shrink{
	background: #fff;
	box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}
#wrapper-navbar.shrink .custom-logo-link img{
	height:75px;
	filter:drop-shadow(0px 0px 0px rgba(0,0,0,0.0));
}
.home-overlay{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
}
.home-carousel .carousel-cell {
    height: 100vh;
    width: 100%;
}
.home-carousel .carousel-cell img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.button{    
background: #9c3342;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid;
    margin-left:auto;
	margin-right:auto;
	transition: .2s all ease;
    letter-spacing: 1px;
}
.copyright{
	background: rgba(0,0,0,0.5);
}
.button:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	transform: translateY(-3px);
	color: #fff;
	border-color: #fff;
}

.text-smaller{
	font-size:1.1em;
}
.text-grey{
	color: #999999;
}
	
#breadcrumbs{
	font-size:.8em;
}
#breadcrumbs a{
	font-weight:bold;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html{
	margin-bottom:0px;
}
a:hover, a:focus, a:active{
	color: #666361;
	text-decoration:none;
}

.opacity-8-white{
	background:rgba(255,255,255,.8);
}
.site-footer .menu{
	list-style-type:none;
	padding-left:0px;
}
.site-footer a{
	color: #fff;
	
}
.site-footer a::first-letter {
    text-transform: uppercase;
}
.site-footer a:hover, .site-footer a:focus{
	opacity:1;
}
.site-footer .social{
	display:flex;
	
}
.site-footer .social a{
	color: #9c3342 !important;
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 4px;
    font-size: 18px!important;
}
.site-footer .social a i{
		transition: all .2s ease;
}
.site-footer .social a:hover i, .site-footer .social a:focus i{
	transform:scale(1.2);
}
.site-footer .logo img{
	filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff);
}

input::placeholder {
  color: #666361 !important;
  opacity: 1; 
}
input::-webkit-input-placeholder {
	color: #666361 !important;
}
input:-ms-input-placeholder {
 color: #666361 !important;
}

input::-moz-placeholder { 
  color: #666361 !important;
}
input:-moz-placeholder { 
  color: #666361 !important;
}
input:focus::placeholder,input:active::placeholder {
  color: transparent !important;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus{
	border-color: #9c3038;
	-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.site-footer .wpcf7 input[type=email]{
	border-radius:20px;
	transition:all .2s ease;
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
    font-weight: bold;
	line-height:1.4;
}
.site-footer .wpcf7 .wpcf7-submit{
	background-color: #fff;
    color: #9c3342;
    border: 0px;
    text-transform: uppercase;
    padding: 7px 35px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
	line-height:1.4;
}
#wrapper-footer .col-md-4 h3.widgettitle {
    font-size: 22px;
	margin-top:-17px;
}
#wrapper-footer .col-md-4 h3.widgettitle:before{
	background-color:transparent;
	height: 50px;
	width: 50px;
	background: url('/wp-content/uploads/2021/05/get-news-and-updates.png');
	background-size:contain;
	background-repeat:no-repeat;
}
button{
	outline:0px;
}
.site-footer .wpcf7 .wpcf7-submit:focus{
	outline:0px;
}

#wrapper-footer{
	background: url('/wp-content/uploads/2021/06/footer-back.jpg');
	background-size:cover;
    background-position: center bottom;
    padding: 100px 0!important;
}
/*#wrapper-footer:before{
	position:absolute;
	height:100%;
	width:100%;
	content:'';
	background:rgba(185,21,37,.5);
	top:0;
	left:0;
}*/
#wrapper-footer h3.widgettitle{
	font-size:16px;
	text-transform:capitalize;
	color: #fff;
	position:relative;
	display:flex;
	align-items:center;
	font-family: 'Open Sans';
    font-weight: bold;
	
}
#wrapper-footer h3.widgettitle:before{
	content:'';
	display:block;
	height:8px;
	width:8px;
	background: #fff;
	margin-right:.5em;
}
#wrapper-footer a{
	font-weight:400;
	font-size:14px;
	color: #fff;
}
.site-footer .logo img{
	max-width: 110px;
	width:100%
}
.grecaptcha-badge{
	display:none !important;
}

.flickity a{
	height:50vh;
	min-height:400px;
	width:100%;
	
	
}
.flickity img{
 display: block;
    width:100%;
  height:100%;
  min-width: 150px;
  max-width: 100%;
  object-fit:cover;
}
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}

.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;

	background-repeat: no-repeat;
	background-size: cover;
}

.background-dark-blue{
background: #666361;
}

.main-content ul {
        list-style-type: none;
     
      }
      .main-content ul li:before {
        content: '\2012';
        position: absolute;
        margin-left: -20px;
		color: #666361;
      }
.flickity-bg{
flex: 1;
background-size:cover;
}	


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  display:none;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 100px;
    height: 100px;
    border-radius: 0;
  /* vertically center */
  transform: translateY(-50%);
  background-position:center;
  background-repeat:no-repeat;
}

.flickity-prev-next-button.previous { left: 50px;
    background: url(images/arrow.svg);
	background-repeat:no-repeat;
}



.flickity-prev-next-button.next { 
right: 50px; 
background: url(images/arrow.svg);
-webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
  background-repeat:no-repeat;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}



/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #9c3342;
}

.nav-previous, .nav-next{
	flex:1;
}
.post-navigation .nav-links{
	margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.next-previous{
	padding:75px 10px;
	background-size: cover;
    background-position: center;
	position:relative;
	border:1px solid #fff;
	flex:1;
}

.next-previous:before{
	position:absolute;
	content: "";
	background-color: rgba(0,0,0,.4);
	height:100%;
	width:100%;
	z-index:1;
	top:0;
	left:0;
	transition:all .3s linear;
	
}
.next-previous:hover:before{
	background-color: rgba(0,0,0,.6);
}
.meta-nav{
	font-weight: 300;
    text-transform: uppercase;
}
.next-previous-text{
	z-index:2;
	position: relative;
    text-align: center;
}
.nav-links a{
	font-size:1.5em;
	font-weight:bold;
	display:flex;
}
.logo-slider .wpb_single_image{
	height: 135px;
    width: 20%;
    padding: 5px 20px;
}
.logo-slider .flickity-enabled{
	padding-bottom:30px;
}
.logo-slider .wpb_single_image .vc_figure, .logo-slider .wpb_single_image .vc_single_image-wrapper, .logo-slider .wpb_single_image .vc_single_image-wrapper img{
	height:100%;
	width:100%;
	object-fit: contain;
}
.equal-heights{
	min-height:40vh;
}

.left-sidebar, .right-sidebar{
	background: #f1f1f1;
}
.left-sidebar a{
	display:block;
	padding:1em;
}
body:not(.mobile) .mobilenav{
	display:block !important;
}

.experiences .vc_column-inner{
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:0px !important;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	
}
.experiences .vc_column-inner:before{
	content:'';
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	background:rgba(0,0,0,0.2);
	z-index:-1;
	transition:all .2s ease;
}
.experiences .vc_column-inner:hover:before{
	background:rgba(0,0,0,0.4);
	transform:scale(1.5);
}
.multiple-backgrounds:before{
	
	position:relative;
	
	
}
.multiple-backgrounds:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url(/wp-content/uploads/2021/05/apples-1.jpg) left top no-repeat;
	background-size: 500px 460px;
	background-position: left top;
	background-repeat:no-repeat;
	z-index:-1;
}
.multiple-backgrounds > .wpb_column{
	z-index:2;
}
.single-grower h1 {
    font-weight: 400;
    font-size: 3.5rem;
}
.grower-featured-outer {
    position: relative;
}
.grower-featured-outer .number {
    position: absolute;
    top: -20px;
    left: -14px;
    background-image: url(/wp-content/themes/applehill/css/images/farm-number-icon.png);
    background-position: center center;
    background-size: cover;
    height: 110px;
    width: 110px;
    transform: rotate(-4deg);
}
.grower-featured-outer .number h2 {
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
    text-align: center;
}
.header-wrapper {
    height: 300px;
    position: relative;
    margin-bottom: 30px;
}
.header-wrapper .title-wrapper {
    position: absolute;
    bottom: 0;
}
.title-wrapper h1 {
    font-size: 62px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}
.header-wrapper .title {
    color: #ffffff;
    font-size: 3rem;
}
body.single-growers .header-wrapper, body.single .header-wrapper  {
    background-image: url(/wp-content/uploads/2021/05/sunflower.jpg);
    background-size: cover;
    background-position: center top;
}

ul.categories li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.categories {
    padding: 0;
    margin: 0;
}
.ubermenu-item-level-0 {
    letter-spacing: 1px
}
.overlay {
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(#00000000, #000000);
    background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
    background-image: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
    background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
    background-image: linear-gradient(#00000000, #000000);
    position: relative;
}
.object-fit-cover .wpb_wrapper, .object-fit-cover .wpb_single_image,
.object-fit-cover .vc_single_image-wrapper{
	height:100%;
}
.object-fit-cover .wpb_single_image img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.blog-image{
	height:50vh;
	width:100%;
}

.blog-image img{
	    height: 100%;
    width: 100%;
    object-fit: cover;
}
.object-fit-cover .wpb_single_image.apple-app img{
	height: 140%;
    max-width: 100%;
    object-position: 50%;
    margin-top: -10%;
}
.appstore img{
	width:auto;
	max-height:65px;
	object-fit:contain;
}
.download-app{
	position:relative;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6eb+2,f5f6eb+68,f5f6eb+100&1+0,0.68+68,0.68+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6eb+0,f5f6eb+67,f5f6eb+100&1+0,1+67,0.68+100 */
background: -moz-linear-gradient(left,  rgba(245,246,235,1) 0%, rgba(245,246,235,1) 60%, rgba(245,246,235,0.68) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(245,246,235,1) 0%,rgba(245,246,235,1) 60%,rgba(245,246,235,0.68) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(245,246,235,1) 0%,rgba(245,246,235,1) 60%,rgba(245,246,235,0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6eb', endColorstr='#adf5f6eb',GradientType=1 ); /* IE6-9 */


}
.download-app:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:60%;
	height:100%;
	background-image: url(/wp-content/uploads/2021/05/IMG_3664-bw.jpg);
	background-size:cover;
	z-index:-1;
}
.newest-post{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.newest-post h4{
	font-size:1.25rem;
}
.blog .entry-header h2{
	font-size:2rem;
}
.newest-post:before, .blog .entry-header:before{
	content:'';
	z-index:1;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all .2s ease;
}
.newest-post:hover img, .blog .entry-header:before img{
	transform:scale(1.2);
}
.newest-post:hover:before, .blog .entry-header:hover:before{
	background:rgba(0,0,0,0.0);
}
.newest-post img{
	width:100%;
	max-height:400px;
	height:100%;
	object-fit:cover;
	transition: all .35s ease;
}
.newest-post a, .blog .entry-header a{
	position:absolute;
	bottom: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    padding: 15px 20px;
    width: 100%;
	padding-right:55px;
	
}
.newest-post a:before, .blog .entry-header a:before{
	content:'';
	background:#9c3342;
	height:100%;
	width:0;
	position:absolute;
	bottom:0;
	left:0;
	transition:all .25s linear;
	z-index:-1;
}
.newest-post:hover a:before, .blog .entry-header:hover a:before{
	width:100%;
}
.newest-post a:after, .blog .entry-header a:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: "\f35a";
	color: #fff;
	opacity:0;
	right:15px;
	top:50%;
	transform:translateY(100%);
	z-index:3;
	position:absolute;
	font-size:2em;
	transition-property: all;
	transition-duration: .5s;
	transition-delay: .35s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	font-size: 2.5rem;
	
}
.btn-primary{
	background-color: #9c3342;
    border-color: #9c3342;
}
.newest-post:hover a:after, .blog .entry-header:hover a:after{
	opacity:1;
    transform:translateY(-50%);
}
.featured-farms p a{
	width:20%;
	padding:5px 10px;
	height:135px;
	display:block;
}
.featured-farms p img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.ubermenu-submenu {
    z-index: 999!important;
}
h3.column-heading {
    color: #f7f7f7;
    font-size: 16px;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    text-transform: uppercase;
}
h3.column-heading a:link, h3.column-heading a:visited {
    color: #f7f7f7;
}
section.products {
    display: inline-block;
    width: 100%;
}
.ubermenu-submenu .textwidget p {
    color: #f7f7f7;
    font-size: 14px;
    line-height: normal;
}
.ubermenu-submenu .textwidget h3 {
    color: #f7f7f7;
    font-size: 22px;
}
.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border-top: none!important;
}
blockquote p {
    font-size: 30px;
    border-left: 4px solid #B01A2A;
    padding-left: 30px;
    font-family: 'IntroHeadB';
    line-height: 40px;
    font-weight: 400;
    color: #B01A2A;
    margin: 40px 0!important;
}
.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    background-color: #9c3342!important;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
    background: none!important;
    padding: 0!important;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button, div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    border-radius: 25px!important;
}
p.ctct-gdpr-text, label#email_address_label_0, p.ctct-form-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
    color: #f7f7f7!important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    font-size: 16px!important;
    letter-spacing: 0!important;
    font-weight: bold!important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {
    outline: none!important;
}
body.woocommerce .content-area {
    margin-top: 130px!important;
}
.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    background-color: #9c3342;
    border-color: #9c3342;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #9c3342;
    border-color: #9c3342;
    border-radius: 25px;
    border-width: 2px;
}
.btn, .wpcf7 input[type=submit] {
    padding: 8px 22px;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit] {
    color: #9c3342;
}
.btn-primary:hover {
    background-color: #9c3342;
}
.btn-primary {
    border-radius: 25px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0;
}
.tribe-events-back, #tribe-events-pg-template, .tribe-events-schedule {
    margin: 0;
    padding: 0;
}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-c-ical__link, .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
    color: #9c3342;
    font-weight: bold!important;
    
}
.tribe-common .tribe-common-c-svgicon, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #9c3342;
}
.tribe-events .tribe-events-c-ical__link {
    border-color: #9c3342!important;
}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
    font-family: 'Open Sans';
    color: #9c3342;
    font-weight: bold;
    letter-spacing: 0;
    
}
.w-100 .wpb_wrapper, .w-100 .wpb_wrapper .vc_single_image-wrapper, .w-100 .wpb_wrapper .vc_single_image-wrapper img {
	width:100%;
}
.single-post .vc_row-o-equal-height .vc_single_image-wrapper img{
	width: 100%;
    object-fit: cover;
}

.blog .header-wrapper, .search .header-wrapper {
    background-image: url(/wp-content/uploads/2021/05/apple-hill-slider4.jpg);
    background-size: cover;
    background-position: center center;
}

.text-red, .tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a{
	color: #9c3342;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event, .tribe-events .tribe-events-c-day-marker:after {
    background-color: #9c3342!important;
}
time.tribe-events-c-day-marker__date.tribe-common-h7.tribe-common-h--alt, .tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    font-weight: bold;
    color: #9c3342;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    background: #9c3342;
}

h2.text-xlarge{
	font-size: 2.7em;
	line-height:1.1em;
}
.blog .post{
	position:relative;
}
.blog .post img.wp-post-image{
	max-width: 100%;
    width: 100%;
    max-height: 50vh;
    height: 100%;
    object-fit: cover;
}
.blog .entry-meta{
	position: absolute;
    padding: 10px;
    background: rgba(255,255,255,0.8);
    border-bottom-right-radius: 8px;
    left: 0px;
    top: 0px;
	z-index:2;
}
.search-lightbox{
	display:none;
	font-family: inherit;
    top: 0;
    left: 0;
    z-index: 997;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.9);
    opacity: 1;
	overflow-y: scroll;
	overflow-x:hidden;
}
.close-search{
	cursor:pointer;
	font-size:2.5em;
}
.blog .entry-header{
	cursor:pointer;
}
.search-open{
	overflow:hidden;
}
.page-link{
	color: #9c3342;
	transition:all .2s ease;
	border: 1px solid #9c3342;
}
.page-item.active .page-link{
	background-color: #9c3342;
    border-color: #9c3342;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 0rem rgb(255, 255, 255);
}
.page-link:hover, .page-link:focus, .page-link:active {
	color: #fff;
	background-color: #9c3342;
    border-color: #9c3342;
}
.ubermenu-target-description, .ubermenu-main .ubermenu-target > .ubermenu-target-description {
    display: none!important;
}

.nav-previous, .nav-next {
    background: #dddddd;
    padding: 60px 20px;
    font-size: 16px;
	cursor:pointer;
}
.nav-next {
    background: #f7f7f7;
}
.nav-previous a, .nav-next a {
    font-size: 16px;
    line-height: normal;
	
}
span.nav-previous:before {
    content: 'Previous Post';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}
span.nav-next:before {
    content: 'Next Post';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}
.row.nav-links i {
    margin-top: 2px;
}
.tribe-events-venue-map {
    width: 100%;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    width: 100%;
}
.tribe-events-event-url a{
    background: #9c3342;
    border-radius: 25px;
    color: #ffffff!important;
    padding: 18px 25px;
}
ul.tribe-related-events.tribe-clearfix {
    width: 100%;
}
.tribe-events-widget .tribe-events-widget-events-list__view-more-link:active, .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus, .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover, .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
    color: #9c3342!important;
    border-bottom-color: #9c3342!important;
}
a u{
	text-decoration:none !important;
}
.tribe-events-content a{
	border-bottom-color: inherit;
}
.tribe-events-content a:hover, .tribe-events-content a:focus, .tribe-events-content a:active{
	color: #000;
	border-bottom-color: #000;
	opacity:.8;
}
.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover {
    color: #9c3342;
	opacity:.8;
}
.tribe-events-pro .tribe-events-pro-organizer__meta-email-link, .tribe-events-pro .tribe-events-pro-organizer__meta-website-link{
	color: #9c3342;
}
.tribe-common .tribe-common-anchor:active, .tribe-common .tribe-common-anchor:focus, .tribe-common .tribe-common-anchor:hover {
    border-bottom: 1px solid #9c3342;
}
.woocommerce-breadcrumb{
	display:none;
}
body .btn-outline-primary.focus, body .btn-outline-primary:focus, body .wpcf7 input.focus[type=submit], body .wpcf7 input:focus[type=submit] {
    -webkit-box-shadow: 0 0 0 0 rgb(255,255,255);
    box-shadow: 0 0 0 0 rgb(255,255,255);
}
body .btn-outline-primary:not(:disabled):not(.disabled).active, body .btn-outline-primary:not(:disabled):not(.disabled):active, body .show>.btn-outline-primary.dropdown-toggle, body .wpcf7 .show>input.dropdown-toggle[type=submit], body .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], body .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    color: #fff;
    background-color: #9c3342;
    border-color: #9c3342;
}
/*=========Media Queries=========*/

@media (min-width: 768px){
	.
	.ubermenu-target-description-prev-next-button{
	top:50%;
}
h2.text-large{
	font-size:3.5em;
}

h2.text-xlarge{
	font-size:4em;
	}
h1.main-heading {
    font-size: 2em;
   
}	
}
@media (min-width: 992px) { 
h2{
	font-size: 2.5em;
    letter-spacing: 1.5px;
		
	}
}
@media (min-width: 960px){
	.mobile-menu{
display:none !important;	
}

.navbar-toggler, .mobile-search{
	display:none;
}
.navbar-expand-lg .navbar-nav.secondary-nav{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
}
@media (max-width: 1000px){
    .logo-slider .wpb_single_image {
        height: 80px;
        width: 33.3333333%; 
    }
}
@media (max-width: 991px){
    .grower-featured-outer .number h2 {
        top: 43px;
    }
}
@media (max-width: 959px){
	#wrapper-navbar{
		position:fixed;
	}
	#wrapper-navbar.shrink .custom-logo-link img{
		height:55px;
	}
	.navbar{
		min-height:65px;
		align-items:center;
		padding-left:15px;
		padding-right:15px;
	}
	.mobile-nav{
		opacity:0;
	}
	.mobile-open .mobile-nav{
		opacity:1;
	}
	.mobile-menu{
	font-family: inherit;
    top: 0;
    left: 0;
    z-index: 997;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 1;
	overflow-y: scroll;
	overflow-x:hidden;
	}
	.mobile-nav-wrap{
	height: 100%;
    
	}
	.mobile-nav-wrap .social{
		display:flex;
		margin:0;
		align-items:center;
		justify-content: center;
	}
	.mobile-nav-wrap .social a{
	    font-size: 2.3em;
		margin: 4px;
		}
	h1 .h1{
		font-size:2rem;
	}
	.menus{
		display:none;
	}
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper{
		display:none !important;
	}
	
	.navbar-nav {
		display:block;
        padding-top:125px;
        align-items: center;
        z-index: 999;
		padding-bottom:1.25em;
		height:100%;
		width:100%;
		position:relative;
		-webkit-overflow-scrolling: touch;
		
	}
	.mobile-menu .search-form{
	margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 1.5em;
	}
	
	.navbar-nav li, .navbar-nav li a{
		display:block;
		width:100%;
	}
	.navbar-nav li a{
		display: block;
	    color: #666361;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    font-weight: bold;
	padding: 8px;
	margin:0;
	}
	
	.menu-mobile-menu-container .mobile-nav .sub-menu {
  background-color: #ffffff;
  height: auto;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
  padding-bottom: 1.25em;
  padding-top:125px;
  padding-left:0px;
}
.menu-mobile-menu-container .mobile-nav li.active > .sub-menu {
  right: 0;
}



	.navbar-nav li ul.dropdown-menu:active, .navbar-nav li ul.dropdown-menu:focus, .navbar-nav li ul.dropdown-menu:hover{
		background: transparent;
    color: #666361;
	}

	.mobile.mobile-open{
		overflow:hidden;
	}
	.custom-logo-link img {
		max-height:75px;
	}
	.navbar-dark .navbar-nav .nav-link:after{
		display:none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding:10px;
		margin:0;
	}
	
	.navbar-dark .navbar-toggler:focus{
		outline:none;
	}

	.navbar-dark .navbar-nav.mobile-nav .menu-item-has-children > a:after{
		content: '\f054';
		border:0px;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		display:inline;
		    margin-left: 1.5em;
    margin-right: -1.5em;
	}
	.mobile-nav li.back{
		text-align:center;
	}
	.navbar-nav li.back a{
		display: inline-block;
    width: auto;
    padding-left: 30px;
    color: #fff;
    background: #666361;
    border-radius: 25px;
    padding-right: 30px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:1em;
	}
	.mobile-nav li.back a:before{
		content: '\f053';
		border:0px;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		display:inline;
		    margin-left: -1em;
    margin-right: 1em;
	}
	.mobile-nav-wrap .search-form .form-control{
		height: 100%;
    display: flex;
    padding: 10px;
	}
    .mobile-search .searchthis{
		font-size:1.4em;
	}
	
}
@media (max-width: 767px) {
    .flickity-button {
        display: none;
    }
	.newest-post h4 {
    font-size: 1rem;
}
.newest-post a:before, .blog .entry-header a:before{
	width:100%;
}
.newest-post a, .blog .entry-header a{
	padding: 8px 12px;
	padding-right: 45px;
}
.newest-post a:after, .blog .entry-header a:after{
	    right: 10px;
		font-size: 2rem;
		transform: translateY(-50%);
		opacity: 1;
}
h5.tb-heading{
	font-size: 1.1rem;
}
.tax-grower-cat .tb-grid-column .wpv-block-loop-item > p{
	margin-bottom: .5rem;
}
.title-wrapper h1 {
    font-size: 48px;
}
.h5, h5 {
    font-size: 1.1rem;
}
.single-grower h1{
	font-size: 2.5rem;

}
blockquote p{
	    font-size: 24px;
		line-height: 1.5;
}
#wrapper-footer{
	    padding: 45px 0!important;
}
.blog .entry-header h2 {
    font-size: 1.3rem;
}
.entry-header.position-relative{
	height:40vh;
}
.newest-post:before, .blog .entry-header:before{
	display:none;
}
}
@media (max-width: 500px) {
	.logo-slider .wpb_single_image {
    height: 100px;
    width: 80%;
   

}
.home-overlay{
	width: 96%;
}
.flickity-page-dots .dot {
	margin: 0 4px;
}
.appstore img{
	height:100%;
}
.object-fit-cover .wpb_single_image.apple-app img{
	margin-top:-15px;
}
}



