/*
Theme Name:Default Mobile
Version: 1.0
Author: Postindustria
Author URI: http://wwtdd.com/
Tags: 1 column, top-nav, gallery
*/



/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


/************************************************************************************
Permalink
*************************************************************************************/
.post_content img {
    max-width: 100%;
    height: auto;
}

/*.post_content embed,
.post_content object,
.post_content iframe {
    width: 100%;
    min-height: 800px;
}
.post_content .oembed iframe {
    min-height: 0;
}*/
/************************************************************************************
smaller than 1000
*************************************************************************************/
/*@media screen and (max-width: 850px) {
    .post_content embed,
    .post_content object,
    .post_content iframe {
        width: 100%;
        min-height: 650px;
    }
    .post_content .oembed iframe {
        min-height: 0;
    }
}*/
/************************************************************************************
smaller than 850
*************************************************************************************/
/*@media screen and (max-width: 850px) {
    .post_content embed,
    .post_content object,
    .post_content iframe {
        width: 100%;
        min-height: 500px;
    }
    .post_content .oembed iframe {
        min-height: 0;
    }
}*/
/************************************************************************************
smaller than 650
*************************************************************************************/
/*@media screen and (max-width: 630px) {
    .post_content embed,
    .post_content object,
    .post_content iframe {
        width: 100%;
        min-height: 350px;
    }
    .post_content .oembed iframe {
        min-height: 0;
    }
}*/

/************************************************************************************
smaller than 560
*************************************************************************************/
/*@media screen and (max-width: 480px) {
    .post_content embed,
    .post_content object,
    .post_content iframe {
        width: 100%;
        min-height: 300px;
    }
    .post_content .oembed iframe {
        min-height: 0;
    }
}*/