*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}
.wrapper {
    width: 95% !important;
    float: none !important;
    margin: 0 auto !important;
/*     max-width: 1300px !important; */
	    max-width: 90% !important;
}
html {
    scroll-behavior: smooth;
}
header{
	z-index: 99999;
    position: relative;
}
.no-wrapper{
	width:100% !important;
}
.row,.et_pb_section{
	width:100%;
	float:left;
}
.p_t{
	padding-top:90px;
}
.p_b{
	padding-bottom:90px;
}
.center{
	text-align:center !important;
}
.header .twoflex{
	 flex-wrap: nowrap;
}
.flex-center{
	display:flex;
	 flex-wrap: wrap;
	align-items:center;	
}
.twoflex{
	display:flex;
	 flex-wrap: wrap;
	align-items:center;
}
.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.header.top {
  position: relative;
}
.header.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none; /* optional: makes sure it doesn't block clicks */
  z-index: 1; /* optional: control layering */
}
.et_pb_button:hover,.btn:hover{
	opacity:0.8;
}
.testimonial-img{
	width:15%;
}
.testimonial-img img{
	width:auto !important;
}
.testimonial-content{
	background:#fff !important;
	border-radius:15px !important;
	padding:20px !important;
}
h3.testimonial-name {
    font-size: 20px;
    line-height: 30px !important;
    color: #4D2D20 !important;
	padding-bottom: 0 !important;
}
h4.testimonial-position {
    font-size: 14px;
    line-height: 20px;
    color: #bd7f63!important;
}
.testimonial-txtbox{
	display:flex;
	align-items:center;
	gap:15px;
}
.testimonial-text{
	margin-bottom:30px !important;
	height: 110px;
}
.testimonial-carousel .owl-nav {
    display: block !important;
	text-align: center !important;
	margin-top:30px !important;
}
.testimonial-carousel .owl-prev span::before {
  width: 24px;
  height: 24px;
  background:#811436 !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m15 6l-6 6l6 6'/%3E%3C/svg%3E");
	padding:10px;
}
.testimonial-carousel .owl-next span::before {
  width: 24px;
  height: 24px;
  background:#811436 !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m9 6l6 6l-6 6'/%3E%3C/svg%3E");
	padding:10px;
}
button.owl-prev,button.owl-next  {
   margin:5px !important;
}
/* Hide the default text arrows */
.owl-prev span,
.owl-next span {
  font-size: 0; /* hides the default ‹ and › */
}
/* Custom left arrow */
.owl-prev span::before {
  background:#3874BD !important;
  border-radius:100px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m15 6l-6 6l6 6'/%3E%3C/svg%3E");
	padding:5px;
}
/* Custom right arrow */
.owl-next span::before {
  background:#3874BD;
  border-radius:100px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m9 6l6 6l-6 6'/%3E%3C/svg%3E");
   padding:5px;
}
.footer-linkbtn{
	display:flex;
	flex-wrap: wrap;
	gap: 11px;
    justify-content: center;
	margin-bottom: 40px !important;
}
.linkbtn{
	display: inline-block;
	background: #811436 !important;
    border-radius: 100px !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 30px !important;
    padding: 10px 35px !important;
}
.linkbtn a{
	color:#fff !important;
}
.farms-grid{
	display: flex;
	flex-wrap:wrap;
	gap: 20px;
	margin-bottom: 20px !important;
}
.farm-card{
	flex-basis:23.66%;
	background:#fff !important;
	border-radius:15px !important;
	padding:8px 8px 30px 8px !important;
}
.paid-farm{
	flex-basis:49.6%;
	border:2px solid #811436 !important;
}
.no-image img{
	width:100%;
}
.farm-image{
	width:100%;
	float:left;
	overflow:hidden;
	transition:all 1s !important;
	border-radius:8px !important;
}
.farm-image img{
	width: 100%;
	border-radius:8px !important;
	height:280px !important;
	overflow:hidden;
	transition:all 1s !important;
}
.farm-card.paid-farm .farm-image img{
	height:400px !important;
}

