/* #Media Queries
================================================== */
@media only screen and ( min-width: 981px ) {
  #mobile-header {
    display: none! important;
  }
}

@media only screen and ( max-width: 980px ) {

  #mobile-header {
    background: #ffffff;
    width: 100%;
    z-index: 5;
    left: 0;
  }

  .tablet-hide {
    display: none! important;
  }

  #logo {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }

  #logo .shifter-handle, #search .shifter-handle {
    display: none! important;
  }
  .homepage-promo .caption {
    width: 70%;
  }
  .vantage-accordion .product-accordion-content.default {
    padding: 10px;
  }
}

@media only screen and (min-width: 740px) {
  #dropdown {
    display: none;
  }
  .dropdownwrap {
    display: block;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .first {
    clear: none;
  }

  .tablet-first {
    clear: left;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {

  #top-bar,
  #top-bar .announcement-text {
    margin-bottom: 0;
    text-align: center! important;
  }
  .navigation {
    display: none;
  }

  .text_section {
    margin-top: 30px! important;
  }

  section.homepage-section.slideshow-section .row {
    width: 100%;
  }

  section.homepage-section.slideshow-section .row .mobile-3 {
    width: 100%;
    margin: 0;
  }

  section.homepage-section.slideshow-section .flexslider .slides li img {
    width: 150%! important;
    margin-left: -25%;
  }

  section.shopify-section.page-content {
    padding: 20px 40px;
  }
  div#contactFormWrapper,
  .section-text-promo {
    padding: 10px 30px 10px 30px;
  }

  #close {
    line-height: 1.5;
    padding: 20px;
  }
  #big-footer {
    text-align: center;
    padding: 5px 0 0px;
  }

  #big-footer h4 {
    margin-bottom: 10px;
  }

  .mobile-hide {
    display: none;
  }

  .first {
    clear: none;
  }

  .tablet-first {
    clear: none;
  }

  .mobile-first {
    clear: left;
  }

  .homepage-promo {
    margin-bottom: 20px;
  }

  .dropdownwrap {
    display: none;
  }

  #search input#q {
    text-align: center;
    border: 1px solid #eeeeee! important;
    line-height: 24px;
    width: 100%;
  }

  #subscribe_popup { width: 300px; }

  #search i.fa.fa-search {
    display: none;
  }

  #product-photos {
    display: none;
  }

  div#product-description {
    text-align: center;
    margin-top: 30px;
  }

  .swatch-element {
    float: none! important;
    display: inline-block;
    margin: 0 5px;
  }

  .product-add.clearfix {
    text-align: center;
  }

  a.downer {
    float: none;
    display: inline-block;
  }

  a.up {
    float: none;
    display: inline-block;
  }

  input.quantity {
    float: none;
    display: inline-block! important;
  }

  input.add.clearfix {
    float: none;
    display: block;
    margin: 10px auto;
    width: 100%! important;
  }

  .desc {
    text-align: center;
  }

  span.twitter, span.facebook, span.pinterest {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  ul.view-more {
    text-align: center;
  }

  ul#sortme li {
    width: 100%;
    margin: 0! important;
    display: block;
  }

  #full-width-filter p {
    display: block;
    line-height: initial;
    margin-bottom: 4px;
  }

  select.styled-select {
    display: block;
    width: 100%;
    clear: left;
    margin: 0;
  }

  #logo img {
    max-width: 200px;
  }

  .map-section-content {
    text-align: center;
  }

  .flexslider .placeholder-svg {
    min-height: 300px;
    width: 200%;
  }
  .payment-methods {
    margin-bottom: 10px;
  }

}