.entry-show{
	box-shaddow: 0 0px 5px 0 rgba(237, 237, 238, 20%);
	.entry-content{ 
		padding: 40px 40px 40px 30px; background: #fff;
		border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
	}
	.entry-wrap{ clear: both; margin-bottom: 15px; }
	.entry-data{ clear: both; margin-bottom: 10px; }
	.entry-play{
		width: 	50px;
	    height: 50px;
	    float: left;
	    text-align: center;
	    vertical-align: middle;
	    background: #fff;
	    line-height: 50px;
	    border-radius: 50%;
	    margin-right: 15px;
	    box-shadow: 0 0px 20px 0 rgba(37, 197, 255, 0.2);
    }
    .entry-title .entry-count{
    	font-size: 11px;
    	color: #01b7cc;
    	text-transform: uppercase;
    }
    .entry-title h3{
    	font-size: 18px;
    	color: #061020;
    	line-height: 20px;
    }
    .entry-img{
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
    }
    img{ 
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
    }
    p{ line-height: 24px; }
    .view-all{
    	margin-top: 30px;
	    border-top: 1px solid #e6ebef;
	    padding-top: 25px;
	    margin-bottom: 0;
	    a{
	    	color: #908dab;
	    	font-size: 11px;
	    	text-transform: uppercase;
	    }
    }

}
.elementor-widget-ce-podcasts-shows-carousel button{ display: none; }
.ce-carousel-head{
   position: relative;
   margin-bottom: 30px;
   h3{
      color: #061020;
      font-weight: 700 !important;
   }
   span a{
    text-transform: uppercase;
    font-size: 11px;
    color: #908dab;
   }
  .ce-podcasts-shows-carousel-controls{
    position: absolute;
    top: 0;
    right: 0;
    a{
      width: 50px;
      height: 50px;
      background: #fff;
      text-align: center;
      line-height: 50px;
      display: inline-block;
      border-radius: 50%;
    }
  }
}