/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2024 | 18:16:22 */
.single-post main {
	max-width: 1300px; 
	margin-left: auto; 
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.single-post .post-thumbnail {
	display: none;
}

.single-post .wp-block-image {
	margin-bottom: 20px;
}

.single-post h1 {
	margin-top: 0;
    font-size: 35px !important;
    font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.single-post .post-thumbnail img {
	width: 100%;
	height: auto;
}

.single-post .post-meta {
	color: #555; 
	font-style: italic; 
	margin-bottom: 25px;
	margin-top: 10px;
}

@media screen and (max-width: 600px) { 
	.single-post h1 { 
		font-size: 20px !important;
	}
}