/* -------------------------------------------------------------- */
/* --- 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;}
}


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

	h1 {
		font-family: "Raleway";
		font-size: 50px;
		font-weight: 300;
		line-height: 50px;
		margin: 0;
		padding: 0;
	}

	h3 {
		font-family: "Raleway";
		font-size: 32px;
		font-weight: 300;
		line-height: 35px;
		margin: 0;
		padding: 0;
	}

}


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

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

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

	h1 {
		font-family: "Raleway";
		font-size: 35px;
		font-weight: 300;
		line-height: 40px;
		margin: 0;
		padding: 0;
	}

	h2 {
		font-family: "Raleway";
		font-size: 22px;
		font-weight: 300;
		line-height: 30px;
	}

	h3 {
		font-family: "Raleway";
		font-size: 30px;
		font-weight: 300;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}

}