/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 10:23:43 */
/* Caption text */
.hentry .wp-caption .wp-caption-text{
	font-size:16px;
}
/* 992px and smaller screen sizes */
@media (max-width:992px){

	/* Caption text */
	.hentry .wp-caption .wp-caption-text{
		font-size:14px;
		
	}
	
}
/* Note inner */
.hentry .su-note .su-note-inner{
	background-color:#f7f7f7;
}

/* Image */
.hentry .wp-caption img{
	box-shadow:none;
}

