/* Responsive CSS Style */
@media only screen and (max-width: 1179px) {
  #featured-slider {
    max-height: 100%;
  }
  .owl-carousel {
    display: none;
  }
  #recent-content.content-list .entry-overview {
    height: 100%;
  }
  .bottom-right {
    bottom: 15px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1179px) {
  .container {
    width: 1060px;
  }
  #primary {
    width: 740px;
  }
  .right-col {
    width: 590px;
  }
  .full-width .right-col {
    width: 910px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
  .container {
    width: 940px;
  }
  #primary {
    width: 620px;
  }
  .right-col {
    width: 470px;
  }
  .full-width .right-col {
    width: 790px;
  }
  #recent-content.content-list .thumbnail-link {
    width: 130px;
  }
  #recent-content.content-list .entry-author,
  #recent-content.content-list .entry-summary {
    display: none;
  }
  #recent-content.content-list .entry-meta {
    margin-top: 10px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .container {
    width: 96%;
  }
  .site-content {
    padding: 15px 0;
  }
  .home .site-content {
    padding: 5px 0 15px;
  }
  .right-col,
  .full-width .right-col {
    float: none;
    width: 100%;
  }
  #primary {
    float: none;
    width: 100%;
  }
  #secondary {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .site-header,
  .left-col,
  .single-header {
    display: none;
  }
  .sidebar .widget {
    margin-bottom: 10px;
  }
  .sidebar .widget_search {
    display: none;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .icon-contact,
  .icon-weixin {
    display: none;
  }
  #recent-content.content-list .thumbnail-link {
    width: 32%;
    margin-right: 10px;
  }
  #recent-content.content-list .entry-title {
    font-size: 1em;
    font-weight: normal;
  }
  #recent-content.content-list .entry-author,
  #recent-content.content-list .entry-summary {
    display: none;
  }
  #recent-content.content-list .entry-meta {
    margin-top: 6px;
  }
  .content-list .hentry .post-wrap,
  .content-list .content-ad {
    padding: 10px 0 !important;
  }
  .page-template-page-kuaixun .day-posts .hentry,
  .post-type-archive-kuaixun .day-posts .hentry {
    margin-bottom: 30px;
  }
  .page-template-page-kuaixun .day-posts .hentry .day-title,
  .post-type-archive-kuaixun .day-posts .hentry .day-title {
    margin: 10px 0 20px 0;
  }
  .page-template-page-kuaixun .day-posts .thumbnail-wrap,
  .post-type-archive-kuaixun .day-posts .thumbnail-wrap {
    display: none;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
  }
  .error-404 .page-content .search-form input.search-field {
    width: 200px;
  }
  .tag-list li {
    width: 49%;
    margin-right: 2%;
  }
  .tag-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
  .post-nav .post-nav-previous,
  .post-nav .post-nav-next {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .post-nav .post-nav-previous {
    margin-bottom: 10px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .home .site-content {
    padding-top: 0;
  }
  #featured-slider {
    margin-bottom: 5px;
  }
  #featured-slider .featured-slide .entry-title {
    font-size: 16px;
    padding-right: 15px;
  }
  #featured-slider .owl-theme .owl-dots {
    top: -5px;
    right: 10px;
  }
  #single-sticky .entry-category a {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  #comments .comment-metadata,
  .comment-respond .comment-metadata {
    display: none;
  }
  .mobile-header .top-right li {
    margin-right: 3px;
    padding-right: 3px;
  }
  .error404 h1.entry-title,
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 1.3em;
  }
  .entry-meta .entry-author,
  .entry-meta .entry-meta-right {
    display: none;
  }
  .single #primary .entry-footer {
    text-align: center;
  }
  .single #primary .entry-footer .entry-tags {
    float: none;
    margin: 0 0 15px 0;
  }
  .single #primary .entry-footer .custom-share {
    float: none;
  }
  .pagination .page-numbers {
    font-size: 13px;
    padding: 0 8px;
  }
  .pagination .page-numbers.dots {
    padding: 0;
  }
}

@media only screen and (max-width: 420px) {
  #recent-content.content-list .entry-date {
    display: none;
  }
}
