/* Responsive CSS Style */
@media only screen and (max-width: 1115px) {
  body {
    background: #fff;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1114px) {
  .container {
    width: 1060px;
  }
  .header-search {
    width: 300px;
    margin-left: -150px;
  }
  #primary-menu li a,
  #secondary-menu li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  #primary {
    width: 740px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
  body {
    font-size: 15px;
  }
  .container {
    width: 940px;
  }
  .header-search {
    width: 260px;
    margin-left: -130px;
  }
  #primary-menu li a {
    font-size: 13px;
  }
  #secondary-menu li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #secondary-menu li li a {
    font-size: 14px;
  }
  #primary {
    width: 620px;
  }
  .home-latest ul li:nth-of-type(1),
  .home-latest ul li:nth-of-type(6),
  .home-latest ul li:nth-of-type(11),
  .home-latest ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .home-latest ul li:nth-of-type(5n) {
    margin-bottom: 5px;
  }
  .content-block-2 .post-small .entry-title,
  .content-block-2 .hentry:nth-of-type(3) .entry-title,
  .content-block-1 .post-small .entry-title,
  .content-block-1 .post-small:nth-of-type(1) .entry-title,
  .content-block-1 .post-small:nth-of-type(6) .entry-title,
  .content-block-1 .post-small:nth-of-type(11) .entry-title {
    font-size: 15px;
  }
  .content-block-2 .post-small,
  .content-block-1 .post-small,
  .content-block-1 .post-small:nth-of-type(5n) {
    margin-bottom: 10px;
  }
  .content-block-2 .post-small .entry-title {
    margin-bottom: 0;
  }
  .sideba .widget,
  .sidebar .widget ul > li {
    font-size: 15px;
  }
  .content-loop .thumbnail-link {
    width: 240px;
  }
  .content-loop .entry-meta {
    display: none;
  }
}

@media only screen and (min-width: 959px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .is-sticky #secondary-bar {
    display: none;
  }
  .friend {
    display: none;
  }
  .header-ad {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .site-content {
    margin-top: 0;
  }
  .site-content:before {
    display: none;
    content: none;
  }
  .top-right {
    margin-right: 30px;
  }
  .top-right li:last-child {
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
  }
  .site-header {
    height: 72px;
    position: relative;
  }
  .site-header .search-icon {
    margin-right: 0;
  }
  .site-branding {
    height: 70px;
  }
  .site-branding #logo {
    height: 60px;
    margin-top: 5px;
  }
  .site-branding img {
    max-height: 60px;
  }
  .site-branding .site-title {
    line-height: 70px;
    margin: 0;
  }
  .site-branding .site-description {
    display: none;
  }
  .site-start {
    height: 70px;
    position: relative;
  }
  .header-icons {
    line-height: 70px;
    right: 1%;
  }
  .search-icon {
    display: block;
  }
  .header-search {
    display: none;
    width: 300px;
    top: -1px;
    left: auto;
    right: 1%;
    margin-left: 0;
    padding: 0;
  }
  .mobile-menu-icon {
    display: block;
  }
  .mobile-menu {
    padding-left: 1%;
    padding-right: 1%;
  }
  .container {
    width: 98%;
  }
  #primary {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #secondary-nav,
  #primary-nav {
    display: none;
  }
  #secondary-bar {
    border-bottom: none;
    height: 0;
    position: absolute;
  }
  #primary {
    float: none;
  }
  #secondary {
    float: none;
    width: 100%;
  }
  .site-footer .widget_ad {
    text-align: center;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px;
  }
  #site-bottom .footer-nav {
    float: none;
  }
  #site-bottom .footer-nav ul li {
    padding: 0 5px;
  }
  .breadcrumbs {
    padding-bottom: 10px;
  }
  .content-loop .entry-meta {
    display: none;
  }
  .footer-partners {
    display: none;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .bx-controls-direction {
    display: none;
  }
  #featured-content,
  .home-latest,
  .content-block-1 .col-left,
  .content-block-1 .col-right,
  .content-block-2 .block-left,
  .content-block-2 .block-right {
    float: none;
    width: 100%;
  }
  #featured-content:before, #featured-content:after,
  .home-latest:before,
  .home-latest:after,
  .content-block-1 .col-left:before,
  .content-block-1 .col-left:after,
  .content-block-1 .col-right:before,
  .content-block-1 .col-right:after,
  .content-block-2 .block-left:before,
  .content-block-2 .block-left:after,
  .content-block-2 .block-right:before,
  .content-block-2 .block-right:after {
    clear: both;
    content: " ";
    display: block;
  }
  .content-block-2 .block-left {
    margin-bottom: 20px;
  }
  .content-block-2 .post-big {
    margin-bottom: 15px;
  }
  .single #primary .entry-header .entry-meta {
    float: none;
    margin: 0 0 15px 0;
  }
  .error-404 .page-content .search-form input.search-field,
  .search-no-results .page-content .search-form input.search-field {
    width: 170px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px;
  }
  #site-bottom .footer-nav li {
    margin: 0 5px;
  }
  .bottom-right {
    right: 5px;
    bottom: 5px;
  }
  .bottom-right .icon-contact,
  .bottom-right .icon-weixin,
  .bottom-right .icon-weibo {
    display: none !important;
    visibility: hidden;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
  .header-icons .header-mobile,
  .top-right .current-day,
  .top-right .current-date {
    display: none;
  }
  .top-right {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .content-block-square .ht_grid_1_4 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .content-block-square .ht_grid_1_4:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right;
  }
  .content-block-square .ht_grid_1_4:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #featured-content {
    margin-top: 0;
  }
  .content-loop .thumbnail-link {
    width: 180px;
    margin-bottom: 15px;
  }
  .content-loop .entry-title {
    font-size: 18px;
  }
  .single h1.entry-title {
    font-size: 26px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .header-ad {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .site-title {
    font-size: 22px;
  }
  .header-icons span span,
  .header-icons span a {
    text-indent: -9999em;
  }
  .container {
    width: 96%;
  }
  .tooltip .bottom {
    min-width: 136px;
    max-width: 136px;
  }
  .tooltip .bottom h3 {
    font-size: 12px;
  }
  .section-more {
    display: none;
  }
  .content-loop .hentry {
    padding: 10px 0;
  }
  .content-loop .thumbnail-link {
    width: 32%;
    margin: 0 10px 0 0;
  }
  .content-loop .entry-title {
    font-size: 16px;
    font-weight: normal;
  }
  .content-loop .entry-summary {
    display: none;
  }
  .single #primary h1.entry-title {
    font-size: 18px;
  }
  .single #primary .custom-share {
    display: none !important;
  }
  .single .navigation {
    padding: 15px 0;
  }
  .single .navigation:after {
    content: none;
  }
  .single .navigation .nav-left {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .single .navigation .nav-right {
    padding-left: 15px;
  }
  .single .navigation .nav-left,
  .single .navigation .nav-right {
    display: block;
    float: none;
    width: 100%;
  }
  .author-box .avatar {
    width: 42px;
  }
  .entry-related .hentry {
    margin: 0 0 15px 0;
  }
  .entry-related .hentry:after {
    content: " ";
    clear: both;
    display: block;
  }
  .entry-related .hentry .thumbnail-link {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
  }
  .pagination .page-numbers {
    font-size: 13px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
  }
  .page-title,
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 24px;
  }
  #comments .comment-metadata,
  .comment-respond .comment-metadata {
    display: none;
  }
}

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