/* Index */

/* .about-us-section {
  display: block;
} */

.about-us-vid {
  float: none;
  width: 100%;
}

.about-us-vid video {
  height: auto;
}

.about-us-info {
  padding: 5px 15px;
  width: 100%;
}

/* Barbers */

.social-icons p {
    display: none;
}

.barber-book h2 {
    font-size: 40px;
}

.barber-book p {
    font-size: 20px;
}

.barber-book .btn-light-invert {
    font-size: 17px;
}

.box {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 15px;
}

.opening-times table {
  margin: auto;
  width: 300px;

}

.opening-times table tr th {
    padding: 15px 50px 5px 0px;
  }

  .opening-times table td {
    padding: 15px 0px 5px 50px;
  }

  /* Salon */

  .pricelist p {
    font-size: 15px;
  }

  .pricelist img {
    width: 180px;
  }

  .salon-location {
    margin-top: 25px;
  }

  .salon-location img {
    width: 180px;
  }

  .box-2.salon-location-info p {
    font-size: 15px;
  }

  .price-info h2 {
    border-bottom: dotted #DCE1E3 1px;
    margin-bottom: 1px;
  }

  .price-info p,
  .price-info h2 {
    font-size: 15px;
  }

  .salon-opening-info {
    padding-top: 50px;
    padding-right: 60px;
    
  }

  .salon-opening-times img {
    display: none;
  }

  .salon-opening-info table tr th {
    padding: 15px 0px 5px 0px;
  }

  .salon-opening-info table td {
    padding: 15px 0px 5px 50px;
    
  }

  /* about us */

  .director-images-top {
    flex-direction: column;
    width: 33.33%;
  }
  
  .director-images-bottom {
    flex-direction: column;
    width: 100%;
  }