.comment-form-author, .comment-form-email {
    width: 49%;
    float: left;
}
span.comment-date {
    width: 100%;
    float: left;
}
.ala-title span {
    font-size: 25px;
}
.ala-title {
    width: 30%;
    float: left;
}
.ala-comment {
    width: 70%;
    float: left;
}
span.comment-date {
   text-transform: uppercase;

}

span.comment-date a{
color: #000;
font-weight: 800;
}

span.comment-excerpt {
   font-size: 18px;
}

.ala-title span {
   
    font-weight: 600;
} 
span.comment-date {
    opacity: 1 !important;
}

.comment-respond #submit {
   background: #000;
   color: #fff;
   width: 180px;
   padding-top: 18px !important;
   padding-bottom: 18px !important;
   margin-top: 30px !important;
   margin-bottom: 15px;
   text-align: center;
   padding-right: 0px !important;
   border-radius: 100px !important;
   font-family: Lato !important;
   text-transform: uppercase;
   border: none;
   font-size: 13px;
   float: left;
   bottom: 20px;
   position: relative;
   font-weight: 600;
} 
li:last-child.recentcomments.recent-comment:after {
   height: 0px;
} 
ul#better-recent-comments {
   padding: 0px!important;
}

li.recentcomments.recent-comment:after {
   height: 2px;
   display: block;
   width: 100%;
   background: #234E4B;
   border-right: 1px white;
   content: '';
   margin: 30px 0px;
}  
.comment-form-author {
   margin: 0% 12px 0% 0%;
} 

.comment-respond .comment-form-author input, .comment-respond .comment-form-email input{
 width: 100% !important;
}
.preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    z-index: 999999;
    top: 0%;
    display: none;
}


a#load_more_posts {
    background: #deb930;
    color: #fff;
    padding: 5px 17px;
    width: auto;
    /* text-align: center; */
}
.preloader img {
    width: 50px;
    height: 50px;
    position: relative;
    margin: auto;
    left: 0;
    top: 28px;
    right: 0;
    bottom: 0;
    display: block;
}

.loadmore {
    text-align: center;
    width: 100%;
    clear:both;
    position: relative;
}
.latestmp3 .mejs-horizontal-volume-total {
    display: none;
}
span#et_search_icon {
    display: none !important;
}
.latestmp3 span.mejs-offscreen {
    display: none;
}
.latestmp3 .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #deb930 !important;
}

.latestmp3 .mejs-controls {
    display: block !important;

}

.header-title strong {
    color: #000;
    font-weight: 700;
    vertical-align: middle;
}

#top-header .container {
    width: 100%;
    max-width: 1595px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding: 13px;
    font-weight: 600;
}

.header-title span {
    color: #000;
    font-weight: 500;
    margin-left:10px;
    vertical-align: middle;
}
.latestmp3 div.audio-player{
background-color: #deb930 !important;
    position: relative;
    top: -4px;
    height: initial;
}
.header-title {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.header-title .product-div{width:100%;}
.podlist .et_pb_column.et_pb_column_1_3.product-div {
        margin-right: 1.5%;
    margin-left: 1.5%;
}
    .image-div {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #deb930;
}
.podlist .image-div .img-div{
    height: 350px;
  object-fit: cover;
}
.podlist .text-div h3 {text-align: left;  font-family: 'Ormont',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;}
.podlist .text-div p {
   font-size: 15px;
   font-family: 'Tiffany',Helvetica,Arial,Lucida,sans-serif;
   color:#deb930;
   text-align: left;
   margin-bottom: 5px;
   margin-top: 12px;
}
.podlist .image-div .counter {
    position: absolute;
    top: 10px;
    color: #fff;
    background: #deb930;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    right: 10px;
}
/** audio player styles **/
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: #4c4e5a;
  background: #fff;
  background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.audio-player h2 {
  position: absolute;
  top: 7px;
  display: none;
  left: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ececec;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  width: 15px;
  height: 27px;
  top: 0px;
  left: 0px;
  background: transparent url('playpause.png') 0 0 no-repeat;
}
.mejs-controls .mejs-pause button { background-position: 0 -25px; }
 
 
/* mute/unmute control */
.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: 9px;
  right: 142px;
  background: transparent url('audio.png') 0 0;
}
.mejs-controls .mejs-unmute button { background-position: 0 -19px; }
.mejs-button.mejs-volume-button.mejs-mute {
    display: none !important;
}

/* volume scrubber bar */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  display: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #212227;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  background: #90d26a;
  background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
  background: linear-gradient(top, #90d26a 0%, #83bb63 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.mejs-container {
    width: 100% !important;
	height: auto !important;
}

/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 100%; }
 
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  top: 6px;
  left: 20px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #f5d86d; 
  width: 93% !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #f5d86d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
  background: #f5d86d;
  /* background: #deb930; */

}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 1px;
  background: #000;
  border-radius: 50% 50%;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('handle-sm.png') no-repeat;
}


/* time progress tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('time-box.png');
}
 
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}


/*~s~ 03-02-2020 */
.podlist.recent .text-div p {color: #070707  !important;}
.podlist.loadlist.recent { max-width: 1170px; margin: auto; overflow: hidden; margin-top: 40px; }
.podlist.loadlist.recent .et_pb_column_1_3 { width:50%; margin: 0px 0px 35px 0px!important; }
.podlist.loadlist.recent .et_pb_column_1_3:last-of-type { margin: 0px 0px 0px 0px!important; }
.podlist.loadlist.recent .et_pb_column_1_3 .image-div { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; display: inline-block; vertical-align: middle; margin: 0px; }
.podlist.loadlist.recent .et_pb_column_1_3 .image-div img { height: auto; }
.podlist.loadlist.recent .et_pb_column_1_3 .text-div { width: calc(100% - 120px); display: inline-block; vertical-align: middle; padding-left: 30px; }
.podlist.loadlist.recent .et_pb_column_1_3 .text-div h3 { font-size:16px; }
.podlist .et_pb_column.et_pb_column_1_3.product-div:nth-child(2n+3) { clear:both; }


@media (min-width:768px) and (max-width:1199px) {
  .podlist.loadlist.recent .et_pb_column_1_3 { text-align: center; margin-top: 40px!important; }
  .podlist.loadlist.recent .et_pb_column_1_3 .image-div { margin:auto; }
  .podlist.loadlist.recent .et_pb_column_1_3 .text-div { padding:0px; margin: 10px 0 0 0; width:100%; }
  .podlist.loadlist.recent .et_pb_column_1_3 .text-div p, .podlist.loadlist.recent .et_pb_column_1_3 .text-div h3 { text-align: center; }
}

@media (max-width:767px) {
  .podlist.loadlist.recent .et_pb_column_1_3 { width:100%; text-align: center; margin-top: 40px!important; }
  .podlist.loadlist.recent .et_pb_column_1_3 .image-div { margin:auto; }
  .podlist.loadlist.recent .et_pb_column_1_3 .text-div { padding:0px; margin: 10px 0 0 0; width:100%; }
  .podlist.loadlist.recent .et_pb_column_1_3 .text-div p, .podlist.loadlist.recent .et_pb_column_1_3 .text-div h3 { text-align: center; }
  .header-title {width: 100%;padding-top: 10px;padding-left:0px;}
}