/**
Theme Name: Trak FM Pamplona
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trak-fm-pamplona
Template: astra
*/



footer img.wp-image-17681 {
  filter: brightness(0) invert(1);
	max-width:70% !important;
	margin-bottom:30px
}

footer .textwidget img.wp-image-3284 { width:30%}

/* ===== WIDGET TRAK 30 ===== */

#chartswidget-widget-4 {
    background: #1B2A4A;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
}

/* Título principal */
#chartswidget-widget-4 .qt-widget-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-color: #C8921A !important;
    padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#chartswidget-widget-4 .qt-widget-title img {
    float: none !important;
    margin: 0 !important;
    width: 100px;
    height: auto;
    border-radius: 4px;
}

/* Fila de cada canción */
#chartswidget-widget-4 .qw-chart-row {
    display: flex !important;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.06) !important;
    border-radius: 6px;
    padding: 8px 10px !important;
    margin-bottom: 6px;
    transition: background 0.2s;
}

#chartswidget-widget-4 .qw-chart-row:hover {
    background: rgba(200,146,26,0.18) !important;
}

/* Número de posición */
#chartswidget-widget-4 .numeroListaTrak {
    font-size: 22px;
    font-weight: 700;
    color: #C8921A;
    min-width: 28px;
    text-align: center;
    line-height: 1;
}

/* Imagen/portada */
#chartswidget-widget-4 .qw-chart-position {
    width: 56px !important;
    height: 56px !important;
    border-radius: 4px;
    flex-shrink: 0;
    border: 2px solid rgba(200,146,26,0.4);
}

/* Artista */
#chartswidget-widget-4 .qw-chart-row h5 {
    margin: 0 0 2px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    letter-spacing: 0.3px;
}

/* Canción + semanas */
#chartswidget-widget-4 .qw-chart-row p {
    margin: 0 !important;
    font-size: 11px !important;
    color: #aab4c8 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    line-height: 1.5;
}

#chartswidget-widget-4 .qw-chart-row p strong {
    color: #C8921A;
}

#chartswidget-widget-4 .qw-chart-row p span {
    color: #7a8fa8 !important;
}

/* Botón ver lista completa */
#chartswidget-widget-4 .btn.accentcolor {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #C8921A !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 16px !important;
    margin: 14px 0 10px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.2s;
    width: 100%;
    box-sizing: border-box;
}

#chartswidget-widget-4 .btn.accentcolor:hover {
    background: #fff !important;
    color: #1B2A4A !important;
}

#chartswidget-widget-4 .btn.accentcolor h5 {
    margin: 0 !important;
    font-size: 13px !important;
    color: inherit !important;
}

/* Nota pie */
#chartswidget-widget-4 > p {
    font-size: 10px;
    color: #7a8fa8;
    margin: 6px 0 16px !important;
    line-height: 1.6;
}



/* Responsive */
@media (max-width: 480px) {
    #chartswidget-widget-4 .qw-chart-row h5,
    #chartswidget-widget-4 .qw-chart-row p {
        max-width: 110px;
    }
    #chartswidget-widget-4 .qw-chart-position {
        width: 46px !important;
        height: 46px !important;
    }
}

/* Logo + título en línea */
#chartswidget-widget-4 .qt-widget-title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px;
}

#chartswidget-widget-4 .qt-widget-title img {
    float: none !important;
    margin: 0 !important;
    width: 80px !important;
    flex-shrink: 0;
}

/* Títulos de canciones y artistas sin truncar */
#chartswidget-widget-4 .qw-chart-row h5,
#chartswidget-widget-4 .qw-chart-row p {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
}

#chartswidget-widget-4 {
    position: relative;
    z-index: 10;
    margin-top: 0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

/* ===== ASPIRANTES ===== */

#chartswidget-widget-4 h4:not(.qt-border) {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #C8921A;
    text-transform: uppercase;
    margin: 16px 0 10px;
    padding: 0;
    border: none !important;
}

#chartswidget-widget-4 table.aspirantes {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

#chartswidget-widget-4 table.aspirantes thead {
    display: none;
}

#chartswidget-widget-4 table.aspirantes tr {
    display: flex !important;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    margin-bottom: 5px !important;
    padding: 6px 10px !important;
    border: none !important;
    transition: background 0.2s;
}

#chartswidget-widget-4 table.aspirantes tr:hover {
    background: rgba(200,146,26,0.15);
}

#chartswidget-widget-4 table.aspirantes td {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #cbd5e1;
    font-size: 11px !important;
    line-height: 1.3;
}

