/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 15:50:33 */
.blog_page_blogs .pp-content-grid-post-title{
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
	display: inline-block;
}


.blog_page_blogs .pp-content-grid-post-title a{
	color: #5F9E8F;
	text-decoration: none !important;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
	height: 90px;
}

.blog_page_blogs .pp-content-grid-post-image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	aspect-ratio: 364/259;
	object-fit: cover;
}

.blog_dropdown_facet .fs-arrow {
	appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
	border: 0 !important;
}

.blog_dropdown_facet .fs-wrap {
	width: 100%;
}

.blog_dropdown_facet .fs-label-wrap {
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/10/Group-6493.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
}

.blog_dropdown_facet .fs-label-wrap {
	font-size: 12px;
	padding: 10px;
	color: #4A4A4A;
	border: 1px solid #BABABA;
	border-radius: 100px;
}

.fs-option-label {
	font-size: 12px;
	color: #4A4A4A;
}

.blog_dropdown_facet .fs-label-wrap::placeholder {
	font-size: 12px;
	padding: 13px;
	color: #4A4A4A;
}

.facetwp-facet{
	margin-bottom: 0 !important;
}

.blog_keyword_search_facet .facetwp-search::placeholder{
	color: #4A4A4A;
}

.blog_keyword_search_facet .facetwp-input-wrap {
	display: block;
}

.blog_keyword_search_facet .facetwp-search{
	font-size: 12px;
	padding: 13px;
	color: #4A4A4A;
	border: 1px solid #BABABA;
	border-radius: 100px;
}

.blog_keyword_search_facet .facetwp-icon:before{
	background-image: url("/wp-content/uploads/2025/10/Group-6494.svg");
	width: 43px;
	background-position: 0px 50%;
    background-size: contain;
}

.blog_keyword_search_facet .facetwp-icon{
	opacity: 1;
	right: -60px;
	width: 46px;
}

@media (max-width: 430px) {
	.blog_keyword_search_facet .facetwp-icon{
		display: none !important;
	}
}

.blog_clear_facet .facetwp-facet{
	text-align: end;
}

.blog_clear_facet .facetwp-reset{
	border: 1px solid #B0C4B1;
	background: #00000000;
	color: #4A4A4A;
	padding: 10px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: "Titillium Web", sans-serif;
	border-radius: 100px;
	transition: all .3s ease 0s;
}

.blog_clear_facet .facetwp-reset:hover, .blog_clear_facet .facetwp-reset:active, .blog_clear_facet .facetwp-reset:focus{
	background-color: #4A4A4A;
	color: #ffffff;
	border: 1px solid #4A4A4A;
}

.facet_counts{
	    display: flex;
}

.facet_counts strong{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	color: #D9A178;
	font-style: italic;
}


