/* Match viscol.info Weebly mobile: orange bar, page slides to reveal 80% drawer. */
@media screen and (max-width: 767px) {
  html,
  body.wsite-mobile {
    background: #eaeaea !important;
    background-image: none !important;
    overflow-x: hidden !important;
    max-width: 100%;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 1.7;
    color: #777777;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body.wsite-mobile #container {
    position: relative;
    z-index: 3;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #eaeaea !important;
    background-image: none !important;
    transition: transform 300ms linear;
    box-sizing: border-box !important;
  }
  body.local-menu-open #container {
    transform: translate3d(80%, 0, 0);
  }
  body.wsite-mobile #main,
  body.wsite-mobile #content,
  body.wsite-mobile #footer,
  body.wsite-mobile #wsite-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: none !important;
    background-image: none !important;
    overflow: visible !important;
  }
  body.wsite-mobile #header-top,
  body.wsite-mobile #header-right,
  body.wsite-mobile #title,
  body.wsite-mobile #banner,
  body.wsite-mobile #banner-top,
  body.wsite-mobile #banner-bot,
  body.wsite-mobile #navigation,
  body.wsite-mobile #main > div[align="right"],
  body.wsite-mobile #main > div[align="right"] + br {
    display: none !important;
  }

  body.wsite-mobile #header {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 55px;
    padding: 0 !important;
    background: #d56734 !important;
    z-index: 30;
    box-sizing: border-box !important;
  }
  #local-mobile-bar {
    display: block;
    position: relative;
    min-height: 55px;
    padding: 15px 5px;
    box-sizing: border-box;
  }
  #local-mobile-bar .wsite-menu-button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 43px;
    padding-left: 12px;
    box-sizing: border-box;
    cursor: pointer;
  }
  #local-mobile-bar .wsite-menu-button-bars {
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  #local-mobile-bar .wsite-menu-button-bar {
    display: block;
    width: 13px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin-top: 3px;
  }
  #local-mobile-bar h1 {
    margin: 8px 0;
    padding: 0 45px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.1;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  #local-mobile-bar h1 a {
    color: #fff !important;
    text-decoration: none;
  }

  /* Left drawer: 80% width, page slides over it */
  #local-mobile-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 2;
    background: #363636;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  body.local-menu-open #local-mobile-drawer {
    display: block !important;
  }
  #local-mobile-scrim {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 4;
  }
  body.local-menu-open #local-mobile-scrim {
    display: block;
  }

  #local-mobile-drawer .local-mobile-menu {
    display: block !important;
    margin: 20px 20px 0;
    overflow: visible;
  }
  #local-mobile-drawer .wsite-animation-wrap {
    position: relative;
    overflow: hidden;
  }
  #local-mobile-drawer .wsite-menu-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none !important;
    box-sizing: border-box;
  }
  #local-mobile-drawer .wsite-menu-slide.local-slide-current,
  #local-mobile-drawer .wsite-menu-slide.local-slide-animating {
    display: block !important;
  }
  #local-mobile-drawer .wsite-menu-slide.local-slide-current {
    position: relative;
  }
  #local-mobile-drawer .wsite-menu-wrap {
    background: transparent !important;
    box-shadow: none !important;
    min-width: 0 !important;
    padding: 0 !important;
  }
  #local-mobile-drawer .wsite-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
  }
  #local-mobile-drawer li {
    list-style: none;
    margin: 0 0 2px;
    padding: 0;
    float: none !important;
    display: block;
    width: 100%;
    background: none;
    position: relative;
  }
  #local-mobile-drawer a.wsite-menu-item,
  #local-mobile-drawer a.wsite-menu-subitem,
  #local-mobile-drawer .wsite-menu-back-item a,
  #local-mobile-drawer .wsite-menu-master-item a {
    display: block !important;
    float: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 15px 36px 15px 15px !important;
    color: #fff !important;
    background: #494949 !important;
    font-size: 14px !important;
    white-space: normal !important;
    text-decoration: none !important;
    border: none !important;
    position: relative;
  }
  #local-mobile-drawer a:active {
    background: #777777 !important;
  }
  #local-mobile-drawer li.local-active > a {
    background: #d56734 !important;
  }

  #local-mobile-drawer a > .wsite-menu-mobile-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 7px solid transparent;
    border-left-color: #fff;
  }
  #local-mobile-drawer .wsite-menu-back-item a {
    padding-left: 36px !important;
  }
  #local-mobile-drawer .wsite-menu-back-item .wsite-menu-mobile-arrow {
    left: 15px;
    right: auto;
    border-left-color: transparent;
    border-right-color: #fff;
  }

  body.wsite-mobile #main {
    padding: 0 !important;
  }
  body.wsite-mobile #content,
  body.wsite-mobile #wsite-content {
    padding: 10px 20px 20px !important;
    min-height: 50px !important;
  }
  body.wsite-mobile h2 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    padding: 0.3em 0;
    margin: 0;
  }
  body.wsite-mobile a {
    color: #d56734;
  }
  body.wsite-mobile .wsite-multicol-table,
  body.wsite-mobile .wsite-multicol-tbody,
  body.wsite-mobile .wsite-multicol-tr,
  body.wsite-mobile .wsite-multicol-col {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  body.wsite-mobile .imgPusher {
    display: none !important;
  }
  body.wsite-mobile img.galleryImageBorder,
  body.wsite-mobile img.wsite-image,
  body.wsite-mobile .wsite-image img {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.wsite-mobile iframe {
    max-width: 100% !important;
  }
  body.wsite-mobile #content .paragraph,
  body.wsite-mobile #content p,
  body.wsite-mobile #wsite-content .paragraph,
  body.wsite-mobile #wsite-content p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  body.wsite-mobile #footer {
    padding: 10px 20px 24px !important;
    text-align: left !important;
    border-top: none !important;
    background: transparent !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
  }
  body.wsite-mobile #footer .paragraph,
  body.wsite-mobile #footer p,
  body.wsite-mobile .wsite-footer {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
  }
}

@media screen and (min-width: 768px) {
  #local-mobile-bar,
  #local-mobile-drawer,
  #local-mobile-scrim,
  #local-mobile-lang {
    display: none !important;
  }
}
