 
.blog .entry-content article{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5em;
	
	max-width: 800px;
	float: none;
	margin-left: auto;
	margin-right: auto;

}

.adm--post-loop-content{
	flex		: 1 1 0;
	order		: 1;
	margin		: 0;
	text-align	: justify;
	font-size	: 1em;
}

.adm--post-loop-image{
	max-width	: 100%;
	flex-grow	: 0;
	flex-shrink	: 1;
	flex-basis	: 300px;
	flex		: 0 1 300px;
	order		: 2;
	height		: auto;
}



@media screen and (max-width: 700px) {
	.blog .entry-content article{
		flex-direction: column-reverse;
	}
	.adm--post-loop-image{
		flex		: unset;
		flex-basis	: unset;
		width		: 100%
	}	
	.hentry .adm--post-loop-image img,
	.hentry .adm--post-loop-image img{
		max-width	: 100%;
		margin		: 0 auto;
	}	


	
}
@media screen and (min-width: 701px) {
	.blog .entry-content article{
		flex-direction: row;
	}
	.hentry .adm--post-loop-image img,
	.hentry .adm--post-loop-image img{
		max-width	: 300px;
		margin		: 0 auto;
	}
}


.hentry .entry-content a{
	text-decoration: none;
	font-weight: bold;
	color: #cbb707;
}

.absolute-link{
	position: absolute;
	width:100%;
	height:100%;
}

.blog #post-navigation{
	width: 100%;
}

