/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 11:30:46 */
div.latest_post_holder.dividers ul li div div.boxes_image a img.attachment-latest_post_boxes.size-latest_post_boxes.wp-post-image,
div.post_image a img.attachment-latest_post_boxes.size-latest_post_boxes.wp-post-image,
div.boxes_image a img.attachment-latest_post_boxes.size-latest_post_boxes {
	border-radius: 8px !important;
}

div.latest_post_holder.dividers ul li div div.boxes_image {
	aspect-ratio: 1/0.58 !important;
	overflow-y: hidden !important;
}

div.latest_post_holder.dividers.three_columns ul li {
	float: left !important;
	padding-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 25px !important;
}
div.latest_post_holder.dividers.three_columns ul li .latest_post_date {
	font-size: 16px !important;
	line-height: 125% !important;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	color: #c89d66 !important;
}
.category .latest_post_meta .categories {
	font-size: 14px !important;
	line-height: 125% !important;
	padding-bottom: 10px !important;
}
.latest_post_text_inner h6.latest_post_title.entry_title a {
	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 125% !important;
	padding-bottom: 25px !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	display: block !important;
}

@media screen and (min-width: 769px) {
	div.latest_post_holder.dividers.three_columns ul li {
		max-width: calc(33% - 25px) !important;
		min-width: calc(33% - 25px) !important;
		width: calc(33% - 25px) !important;
	}
	div.latest_post_holder.dividers.three_columns ul li .latest_post_excerpt {
		padding-bottom: 55px !important;
		display: block !important;
	}	
}

@media screen and (max-width: 768px) {
	div.latest_post_holder.dividers.three_columns ul li {
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
		margin-right: 0px !important;
	}
	div.latest_post_holder.dividers.three_columns ul li .latest_post_excerpt {
		padding-bottom: 30px !important;
		display: block !important;		
	}	
}