.modblog_load_posts{
	border-right: 0px;
}

.modblog_load_posts .modblog_post{
	border-bottom: 0;
	width:calc(33% - 20px);
	position: relative;
	display:flex;
	flex-flow: column;
	
	margin: 10px;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgb(110, 110, 110, 0.12);
	
	border-radius: 5px;
}
.modblog_load_posts .modblog_post > div{
	text-align:center;
	padding: 5px 25px;
}

.modblog_load_posts .modblog_post .modblog_post_imagem{
	order: 1;
	padding:0px;
	height:230px;
}
.modblog_load_posts .modblog_post .modblog_post_imagem img{
	height:100%;
}
.modblog_load_posts .modblog_post .modblog_post_titulo{
	order: 2;
	color: #505060;
	font-size:18px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.modblog_load_posts .modblog_post .modblog_post_subtitulo{
	order: 3;
	display:none;
}
.modblog_load_posts .modblog_post .modblog_post_conteudo{
	order: 4;
	color: #6a6c72;
	
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	
	margin-bottom: 90px;
}
.modblog_load_posts .modblog_post .modblog_post_leiamais{
	order: 5;
}
.modblog_load_posts .modblog_post .modblog_post_leiamais a{
	order: 5;
	position: absolute;
	bottom: 20px;
	width: 150px;
	left:50%;
	margin-left:-75px;
	text-align:center;
	
	border-radius:30px;
	background-color: var(--cor-principal);
	transition: .4s;
}

.modblog_load_posts .modblog_post .modblog_post_leiamais a:hover{
	order: 5;
	position: absolute;
	bottom: 20px;
	width: 150px;
	left:50%;
	margin-left:-75px;
	text-align:center;
	
	border-radius:30px;
	background-color: var(--cor-secundaria);
	transition: .4s;
}

.modblog_posts_paging{
	float:left;
	width: 100%;
}

.modblog_posts_paging .png_links a{
	display: inline-block;
	background: #ffffff !important;
	color: #505060 !important;
	border: 0;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	margin: 10px 3px;
	width: auto;
	min-width: 45px;
	height: 45px;
	text-align: center;
	padding: 2px 10px;
}
.modblog_posts_paging .png_links a.paging_lnk_inactive{
	color: #ffffff !important;
	background: var(--cor-secundaria) !important;
}

.modblog_posts_paging .png_links a:nth-child(1),
.modblog_posts_paging .png_links a:nth-child(2),
.modblog_posts_paging .png_links a:nth-last-child(1),
.modblog_posts_paging .png_links a:nth-last-child(2){
	background: #ffffff !important;
	color: #505060 !important;
}

.modblog_posts_paging .png_links a.paging_lnk_inactive:nth-child(1),
.modblog_posts_paging .png_links a.paging_lnk_inactive:nth-child(2),
.modblog_posts_paging .png_links a.paging_lnk_inactive:nth-last-child(1),
.modblog_posts_paging .png_links a.paging_lnk_inactive:nth-last-child(2){
	color: #505060 !important;
	background: #f8f8f8 !important;
}