/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 02 2026 | 09:23:51 */
.blog-item.post-item .thumb-wrap {
    aspect-ratio: 16 / 9;
}
.blog-posts, .village-stories, .knowledge-products, .gallery-posts, .podcast-posts, .article-posts {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.filter-option, .blog-filters label {
 	display: flex;
    cursor: pointer;
    font-size: 15px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    color: #5e5e5e;
    letter-spacing: 0.2px;
    line-height: 1.2em;
    margin-bottom: 6px;
	align-items: flex-start;
}
.blog-filters label span.cat-name, .village-filters label span.cat-name, .knowledge-filters label span.cat-name, .gallery-filters label span.cat-name, .article-filters label span.cat-name, .podcast-filters label span.cat-name {
    text-transform: inherit;
	margin-left: 3px;
}
/* .gallery-item {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
} */
.media-wrap img, .media-wrap video {
  width: 100%;
  height: auto;
  display: block;
}
.post-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 20px;
}
.post-item .thumb-wrap {
    max-width: 240px;
    aspect-ratio: 120 / 113;
    border-radius: 16px;
	overflow: hidden;
}
.post-item .thumb-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.post-item:hover .thumb-wrap img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.archive-listing {
    font-family: "Fira Sans", sans-serif;
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
	justify-content: space-between;
}
.post-item .date {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #b0b0b0;
}
 .post-item .topic-name {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a6401a;
	 letter-spacing: 0.4px;
	 line-height: 1.2em;
}
.post-item h3, .post-item h3 a {
    color: #592914;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
	margin-top: 0;
	word-break: break-word;
    overflow-wrap: break-word;
    text-transform: lowercase;
}
.post-item h3:first-letter, .post-item h3 a:first-letter {
	text-transform: uppercase;
}
.post-item .excerpt {
	font-size: 18px;
	font-weight: 400;
    color: #5e5e5e;
    letter-spacing: 0.2px;
    line-height: 1.4em;
}
.post-item a.readmore-btn, .post-item-single .readmore-btn {
    color: #fff;
    background: #a6401a;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 24px;
    padding: 6px 8px;
	font-family: "Fira Sans", sans-serif;
}
.post-item-single a.gallery-btn.readmore-btn {
    background: #737029;
}
.post-item-single .event-btn.readmore-btn {
    background: #e3a187;
}
.blog-filters input[type="radio"], .village-filters input[type="radio"], .knowledge-filters input[type="radio"], .gallery-filters input[type="radio"], .article-filters input[type="radio"], .podcast-filters input[type="radio"] {
    display: none;
}
span.custom-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    position: relative;
    transition: all 0.2s ease;
    display: inline-block;
	min-width: 16px;
}
.blog-filters input[type="radio"]:checked + .custom-radio, .village-filters input[type="radio"]:checked + .custom-radio, .knowledge-filters input[type="radio"]:checked + .custom-radio, .gallery-filters input[type="radio"]:checked + .custom-radio, .article-filters input[type="radio"]:checked + .custom-radio, .podcast-filters input[type="radio"]:checked + .custom-radio {
    background: #5e5e5e;
    border-color: #5e5e5e;
}
.load-more-btn {
    text-align: -webkit-center;
	width: 100%;
}
.load-more-btn button {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 24px;
    padding: 6px 36px;
    background: #f0a550;
    color: #592914;
    font-weight: 500;
    width: 237px;
}
.post-item-single .post-title-single, .post-item-single .post-title-single a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    color: #c26e33;
}
.post-single, .post-single .elementor-shortcode {
	height: 100%;
}
.latest-case-study.post-item-single .post-title-single a, .latest-case-study.post-item-single .post-title-single {
    color: #737029;
}
.latest-gallery-item.post-item-single .post-title-single, .latest-gallery-item.post-item-single .post-title-single a {
	color: #467da0;
}
.post-item-single {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
p.event-dates {
    color: #a6401a;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 36px;
}
.podcast-embed iframe, .podcast-item .media-wrap iframe {
    border-radius: 12px;
}
.podcast-item p.author.meta-in-content {
    font-size: 14px;
    font-weight: 400;
}
.filter-heading {
    color: #5e5e5e;
	font-family: "Fira Sans", sans-serif;
    font-weight: 400 !important;
	font-size: 22px;
	padding-bottom: 10px;
	position: relative;
}
.filter-heading .accordian-icon {
	position: absolute;
	right: 0;
}
.filter-options {
    padding-bottom: 7px;
}
details[open] > summary i.fa-solid.fa-chevron-down, details summary i.fa-solid.fa-chevron-up {
    display: none;
}
details[open] > summary i.fa-solid.fa-chevron-up {
    display: block;
}
.latest-blog-post.post-item-single .post-title-single, .latest-blog-post.post-item-single .post-title-single a {
    font-weight: 500;
    color: #a6401a;
}
.post-date {
    color: #787878;
    font-size: 20px;
	font-family: "Fira Sans", sans-serif;
}
.latest-blog-post.post-item-single .post-excerpt {
  font-family: "Fira Sans", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: #787878;
    padding-bottom: 10px;
}
.latest-blog-post.post-item-single .blog-btn.readmore-btn {
    background: #467da0;
    width: 191px;
    font-weight: 400;
}
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    overflow-y: auto;
}
#popup-box {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    max-height: 90vh;      
    overflow-y: auto;
    box-sizing: border-box;
}
#popup-title {
    margin-top: 0;
}
#popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 42px;
    cursor: pointer;
    padding: 5px;
    line-height: 1em;
    font-family: 'Fira Sans';
    color: #592914;
    box-shadow: none;
}

@media  only screen and (min-width: 768px) {
  .blog-posts, .village-stories, .knowledge-products, .gallery-posts, .article-posts, .podcast-posts {
    grid-template-columns: repeat(2, 1fr);
	  width: calc(100% - 210px);
  }
.blog-filters, .village-filters, .knowledge-filters, .gallery-filters, .article-filters, .podcast-filters {
    	width: 175px;
	}
}
@media  only screen and (min-width: 1024px) {
  .blog-posts, .village-stories, .knowledge-products, .gallery-posts, .article-posts, .podcast-posts {
    grid-template-columns: repeat(3, 1fr);
  }
	.podcast-posts {
		 width: calc(100% - 275px);
	}
}

@media  only screen and (min-width: 1200px) {
  .blog-posts, .village-stories, .knowledge-products, .gallery-posts, .article-posts {
    grid-template-columns: repeat(4, 1fr);
	  width: calc(100% - 320px);
  }
.blog-filters, .village-filters, .knowledge-filters, .gallery-filters, .article-filters, .podcast-filters {
		width: 245px;
	}
}
@media only screen and (max-width: 1360px) {
	.post-item-single .post-title-single, .post-item-single .post-title-single a, p.event-dates, .post-item h3, .post-item h3 a {
	font-size: 22px !important;
	}
	.latest-blog-post.post-item-single .post-excerpt {
    font-size: 18px !important;
	line-height: 24px !important;
	}
	.post-item .excerpt, .post-item a.readmore-btn, .post-item-single .readmore-btn {
		font-size: 16px !important;
	}
}