.farm-image:hover img{
	transform: scale(1.1);
} 
h2.farm-title {
	display: inline-block;
    color: #4D2D20 !important;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 23px !important;
	margin:12px 0 10px 0 !important;
}
.farm-card p{
	display: grid;
    grid-template-columns: 20px 1fr;
    gap: 2px;
	padding-bottom:15px !important;
}
.farm-card p,.farm-card p a{
	color: #846F65 !important;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 20px;
	word-break: break-word;
}
.farm-card p a{
	padding-bottom:0 !important;
}
svg.iconify {
    color: #AE6546 !important;
	margin-right: 3px;
}
.btn{
	cursor:pointer;
	display: inline-block;
    font-size: 16px;
	line-height:24px !important;
	padding: 10px 20px !important;
	border-radius: 100px !important;
	background: #811436 !important;
	color:#fff !important;
	transition:all 1s !important;
}
.bundle.btn{
	float: left;
	margin:20px 15px 0 0 !important;
}
.directory-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px !important;
}
.paid-farm .directory-icons{
	  margin-top: 0px !important;
}
img.directory-icon {
    width: 42px;
}
.paid-farm img.directory-icon {
    width: auto;
}
ul.directory-tabs{
	display: flex;
    justify-content: center;
    gap: 15px;
	margin-bottom: 35px !important;
	margin-left: 0 !important;
}
ul.directory-tabs li{
	cursor:pointer;
	flex-basis: 20%;
	display: inline-block;
    font-size: 16px;
	line-height:24px !important;
	padding: 12px 40px !important;
	border-radius: 100px !important;
	border:2px solid #811436 !important;
	background: transparent !important;
	color:#811436 !important;
	font-weight:500 !important;
	text-align: center !important;
}
ul.directory-tabs li.active{
	background: #811436 !important;
	color:#fff !important;
}
.load-more-btn.btn{
	border:none;
	margin: 50px auto 0;
    width: auto;
    display: block;
	padding:12px 60px !important;
}
.directory-table-wrapper{
	background:#fff !important;
	border-radius:15px !important;
	padding:30px !important;
	column-count: 2;
    column-gap: 20px;
}
.directory-table {
  width: 100%;
  border-collapse: collapse;
}
table, td, th {
  border: 1px solid #DBD1C6;
}
/* tbody{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
} */
.directory-table tr{
	transition:all 0.6s;
	border:1px solid #E9DAE6 !important;
}
.directory-table th, .directory-table td {
  padding: 10px 20px;
}
.directory-table tr.paid-farm-row {
  background: #f8fff1;
  font-weight: bold;
}
.la-beet{
	display:flex;
	align-items: center;
	border:none;
}
.directory-table a {
  color: #4D2D20 !important;
  text-decoration: none;
}
.directory-table tr:nth-child(even) {
    background-color: #EDE1D4;
}
.directory-table tr:hover{
	background-color: #811436;
} 
.directory-table tr:hover td{
  color: #EDE1D4 !important;
} 
.et_pb_social_icon .icon:hover{
	opacity:0.8;
}
.sec-1{
	background:#d3bbce !important;
}
.gallery-sec{
	background:#D3BBCE!important;
	padding-top:40px;
}
.pnk_bg{
		background:#D3BBCE!important;
}
.sec-1 h1,.sec-1 h2{
	font-weight: 600;
    font-size: 40px;
    color: #4d2d20 !important;
    line-height: 50px;
    margin-bottom: 20px;
}
.gallery-sec h2{
	font-weight: 600;
    font-size: 40px;
    color: #4d2d20 !important;
    line-height: 50px;
	 margin-bottom: 30px;
}
.sec-2 h2{
	font-weight: 600;
    font-size: 40px;
    color: #fff !important;
    line-height: 50px;
    margin-bottom: 10px;
}
.sec-1 p{
	font-weight: 400;
    font-size: 18px;
    color: #6D4A3B !important;
    line-height: 34px;
/*     margin-bottom: 20px; */
}
.farmProducts{
	font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    line-height: 34px;
    margin-bottom: 40px;
}
.sec-1 .btn{
	margin:20px 0 50px 0 !important;
	padding: 12px 40px !important;
}
.sec-1 img.directory-icon {
    width: auto;
}
/* .sec-2{
	background:#AE6546 !important;
} */
.farmcontact{
	display:flex;
	justify-content: center;
	gap:20px;
}
.farmcontact .col-left {
    width: 50%;
/*     background-color: #AE6546; */
	   background-color: #811436;
    padding: 0 50px;
    display: flex;
    align-items: center;
}
.farmcontact .col-right{
	  width: 50%;
/* 	padding:80px; */
}
/* .image-wrapper img{
	width:100%;
	float:left;
} */
.map-box iframe{
	float:left;
}
.farmAddress,.farmPhone,.farmWebsite a,.farmEmail a, .farmFacebook a{
	font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    line-height: 34px;
	color: #fff !important;
	display: flex;
    align-items: center;
}
.farmWebsite a:hover,.farmEmail a:hover,.farmFacebook a:hover {
	opacity: 0.5;
}
.sec-2 svg.iconify {
    color: #fff !important;
    margin-right: 12px;
}
.map-box{
	float: left;
    width: 100%;
/* 	margin-top:60px; */
	border:10px solid #fff;
}
.farmicons{
		display:flex;
	justify-content: center;
	gap:15px;
}
.support{
	padding:120px 0 !important;
	background:url("https://dev.vanceblackburn.com/delaware-bounty/wp-content/uploads/2025/10/Riverdale-support.jpg") center;
	background-size:cover;
	background-repeat:no-repeat;
}
.support h2{
		font-weight: 600;
    font-size: 65px;
    color: #E9DAC8 !important;
    line-height: 70px;
    margin-bottom: 60px;
}
.support p{
	font-weight: 600;
    font-size: 20px;
    color: #E9DAC8 !important;
    line-height: 28px;
    margin-bottom: 60px;
}
.support p strong{
	font-weight:600 !important;
	  color: #E9DAC8 !important;
	border-bottom:2px solid #E9DAC8;
}
.support .btn{
	padding: 16px 52px !important;
	font-size:18px !important;
}


