/* Start custom CSS for section, class: .elementor-element-35cbcf13 */.audio_arch_title {
  margin-bottom:0!important;
}
.other_audio_meta ul.authors_list_single_audiobook {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.other_audio_meta ul.authors_list_single_audiobook a {
  color: inherit;
}

.other_audio_meta ul.authors_list_single_audiobook + a {
  color: inherit;
  padding-top: 10px;
}
.other_audio_meta li.author_box,
.audio_price{
  color: #fff;
}
.empty_img_author {background-image: linear-gradient(to right, #1670ba, #0082bf,#009fae, #009fae, #00aa9f);
  }
.has_img_author a {height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #f6f4f5;
  align-items: center;}
.empty_img_author a{
  height: 100%;
  min-height: 100%;position: relative;width: 100%;
  height: 245px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.empty_img_author img {
  max-height:70%;
}
  
h2.author_name {
  font-family: "poppins",sans-serif!important;
  line-height: 1.6;
  text-transform: none;font-size: 20px;
  padding: 0 10px 0 5px!important;
  cursor: pointer;
  transition: 0.25s;
  background: -webkit-gradient(linear,left top,left bottom,from(#f5c001),to(#f5c001)) 90%/0 0.25em no-repeat;
  background: -webkit-linear-gradient(#f5c001,#f5c001) 90%/0 0.25em no-repeat;
  background: -o-linear-gradient(#f5c001,#f5c001) 90%/0 .25em no-repeat;
  background: linear-gradient(#f5c001,#f5c001) 90%/0 0.25em no-repeat;
  background-position: left 90%;
  -webkit-transition: background-size .7s;
  -o-transition: .7s background-size;
  transition: background-size .7s;
  display: inline;
}
h2.author_name:hover,
h2.author_name:active{
  background: -webkit-gradient(linear,left top,left bottom,from(#f5c001),to(#f5c001)) 90%/0 0.25em no-repeat;
  background: -webkit-linear-gradient(#f5c001,#f5c001) 90%/0 0.25em no-repeat;
  background: -o-linear-gradient(#f5c001,#f5c001) 90%/0 .25em no-repeat;
  background: linear-gradient(#f5c001,#f5c001) 90%/0 0.25em no-repeat;
  background-position: left 55%;
  -webkit-transition: background-size .7s;
  -o-transition: .7s background-size;
  transition: background-size .7s;
  display: inline;
  background-size: 100% 0.3em;
  padding: 0 10px 0 5px!important;
}
a.author_link{
  color: #000;
}
a.author_link:hover{
  color:inherit;
}

.has_img_author img {min-width: 100%;
  min-height: 100%;
  flex-shrink: 0;
  top: 0!important;
  left: 0!important;}
.name_row {
  margin-top: 30px;
}
.has_img_author,
.empty_img_author{
  transition: all easy-in-out .7s;
  -webkit-transition: all easy-in-out .7s;
  -o-transition: all easy-in-out .7s;
}

.has_img_author:hover,
.empty_img_author:hover{
  transform: scale(1.1);
   -webkit-transition: scale(1.1);
  -o-transition: scale(1.1);
  z-index: 1;}
@media(max-width:767px){
  h2.author_name {
      font-size: 16px;
  }
}/* End custom CSS */