/* -------------------------------------------------------------- */
/* --- REPSONSE 980px ------------------------------------------- */
/* -------------------------------------------------------------- */

@media screen and (max-width:1200px) {

}

/* -------------------------------------------------------------- */
/* --- REPSONSE 768px -------------------------------------------- */
/* -------------------------------------------------------------- */
@media screen and (max-width:992px) {

}

/* -------------------------------------------------------------- */
/* --- REPSONSE 440px ------------------------------------------- */
/* -------------------------------------------------------------- */
@media screen and (max-width:768px) {
	.main-featured-post .social-nets-wrap {position: static; padding-top: 30px;}
	.read-more-button {position: static; margin-top: 20px;}

	.comment-wrap > .comment-wrap {padding-left: 45px; margin-bottom: 10px;}
	.comment-wrap .autor-image-frame {text-align: left; margin-bottom: 10px;}
}

/* -------------------------------------------------------------- */
/* --- REPSONSE 300px ------------------------------------------- */
/* -------------------------------------------------------------- */

@media screen and (max-width:440px) {

	.single-post-wrap {padding-left: 0;}
	.date-posted-wrap {position: static; padding-bottom: 25px;}

}