
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2025 | 09:15:54 */
.single-post .entry-thumbnail {
	display: none !important;
}

.main-blog-wrapper .box:after {
	display: block;
	clear: both;
	content: "";
}

.main-blog-wrapper .box .post-img {
	float: left;
	width: 350px;
}

.main-blog-wrapper .box .text-right {
	float: right;
	width: calc(100% - 380px);
}

.main-blog-wrapper .box {
	border: solid 1px #e6e6e6;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 25px;
}

.main-blog-wrapper .box h3 {
	margin: 0 0 15px 0;
}

.main-blog-wrapper .box a.btns {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 5px;
	background: #1e457e;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
}

.main-blog-wrapper .box a.btns:hover {
	background: #de383c;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.main-blog-wrapper .box .post-img {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.main-blog-wrapper .box .text-right {
		width: calc(100% - 0px);
		width: 100%;
	}
}
