/*
  ************************** Widget w-blog basic styles ************************/
 .w-blog-entry-h {
    position: relative;
    overflow: hidden;
    /* clearfix */
}

.w-blog-entry-link {
    text-decoration: none;
}

.w-blog-entry-meta {
    font-size: 0;
}

.w-blog-entry-meta-author {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.w-blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.w-blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

/*
********************* Element w-blog modifications **********************/

/*
 * .IMGPOS_ATTOP (show blog picture at top)
 */
.w-blog.imgpos_attop .w-blog-entry-preview {
    display: block;
}

.w-blog.imgpos_attop .w-blog-entry-preview+.w-blog-entry-title {
    padding-top: 20px;
}

/*
 * .IMGPOS_ATLEFT (show blog picture at left)
 */
.w-blog.imgpos_atleft .w-blog-entry-title {
    margin-left: 35%;
    /* Temp */
    padding-top: 0;
}

.w-blog.imgpos_atleft .w-blog-entry-body {
    margin-left: 35%;
    /* Temp */
}

/*
 * .DATE_ATLEFT (show date at left)
 */
.w-blog.date_atleft .w-blog-entry-title,
.w-blog.date_atleft .w-blog-entry-body {
    margin-left: 100px;
    /* Temp */
}

.w-blog.date_atleft .w-blog-entry-meta-date {
    position: absolute;
    left: 0;
    top: 0;
}

.w-blog.imgpos_atleft.date_atleft .w-blog-entry-meta-date {
    position: static;
}

/*
* .MORE_HIDDEN (hide more button)
*/
.w-blog.more_hidden .w-blog-entry-more {
    display: none;
}

/*
 * .META_AUTHOR
 */
.w-blog.meta_author .w-blog-entry-meta-author {
    display: inline-block;
}

/*
 * .META_TAGS
 */
.w-blog.meta_tags .w-blog-entry-meta-tags {
    display: inline-block;
}

/*
 * .META_COMMENTS
 */
.w-blog.meta_comments .w-blog-entry-meta-comments {
    display: inline-block;
}

/*
 * .META_AUTHORTAGS
 */
.w-blog.meta_authortags .w-blog-entry-meta-author,
.w-blog.meta_authortags .w-blog-entry-meta-tags {
    display: inline-block;
}

/*
 * .META_AUTHORCOMMENTS
 */
.w-blog.meta_authorcomments .w-blog-entry-meta-author,
.w-blog.meta_authorcomments .w-blog-entry-meta-comments {
    display: inline-block;
}

/*
 * .META_TAGSCOMMENTS
 */
.w-blog.meta_tagscomments .w-blog-entry-meta-tags,
.w-blog.meta_tagscomments .w-blog-entry-meta-comments {
    display: inline-block;
}

/*
 * .META_ALL
 */
.w-blog.meta_all .w-blog-entry-meta-author,
.w-blog.meta_all .w-blog-entry-meta-tags,
.w-blog.meta_all .w-blog-entry-meta-comments {
    display: inline-block;
}

/*
  ************************** Widget w-bloglist basic styles ************************/
.w-bloglist-entry-link {
    margin-right: 10px;
}

/*
********************* Element w-bloglist modifications **********************/

/*
 * .DATE_ATLEFT (show date at left)
 */
.w-bloglist.date_atleft .w-bloglist-entry-date {
    position: absolute;
    top: 0;
    left: 0;
}

.w-bloglist.date_atleft .w-bloglist-entry-link {
    margin-left: 130px;
}

/*
  ************************** Widget w-blogpost basic styles ************************/
.w-blogpost-h {
    position: relative;
}

.w-blogpost-image {
    display: none;
    margin-bottom: 30px;
}

.w-blogpost-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.w-blogpost-meta-author {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.w-blogpost-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

/*
********************* Element w-blogpost modifications **********************/

/*
 * .WITH_IMAGE
 */
.w-blogpost.with_image .w-blogpost-image {
    display: block;
}

/*
 * .META_AUTHOR
 */
.w-blogpost.meta_author .w-blogpost-meta-author {
    display: inline-block;
}

/*
 * .META_TAGS
 */
.w-blogpost.meta_tags .w-tags {
    display: block;
}

/*
 * .META_COMMENTS
 */
.w-blogpost.meta_comments .w-blogpost-meta-comments {
    display: inline-block;
}

/*
 * .META_AUTHORTAGS
 */
.w-blogpost.meta_authortags .w-blogpost-meta-author {
    display: inline-block;
}

.w-blogpost.meta_authortags .w-tags {
    display: block;
}

/*
 * .META_AUTHORCOMMENTS
 */
.w-blogpost.meta_authorcomments .w-blogpost-meta-author,
.w-blogpost.meta_authorcomments .w-blogpost-meta-comments {
    display: inline-block;
}

/*
 * .META_TAGSCOMMENTS
 */
.w-blogpost.meta_tagscomments .w-blogpost-meta-comments {
    display: inline-block;
}

.w-blogpost.meta_tagscomments .w-tags {
    display: block;
}

/*
 * .META_ALL
 */
.w-blogpost.meta_all .w-blogpost-meta-author,
.w-blogpost.meta_all .w-blogpost-meta-comments {
    display: inline-block;
}

.w-blogpost.meta_all .w-tags {
    display: block;
}

/*
 ************************** Widget w-comments basic styles ************************/
.w-comments-title a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.w-comments-item-meta,
.w-comments-item-text,
.w-comments-item-answer {
    margin-left: 70px;
}

.w-comments-item-meta:after,
.w-comments-item-meta:before {
    content: ' ';
    display: table;
}

.w-comments-item-meta:after {
    clear: both;
}

.w-comments-item-author {
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

.w-comments-item-number {
    float: right;
}

.w-comments-item-delete {
    float: right;
    font-size: 12px;
    margin-right: 20px;
}

.w-comments-childlist {
    margin-left: 30px;
}


/* w-blog */
.w-blog-entry {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #282828;
}

.w-blog-entry.sticky {
    padding: 20px 20px 25px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #282828;
}

.w-blog-entry-preview {
    display: none;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.w-blog-entry-preview>img {
    border-radius: 3px;
}

/* blog entry format: image */
.w-blog-entry.format-image .w-blog-entry-preview:after,
.w-blog-entry.format-standard .w-blog-entry-preview:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.w-blog-entry.format-image .w-blog-entry-link:hover .w-blog-entry-preview:after,
.w-blog-entry.format-standard .w-blog-entry-link:hover .w-blog-entry-preview:after {
    background-color: rgba(255, 255, 255, 0.3);
}

/* blog entry format: quote */
.w-blog-entry.format-quote .w-blog-entry-title {
    padding: 0;
}

.w-blog-entry.format-quote .w-blog-entry-title blockquote {
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
}

/* blog entry format: video */
.w-blog-entry.format-video .w-blog-entry-preview {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.w-blog-entry.format-video .w-blog-entry-preview iframe,
.w-blog-entry.format-video .w-blog-entry-preview object,
.w-blog-entry.format-video .w-blog-entry-preview embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-blog-entry-title {
    padding: 0;
    margin-bottom: 16px;
    color: #fff;
}

.w-blog-entry-title-h {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.w-blog-entry-short {
    padding-top: 10px;
}

.w-blog.more_hidden .w-blog-entry-short {
    margin-bottom: 0;
}

.w-blog.more_hidden .w-blog-entry-short p:last-child {
    margin-bottom: 0;
}

.w-blog-entry-meta a:hover {
    border-bottom: 1px solid;
}

.w-blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    vertical-align: top;
    font-size: 13px;
}

.w-blog-entry-meta-date i,
.w-blog-entry-meta-author i,
.w-blog-entry-meta-tags i,
.w-blog-entry-meta-comments i {
    font-size: 16px;
    margin-right: 4px;
    color: #777;
}

.w-blog-entry-more {
    margin-bottom: 2px;
}

/* IMGPOS: atleft */
.w-blog.imgpos_atleft .w-blog-entry-preview {
    display: block;
    float: left;
    width: 30%;
    /* Temp */
    border-radius: 50%;
    max-width: 300px;
}

.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview {
    height: auto;
    padding-bottom: 0;
    border-radius: 0;
}

.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview-icon,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview-icon {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    background-color: #222;
    color: #999;
}

.w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-preview-icon i,
.w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-preview-icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
}

/* TYPE: masonry */
.w-blog.type_masonry .w-blog-list {
    position: relative;
    overflow: visible !important;
    margin-left: -20px;
    margin-right: -20px;
}

.w-blog.type_masonry .w-blog-entry {
    float: left;
    width: 33.3%;
    overflow: hidden;
    border: none;
    padding: 0 20px;
    margin-bottom: 40px;
}

.w-blog.type_masonry .w-blog-entry.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid #282828;
}

.w-blog.type_masonry .w-blog-entry-title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
}

/* blog entry format: quote */
.w-blog.type_masonry .w-blog-entry.format-quote .w-blog-entry-title {
    padding: 0;
}

.w-blog.type_masonry .w-blog-entry.format-quote .w-blog-entry-title blockquote {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
}

.w-blog.type_masonry .w-blog-entry-meta-date,
.w-blog.type_masonry .w-blog-entry-meta-author,
.w-blog.type_masonry .w-blog-entry-meta-tags,
.w-blog.type_masonry .w-blog-entry-meta-comments {
    font-size: 12px;
    line-height: 16px;
    color: #777;
    margin-right: 20px;
}

.w-blog.type_masonry .w-blog-entry-meta a {
    color: #777;
}

.w-blog.type_masonry .w-blog-entry-short {
    display: block;
    padding-top: 0;
}

/* w-bloglist */
.w-bloglist {
    padding: 30px 0 25px;
    border-bottom: 1px solid #282828;
}

.w-bloglist-title {
    margin-bottom: 18px;
}

.w-bloglist-title i {
    margin-right: 8px;
}

.w-bloglist-entry {
    position: relative;
    margin-bottom: 8px;
}

.w-bloglist-entry-link:hover {
    border-bottom: 1px solid;
}

.w-bloglist-entry-date {
    white-space: nowrap;
    font-size: 13px;
    color: #777;
}

.w-bloglist-entry-author {
    font-size: 13px;
    color: #777;
}

.w-bloglist-entry-short {
    display: block;
    font-size: 14px;
    line-height: 20px;
    clear: both;
    padding: 6px 0;
}

.w-bloglist.date_atbottom {
    background: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.w-bloglist.date_atbottom .w-bloglist-entry {
    line-height: 20px;
    margin-bottom: 18px;
    border-color: #282828;
}

.w-bloglist.date_atbottom .w-bloglist-entry-link:hover {
    border-bottom: 1px solid;
}

.w-bloglist.date_atbottom .w-bloglist-entry-date {
    display: block;
    margin-top: 3px;
    margin-right: 10px;
}

.w-bloglist.date_atbottom .w-bloglist-entry-author {
    display: block;
    margin-top: 3px;
}

/* w-blogpost */
.w-blogpost {
    padding-bottom: 50px;
    border-bottom: 1px solid #282828;
}

/* blogpost format: quote */
.w-blogpost.format-quote .w-blogpost-title blockquote {
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
}

/* blogpost format: image */
.w-blogpost.format-image .w-blogpost-content>img {
    border-radius: 3px;
}

.w-blogpost-meta {
    font-size: 0;
    margin-bottom: 10px;
    color: #777;
}

.w-blogpost-meta a:hover {
    border-bottom: 1px solid;
}

.w-blogpost-meta-date,
.w-blogpost-meta-author,
.w-blog-entry-meta-tags,
.w-blogpost-meta-comments {
    font-size: 13px;
}

.w-blogpost-meta-date i,
.w-blogpost-meta-author i,
.w-blog-entry-meta-tags i,
.w-blogpost-meta-comments i {
    font-size: 16px;
    margin-right: 4px;
}

.w-blogpost .w-tags {
    display: none;
    margin-top: 50px;
}

/* w-blogpost without sidebar */
.l-canvas.col_cont .w-blogpost-title,
.l-canvas.col_cont .w-blogpost-meta {
    text-align: center;
}

.l-canvas.col_cont .w-blogpost-meta div {
    margin: 0 12px 15px;
}

/* w-comments */
.w-comments {
    margin-top: 40px;
}

.w-comments-title {
    margin-bottom: 10px;
}

.w-comments-title i {
    margin-right: 10px;
    opacity: 0.4;
}

.w-comments-list {
    padding-bottom: 5px;
    border-color: #282828;
}

.w-comments-item {
    margin-bottom: 30px;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #282828;
}

.w-comments-list>.w-comments-item:first-child {
    border-top: none;
}

.w-comments-item-meta {
    margin-bottom: 15px;
    zoom: 1;
}

.w-comments-item-icon {
    position: absolute;
    left: 0;
    top: 30px;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}

.w-comments-item-date {
    float: left;
    font-size: 13px;
    color: #777;
}

.w-comments-item-text {
    margin-bottom: -6px;
}

.w-comments-item-meta a:hover,
.w-comments-item-text a:hover,
.w-comments-item-answer a:hover {
    border-bottom: 1px solid;
}

.w-comments .g-pagination {
    font-size: 13px;
    text-align: center;
}

.w-comments .g-pagination a {
    margin: 0 10px;
}

.w-comments .g-pagination a:hover {
    border-bottom: 1px solid;
}

.w-comments-form {
    padding: 0;
}

.w-comments-form-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.w-comments-form-text {
    margin: 0 0 24px;
}

.w-blog-entry-preview-category {
    max-width: 300px;
    display: block;
    float: left;
    width: 30%;
    overflow: hidden;
    line-height: 0;
}

.w-blog-entry-preview-category>img {
    border-radius: 3px;
}

.w-blog-list .w-blog-entry {
    width: 48%;
}

.w-blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w-blogpost-content {
    display: flex;
    flex-direction: column;
}

.w-blogpost-content img {
    align-self: center;
}

/*
  ************************** Widget w-shortblog basic styles ************************/
 .w-shortblog-list {
    position: relative;
    overflow: hidden;
    /* clearfix */
}

.w-shortblog-entry {
    margin-bottom: 30px;
    /* Temp */
}

.w-shortblog-entry-h {
    position: relative;
}

.w-shortblog-entry-link {
    text-decoration: none;
}

.w-shortblog-entry-img {
    display: none;
    width: 100%;
    overflow: hidden;
}

.w-shortblog-entry-meta {
    font-size: 0;
}

.w-shortblog-entry-meta-comments {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.w-shortblog-entry-short p {
    margin-bottom: 0;
}

/*
********************* Element w-shortblog modifications **********************/

/*
 * .COLUMNS_2
 */
.w-shortblog.columns_2 .w-shortblog-list {
    margin-left: -20px;
    margin-right: -20px;
}

.w-shortblog.columns_2 .w-shortblog-entry {
    float: left;
    width: 49.9999%;
    padding-left: 20px;
    padding-right: 20px;
}

/*
 * .COLUMNS_3
 */
.w-shortblog.columns_3 .w-shortblog-list {
    margin-left: -20px;
    margin-right: -20px;
}

.w-shortblog.columns_3 .w-shortblog-entry {
    float: left;
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px;
}

/*
 * .DATE_ATLEFT (show date at left)
 */
.w-shortblog.date_atleft .w-shortblog-entry-meta-date {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.w-shortblog.imgpos_atleft.date_atleft .w-shortblog-entry-meta-date {
    position: static;
}

/* w-shortblog */
.w-shortblog.columns_2 .w-shortblog-list,
.w-shortblog.columns_3 .w-shortblog-list {
    margin-left: -30px;
    margin-right: -30px;
}

.w-shortblog.columns_2 .w-shortblog-entry,
.w-shortblog.columns_3 .w-shortblog-entry {
    min-height: 75px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-shortblog.date_atleft .w-shortblog-entry-title,
.w-shortblog.date_atleft .w-shortblog-entry-meta,
.w-shortblog.date_atleft .w-shortblog-entry-short {
    margin-left: 90px;
}

.w-shortblog-entry-title {
    margin-bottom: 12px;
}

.w-shortblog-entry-title-h {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.w-shortblog-entry-link:hover .w-shortblog-entry-title-h {
    border-bottom: 1px solid;
}

.w-shortblog-entry-meta-date {
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 12px 0 6px;
    width: 60px;
    border-radius: 3px;
    border-bottom: 1px solid #282828;
    background-color: #222;
}

.w-shortblog-entry-meta-date-day {
    display: block;
    font: 28px/38px 'Roboto Slab';
}

.w-shortblog-entry-meta-date-month {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.w-shortblog-entry-meta-date-year {
    display: none;
}

.w-shortblog-entry .w-shortblog-entry-short p {
    margin-bottom: 0;
}

/*
 ************************** Widget w-tags basic styles ************************/
.w-tags-h {
    position: relative;
    zoom: 1;
}

.w-tags-h:after,
.w-tags-h:before {
    display: table;
    content: ' ';
}

.w-tags-h:after {
    clear: both;
}

.w-tags-item {
    float: left;
    margin: 0 5px 0 0;
}

/*
 ********************* Widget w-tags modifications **********************/

/*
 * .TITLE_ATLEFT (title at left from the list)
 */
.w-tags.title_atleft .w-tags-title {
    float: left;
}

.w-tags.title_atleft .w-tags-title-h {
    /* reset to main font style */
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.w-tags.title_atleft .w-tags-list {
    margin-left: 50px;
}

/*
 * .TITLE_NONE (title at left from the list)
 */
.w-tags.title_none .w-tags-title {
    display: none;
}

/*
 * .LAYOUT_BLOCK (as inline-block elements)
 */
.w-tags.layout_block .w-tags-item-separator {
    display: none;
}

/*
 * .LAYOUT_LIST (as block elements)
 */
.w-tags.layout_list .w-tags-item {
    float: none;
    margin: 0 0 5px;
}

.w-tags.layout_list .w-tags-item-separator {
    display: none;
}

/* w-tags */
.w-tags.layout_block .w-tags-item {
    margin: 0 3px 3px 0;
}

.w-tags.layout_block .w-tags-item-link {
    display: block;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #222;
    color: #ccc;
}

.w-tags.layout_block.title_atleft .w-tags-title-h {
    line-height: 24px;
    padding: 3px 0;
}

@media only screen and (max-width: 1023px) {
    .w-shortblog.columns_3 .w-shortblog-entry {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .w-blog.type_masonry .w-blog-entry {
        width: 49.9999%;
    }
}

@media (max-width: 1279px) {
    .w-blog-list .w-blog-entry {
        width: 100%;
    }
}

@media only screen and (max-width: 899px) {
    .w-blog-entry-meta a:hover,
    .w-blogpost-meta a:hover,
    .w-bloglist-entry-link:hover,
    .w-bloglist.date_atbottom .w-bloglist-entry-link:hover,
    .w-comments-item-text a:hover,
    .w-comments-item-answer:hover,
    .w-shortblog-entry-link:hover .w-shortblog-entry-title-h {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .w-shortblog.columns_2 .w-shortblog-entry {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .w-blog.imgpos_atleft .w-blog-entry-title,
    .w-blog.imgpos_atleft .w-blog-entry-body {
        margin-left: 0;
    }

    .w-blog.imgpos_atleft .w-blog-entry-preview,
    .w-blog-entry-preview-category {
        float: none;
        width: 100%;
    }

    .w-blog.imgpos_atleft .w-blog-entry-title {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .w-comments-childlist {
        margin-left: 15px;
    }

    .w-blog.type_masonry .w-blog-entry {
        width: 100%;
    }
}