/*******************************************************************************
* Base responsive styles
*******************************************************************************/
@media all and (min-width: 980px) and (max-width: 1230px) {
  .category-menu li {
    padding: 0 10px;
    vertical-align: middle;
  }
  .category-menu li a {
    max-width: 110px;
    display: inline-block;
  }
}

@media all and (max-width: 980px) {
  .uber-header,
  .uber-heading {
    font-size: 13px;
  }
  .page-section.filters {
    overflow: visible;
  }
  .category-menu.mobile {
    height: auto;
    line-height: normal;
    padding: 20px 0;
  }
  .category-menu.mobile ul {
    text-align: left;
    border-bottom: 1px solid #858e99;
    margin-bottom: -2px;
    padding-top: 20px;
  }
  .category-menu.mobile li {
    display: block;
    padding: 5px 0;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
  }
  .category-menu.mobile li:active {
    background: #40bfb4;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
  }
  .category-menu.mobile li.active {
    font-weight: bold;
    letter-spacing: 2px;
    color: #1d1d1c;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
  }
  .category-menu.mobile.work {
    display: block;
    text-align: center;
  }
  .category-menu.mobile select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .category-menu.work {
    display: none;
  }
  #filter-wrapper {
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
  }
  #filter-wrapper.open {
    max-height: 310px;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
  #filter-wrapper ul,
  #filter-wrapper ul li {
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
  }
}

@media all and (max-width: 800px) {
  table {
    overflow-x: scroll;
    display: block;
    border-right: thin solid #858e99;
  }
}

@media all and (max-width: 480px) {
  .alignright,
  .alignleft,
  .aligncenter {
    display: block;
    float: none;
    margin: 10px auto;
  }
  blockquote.small,
  blockquote.med {
    width: 75%;
  }
  ul,
  ol {
    margin-left: 0;
    padding-left: 15px;
  }
  ol {
    margin-left: 5px;
  }
  ol li {
    padding-left: 30px;
  }
}

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