/* ============================================
   Custom Styles - Grupo Sabor y Sentimiento
   ============================================ */

/* :: Fonts */
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i");

/* :: Base CSS */
* { margin: 0; padding: 0; }

body {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo Narrow", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-family: "Archivo Narrow", sans-serif;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

a, a:hover, a:focus {
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif;
}

ul, ol { margin: 0; }
ul li, ol li { list-style: none; }
img { height: auto; max-width: 100%; }

/* :: Spacing Utilities */
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-70 { margin-top: 70px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mr-30 { margin-right: 30px !important; }
.ml-30 { margin-left: 30px !important; }

/* :: Section Padding */
.section-padding-100 { padding-top: 100px; padding-bottom: 100px; }
.section-padding-100-0 { padding-top: 100px; padding-bottom: 0; }
.section-padding-0-100 { padding-top: 0; padding-bottom: 100px; }
.section-padding-100-70 { padding-top: 100px; padding-bottom: 70px; }

/* :: Section Heading */
.section-heading { position: relative; z-index: 1; margin-bottom: 100px; text-align: center; }
.section-heading p { color: #5f5f5f; font-size: 14px; margin-bottom: 5px; }
.section-heading h2 { font-size: 18px; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 0; }
.section-heading.white h2 { color: #fff; }
.section-heading.style-2 p { font-size: 16px; }
.section-heading.style-2 h2 { font-size: 30px; }
@media only screen and (max-width: 767px) {
  .section-heading h2 { letter-spacing: 5px; }
  .section-heading.style-2 h2 { font-size: 24px; }
}

/* :: Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%; height: 100%;
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 99999;
}
.preloader .lds-ellipsis {
  display: inline-block; position: relative; width: 64px; height: 64px;
}
.preloader .lds-ellipsis div {
  position: absolute; top: 27px; width: 11px; height: 11px;
  border-radius: 50%; background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) { left: 6px; animation: lds-ellipsis1 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(2) { left: 6px; animation: lds-ellipsis2 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(3) { left: 26px; animation: lds-ellipsis2 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(4) { left: 45px; animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } }
@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } }

/* :: Background Utilities */
.bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.bg-white { background-color: #ffffff !important; }
.bg-dark { background-color: #000000 !important; }
.bg-transparent { background-color: transparent !important; }
.bg-gray { background-color: #f5f9fa; }
.bg-fixed { background-attachment: fixed !important; }
.bg-overlay {
  position: relative; z-index: 2;
  background-position: center center; background-size: cover;
}
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute; z-index: -1; top: 0; left: 0;
  width: 100%; height: 100%; content: "";
}

/* :: ScrollUp */
#scrollUp {
  background-color: #000000; border-radius: 0; bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff; font-size: 24px; height: 40px; line-height: 40px;
  right: 50px; text-align: center; width: 40px;
  transition-duration: 500ms; box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}
#scrollUp:hover { background-color: #fff; color: #232323; }
@media only screen and (max-width: 767px) { #scrollUp { right: 30px; bottom: 30px; } }

/* :: oneMusic Button */
.oneMusic-btn {
  background-color: #fff; transition-duration: 500ms;
  position: relative; z-index: 1; display: inline-block;
  min-width: 212px; height: 49px; color: #000;
  border: 1px solid #000; border-radius: 0; padding: 0 30px;
  font-size: 16px; line-height: 47px; font-weight: 700;
  text-transform: capitalize;
}
.oneMusic-btn i { margin-left: 5px; }
.oneMusic-btn:hover, .oneMusic-btn:focus {
  font-size: 16px; font-weight: 700;
  background-color: #000000; color: #fff;
}
.oneMusic-btn.btn-2 { background-color: #000000; color: #fff; }
.oneMusic-btn.btn-2:hover, .oneMusic-btn.btn-2:focus {
  background-color: #fff; color: #232323;
}

/* :: Header Area */
.header-area {
  position: absolute; z-index: 1000;
  width: 100%; top: 20px; left: 0;
}
.header-area .oneMusic-main-menu {
  position: relative; width: 100%; height: 85px;
  background-color: transparent;
}
.header-area .oneMusic-main-menu .classy-nav-container { background-color: transparent; }
.header-area .oneMusic-main-menu .classy-navbar {
  background-color: transparent; height: 85px; padding: 0;
}
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
  font-weight: 700; text-transform: capitalize; color: #ffffff; font-size: 16px;
}
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:focus {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
    background-color: #000000; border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .header-area .oneMusic-main-menu { height: 70px; }
  .header-area .oneMusic-main-menu .classy-navbar { height: 70px; }
  .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
    background-color: #000000; border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
.header-area .is-sticky .oneMusic-main-menu {
  position: fixed; width: 100%; height: 85px;
  top: 0; left: 0; z-index: 9999;
  background-color: #000000;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .header-area .is-sticky .oneMusic-main-menu { height: 70px; }
}

.classy-navbar .nav-brand { max-width: 130px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu { background-color: #000000; }
}
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu { background-color: #000000; }
}
.classycloseIcon .cross-wrap span { background: #ffffff; }

/* :: Hero Slides Area */
.hero-area, .hero-slides { position: relative; z-index: 1; }

.single-hero-slide {
  width: 100%; height: 950px; position: relative; z-index: 1;
  padding: 0 30px; overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { .single-hero-slide { height: 700px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) { .single-hero-slide { height: 650px; } }
@media only screen and (max-width: 767px) { .single-hero-slide { height: 500px; } }
.single-hero-slide::after {
  position: absolute; width: 100%; height: 100%;
  z-index: -5; top: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.35); content: '';
}
.single-hero-slide .slide-img {
  position: absolute; width: 100%; height: 100%;
  z-index: -10; left: 0; right: 0; top: 0; bottom: 0;
}
.single-hero-slide .hero-slides-content { display: inline-block; width: 100%; }
.single-hero-slide .hero-slides-content h6 {
  font-size: 18px; color: #fff; letter-spacing: 20px;
  text-transform: uppercase; margin-bottom: 20px; display: block;
}
.single-hero-slide .hero-slides-content h2 {
  position: relative; z-index: 1; font-size: 60px; color: #ffffff;
  margin-bottom: 0; font-weight: 400; display: block;
  text-transform: capitalize; letter-spacing: 30px; overflow: hidden;
}
.single-hero-slide .hero-slides-content h2 span {
  position: absolute; top: 0; width: 100%; height: 100%; left: 0;
  color: rgba(255, 255, 255, 0.15);
  animation: textsonar 6s linear infinite;
}
.single-hero-slide .hero-slides-content .btn {
  border: 1px solid #fff; background-color: transparent; color: #fff;
}
.single-hero-slide .hero-slides-content .btn:hover,
.single-hero-slide .hero-slides-content .btn:focus {
  background-color: #fff; color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content h6 { letter-spacing: 10px; }
  .single-hero-slide .hero-slides-content h2 { letter-spacing: 15px; font-size: 42px; }
}
@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h6 { letter-spacing: 5px; }
  .single-hero-slide .hero-slides-content h2 { letter-spacing: 5px; font-size: 30px; }
}

@keyframes textsonar {
  0% { transform: scaleX(1); }
  50% { transform: scaleX(1.15); }
  100% { transform: scaleX(1); }
}
.single-hero-slide .slide-img { animation: slide 12s linear infinite; }
@keyframes slide {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* :: Featured Artist Area */
.featured-artist-area { position: relative; z-index: 1; }
.featured-artist-content { position: relative; z-index: 1; }
@media only screen and (max-width: 767px) { .featured-artist-content { margin-top: 50px; } }
.featured-artist-content p { color: #fff; }

/* :: Album Categories */
.browse-by-catagories { position: relative; z-index: 1; }
.browse-by-catagories a {
  display: inline-block; background-color: #f4f4f4;
  border: 2px solid transparent; padding: 6px 9px;
  font-size: 15px; margin-right: 5px;
}
.browse-by-catagories a:hover, .browse-by-catagories a:focus, .browse-by-catagories a.active {
  border: 2px solid #000000;
}
.browse-by-catagories a:first-child { border-color: transparent; background-color: transparent; }

.single-album {
  position: relative; z-index: 1; transition-duration: 500ms;
  margin-bottom: 30px;
}
.single-album img { width: 100%; }
.single-album .album-info {
  position: relative; z-index: 1; text-align: center;
  padding-top: 15px; padding-bottom: 15px;
}
.single-album .album-info h5 { font-size: 18px; margin-bottom: 0; text-transform: uppercase; }
.single-album .album-info p { margin-bottom: 0; }
.single-album:hover, .single-album:focus { box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15); }

/* :: Albums Slideshow */
.albums-slideshow { position: relative; z-index: 1; }
.albums-slideshow .single-album {
  transition-duration: 500ms; margin-bottom: 0;
  border: 1px solid transparent;
}
.albums-slideshow .single-album:hover, .albums-slideshow .single-album:focus {
  border: 1px solid #000000; box-shadow: none; background-color: #f5f9fa;
}
.albums-slideshow .owl-prev, .albums-slideshow .owl-next {
  transition-duration: 500ms; background-color: #fff;
  position: absolute; width: 50px; height: 50px;
  border: 1px solid #000000; top: 50%; left: -25px;
  margin-top: -50px; z-index: 50; text-align: center;
  line-height: 48px; opacity: 0; visibility: hidden;
}
.albums-slideshow .owl-prev:hover, .albums-slideshow .owl-prev:focus,
.albums-slideshow .owl-next:hover, .albums-slideshow .owl-next:focus {
  background-color: #000000; color: #fff;
}
.albums-slideshow .owl-next { left: auto; right: -25px; }
.albums-slideshow:hover .owl-prev, .albums-slideshow:hover .owl-next {
  opacity: 1; visibility: visible;
}
@media only screen and (max-width: 767px) {
  .albums-slideshow .owl-prev { left: 0; }
  .albums-slideshow .owl-next { right: 0; }
}

/* :: Songs Area */
.single-song-area { position: relative; z-index: 1; }
.single-song-area .song-thumbnail {
  position: relative; z-index: 1; flex: 0 0 135px;
  max-width: 135px; width: 135px; margin-right: 50px;
}
.single-song-area .song-thumbnail img { width: 100%; }
.single-song-area .song-play-area {
  position: relative; z-index: 1;
  flex: 0 0 calc(100% - 185px); max-width: calc(100% - 185px);
  width: calc(100% - 185px);
  background-color: #262626; padding: 15px 30px 20px;
}
.single-song-area .song-play-area .song-name p { color: #b8b8b8; margin-bottom: 5px; }
.single-song-area .song-play-area .audioplayer {
  margin: 0; padding: 0; width: 100%; height: auto;
  align-items: center; border: none; border-radius: 0; background: transparent;
}
.single-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #fff;
}
.single-song-area .song-play-area .audioplayer-time { font-size: 14px; color: #fff; }

.song-play-area {
  position: relative; z-index: 1; width: 100%;
  background-color: #262626; padding: 15px 30px 20px;
  border: 1px solid #363636;
}
.song-play-area .song-name p { color: #b8b8b8; margin-bottom: 5px; }
.song-play-area .audioplayer {
  margin: 0; padding: 0; width: 100%; height: auto;
  align-items: center; border: none; border-radius: 0; background: transparent;
}
.song-play-area .audioplayer-playing .audioplayer-playpause,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #fff;
}
.song-play-area .audioplayer-time { font-size: 14px; color: #fff; }

@media only screen and (max-width: 767px) {
  .single-song-area .song-thumbnail {
    margin-right: 0; flex: 0 0 100%; max-width: 100%; width: 100%;
  }
  .single-song-area .song-play-area {
    flex: 0 0 100%; max-width: 100%; width: 100%;
  }
}

/* :: New Hits / Song Lists */
.new-hits-area {
  position: relative; z-index: 1;
  padding: 45px 30px; transition-duration: 500ms;
  border: 1px solid #d8d8d8; background-color: #f5f9fa;
}
.new-hits-area .single-new-item {
  position: relative; z-index: 1;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px; padding-bottom: 10px;
}
.new-hits-area .single-new-item:last-child {
  margin-bottom: 0; border-bottom: none; padding-bottom: 0;
}
.new-hits-area .single-new-item .thumbnail {
  flex: 0 0 73px; max-width: 73px; width: 73px; margin-right: 20px;
}
.new-hits-area .single-new-item .content- h6 { text-transform: uppercase; margin-bottom: 0; }
.new-hits-area .single-new-item .content- p { font-size: 14px; margin-bottom: 0; }
.new-hits-area .single-new-item .audioplayer {
  margin: 0; padding: 0; width: auto; height: auto;
  border: none; border-radius: 0; background: transparent;
}
.new-hits-area .single-new-item .audioplayer-playing .audioplayer-playpause,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #d6d6d6;
}
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid #fff;
}
.new-hits-area .single-new-item .audioplayer-time,
.new-hits-area .single-new-item .audioplayer-volume,
.new-hits-area .single-new-item .audioplayer-bar {
  display: none;
}

/* :: Blog Area */
.single-blog-post { position: relative; z-index: 1; }
.single-blog-post .blog-post-thumb { position: relative; z-index: 1; }
.single-blog-post .blog-post-thumb .post-date {
  width: 76px; height: 106px; border: 1px solid #000000;
  text-align: center; background-color: #fff;
  position: absolute; z-index: 10; top: -30px; left: 30px;
  padding: 17px 0;
}
.single-blog-post .blog-post-thumb .post-date span {
  display: block; font-size: 14px; font-weight: 700; line-height: 1.3;
}
.single-blog-post .blog-post-thumb .post-date span:first-child { font-size: 36px; }
.single-blog-post .blog-content {
  background-color: #f5f9fa; padding: 45px 40px;
  border: 1px solid #d8d8d8;
}
.single-blog-post .blog-content .post-title { font-size: 24px; display: block; }
.single-blog-post .blog-content .post-title:hover, .single-blog-post .blog-content .post-title:focus {
  color: #232323;
}
.single-blog-post .blog-content .post-meta { position: relative; z-index: 1; margin-bottom: 10px; }
.single-blog-post .blog-content .post-meta p {
  color: #8d8d8d; font-size: 13px; padding-right: 25px;
  position: relative; z-index: 1;
}
.single-blog-post .blog-content .post-meta p::after {
  content: '|'; position: absolute; right: 12px; top: 0; z-index: 5;
}
.single-blog-post .blog-content .post-meta p:last-child::after { display: none; }
.single-blog-post .blog-content .post-meta p a {
  color: #8d8d8d; font-size: 13px; margin-bottom: 0; font-weight: 400;
}
.single-blog-post .blog-content .post-meta p a:hover, .single-blog-post .blog-content .post-meta p a:focus {
  color: #000000;
}
.single-blog-post .blog-content p { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content { padding: 30px 20px; }
  .single-blog-post .blog-content .post-title { font-size: 20px; }
}

/* :: Breadcrumb Area */
.breadcumb-area {
  position: relative; z-index: 10; width: 100%; height: 385px;
}
.breadcumb-area .bradcumbContent {
  position: absolute; background-color: #fff; width: 552px;
  bottom: 0; left: 50%; z-index: 100; text-align: center;
  padding-top: 40px; transform: translateX(-50%);
}
.breadcumb-area .bradcumbContent p { line-height: 1.5; font-size: 16px; color: #5f5f5f; }
.breadcumb-area .bradcumbContent h2 {
  font-size: 30px; letter-spacing: 10px; text-transform: uppercase;
  line-height: 1; margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .breadcumb-area { height: 270px; }
  .breadcumb-area .bradcumbContent { width: calc(100% - 60px); padding-top: 30px; }
  .breadcumb-area .bradcumbContent h2 { font-size: 18px; letter-spacing: 5px; }
}

/* :: Contact Area */
.contact-content { position: relative; z-index: 2; }
.contact-content .contact-social-info a {
  display: inline-block; margin-right: 20px; font-size: 14px; color: #000000;
}
.contact-content .contact-social-info a:hover, .contact-content .contact-social-info a:focus { color: #232323; }
.contact-content .single-contact-info { position: relative; margin-bottom: 20px; }
.contact-content .single-contact-info:last-child { margin-bottom: 0; }
.contact-content .single-contact-info p { font-size: 15px; margin-bottom: 0; }
.contact-content .single-contact-info .icon {
  flex: 0 0 35px; max-width: 35px; width: 35px; height: 35px;
  border: 1px solid #000; text-align: center;
}
.contact-content .single-contact-info .icon span { font-size: 20px; line-height: 33px; }

.contact-form-area .form-control {
  position: relative; z-index: 2; height: 45px; width: 100%;
  background-color: transparent; font-size: 14px; margin-bottom: 15px;
  border: none; border-radius: 0; padding: 15px 0; font-style: italic;
  color: #b3b3b3; border-bottom: 1px solid #000000; transition-duration: 500ms;
}
.contact-form-area .form-control:focus { box-shadow: none; border-bottom: 1px solid #000000; }
.contact-form-area textarea.form-control { height: 160px; }

.has-bg-img { position: relative; z-index: 1; }
.has-bg-img .contact-form-area .form-control { color: #fff; border-bottom: 1px solid #fff; }
.has-bg-img .contact-form-area .form-control:focus { border-bottom: 1px solid #fff; }
.has-bg-img .oneMusic-btn { background-color: transparent; border-color: #fff; color: #fff; }
.has-bg-img .oneMusic-btn:hover, .has-bg-img .oneMusic-btn:focus {
  background-color: #fff; color: #000000;
}

/* :: Footer Area */
.footer-area {
  position: relative; z-index: 1;
  background-color: #000000; padding: 30px 0;
}
.footer-area .copywrite-text {
  font-size: 12px; margin-bottom: 0; color: rgba(166, 165, 165, 0.54);
}
.footer-area .copywrite-text a { color: rgba(166, 165, 165, 0.54); font-size: 12px; }
.footer-area .copywrite-text a:hover, .footer-area .copywrite-text a:focus { color: #fff; }
.footer-area .footer-nav ul {
  display: flex; align-items: center; justify-content: flex-end;
}
.footer-area .footer-nav li a {
  color: #898888; font-size: 16px; padding: 0 20px;
}
.footer-area .footer-nav li a:hover, .footer-area .footer-nav li a:focus { color: #fff; }
.footer-area .footer-nav li:last-child a { padding-right: 0; }
@media only screen and (max-width: 767px) {
  .footer-area { text-align: center; }
  .footer-area .footer-nav ul { justify-content: center; margin-top: 30px; }
  .footer-area .footer-nav li a { padding: 0 10px; font-size: 14px; }
}

/* :: Miscellaneous */
.weeks-top-area {
  position: relative; z-index: 1; padding: 45px 30px;
  transition-duration: 500ms; border: 1px solid transparent;
}
.weeks-top-area .single-top-item { position: relative; z-index: 1; margin-bottom: 21px; }
.weeks-top-area .single-top-item:last-child { margin-bottom: 0; }
.weeks-top-area .single-top-item .thumbnail {
  flex: 0 0 73px; max-width: 73px; width: 73px; margin-right: 20px;
}
.weeks-top-area .single-top-item .content- h6 { text-transform: uppercase; margin-bottom: 0; }
.weeks-top-area .single-top-item .content- p { font-size: 14px; margin-bottom: 0; }
.weeks-top-area:hover, .weeks-top-area:focus {
  background-color: #f5f9fa; border-color: #d8d8d8;
}

/* :: Audio Player Custom Styles (replacing audioplayer.css) */
.audioplayer {
  display: flex; box-sizing: border-box; margin: 1em 0;
  padding: 0 24px; width: 100%; height: 96px;
  align-items: center; border: 1px solid #dde2e6;
  border-radius: 4px; background: #fff;
}
.audioplayer-playpause {
  display: flex; justify-content: center; align-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  cursor: pointer; transition: all .2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause { background: rgba(91,130,255,0); border: none; }
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover { background: rgba(91,130,255,.1); }
.audioplayer-playing .audioplayer-playpause { background: rgba(253,79,26,0); border: none; }
.audioplayer-playing .audioplayer-playpause:hover { background: rgba(235,79,26,.1); }
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0; height: 0; margin-left: 2px;
  border-top: 7px solid transparent; border-right: none;
  border-bottom: 7px solid transparent; border-left: 12px solid #0059ff;
}
.audioplayer-playing .audioplayer-playpause a {
  display: flex; justify-content: space-between;
  width: 12px; height: 14px;
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  content: ''; width: 4px; height: 14px; background-color: #fd4f1a;
}
.audioplayer-time {
  display: flex; width: 40px; justify-content: center;
  font-size: 12px; color: rgba(51,51,51,.6);
}
.audioplayer-time-current { margin-left: 24px; }
.audioplayer-time-duration { margin-right: 24px; }
.audioplayer-bar {
  position: relative; flex: 1; height: 4px;
  background: #dde2e6; border-radius: 2px; cursor: pointer;
}
.audioplayer-bar-loaded {
  position: absolute; left: 0; top: 0; height: 100%;
  background: #cdd1d6; border-radius: 2px;
}
.audioplayer-bar-played {
  position: absolute; left: 0; top: 0; height: 100%;
  background: #0059ff; border-radius: 2px;
}
.audioplayer-volume {
  position: relative; display: flex;
  align-items: center; margin-left: 24px;
}
.audioplayer-volume-button {
  display: flex; justify-content: center; align-items: center;
  width: 32px; height: 32px; cursor: pointer;
}
.audioplayer-volume-button a {
  display: block; width: 12px; height: 10px;
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23515151' d='M11.5 2.5a6 6 0 0 1 0 11'/%3E%3Cpath fill='none' stroke='%23515151' stroke-width='2' d='M9 4.5v7m3-9v11'/%3E%3C/svg%3E");
}
.audioplayer-volume-adjust {
  position: absolute; bottom: 100%; left: 0;
  width: 6px; height: 100px; padding: 10px 0;
}
.audioplayer-volume-adjust > div {
  position: relative; width: 6px; height: 100%;
  background: #dde2e6; border-radius: 3px; cursor: pointer;
}
.audioplayer-volume-adjust > div > div {
  position: absolute; bottom: 0; left: 0;
  width: 100%; background: #0059ff; border-radius: 3px;
}
.audioplayer-novolume .audioplayer-volume { display: none; }
.audioplayer-mute .audioplayer-volume-button a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23515151' d='M11.5 2.5a6 6 0 0 1 0 11'/%3E%3Cpath fill='none' stroke='%23515151' stroke-width='2' d='M9 4.5v7m3-9v11'/%3E%3Cline x1='2' y1='2' x2='14' y2='14' stroke='%23515151' stroke-width='2'/%3E%3C/svg%3E");
}

/* :: Elements Title */
.elements-title { position: relative; z-index: 1; }
.elements-title h2 { font-size: 24px; }

/* :: Footer Social Info */
.footer-social-info { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.footer-social-info a {
  color: #898888; font-size: 16px; transition-duration: 500ms;
}
.footer-social-info a:hover, .footer-social-info a:focus { color: #fff; }

/* :: WhatsApp Floating Button */
.whatsapp-float {
  position: fixed; bottom: 100px; right: 30px; z-index: 9999;
  display: flex; align-items: center; gap: 12px;
}
.whatsapp-float a {
  display: flex; align-items: center; justify-content: center;
  width: 50px; height: 50px;
}
.whatsapp-float a img { width: 50px; height: 50px; }
.whatsapp-float a:hover { transform: scale(1.1); }
.whatsapp-bubble {
  background: #fff; color: #333; padding: 8px 16px;
  border-radius: 20px; font-size: 14px; font-weight: 700;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  white-space: nowrap; opacity: 1; transition: opacity 0.5s;
  font-family: "Archivo Narrow", sans-serif;
}
.whatsapp-bubble.hidden { opacity: 0; }
@media only screen and (max-width: 767px) {
  .whatsapp-float { bottom: 90px; right: 20px; }
  .whatsapp-bubble { font-size: 12px; padding: 6px 12px; }
  .whatsapp-float a { width: 42px; height: 42px; }
  .whatsapp-float a img { width: 42px; height: 42px; }
}
