/* New Choice of Chefs layout */

.chef-testimonial__image .chef-testimonial__name_mobile, .chef-testimonia-icon.mobile {
  display: none;
}

.chef-testimonial__name.desktop .michelin-stars {
  display: block ;
}

.chef-testimonial__name.desktop .michelin-stars img.michelin-icon {
  height: 15px;
  width: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

@media only screen and ( max-width: 767px ) {
  
  #chef-nav {
    padding-top: 10px;
  }
    
  .chef-testimonial__content {
    padding-left: 0;
  }
  
  #chef-testimonials {
    padding-left: 22px;
    padding-right: 22px;
  }
  
  .chef-testimonial__image {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 15px;
    height: 80px;
  }
  
  .chef-testimonial__image img {
    width: 100%;
    float: left;
    max-width: 80px;
    margin-right: 20px;
  }
  
  .chef-testimonial__text {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    position: relative;
    text-align: justify;
  }
  
  .chef-testimonial__image .chef-testimonial__name_mobile {
    display: block;
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
  }
  
  .chef-testimonial__image .chef-testimonial__name_mobile .michelin-stars {
    display: block;
  }
  
  .chef-testimonial__image .chef-testimonial__name_mobile .michelin-stars img.michelin-icon {
    height: 15px;
    width: 15px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
  }
  
  .chef-testimonial__image .chef-testimonial__name_mobile:first-line { 
    font-size: 15px; 
    
  }
  
  .chef-testimonial__name.desktop {
    display: none;
  }
  
  .chef-testimonia-icon.desktop {
    display: none;
  }
  
  .chef-testimonia-icon.mobile {
    display: block;
    left: -5px;
    margin-left: 0;
  }
  
  .chef-testimonia {
    padding-top: 0;
    margin-top: 40px!important;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e9eb;
  }
  
  .chef-testimonia:first-child {
    margin-top: 20px!important;
  }
  
  hr.testimonial {
    display: none!important;
  }
  
  #chef-testimonials {
    margin-bottom: 30px;
  }
  
}