.lechef-chef-ajax-box .lechef-chef-img {
  float: left;
  height: auto;
  width: 100%;
}

.lechef-chef-ajax-box .lechef-chef-name {
	color: #2e2e2e;
	display: inline-block;
	font: italic 600 21px "Lora";
	overflow: hidden;
	padding: 0px;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 0;
	text-align: center; 
	margin-top: 10px;
}

.lechef-chef-quote .fa.fa-quote-left {
  float: left;
  font-size: 40px;
  margin-right: 10px;
  opacity: 0.1;
}

p.lechef-chef-skills-title, p.lechef-chef-diplomas-title {
  border-bottom: 1px solid;
  display: inline-block;
  float: left;
  font-family: Arimo;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.lechef-chef-skills, .lechef-chef-diplomas {
  display: block;
  float: left;
  width: 100%;
}

.lechef-chef-skills ul, .lechef-chef-diplomas ul {
  list-style-position: inside;
  padding-left: 0;
  list-style: none;
}

.lechef-chef-skills ul li::before, .lechef-chef-diplomas ul li::before {
	content: "";
	float: left;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	height: 0;
	width: 0;
	margin-top: 5px;
	margin-right: 6px;
}

.lechef-chef-type {
  display: block;
  float: left;
  font-family: Arimo;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 20px !important;
  width: 100%;
  text-align: center; 
}