/* reassign style for composite page by blog */
.composite-content.blog-content .items article.post, /* mobile */
.composite-content.blog-content.blog-type-post .items article.post {
    background: inherit;
    border-width: 0;
    padding: 0;
}
body.mobile .composite-content .items > header {
    background: transparent;
}
/* widget post-gallery mobile */
.adaptive-mobile .post-gallery .gallery-photo-box {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom:20px!important;
}
