/* orange e9540d */
/* blue 1eb2a5 */

.wpcf7-form input, .wpcf7-form textarea {
  font-size: 18px !important;
  padding: 18px !important;
}

#layerslider_3 img, #layerslider_4 img, #layerslider_5 img, #layerslider_6 img, #layerslider_7 img  {
  box-shadow: 0px 0px 30px rgba(0,0,0,.65) !important;
}

strong {
  color: #1eb2a5 !important;
}

.ls-container h1 {
  font-size: 32px !important;
}

.rollerPoster {
  max-width: 250px;
}

/* Desktop Only */
@media screen and (min-width: 800px) {
  #tablet, .tablet {
    display: none;
  }
  #phone, .phone {
    display: none;
  }
  #mobile, .mobile {
    display: none;
  }
}

/* Tablet Only */
@media screen and (max-width: 800px) and (min-width: 480px) {
  #desktop, .desktop {
    display: none;
  }
  #phone, .phone {
    display: none;
  }
}

/* Phone Only */
@media screen and (max-width: 480px) {
  #desktop, .desktop {
    display: none;
  }
  #tablet, .tablet {
    display: none;
  }
  .rollerPoster {
    display: none;
  }
}
