/*
    Created on : Jan 27, 2015, 10:00:00 AM
    Author     : Samuel
*/

@media only screen and (max-width:768px) {

  .hero {
    background: url('../img/hero-m.jpg') top center no-repeat;
    background-size: cover;
    height: 650px;
  }
  .content-1 {
    text-align: initial;
    background: none;
  }
  .content-1 .large-4.column {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .content-1 .box:before {
    display: none;
  }
  .content-1 img {
    width: 100%;
  }
  .content-2 img {
    margin-top: 0 !important;
  }
  .content-3 {
    background: #fff8f7;
  }
  .content-3 img {
    margin: 0 auto;
  }
  .content-3 p.tagline {
    margin-bottom: 0;
  }
  .content-3 article h2 {
    font-size: 1.55em;
    line-height: 1.5em;
  }
  .content-3 p {
    text-align: center;
  }
  .content-3 > .row:nth-child(n+2) > div.column {
    margin: 0;
  }
  .content-3 > .row:nth-child(n+2) > div.column article {
    margin: 0 0 20px;
  }
  .content-4 h2 {
    margin-bottom: 30px;
  }
  .content-4 .testimonial {
    margin-bottom: 20px;
  }
  .treatments {
    padding: inherit;
  }
  #treatments.treatments .owl-item {
    padding: 0 10px 20px;
  }
  .treatments p.tagline {
    margin-bottom: inherit;
  }
  .treatments .white-box {
    margin: 0;
    width: 100%;
  }
  
  .endorse {
    background: url('../img/endorse-m.jpg') center no-repeat;
  }
  
} /* End Media Query */