.farmers-market-wrapper {
  display: grid;
 grid-template-columns:1.7fr 1fr;
  gap: 25px;
}
.farmers-market-wrapper h2{
	color: #4D2D20 !important;
  font-size: 40px;
  font-weight: 600 !important;
	margin-bottom:30px !important;
}
.market-number:after{
    content: "";
    border-right: 1px solid #C5B1C1;
    height: 100%;
    display: inline-block;
    position: absolute;
    padding-left: 30px;
}
.farmers-market-wrapper h3{
	color: #4D2D20;
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 30px;
	margin-bottom:5px !important;
}
.farmers-market-wrapper p{
	padding-bottom:4px !important;
	display: flex;
    gap: 10px;
}
.farmers-market-wrapper p a{
	padding-bottom:0 !important;
}
span.market-number {
    position: relative;
    margin-bottom: 30px !important;
	font-size:22px;
	font-weight:600!important;
	margin-right: 35px !important;
}
.market-detail{
	 margin-bottom: 25px !important;
}
.market-info {
	display: flex;
    gap: 30px;
    border-bottom: 1px solid #E9DAE6 !important;
    padding: 30px 30px 0 30px !important;
}
.market-info strong{
	font-size:18px;
	font-weight: 600;
}
.market-column .market-info:nth-child(even) {
    background-color: #fff !important;
}
.market-column .market-info:nth-child(odd) {
    background-color: #FAECF7 !important; 
}
.vendor-card {
    background: #fff !important;
    padding: 0 30px !important;
}
.vendor-detail {
    padding: 30px 0 !important;
    border-bottom: 1px solid #D3BBCE !important;
}
.vendor-column .vendor-card:last-child .vendor-detail {
    border-bottom: none !important;
}

.vendor-icons img{
	 width: 32px;
}
.vendor-top{
	display: flex;
    justify-content: space-between;
    align-items: center;
}


/* landing page Ads */
.mainRow {
    display: flex;
    gap: 20px; 
    align-items: stretch;
}

/* Left Column */
.rowLeft {
    width: 20%; /* can adjust as needed */
    background: #ccb4c7;
    padding: 10px;
    box-sizing: border-box;
}

/* Right Column */
.rowRight {
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
}

/* Scroll Container */
.lpa-scroll-container {
/*     overflow: hidden;
    position: relative; */
/* 	height: 100% !important; */
	  overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}

/* Scroll Content */
.lpa-scroll-content {
/*     display: flex;
    flex-direction: column;
    gap: 15px; */
/*     animation: lpa-scroll 20s linear infinite; */
}
.lpa-ad-info {
    padding: 10px;
}
/* Ad Item */
.lpa-ad-item {
     display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 10px;
   margin-bottom: 15px;
    box-sizing: border-box;
}

