/* your styles go here */
.list-line-even {
background: #eeeeee ;
}
.list-line-odd {
background: #ffffff ;
}
.customers .owl-dot.active span {
  background: #467fbf !important;
}

footer.main-footer ul.footer-links a {
    font-size: 0.9rem;
    color: #aaa;
}

/* Tell iPhone not to mess up formatting for auto-detected phone numbers
   Shouldn't need this any more because I am actively making phone numbers tel: links
   in the template but I am leaving it to handle other phone numbers that get added later
   that we don't want to make into links. */
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a.white:hover {
  color:white;
  text-decoration: none;
}

a.white {
  color:white;
  text-decoration: none;
}

.img-fluid {
  max-width:100%;
  height:auto;
  width: 100%;
}

.img-fluid-auto {
  max-width:100%;
  height:auto;
  width: auto;
}
