/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 12:58:54 */
/* Blog loop: 
 * Remove the border 
 * Remove the underhline on hover
 * block height img
 * size of fonts
*/
.blog .with-background, .page-template-homepage_with_posts .with-background{
	border-width: 0px;
}

.post-title a:hover{
	text-decoration:none;
}

.blog-regular article.post{
	float: left;
  overflow: hidden;
  position: relative;
  display: inline;
}

.post-excerpt p{
	font-size:15px;
	margin:0 0 2rem 0;
}
h3.post-title{
	font-size:24px;
}
.page-template-homepage_with_posts .post-content.with-background{
	padding:3rem!important;
}

.page-template-homepage_with_posts .thumbnail {
    max-width: 100%;
    float: none;
    /* height: 280px; */
}

body.page-template-homepage_with_posts .page-head-title, .featured-media .tm-slider-container{
	background-color: #040b1c !important;
}

body.page-template-homepage_with_posts .row .row{
	margin-left:0;
}

/* fix on the icon component in Small size used in posts */
.feature-column.small .feature-icon {
	margin-top:5px;
}

@media only screen and (max-width: 769px) {
	body.page-template-homepage_with_posts .section-block{
		padding-top:5rem;
	}	
}



