/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  .banner .contact-info .phone-number a {
    /*text-decoration: underline;*/
  }
  .top-footer .contact-info a {
    text-decoration: underline;
  }
  .nav {
    display: none;
  }
  .nav-select {
    display: block;
    margin: 1em 0;
  }
  .nav-select select {
    width: 100%;
  }
  .banner .brand {
    width: 410px;
    height: 126px;
    background: url('../img/logo-410x126.png');
  }
  .banner .contact-info {
    background: url('../img/phone-icon-30x41.png') no-repeat right center;
  }
  .banner .contact-info .phone-number {
    font-size: 2em;
  }
  #sidebar {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .landing-services .service {
    width: 250px;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
  }
  footer .top-footer .contact-info {
    width: 260px;
    font-size: 2em;
    line-height: 70px;
    background: url('../img/phone-icon-white-30x39.png') no-repeat right center;
  }
  footer .top-footer .contact-info p {
    margin-bottom: 0;
  }
  footer .bottom-footer .left,
  footer .bottom-footer .right {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .bottom-footer .left {
    float: none;
    text-align: center;
  }
  footer .bottom-footer .left p,
  footer .bottom-footer .left ul {
    display: inline;
    float: none;
    margin-left: 0;
  }
  footer .bottom-footer .right {
    float: none;
    text-align: center;
  }

  .wpcf7 label {
    line-height: 20px;
  }
  .wpcf7 .form-group {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .banner .col-lg-6 {
    text-align: center;
  }
  .banner .contact-info {
    width: 250px;
    padding-right: 30px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .ls-inner h2,
  .ls-inner h3 {
    display: none !important;
  }
  .slider-wrapper {
    padding: 1em;
  }
  footer .bottom-footer .footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  footer .bottom-footer .left {
    margin-bottom: 20px;
  }
  .banner .contact-info {
    background: none;
    width: 300px;
  }
  .banner .contact-info .request-info {
    margin-top: 10px;
  }
  .banner .contact-info .phone-number {
    border: 1px solid #000;
    padding: 10px;
  }
  .banner .contact-info .phone-number span.label {
    display: block;
    color: #000;
    font-size: 18px;
    background: url('../img/phone-icon-30x41.png') no-repeat 85% center;
    line-height: 31px;
  }
}

@media (max-width: 480px) {
  .banner .contact-info {
    width: 270px;
    padding-right: 0;
    background-position: right top;
  }
  .banner .contact-info .phone-number a {
    text-decoration: underline;
    line-height: 2em;
  }
  .banner .brand {
    width: 300px;
    height: 92px;
    background: url('../img/logo-300x92.png');
  }
  
  .banner .contact-info .request-info {
    font-size: 1em;
  }
  .banner .contact-info .phone-number {
    font-size: 1.5em;
  }
  .slider-wrapper {
    padding: 0.75em;
  }
}