/* 
Theme Name: Beautiful Soul (2025)
Theme URI: #
Description: ..
Author: LLC
Author URI: #
Template: hello-elementor
Version: 1.0.1
Text Domain: bsoul
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: #
*/

/*
    Add your custom styles here
*/
.space-me .elementor-heading-title { 
  letter-spacing: 10px;
  letter-spacing: 15%;
}


 



.elementor-heading-title  {word-wrap: break-word;}
.bicolor span, .bicolor em {color: var( --e-global-color-accent ) !important;}
.bicolor.blue span, .bicolor.blue em {color: var( --e-global-color-primary ) !important;}

.aston_ul ul {list-style-type: none; padding: 0; }
.aston_ul ul li { padding: 10px 0; border-top:solid 1px rgba(255,255,255,.2);  }
.aston_ul ul li:first-child {border-top:none }

.holdMytag .elementor-widget-heading > .elementor-widget-container {
    display:flex; align-items: center;
}
.elementor-shortcode .breadcrumbs {color:white; font-size:12px; line-height: 22px; font-weight: normal; padding-left: 0px; padding-right: 10px;}
.elementor-shortcode .breadcrumbs a, .elementor-shortcode .breadcrumbs a:focus, .elementor-shortcode .breadcrumbs a:link {color: #fff;}
.elementor-shortcode .breadcrumbs a:hover, .elementor-shortcode .breadcrumbs .current-item {color: var( --e-global-color-accent );}

/* Archive post : list of tax */
.list_categ {display: flex; list-style-type: none; padding: 0 0 0px 0; margin: 0; justify-content: center; align-items: center; /*white-space: nowrap; overflow: auto;*/
  flex-wrap:wrap;
}
.elementor-sticky--effects .list_categ { flex-wrap:nowrap; white-space: nowrap; }
@media (max-width:1600px) {
  .elementor-sticky--effects .list_categ { justify-content: start;}
}
.elementor-sticky--effects .list_categ li.current-cat {order:-1;}
.list_categ li { display: inline-flex }
.list_categ li a {display: inline-flex; padding: 6px 10px; color:var( --e-global-color-primary ); font-weight: 600; text-transform: uppercase; font-size:15px; border-radius: 0px; align-items: center; }
.list_categ li.current-cat a {font-weight: 700; background-color: #8BA612; color:#fff;}
.list_categ li a:hover {color:#fff;background-color: #8BA612; }
.list_categ li a::before {
  content: '■';
 /* background: transparent url(pix/cta-flright-s.png) no-repeat center center; 
  background-size: 25px auto;
  background-position: 0 0;
  width: 25px;
  height: 25px;*/
  width: 10px;
  height: 23px;
display: inline-flex;
  margin: 0 5px 0 0;
  transition: all ease 300ms;
 
 
}
.list_categ li a:hover::before,
.list_categ li.current-cat a::before { 
  background-position: 0 -25px;
}


/* rounded style */
.list_categ { gap: 1px;}
.list_categ li a {
  font-size: 14px;
  font-family: Open sans;
/*  border-radius: 99em; */
}
.list_categ li a::before {
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  width: 10px;
  height: 23px;
}
.list_categ li a:hover::before, .list_categ li.current-cat a::before {
  background-position: 0 -20px;
}

#menu-footer-menu {
    display: flex; list-style-type: none; padding: 0 0 0px 0; margin: 0; justify-content: center; align-items: center; white-space: nowrap; overflow: auto;
}
#menu-footer-menu li { display: inline-flex }
#menu-footer-menu li a {display: inline-flex; color: #fff;
      font-size: 14px;
      padding: 0 15px; }
#menu-footer-menu li a:hover {text-decoration: underline;}

.mp4vid {
  position: relative;
 
}
.mp4vid::after {
  content: '▶';
  font-size: 32px;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  
  content: '';
  width: 24px;
  height: 26px;
  background: url('pix/playW.png') no-repeat center center;
  background-size: contain;
}


.custom-audio-player {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  min-width: 320px;
}

.play-btn {
  font-size: 24px;
  background: none !important;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.track-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.track-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.track-name {
  font-weight: 600;
}

.progress-time {
  color: #666;
  font-size: 13px;
}

.progress-bar-container {
  position: relative;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  height: 100%;
  position: relative;
}

.progress-fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  transition: width 0.2s linear;
}

.tooltip {
  position: absolute;
  top: -30px;
  left: 0;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
  display: none;
  pointer-events: none;
}
.cta-pause {
  display: none;
}