
/* (A) MATERIAL ICONS */
.resources_outer_sec .aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.resources_outer_sec .aWrap {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px 48px 16px 0;
  width: 100%;
}
.resources_outer_sec .aWrap,
.resources_outer_sec .aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.resources_outer_sec .aPlay {
  background: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 10%;
}

/* (D) TIME */
.resources_outer_sec .aCron {
  color: #000;
  font-size: 20px;
  margin: 0 10px;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources_outer_sec .aVolIco svg path {
  fill: #000;
}
.resources_outer_sec .range {
  margin-right: 0;
  width: 50%;
}

/* 
.resources_outer_sec .volume-container {
align-items: center;
display: flex;
width: 15%;
justify-content: center;
}
.resources_outer_sec .aPlay span.aPlayIco {
align-items: center;
background-color: #b6cf1f;
border-radius: 50%;
display: flex;
height: 45px;
justify-content: center;
padding: 16px;
width: 45px;
}
.resources_outer_sec .download_link {
margin-left: 3px;
margin-top: 8px;
width: 25px;
}
.resources_outer_sec .download_link a {
display: flex;
align-items: center;
justify-content: center;
}
.resources_outer_sec .volume-container .range-volume {
display: none;
}
.resources_outer_sec .volume-container .aVolIco svg {
width: 24px;
height: 25px;
}
.aPlay span.aPlayIco .fa {
color: #ffffff;
font-size: 16px;
}


/*  */



.resources_outer_sec audio::-webkit-media-controls-panel { 
  background-color: rgba(241, 241, 241, 0.16);
}
.resources_outer_sec audio::-webkit-media-controls-enclosure {
  background-color: transparent;
  border-radius:10px;
}




.resources_outer_sec .main-title { 
  background-color: #4c4d4f;
  color: #fff;
  padding: 20px;
}
.resources_outer_sec .main-title_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.resources_outer_sec .main-title_inner .image_box {
  max-width: 70px;
}
.resources_outer_sec .main-title_inner h2.heading {
  width: calc(100% - 70px);
  margin-bottom: 0;
  padding-left: 35px;
}
.left-img-rht-content .left_img {
  width: calc(50% - 40px);
  margin-right: 40px;
}

.left-img-rht-content .right_content {
  width: 50%;
  position:relative;
}

.left-img-rht-content .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.left-img-rht-content {
  padding: 100px 0;
}
.left-img-rht-content .right_content h4.sub_title {
  color: #4d4e50;
  font-weight: 700;
  margin-bottom: 10px;
}

.left-img-rht-content .right_content h3.title {
  margin-bottom: 25px;
  color: #4d4e50;
}
.left-img-rht-content .right_content p:last-child {
  font-weight: bold;
  margin-bottom: 0;
}
.left-img-rht-content .right_content p {
  color: #4d4e50;
  margin-bottom: 50px;
}
.left-img-rht-content .right_content .audio {
  margin-top: 10px;
}

.left-img-rht-content .right_content .audio audio {
  width: 100%;
}
.left-img-rht-content .bottom_cta {
  max-width: 950px;
  margin: 82px auto 0;
}
.left-img-rht-content .left_img img {
  width: 100%;  
}
.left-img-rht-content .left_img .btn_link {
  margin-top: 40px;
}
.btn_link a {
  background: #565558;
  background-image: url(https://44343700.fs1.hubspotusercontent-na1.net/hubfs/44343700/Sensear_2024/images/Podcast/Group.png);
  background-position: right 19px center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 10px 59px 10px 10px;
  text-transform: uppercase;
  transition:0.1s;
}
.btn_link a:hover{
  transform:scale(1.03);
  transition:0.1s;
}





@media (max-width:991px){
  .left-img-rht-content .left_img {
    margin-right: 0;
    width: 100%;
  }
  .left-img-rht-content .right_content {
    width: 100%;
    margin-top: 60px;
  }
  .left-img-rht-content {
    padding: 80px 0;
  }
  .resources_outer_sec .range {
    width: 70%;
  }
  .resources_outer_sec .volume-container {
    width: 10%;
  }
}

@media (max-width:767px){
  .resources_outer_sec .main-title_inner h2.heading {
    font-size: 30px;
    padding-left: 20px;
  }  
  .left-img-rht-content .bottom_cta {
    margin: 50px auto 0;
  }
  .btn_link a {
    background-size: 20px;
    font-size: 12px;
    padding: 7px 51px 7px 10px;
  }
  .resources_outer_sec .aWrap {
    padding: 16px 0px 16px 0;
  }
  .resources_outer_sec .volume-container {
    width: 20%;
  }
  .resources_outer_sec .aCron {
    font-size: 16px;
  }
}

@media (max-width:480px){
  .resources_outer_sec .aPlay span.aPlayIco {
    padding: 12px;
    height: 35px;
    width: 35px;
  }
  .resources_outer_sec .aCron {
    margin: 0 16px;
    width: 12%;
  }
  .resources_outer_sec .volume-container {
    width: 25%;
  }
  .resources_outer_sec .aVolIco {
    margin: 0 4px;
  }
}






.audio-player {
  --player-button-width: 50px;
  --sound-button-width: 40px;
  --space: .5em;
  width: 100%;
  height: auto;
}

.icon-container {
  width: 100%;
  height: 100%;
  background-color: #DE5E97;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-icon {
  width: 90%;
  height: 90%;
}

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

button.player-button {
  width: 55px !important;
  height: 55px !important;
  position: relative;
  padding: 0;
  margin: 0;
}
.controls button.player-button svg {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.timeline {
  -webkit-appearance: none;
  background-color: #878787;
  border-radius: 5px;
  background-image: linear-gradient(#585858, #585858);
  background-repeat: no-repeat;
  margin-right: var(--space);
  height:2px !important;
  width: calc(100% - 270px) !important;
}



/* .timeline.size{
  background-size:0% 0% !important;
} */

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.sound-button {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
}
button.downloadBtn svg {
  width: 20px;
  height: 27px;
}
.controls input[type='range']::-webkit-slider-thumb {
  display: none !important;
}

span.current-time {
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin: 0 10px 0 10px;
  width: 35px !important;
  text-align: center;
}
span.total-time {
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
  display: inline-block;
  margin: 0 10px 0 10px;
  width: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sound-button {
  background-color: transparent;
  border: 0;
  width: 25px !important;
  height: 25px !important;
  cursor: pointer !important;
  padding: 0;
  position: relative;
  margin-right: 5px !important;
}
.sound-button svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
button.seek-back-button {
  height: 40px;
  width: 40px;
  position: relative;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px !important;
}
button.seek-back-button svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}





/* share css */


span.share svg {
  margin-right: 6px;
}
span.share {
  display: flex;
  float: right;
  flex-wrap: wrap;
  position: relative;
  cursor:pointer;
}
.share_wrapper {
  background-color: #000;
  color: #fff;
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  display:none;
}
.share_wrapper .bottom_wrapper .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.share_wrapper .bottom_wrapper .inner:first-child{
  margin-bottom:15px;
}
.share_wrapper .bottom_wrapper span {
  width: 60px;
  display: inline-block;
}
.share_wrapper .bottom_wrapper input {
  width: calc(100% - 60px) !important;
  color: #000;
  padding: 2px 10px !important;
  border-radius: 3px;
}
.share_wrapper .top_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.share_wrapper .top_wrapper h5 {
  margin: 0;
}
.share_wrapper .top_wrapper .social_icon svg {
  height: 18px !important;
  width: 18px !important;
  display: inline-block;
}
.share_wrapper .top_wrapper .social_icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.share_wrapper .top_wrapper .social_icon svg:nth-child(2) {
  margin:0 8px 0 6px;
}
.share_wrapper span.close {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  top: -10px;
  right: -10px;
}
.share_wrapper span.close svg {
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor:pointer;
}



.controls.active .timeline{
  background-size:0% 0% !important;
}























