/* Responsive CSS Style */
@media only screen and (min-width: 1110px) {
  #featured-content .bxslider {
    height: 355px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1110px) {
  body {
    background: #fff;
  }

  .header-ad {
    height: auto;
  }

  #back-top {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1110px) {

  #page,
  .container {
    width: 940px;
  }

  .header-ad {
    width: 600px;
    margin-top: 24px;
  }

  #primary {
    width: 615px;
  }

  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 188px;
  }
}

@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) {
  .header-toggles {
    display: block;
  }

  .site-header {
    border-bottom: 1px solid #f0f0f0;
  }

  .site-header .search-icon {
    margin-right: 6px;
  }

  .site-start {
    height: 80px;
    position: relative;
  }

  .header-ad {
    display: none;
  }

  .search-icon {
    display: block;
  }

  .header-search {
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    height: 44px;
    width: 230px;
    top: 0;
    right: 1%;
    padding: 0;
  }

  .header-search .search-input {
    margin: 5px 0 0 5px;
  }

  .header-search .search-submit {
    top: 8px;
    right: 8px;
  }

  .mobile-menu-icon {
    display: block;
  }

  .mobile-menu {
    padding-left: 1%;
    padding-right: 1%;
  }

  .bxslider {
    display: none;
    height: 100%;
  }

  #page {
    width: 100%;
  }

  .container,
  #primary,
  #secondary {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer {
    width: 100%;
  }

  .breadcrumbs {
    padding-left: 3%;
    padding-right: 3%;
  }

  #secondary-bar {
    display: none;
  }

  .site-branding {
    padding-left: 1%;
  }

  .site-branding #logo {
    height: 80px;
    line-height: 80px;
  }

  .site-branding img {
    max-height: 60px;
    width: auto;
  }

  #primary-bar {
    display: none;
  }

  #secondary-bar {
    height: 0;
    position: absolute;
  }

  #primary {
    float: none;
    margin-bottom: 25px;
  }

  #secondary {
    float: none;
  }

  .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 {
    float: none;
  }

  #site-bottom .footer-nav ul li {
    padding: 0 5px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-title {
    margin-top: 10px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .site-branding #logo {
    height: 80px;
    line-height: 80px;
  }

  .site-branding img {
    max-height: 60px;
    width: auto;
  }

  .site-title {
    line-height: 80px;
    margin: 0;
  }

  .site-description {
    display: none;
  }

  .header-ad {
    width: 96%;
    max-width: 728px;
  }

  #featured-content {
    margin-bottom: 15px;
  }

  #featured-content .featured-slide .entry-header {
    bottom: 10px;
    padding: 0 10px;
  }

  #featured-content .featured-slide .entry-title {
    font-size: 1.2em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #featured-grid {
    margin-top: -5px;
  }

  #featured-grid .hentry {
    margin-bottom: 10px;
  }

  .error-404 .page-content .search-form input.search-field {
    width: 200px;
  }

  #site-bottom {
    text-align: center;
  }

  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px;
  }

  #site-bottom .footer-nav li {
    margin: 0 5px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content-loop .thumbnail-link {
    width: 200px;
  }

  .content-loop .entry-title {
    font-size: 22px;
  }

  .single h1.entry-title {
    font-size: 26px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .site-title {
    font-size: 22px;
  }

  .site-content {
    padding: 10px 0;
  }

  .content-loop {
    margin-bottom: 0;
  }

  .content-loop .hentry {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .content-loop .thumbnail-link {
    width: 100%;
    margin: 0;
    max-width: initial;
  }

  .content-loop .entry-title {
    font-size: 1.2em;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .content-loop .entry-category {
    display: none;
  }

  .content-loop .entry-author {
    display: none;
  }

  .content-loop .entry-summary {
    clear: both;
  }

  .content-loop .entry-summary span {
    display: none;
  }

  .single .entry-category,
  .single .entry-comment,
  .single .sep {
    display: none;
  }

  .single .entry-comment:before {
    content: none;
  }

  .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 */