/* Imagen */
#chartswidget-widget-4 table.aspirantes td:first-child {
    flex-shrink: 0;
}

#chartswidget-widget-4 table.aspirantes td:first-child img {
    width: 44px !important;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    border: 1px solid rgba(200,146,26,0.3);
}

/* Artista */
#chartswidget-widget-4 table.aspirantes td:nth-child(2) {
    flex: 1;
    font-weight: 700;
    color: #fff;
    font-size: 11px !important;
}

/* Canción */
#chartswidget-widget-4 table.aspirantes td:nth-child(3) {
    flex: 1;
    color: #aab4c8;
    font-size: 11px !important;
}

/* YouTube */
#chartswidget-widget-4 table.aspirantes td:last-child {
    flex-shrink: 0;
}

#chartswidget-widget-4 table.aspirantes td:last-child a {
    font-size: 20px !important;
    color: #eb333d !important;
    display: flex;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.2s;
}

#chartswidget-widget-4 table.aspirantes td:last-child a:hover {
    opacity: 1;
}

#chartswidget-widget-4 table.aspirantes .fa-youtube {
    font-size: 20px !important;
}


.rev_slider_wrapper,
#rev_slider_11_1_wrapper,
#rev_slider_11_1,
#rev_slider_11_1 rs-slides,
#rev_slider_11_1 rs-slide,
#rev_slider_11_1 rs-sbg-wrap,
#rev_slider_11_1 rs-sbg,
#rev_slider_11_1 canvas {
    border-radius: 8px !important;
    overflow: hidden !important;
}


.ast-single-post .entry-content a { text-decoration:none !important }
.ast-single-post .entry-content a:hover {text-decoration:underline !important }

.radio-now-playing {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(254, 130, 32);
  line-height: 1;
  white-space: nowrap;
}

.radio-equalizer {
  display: inline-flex !important;
  align-items: flex-end;
  gap: 3px;
  width: 22px;
  height: 18px;
  flex: 0 0 auto;
}

.radio-equalizer span {
  display: block !important;
  width: 4px;
  height: 6px;
  border-radius: 4px;
  background-color: currentColor;
  animation: radioEqualizer 0.85s infinite ease-in-out;
}

.radio-equalizer span:nth-child(1) {
  animation-delay: 0s;
}

.radio-equalizer span:nth-child(2) {
  animation-delay: 0.15s;
}

.radio-equalizer span:nth-child(3) {
  animation-delay: 0.3s;
}

.radio-equalizer span:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes radioEqualizer {
  0%, 100% {
    height: 6px;
  }

  50% {
    height: 18px;
  }
}

.ast-builder-html-element .radio-now-playing p,
.ast-builder-html-element p:has(.radio-now-playing) {
  margin: 0 !important;
}

@media (max-width: 544px) {
  .radio-now-playing {
    font-size: 14px;
    gap: 6px;
  }

  .radio-equalizer {
    width: 18px;
    height: 16px;
  }

  .radio-equalizer span {
    width: 3px;
  }

  @keyframes radioEqualizer {
    0%, 100% {
      height: 5px;
    }

    50% {
      height: 16px;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .radio-equalizer span {
    animation: none;
  }
}



/* Blog Noticias full width con barra lateral derecha */
@media (min-width: 922px) {

  body.blog.ast-right-sidebar #content > .ast-container,
  body.category-noticias.ast-right-sidebar #content > .ast-container {
    max-width: 100%;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  body.blog.ast-right-sidebar #primary,
  body.category-noticias.ast-right-sidebar #primary {
    width: auto;
    flex: 1 1 auto;
    padding-right: 35px;
  }

  body.blog.ast-right-sidebar #secondary,
  body.category-noticias.ast-right-sidebar #secondary {
    width: 340px;
    flex: 0 0 340px;
    padding-left: 35px;
  }

}

/* Responsive: sidebar debajo del contenido */
@media (max-width: 921px) {

  body.blog #content > .ast-container,
  body.category-noticias #content > .ast-container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.blog #primary,
  body.blog #secondary,
  body.category-noticias #primary,
  body.category-noticias #secondary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

}


.trakfm-vinyl-tag { display:none !important}



.ast-single-entry-banner {
  position: relative;
  overflow: hidden;
}
.ast-single-entry-banner .ast-container {
  position: relative;
  z-index: 2;
}
.ast-single-entry-banner .entry-title {
  display: inline-block;
  background: #1a3380; /* o el azul oscuro de tu paleta */
  color: #fff;
  padding: 18px 60px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  margin: 0 auto;
}