@media only screen and (max-width: 1400px) {
  .qodef-blog-holder.qodef-masonry-full-width article,
  .qodef-blog-holder.qodef-masonry-full-width .qodef-blog-masonry-grid-sizer {
    width: 23.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-blog-holder.qodef-masonry-full-width article,
  .qodef-blog-holder.qodef-masonry-full-width .qodef-blog-masonry-grid-sizer {
    width: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog-holder.qodef-blog-type-masonry article,
  .qodef-blog-holder.qodef-blog-type-masonry .qodef-blog-masonry-grid-sizer {
    width: 49%;
  }
  .qodef-blog-holder.qodef-masonry-full-width article,
  .qodef-blog-holder.qodef-masonry-full-width .qodef-blog-masonry-grid-sizer {
    width: 49%;
  }
  .qodef-blog-holder.qodef-blog-type-masonry-gallery article {
    width: 50%;
  }
  .qodef-blog-holder.qodef-blog-type-masonry-gallery article.qodef-post-size-large-width-height, .qodef-blog-holder.qodef-blog-type-masonry-gallery article.qodef-post-size-large-width {
    width: 100%;
  }
  .qodef-blog-holder.qodef-blog-type-masonry-gallery .qodef-blog-masonry-gallery-grid-sizer {
    width: 50%;
  }
  .qodef-column1 .qodef-related-posts-holder .qodef-related-post,
  .qodef-column2 .qodef-related-posts-holder .qodef-related-post,
  .qodef-related-posts-holder .qodef-related-post {
    width: 49.875%;
  }
  .qodef-column1 .qodef-related-posts-holder .qodef-related-post:nth-child(2n),
  .qodef-column2 .qodef-related-posts-holder .qodef-related-post:nth-child(2n),
  .qodef-related-posts-holder .qodef-related-post:nth-child(2n) {
    margin-right: 0;
  }
  .qodef-column1 .qodef-related-posts-holder .qodef-related-post:nth-child(2n+1),
  .qodef-column2 .qodef-related-posts-holder .qodef-related-post:nth-child(2n+1),
  .qodef-related-posts-holder .qodef-related-post:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 667px) {
  .qodef-blog-holder.qodef-blog-type-masonry article,
  .qodef-blog-holder.qodef-blog-type-masonry .qodef-blog-masonry-grid-sizer {
    width: 100%;
  }
  .qodef-blog-holder.qodef-masonry-full-width article,
  .qodef-blog-holder.qodef-masonry-full-width .qodef-blog-masonry-grid-sizer {
    width: 100%;
  }
  .qodef-blog-holder article.format-quote .qodef-post-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-social-share-holder.qodef-list .qodef-social-share-title {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog-holder.qodef-blog-type-masonry-gallery article {
    width: 100%;
  }
  .qodef-blog-holder.qodef-blog-type-masonry-gallery article.qodef-post-size-large-width-height, .qodef-blog-holder.qodef-blog-type-masonry-gallery article.qodef-post-size-large-width {
    width: 100%;
  }
  .qodef-blog-holder.qodef-blog-type-masonry-gallery .qodef-blog-masonry-gallery-grid-sizer {
    width: 100%;
  }
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left,
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
    float: none;
    text-align: left;
    width: 100%;
  }
  .qodef-author-description .qodef-author-description-image {
    float: none;
    margin: 0px;
    text-align: center;
    width: 100%;
  }
  .qodef-author-description .qodef-author-description-image img {
    display: inline-block;
  }
  .qodef-author-description .qodef-author-description-text-holder {
    padding: 10px 0 0 0;
  }
  .qodef-post-info-bottom-right {
    float: left;
    text-align: right;
    width: 50%;
  }
  .qodef-related-posts-holder .qodef-related-post {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .qodef-related-posts-holder .qodef-related-posts-title h3:before,
  .qodef-related-posts-holder .qodef-related-posts-title h3:after {
    display: none !important;
  }
}

/*# sourceMappingURL=blog-responsive.css.map */