/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2022 | 15:56:50 */
:root {
  --item-display: flex;
}

.elementor-posts div.elementor-post__text{
    display: flex;
	flex-direction: row;
}

.elementor-posts h3.elementor-post__title{
    order: 2;
    margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 0px;
	color: #1A1C23;
	line-height: 24px;
}

.elementor-posts h3.elementor-post__title a:hover{
	color:  #0B289D;
}

.elementor-post__meta-data{
    order: 1;
	letter-spacing: 1.1px;
	font-size: 16px;
}

.elementor-post__meta-data .elementor-post-date{
    white-space: nowrap;
    color: #888B95;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 960px) {
    .elementor-posts div.elementor-post__text{
    	display: block;
	}
	
	.elementor-posts h3.elementor-post__title{        
	margin-left: 0px;
	}
}