/*
Theme Name: EW Kitchens Custom Theme
Theme URI: http://evolveinsideout.com
Description: Custom designed theme for EW Kitchens built with HTML5.
Version: 3.1
Author: InsideOut Design & Development

  The CSS, HTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-3.0.html
*/

/*hot fix*/
.content-border-bottom {width: 60%; border: 1px solid #1b2333; margin: 0 auto ;}

@media screen and (max-width: 600px) {
	#wpadminbar { position: fixed !important; }

}
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
  display: flex !important;
  align-items: center !important;
}

.testimonials .our-team-section{
  background: none;
}

.testimonials .staff-slider-container .staff-slider-prev{
  right: 100%;
  left: unset;
}

.testimonials .staff-slider-container .staff-slider-next{
  left: 100%;
  right: unset;
}

.testimonials .staff-slider-container .slide{
  opacity: 1 !important;
  border-left: 4px solid #000;
  color: #404040;
  font-size: 1.1875em;
  font-style: italic;
  padding: 0 0 6px 20px;
  overflow: auto;
}

.testimonial--name{
  font-weight: 700;
}

.testimonial-slider-container .slide{
  height: 400px !important
}

@media(max-width: 768px){
  .our-team-sliders .staff-slider-container .testimonial-slider-prev{
    right: 96% !important
  }
  
  .testimonials .staff-slider-container .testimonial-slider-next{
    left: 96% !important
  }
}
