.chef-wrap{background-color:#fff;border-radius:18px;padding:16px 16px 18px}.chef-wrap .chef-img{border-radius:9px;display:block;margin:0 0 22px;position:relative}.chef-wrap .chef-img:before{border-radius:9px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);visibility:hidden;width:100%}.chef-wrap .chef-img img{width:100%}.chef-wrap .chef-img .social-icon{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px;left:0;position:absolute;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);visibility:hidden}@media only screen and (max-width:767px){.chef-wrap .chef-img .social-icon{gap:0 7px}}.chef-wrap .chef-img .social-icon a{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.2);border-radius:100%;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:767px){.chef-wrap .chef-img .social-icon a{height:35px;width:35px}}.chef-wrap .chef-img .social-icon a svg{color:#fff;height:16px;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);width:16px}.chef-wrap .chef-img .social-icon a svg path{stroke:currentColor;fill:currentColor}.chef-wrap .chef-img .social-icon a:hover{background:#fff}.chef-wrap .chef-img .social-icon a:hover svg{color:var(--primary-color)}.chef-wrap .chef-content{padding:0 0 0 23px}.chef-wrap .chef-content h3{margin:0 0 7px}@media only screen and (min-width:768px) and (max-width:991px){.chef-wrap .chef-content h3{font-size:22px!important}}@media only screen and (max-width:767px){.chef-wrap .chef-content h3{font-size:20px!important}}.chef-wrap:hover .chef-img:before{visibility:visible}.chef-wrap:hover .chef-img .social-icon{bottom:32px;opacity:1;visibility:visible}