.elementor-6421 .elementor-element.elementor-element-1b28ec1{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6421 .elementor-element.elementor-element-17b843f .elementor-heading-title{color:var( --e-global-color-text );}.elementor-6421 .elementor-element.elementor-element-91f9296{--spacer-size:50px;}/* Start custom CSS for heading, class: .elementor-element-17b843f */body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.3;
} 

/*
---------------------------------------------
chefs
---------------------------------------------
*/

#chefs {
  padding-top: 30px;
  background-color: #fff;
}

#chefs .section-heading {
  margin-bottom: 30px;
}




#chefs .chef-item {
  text-align: center;
  border: 0px solid #afafaf;
  padding: 5px;
  transition: all .5s;
  border-radius: 3px;
}

#chefs .chef-item:hover {
  border-color: #F2921F;
}

#chefs .chef-item:hover .down-content h3 {
  color: #F2921F;
}

#chefs .chef-item .thumb {
  position: relative;
}

#chefs .chef-item .thumb img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#chefs .chef-item .thumb .overlay {
  position: absolute;
  background-color: #c3c1c1;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#chefs .chef-item .thumb ul.social-icons {
  position: absolute;
  z-index: 11;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

#chefs .chef-item .thumb ul.social-icons li {
  display: inline-block;
  margin: px 5px;
}

#chefs .chef-item .thumb ul.social-icons li a {
  width: 70px;
  height: 40px;
  background-color: #224086;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-align: bottom;
  line-height: 40px;
  display: inline-block;
  transition: all .5s;
}

#chefs .chef-item .thumb ul.social-icons li a:hover {
  background-color: #F2921F;
}

#chefs .chef-item:hover .overlay {
  opacity: .5;
  visibility: visible;
}

#chefs .chef-item:hover ul.social-icons {
  opacity: 3;
  visibility: visible;
}

#chefs .chef-item .down-content {
  padding: 20px 0px;
}

#chefs .chef-item .down-content h6 {
  transition: all .3s;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

#chefs .chef-item .down-content span {
  font-size: 12px;
  color: #2a2a2a;
}/* End custom CSS */