/* ------------------------------
	1199px
------------------------------ */
@media screen and (max-width: 1199px) {

}



/* ------------------------------
	991px
------------------------------ */
@media screen and (max-width: 991px) {

    /* Blog */
    .post-featured-image {
        margin-top: 25px;
    }

}



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

}



/* ------------------------------
	640px
------------------------------ */
@media screen and (max-width: 640px) {

}



/* ------------------------------
	480px
------------------------------ */
@media screen and (max-width: 480px) {

    /* Blog */
    .post_header h1 {
        font-size: 24px;
        line-height: 27px;
    }
    .post-content h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .post-content h5 {
        font-size: 14px;
        line-height: 18px;
    }

}



/* ------------------------------
	340px
------------------------------ */
@media screen and (max-width: 340px) {

}