.section-main .image-element {
	max-height: 450px;
}

.section-main .blog-list > article:first-child {
    padding-top: 35px !important;
}
.section-main .blog-list article .post-list-sep {
    padding-top: 35px !important;
}
.section-main .blog-list article .standalone-categories {
    position: absolute;
    top: 7px;
    left: 0px;
}



.section-main .blog-list article .standalone-categories > a {
	/*  margin-bottom: 20px; */
	color: rgb(0,0,0);
	
}

.section-main .blog-list article .standalone-categories > a:hover {
	/*  margin-bottom: 20px; */
	color: rgb(237,80,23);
	
}

@media screen and (min-width:1024px)
{
.section-main .blog-list article .standalone-categories > a {	
		font-size: 34px !important;
	
	}
	
}

@media screen and (max-width:1024px)
{
.section-main .blog-list article .standalone-categories > a {	
		font-size: 30px !important;
	
	}
	
}

.section-main .blog-list article .post-item-inner {

	margin-top: 55px !important; 
	margin-bottom: 15px; 
	
}


