/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 12:58:27 */
/* Add your CSS code here. */


.wp-site-blocks {
	padding: 0;
}

body {
	font-size: 16px;
}

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%;    
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1400px !important;
}

main,
main .wp-block-group {
    margin-top: 20px !important;
	padding-top: 0 !important;
}

.wp-block-columns .wp-block-group {
	padding-left: 10px !important;
}