/**
 * @file
 * Tablet styles.
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
  .column-headers div.left {
    box-sizing: border-box;
    width: 50%;
    padding-right: 3%;
    border: none;
  }
  .column-headers div.right {
    box-sizing: border-box;
    width: 50%;
    padding-left: 3%;
  }
  .column-headers div.right h3 {
    padding-left: 0;
  }
  .content-select-list {
    margin-right: 8px;
  }
  #block-system-main {
    margin-top: 30px;
  }
  .node-teaser {
    padding: 20px 20px 36px 20px;
    float: none;
    margin: 0 0 20px 0;
  }
  .node-teaser.tweet {
    padding-top: 16px;
    padding-left: 0;
  }
  .tweet .author,
  .tweet .tweet-content {
    margin-left: 80px;
  }
  .node-teaser .type + h3 {
    margin-top: 0;
    padding-left: 0;
  }
  .node-teaser > h3,
  .node-teaser > div {
    padding-left: 0;
  }
  .node-teaser.audio .image {
    display: none;
  }
  .node-teaser.audio .soundcloud {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .node-teaser.audio h3 {
    padding: 0;
  }
  .node-teaser.image {
    padding: 20px;
  }
  .node-teaser.video {
    padding: 20px;
  }
  .node-teaser.video h3 {
    margin-top: 10px;
    padding-left: 0;
  }
  .node-teaser .image {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
  }
  .node-teaser.image .timestamp {
    margin-top: 0;
  }
  .node-teaser h3 {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
    width: 95%;
  }
  .node-teaser-social {
    display: none;
  }
  #content > div {
    padding: 0 29px 0 30px;
  }
  #content .node-container {
    padding-left: 0;
    padding-right: 0;
  }
  #modal-container {
    width: 80%;
    margin-left: 10%;
  }
  .front-issue {
    width: 47.2%;
  }
  ul.pager {
    display: none !important;
  }

  /* Issues Sub Page
   ****************************************************************************/
  #mobile-join {
    display: none;
  }
  .teasers .node-teaser .audio-embed {
    margin-top: 0;
  }
  .teasers .node-teaser .image {
    display: none;
  }
  .page-issue .column-headers div.left {
    width: 65%;
  }
  .page-issue .column-headers div.right {
    width: 30%;
  }

  /* Hover overrides for tablet devices
   ****************************************************************************/
  #actions-ads .sub-caption {
    display: block !important;
  }
  #content .staff-grid .staff-box {
    margin-bottom: 1em;
  }
  .staff-grid .hover-box {
    opacity: 1 !important;
    position: relative !important;
  }
  .staff-grid .hover-box::after {
    background: none;
  }
  .staff-grid .social-share .social {
    margin: 20px 6px -7px 6px;
  }
  .hover-box p.no-social {
    margin-top: 15px !important;
  }
  .staff-grid .hover-box p a {
    color: #0088cc;
  }
} /* @media */
