.qodef-blog-holder.qodef-masonry-full-width{
	height: auto!important;
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
}
.qodef-blog-holder.qodef-masonry-full-width article{
	width: 100%;
	display: inline-block;
	position: relative!important;
	top:auto!important;
	left:auto!important;
	margin: 2vw 0px;

}
.qodef-blog-holder.qodef-masonry-full-width article >.qodef-post-content{
	padding: 0px 2%;
}

.qodef-blog-holder.qodef-masonry-full-width article >.qodef-post-content .qodef-post-image{
	width: 15%;
    display: inline-block;
    vertical-align: bottom;
}
.qodef-blog-holder.qodef-masonry-full-width article >.qodef-post-content .qodef-post-text{
	width: 80%;
    display: inline-block;
}

@media screen and (max-width: 963px){
	.qodef-blog-holder.qodef-masonry-full-width article >.qodef-post-content .qodef-post-text{
		width: 77%;
	}
}
@media screen and (max-width: 610px){
	.qodef-blog-holder.qodef-masonry-full-width article >.qodef-post-content .qodef-post-text{
		width: 75%;
	}
}