@media (max-width: 1199px) {
  nav.footer-menu ul > li {
    padding: 0 20px;
  }

  body > .addthis-smartlayers {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 85px;
  }

  h1, h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
  }

  header#header nav.header-menu {
    position: fixed;
    top: 0;
    right: auto;
    left: 100%;
    bottom: 0;
    overflow-y: auto;
    width: 300px;
    background: #001C43;
    border-left: 10px solid #BC113D;
    max-width: none;
    padding: 85px 20px;
    white-space: normal;
    min-height: 100vh;
  }
  header#header .wrapper {
    padding-right: 20px;
  }
  header#header #navicon {
    display: block;
  }
  header#header ul.main-menu {
    display: block;
    text-transform: none;
  }
  header#header ul.main-menu li {
    display: block;
    text-align: left;
  }
  header#header ul.main-menu li a {
    color: #fff;
  }

  ul.main-menu > li.current_page_item a {
    padding-left: 10px;
  }
  ul.main-menu > li.current_page_item a::after {
    right: 97%;
    right: -webkit-calc(100% - 7px);
    right: -moz-calc(100% - 7px);
    right: calc(100% - 7px);
  }

  #modals #modal-taste-of-home h2 {
    font-size: 70px;
  }

  .blue-bar {
    font-size: 20px;
  }

  .next-story .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .huge-number {
    font-size: 100px;
    font-size: 16vw;
  }
  .huge-number small {
    font-size: 30px;
    font-size: 0.6em;
  }
  .huge-number small.smaller {
    font-size: 20px;
    font-size: 3.8vw;
  }

  .title-bar {
    font-size: 16px;
  }

  .gallery-menu {
    margin-bottom: 100px;
  }

  .section-desc {
    font-size: 23px;
  }

  .bold-text {
    font-size: 20px;
  }
  .bold-text.large {
    font-size: 23px;
  }

  p.leading {
    font-size: 25px;
  }

  .button.big {
    font-size: 18px;
  }

  #support-uso {
    background-position: 70% top;
    padding: 300px 0 50px;
  }
  #support-uso .subtitle {
    font-size: 18px;
  }
  #support-uso h2 {
    font-size: 50px;
    font-size: 11vw;
  }
  #support-uso a.button {
    margin-top: 35px;
  }

  .gift-cards .col + .col {
    margin-top: 20px;
  }

  form input[type="submit"] {
    font-size: 18px;
  }
}
.visible-xxs {
  display: none !important;
}

@media (max-width: 630px) {
  .visible-xxs {
    display: block !important;
  }

  .hidden-xxs {
    display: block !important;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  h1, h2 {
    font-size: 55px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  h1 br, h2 br {
    display: none;
  }
  h1 strong, h2 strong {
    display: inline-block;
  }

  body.home h1 br, body.home h2 br {
    display: block;
  }

  #modals #modal-taste-of-home h2 {
    font-size: 30px;
  }

  #homepage-header {
    background-image: url("../images/mobile-home.jpg");
    background-position: center center;
    height: 700px;
  }
  #homepage-header section {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  #homepage-header .subtitle {
    font-size: 18px;
    display: none;
  }
  #homepage-header h1 {
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 340px;
    float: right;
  }
  #homepage-header h1 br {
    display: none;
  }

  .gallery-menu .item {
    padding-left: 7%;
    padding-right: 7%;
    font-size: 14px;
    line-height: 1.2;
  }

  form button {
    font-size: 20px;
  }

  nav.footer-menu ul > li {
    padding: 0;
    display: block;
    width: 100%;
  }

  blockquote.quote {
    font-size: 25px;
    margin: 50px 0;
  }

  footer#footer .footer-left, footer#footer .footer-right {
    text-align: center;
    max-width: none;
    clear: both;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  footer#footer .footer-right .inline-share {
    margin-top: 20px;
  }
  footer#footer .footer-right .inline-share .title {
    display: none;
  }
}
@media (max-width: 980px) {
  header#header .inline-share {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar header#header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 500px) {
  .star-title {
    font-size: 16px;
  }
  .star-title span.title {
    padding: 0 27px 0 37px;
  }

  .logo-gallery img {
    max-width: 24%;
  }
}
