/*
Theme Name: Afikim New Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output p
{
	margin-bottom: 1em;
}
.base-output ol li
{
	margin-bottom: 1em;
}
.base-output ul
{
	margin-right: 2rem;
}
.base-output ul li
{
	margin-bottom: 0.5em;
}

.reviews-overlay{
	background-color: #fff;
}
.podcast {
 	position: fixed;
    left: -115px;
    bottom: 70%;
    z-index: 999;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}
.podcast:hover {
   left: 0;
}
@media screen and (width < 768px){
  .podcast {
     left: -80px;
  }
  .podcast img {
    max-height: 50px;
  }
}

.team-image img {
    position: relative;
    aspect-ratio: 1;
  	border-radius: 50%;
    object-position: center 15%;
  	border: 2px solid #3f7c91;
}

.team-block .slick-current .team-item {
    transform: none;
}
.team-subtitle {
    text-align: start;
}

.client-item img {
    mix-blend-mode: multiply;
}