/* Theme Name: Kerley Clinic of Chiropractic */
#contact-info {
  background-size: 100% auto;
  background-position: 50% 95%;
}
nav.navbar-fixed-top,
.navbar-default {
  min-height: 0;
  border-bottom-width: 0;
}
nav.navbar-fixed-top {
  box-shadow: 0 0 10px -5px #000;
}
.dropdown-menu {
  background-color: #ccc;
}
.navbar-default .navbar-nav > li > a {
  display: block;
  padding: 15px;
}
.navbar-nav>li {
  padding: 0;
}
.navbar .navbar-nav.main-nav {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #ccc;
  color: #000;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #f5f5f5;
}
.main-row {
  display: flex;
}
.main-row .col.content {
  flex: 1 1 58.33%;
  padding-right: 15px;
}
.main-row .col.facility-video {
  flex: 1 1 41.67%;
  padding-left: 15px;
}
.vertical-slider {
	overflow: hidden;
	display: flex;
}
.vertical-slider .items {
	transition: transform ease .3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev {
	opacity: .3;
	cursor: default;
}
.vertical-slider.last .next {
	opacity: .3;
	cursor: default;
}
main + .testimonials-section  {
  margin-top: -30px;
}
.testimonials-section h2 {
  text-align: center;
}
.testimonials {
  box-shadow: 0 0 10px #000;
  margin-bottom: 50px;
  position: relative;
}
.testimonial-row {
  display: flex;
  height: 100%;
}
.testimonial-row .author {
  flex: 0 0 200px;
  border-right: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.testimonial-row .content {
  flex: 1 1 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial-row .content p:first-of-type {
  margin-top: 0;
}
.testimonial-row .content p:last-of-type {
  margin-bottom: 0;
}
.mobile-list a {
  padding: 5px 0;
}
.logo img {
  width: auto;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 100px;
  }
  #c2a,
  header {
    padding: 0;
  }
  #c2a .c2a {
    display: none;
  }
  #contact-info {
    background-size: cover;
  }
  .testimonial-row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .testimonial-row .author {
    border: none;
  }
  .testimonial-row .col {
    flex: 0 1 auto;
  }
}
