/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 11:20:50 */
/* Add your CSS code here */

.wp-site-blocks {
	padding: 0;
}

body.home .col-lg-4 .has-global-padding {
	padding-left: 0 !important;
}

a {
    color: #2271b1;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

.wp-block-latest-posts__read-more,
.wp-block-post-excerpt__more-link {
    display: inline-block;
	padding: 10px 0;
    width: 100%;    
}