.mobile {
  display: none;
}

#responsive-header {
  display: none;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 1024px !important;
  }

  body .row {
    width: 1024px;
    max-width: 1024px;
  }

  .large-1, .row .large-1 {
    width: 8.33333%;
  }

  .large-2, .row .large-2 {
    width: 16.66667%;
  }

  .large-3, .row .large-3 {
    width: 25%;
  }

  .large-4, .row .large-4 {
    width: 33.33333%;
  }

  .large-5, .row .large-5 {
    width: 41.66667%;
  }

  .large-6, .row .large-6 {
    width: 50%;
  }

  .large-7, .row .large-7 {
    width: 58.33333%;
  }

  .large-8, .row .large-8 {
    width: 66.66667%;
  }

  .large-9, .row .large-9 {
    width: 75%;
  }

  .large-10, .row .large-10 {
    width: 83.33333%;
  }

  .large-11, .row .large-11 {
    width: 91.66667%;
  }

  .large-12, .row .large-12 {
    width: 100%;
  }

  .column.centered, .columns.centered {
    float: nlarge-1;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .medium-block-grid-2 > li {
    list-style: outside none none;
    width: 25%;
    float: left;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  #responsive-header {
    display: block;
  }
  #responsive-header .icon {
    margin: 24px 0;
  }

  #desktop-header {
    display: none;
  }

  .not_mobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  #homepage-slider {
    height: 350px !important;
  }
  #homepage-slider .slide-image {
    height: 350px !important;
  }
  #homepage-slider .slide-image .caption-container {
    text-align: center;
  }
  #homepage-slider .slide-image .caption-container strong {
    font-size: 26px !important;
  }
  #homepage-slider .slide-image .caption-container #inner-box {
    width: 100% !important;
  }
  #homepage-slider .flex-control-nav {
    bottom: 5% !important;
    text-align: center !important;
  }

  #intro-container {
    text-align: center;
  }
  #intro-container #inner-content {
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
  }

  #footer-widget-container aside {
    padding: 6px 0 !important;
    text-align: center !important;
    margin-bottom: 20px;
  }
  #footer-widget-container #widget-three ul li {
    margin: 14px 0;
  }
  #footer-widget-container #widget-three ul li span {
    display: block;
    float: none;
    width: 100%;
    height: auto !important;
    font-weight: 800;
  }

  #cta-container h3 {
    font-size: 20px !important;
  }

  .site-footer div {
    text-align: center !important;
  }

  #page-banner {
    min-height: 200px;
  }

  .primary {
    padding: 20px 10px !important;
  }

  #item-grid img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  section {
    padding: 30px 20px !important;
  }

  #slider-container {
    padding: 0px !important;
  }

  h1 {
    font-size: 24px !important;
  }

  section h2 {
    font-size: 22px !important;
  }

  #services-list li .inner-box {
    max-width: 300px;
    margin: 0 auto;
  }

  #cta-container {
    padding: 10px 20px !important;
  }
  #cta-container h3 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 540px) {
  #responsive-header .icon {
    margin: 6px 0 !important;
  }

  .site-header img {
    width: 240px;
  }
}

/*# sourceMappingURL=responsive.css.map */