/* Ad Image */
.lpa-ad-image 
{
display: flex;
width: 100%;
height: 183px;
}
.lpa-ad-image img {
    width: 100%;
    border-radius: 8px;
	object-fit: cover;
    display: block;
}
.lpa-ad-webaddress
{
color: #846F65;
text-align: left;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px
}
/* Ad Title & Website */
.lpa-ad-title {
	display: inline-block;
	color: #4D2D20 !important;
	font-size: 20px;
	font-weight: 600 !important;
	line-height: 23px !important;
	margin: 12px 0 10px 0 !important;
}

.lpa-ad-web {
    font-size: 14px;
    color: #555;
}
/* Landing Page Ads */
.lpa-ad-info .btn{
	cursor:pointer;
	display: inline-block;
	font-size: 14px;
	line-height:24px !important;
	padding: 6px 15px !important;
	border-radius: 100px !important;
	background: #811436 !important;
	color:#fff !important;
	transition:all 1s !important;
	float: left;
}
.lpa-ad-info svg.iconify {
    color: #AE6546 !important;
    margin-right: 3px;
}
.lpa-ad-info .btn svg.iconify, .btnList svg.iconify {
       color: #ffffff !important;
    margin-right: 0;
    vertical-align: middle;
    margin-left: 6px;
}
.lpa-ad-info p{
	display: grid;
    grid-template-columns: 20px 1fr;
    gap: 2px;
	padding-bottom:15px !important;
}
.lpa-ad-info p,.lpa-ad-info p a{
	color: #846F65 !important;
/* 	font-size: 16px; */
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 20px;
	word-break: break-word;
}
.lpa-ad-info p a{
	padding-bottom:0 !important;
}
.lpa-ad-info .directory-icons {
    margin-top: 18px !important;
}
.btnList {
    margin: 40px 0;
}
.sec-1 .btnList .btn{
	margin:0 !important;
}
.adsGallery {
    padding-top: 40px;
}
.btnList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
	justify-content: center;
}

.btnList .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
@media(max-width:1380px){
.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
@media(max-width:1280px){
.farm-card {
	flex-basis: 49%;
}
.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.farmcontact {
    flex-wrap: wrap;
}
	.col-left,.col-right{
	width:100% !important;
}
	.farmcontact .col-left
	{
		padding: 20px 50px;
	}
	
}
@media(max-width:1080px){
	.farm-card {
	flex-basis: 48%;
}
	.directory-table-wrapper{
	column-count: 1;
}
	ul.directory-tabs li {
		flex-basis: 30%;
	}
	.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
	.farmers-market-wrapper {
    grid-template-columns: 1fr;
	gap:40px;
}
 .mainRow {
        flex-direction: column;
    }
    .rowLeft, .rowRight {
        width: 100%;
    }
}
@media(max-width:980px){
.farm-card {
	flex-basis: 48%;
}
	ul.directory-tabs li {
	padding: 12px 30px !important;
     flex-basis: 36%;
}
}
@media(max-width: 767px){
    .rowLeft, .rowRight { width: 100%; }
    .lpa-scroll-container { max-height: none; overflow: hidden; }
    .lpa-ad-item { margin-bottom: 0; }
	.lpa-ad-image {
		height:150px;
	}
	.bundle.btn {
    margin: 10px 10px 0 0 !important;
	}
	.lpa-ad-info p{
	padding-bottom:10px !important;
}

}
@media(max-width:600px){
.farm-card {
	flex-basis: 100%;
}
ul.directory-tabs li {
	padding: 12px 20px !important;
    flex-basis: 45%;
	font-size: 15px;
}
	.farmcontact .col-right {
/*     padding: 40px; */
		padding: 0px;
	 overflow-wrap: anywhere;
}
	.support h2 {
    font-size: 46px;
    line-height: 50px;
}
.farm-card.paid-farm .farm-image img {
    height: auto !important;
}
}

@media(max-width:480px){
	ul.directory-tabs {
		gap: 6px;
	}
    ul.directory-tabs li {
        padding: 12px 10px !important;
        flex-basis: 48%;
        font-size: 15px;
    }
	.paid-farm img.directory-icon {
    width: 40%;
}
	.farmers-market-wrapper h2 {
    font-size: 30px;
}
	.market-info {
    gap: 6px;
    padding: 30px 15px 0 15px !important;
}
	span.market-number {
    margin-right: 10px !important;
}
	.market-number:after{
		content:none;
	}
	.farmers-market-wrapper p{
	display: block;
}
	.farmers-market-wrapper svg{
		margin-right:6px;
	}
	.vendor-card {
    padding: 0 20px !important;
}

}