@import url('/themes/contrib/codes_themes/codesbase/vendor/fontawesome/css/fontawesome.css');
/*
@font-face {
  font-family: "FontName";
  src: local('FontName'),
       local('FontName'),
        url("fonts/FontName.ttf") format("truetype");
}
*/

body {
  font-family: None, "Century Gothic", CenturyGothic, sans-serif;
  color: #FFFFFF;
  background-color: #222222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#page-wrapper {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

body.node-type-page {
  font-family: None, "Century Gothic", CenturyGothic, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.fieldset-legend {
  font-family: None, "Century Gothic", CenturyGothic, sans-serif;
}

.breadcrumbs {
  display: none;
}

a,
 .breadcrumbs a {
  color: #A7A7A7;
  transition: color 0.3s;
}

a:hover,
a:focus {
  color: none;
}

a {
  font-size: 14px;
}

li {
  padding: 10px;
}

footer a {
  font-size: 12px;
}

footer li {
  padding: 0;
}

 .meta-header-inner .block-sitebranding {
      margin-right: initial;
 }

.meta-header {
  position: fixed;
  width: 100rem;
  z-index: 500;
  background: None;
  color: #A7A7A7;
  padding: 16px;
  top: -1px;
  z-index: 2001;
}

@media (max-width: 1600px) {
  .meta-header{
    width: 100%
  }
}

.meta-header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  min-height: 60px;
}

.meta-header a,
.off-canvas a {
  color: white;
  font-size: 14px;
}

.meta-header a:hover,
.meta-header a:focus,
.off-canvas a:hover,
.off-canvas a:focus {
  color: None;
}

.meta-header a.is-active {
   font-weight: normal;
}

.meta-header-inner .block-sitebranding {
  overflow: hidden;
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

.menu.block-mainnavigation {
  padding-left: 60px;
  padding-right: 120px;
}

.menu.block-mainnavigation li {

  background-repeat: no-repeat;
  background-position: 0% 50%;
}

/*******FRONT PAGE NAV LINK ICONS********/
.menu.block-mainnavigation li:nth-child(5) {
  background-image: url('./img/cine-blanco-front.svg');
}

.menu.block-mainnavigation li:nth-child(2) {
  background-image: url('./img/radio-blanco-front.svg');
}

.menu.block-mainnavigation li:nth-child(1) {
  background-image: url('./img/en-vivo-blanco-front.svg');
}

.menu.block-mainnavigation li:nth-child(3) {
  background-image: url('./img/newspaper_gray-front.svg');
}

.menu.block-mainnavigation li:nth-child(4) {
  background-image: url('./img/shows-blanco-front.svg');
}

.menu.block-mainnavigation li:nth-child(6) {
  background-image: url('./img/clips-blanco-front.svg');
}

.radio-play-button {
  background-image: url("./img/play-icon.svg");
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: 15%;
  color: #FFFFFF;
  width: 20%;
  text-align: center;
}

.radio-play-button a {
  text-decoration: none;
  padding: 40px;
}

.menu-icon::after,
.menu-button-wrapper .menu-icon:hover::after {
  color: None;
  background: white;
  box-shadow: 0 7px 0 None, 0 14px 0 None;
}

.menu-icon::after:hover,
.menu-icon::after:focus,
.menu-button-wrapper .menu-icon:hover::after:hover,
.menu-button-wrapper .menu-icon:hover::after:focus {
  background: None;
  box-shadow: 0 7px 0 None, 0 14px 0 None;
}

.menu a footer-menu  {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.footer-menu.align-center.menu {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 10px 100px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer-menu.align-center.menu {
    grid-template-columns: 1fr;
  }

  #footer-first {
    margin-top: 10px;
  }
}

#block-footermenu .footer-menu li a {
  font-size: 14px;
  font-weight: 500;
}

.footer-menu li, #block-contactus-2-menu + ul li,
#block-contactus-menu + ul li{
  padding: 0;
}

#block-contactus-menu + ul li, #block-contactus-2-menu + ul li {
  text-align: left;
}

.footer-menu li a, #block-contactus-2-menu + ul li a,
 #block-contactus-2-menu + ul li a {
  font-size: 12px;
  font-weight: 325;
  line-height: 14.4px;
  letter-spacing: 0px;
  padding: 5px;
}

#block-contactus, #block-contactus-2 {
  text-align: center;
}

.meta-header-inner .block-sitebranding img {
  max-height: 48px;
}

/*.region-header {*/
/*  padding-top: 3em;*/
/*}*/

label {
  color: None;
}

nav.tabs {

}

#footer-last {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates three columns of equal width */
  gap: 20px;
}


.button {
  background-color: None;
  background-image: linear-gradient(None, None:);
  -webkit-transition: background-image 0.3s, background-color 0.3s;
  -moz-transition: background-image 0.3s, background-color 0.3s;
  -ms-transition: background-image 0.3s, background-color 0.3s;
  -o-transition: background-image 0.3s, background-color 0.3s;
  transition: background-image 0.3s, background-color 0.3s;
  border: 1px solid None;
}

.button:hover {
  background-color: None;
  background-image: linear-gradient(None, None:);
}

.pager__item.is-active {
  background-color: None;
}

table thead,
table tbody,
table tfoot {
  background-color: None;
  color: None;
}

/* prevents striping for dark themes */
table tbody tr {
  background-color: None;
}

table a {
  color: None;
  text-decoration: underline;
}

table a:hover {
  color: None;
}

#block-estrella-tv-primary-local-tasks {
  margin: 1rem 0;
}

#block-estrella-tv-local-actions li {
  list-style-type: none;
}

footer {
  border-top-color: #A7A7A7;
  background: #282828;
  margin-top: auto;
  color: None;
  border-bottom-color: None;
}

footer a:hover,
footer a:focus {
  color: None;
}

#gdpr-footer {
  background: #2b2b2b;
  color: None;
}

#gdpr-footer a {
  color: None;
}

#block-footer1-menu,
#block-footer2-menu,
#block-programming-menu,
#block-compliance-menu,
#block-contactus-2-menu,
#block-contactus-menu,
#block-pressroom-menu,
#block-aboutus-menu
{
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.menu.align-center li {
  justify-content: initial;
}

#ottera-linear-epg-wrapper {
  margin: 15px 0px;
}

#ottera-linear-epg .ottera--epg--info {
  visibility: hidden;
}

/* Maybe CHANGE ME */
.ottera--epg {
  background: None; /* default: #000000aa */
  color: ; /* default: #FFFFFF */
}

.ottera--row--objects.flickity-enabled.flickity--past-start::before,
.ottera--row--objects.ottera-row-style--slider.flickity-enabled::before,
.show--season-episodes.flickity-enabled.flickity--past-start::before {
  background: linear-gradient(to left, None00 0, None 100%);
}

.ottera--row--objects.flickity-enabled:not(.flickity--at-end)::after,
.ottera--row--objects.ottera-row-style--slider.flickity-enabled::after,
.show--season-episodes.flickity-enabled:not(.flickity--at-end)::after  {
  background: linear-gradient(to right, None00 0, None 100%);
}

/* Maybe CHANGE ME */
.install-android--icon a {
  background-image: url("https://www.estrellatv.com/themes/custom/est/estrella_tv/icon-192.png");
}

/* Maybe CHANGE ME if the border settings doesn't make sense */
.ottera-row-format--widescreen .ottera--row--item img,
.ottera-row-format--poster .ottera--row--item img,
.ottera--epg, .ottera--epg img {
  border: Nonepx solid None;

  border-radius: None; /* default: 10px */
  -moz-border-radius: None;
  -webkit-border-radius: None;

  transition: border-color 0.5s;
}

/* Maybe CHANGE ME if the color doesn't exist */
.ottera-row-format--widescreen .ottera--row--item img:hover,
.ottera-row-format--widescreen .ottera--row--item img:focus,
.ottera-row-format--poster .ottera--row--item img:hover,
.ottera-row-format--poster .ottera--row--item img:focus,
.ottera-row-format--widescreen .ottera--row--item:hover img,
.ottera-row-format--widescreen .ottera--row--item:focus img,
.ottera-row-format--poster .ottera--row--item:hover img,
.ottera-row-format--poster .ottera--row--item:focus img,
.ottera--epg:hover,
.ottera--epg:focus {
  border-color: None; /* default: #ffffff */
}


/* CHANGE ME if you want to display product names on the upgrade page
.upgrade-body .product--name {
  display: block;
}
*/

/*
CHANGE ME if the row headers should be uppercased (force_uppercase_row_titles in Channel.plist)
.ottera--row--header {
  text-transform: uppercase;
}
*/

@media all and (min-width: 1024px) {
  .ottera-row-format--widescreen .ottera--row--item img,
  .ottera-row-format--poster .ottera--row--item img,
  .ottera--epg, .ottera--epg img {
    border-radius: calc(None * 2);
    -moz-border-radius: calc(None * 2);
    -webkit-border-radius: calc(None * 2);
  }

  .ottera-content > .ottera-row-format--widescreen .ottera--row--item img,
  .ottera-content > .ottera-row-format--poster .ottera--row--item img,
  .ottera--epg, .ottera--epg img {
    border-radius: calc(None * 4);
    -moz-border-radius: calc(None * 4);
    -webkit-border-radius: calc(None * 4);
  }
}

/**** Classes for Views/Page blocks  ****/
.cine {
  padding: 5px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.shows {
  padding: 15px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Radio Stations Page */

.audio--container {
  background-color: #282828;
  display: flex;  /* Enable flexbox */
  align-items: center; /* Vertically center the items in the container */
  justify-content: space-between; /* Space out the children */
}

.audio--container .field__item--array {
  width: 50%;
}

.audio--container .field__item--array img {
  padding: 1rem;
  border-radius: 30px;
}

.preview {
  width: 0 !important;
}

.field--name-field-long-description {
  flex: 1;
}


table tbody,
table tr {
  background-color: #282828;
  border: none;
}

table td,
table th {
  background-color: #282828;
  border: none;
}


.js-pager__items {
  visibility: hidden;
}

caption {
  text-align: left;
}

caption a {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  color: #FFFFFF;
  pointer-events: none;
  cursor: default;
}

.views-field-field-thumb-widescreen {
  width: 15%;
}

.views-field-field-long-description {
  width: 40%;
  font-size: small;
  max-height: 10px; /* Adjust based on your preference */
  overflow: hidden;
  position: relative;
}

.views-field-field-display-name {
  width: 20%;
  font-size: small;
}

.views-field-field-display-name a {
  text-decoration: none;
}

.email {
    border: 1px solid #FFFFFF !important;
    border-radius: 4px;
    background-color: #2b2b2b;
    color: #FFFFFF;
    padding: 4px;
    padding-left: 10px;
    width: 33%;
}

[type='text']:focus,[type='email']:focus {
  outline: none;
  border: 1px solid #2b2b2b;
  /*background-color: transparent;*/
  background-color: white;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

#mce-EMAIL {
  color: #2b2b2b;
}

.boton.tipo2 {
  height: 2.3rem;
  padding: 0 2rem;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0px;
  align-items: center;
  text-transform: uppercase;
  border-radius: 4px;
  width: 33%;
}

.radio-dj {
  padding: 0 15px;
  margin-bottom: 20px;
}

.radio-dj img {
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}

.radio-dj .views-field-name {
  font-size: 1.5em;
  font-weight: bold;
}

.node--audio {
  margin-bottom: 40px;
}

.block-estrella-tv-content {
  margin-top: 4rem;
}

@media print, screen and (min-width: 64em) {
  .large-offset-6 {
    margin-left: 0; /* Resets the margin-left or you can set it to a specific value */
  }
  .large-6 {
    -webkit-box-flex: 1; /* Enable flexbox properties if needed */
    -ms-flex: 1 0 50%;  /* Reset to flex-grow 1, flex-shrink 0, and flex-basis 50% */
    flex: 1 0 50%;  /* Reset to flex-grow 1, flex-shrink 0, and flex-basis 50% */
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2b2b2b;
  color: white;
  padding: 20px;
  border-radius: 0.3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%; /* Adjust width as needed */
  height: auto;
  z-index: 1000;
  border: 1px solid #888;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.modal-content .close img {
  width: 20px;
  height: 20px;
}

.column {
  display: flex;
  width: 100%;
}

.column-1 {
  flex: 1;
  padding: 10px 2px;
}

.column-1 img {
  max-width: 75%;
  height: auto;
  border-radius: 8px;
}

.column-1 h2, .column-1 p {
  text-align: left;
}

.text-body-3 {
  text-align: justify;
}

.video--container {
  display: grid;
  grid-template-rows: auto auto; /* Two rows, each with auto height */
}

.video--container--first {
  grid-row: 1; /* First row */
}

.video--container--second {
  grid-row: 2; /* Second row */
}

.video--meta {
  display: none;
}

.video--recommended {
  display: none;
}

.social-links {
  display: none;
}

.node--video h2 {
  display: none;
}

h1.video--title.show-for-medium {
  font-size: 1rem; /* Adjust the size as needed */
}

@media print, screen and (min-width: 64em) {
  .node--video .video--container--first {
    float: none;
    width: auto;
  }
}


.cine .field--name-field-display-name {
  display: none;
}

.cine .field__item {
  margin: 5px;
}

.meta-header-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.envivo .video--container {
  padding-right: 2rem;
  margin-bottom: 2rem;
}

.envivo .video--container img {
  border-radius: 8px;
}

.envivo .field--name-field-display-name {
  display: none;
}

/* Ensure the outer container is full-width and centers its children */
.container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically if needed */
  text-align: center; /* Ensures text and inline elements are centered */
  width: 100%; /* Takes full width of the parent element */
}

/* Specific styles for the advertising container */
.d-flex {
  display: flex;
  justify-content: center; /* Centers horizontally within the flex container */
  width: 100%; /* Ensures it takes the full width available */
  margin-bottom: 20px; /* Keeps the bottom margin as per your setup */
}

/* Container that directly holds the iframe */
.gpt-container {
  /*width: 970px; !* Width as per your setup *!*/
  min-height: 90px; /* Height as per your setup */
  margin: 0 auto; /* Additional centering for block elements if flex doesn't work as expected */
}

iframe {
  display: block; /* Ensures it behaves as a block element */
  margin: 0 auto; /* Centers horizontally */
  border: 0; /* Removes border */
  width: 970px; /* Explicit width */
  height: 90px; /* Explicit height */
}

#block-cinebanner {
  display: none;
  background: url('img/BANNER_CINE_ESTRELLA_2049X600_2026.jpg');
  background-size: cover;
  position: absolute;
  top: 80px; /* Adjust this value to move the element down by the desired amount */
  left: 0;
  width: 100%;
  background-position: center;
  height: 600px;
}

body.section--cinesection #block-cinebanner {
  display: block;
}

#block-showsblock{
  display: none;
  background: url('img/ESTRELLA-TV-SHOWS_2049_600.webp');
  background-size: cover;
  position: absolute;
  top: 80px; /* Adjust this value to move the element down by the desired amount */
  left: 0;
  width: 100%;
  background-position: center;
  height: 600px;
}

body.section--showssection #block-showsblock {
  display: block;
}

#block-radiobanner {
  background-image: url('img/ESTRELLA-RADIO_2049x600.jpg');
  background-size: cover;
  position: absolute;
  top: 80px; /* Adjust this value to move the element down by the desired amount */
  left: 0;
  width: 100%;
  background-position: center;
  height: 600px;
}

#block-nettvbanner {
  display: none;
  background: url('img/NETV_BANNER+2049X600.jpg');
  background-size: cover;
  position: absolute;
  top: 80px; /* Adjust this value to move the element down by the desired amount */
  left: 0;
  width: 100%;
  background-position: center;
  height: 600px;
}

#block-adblocktop {
  margin-top: 620px;
}
.radio-player #block-adblocktop {
    padding-top: 100px;
}

.clips .video--container img {
  padding: 15px;
  border-radius: 25px;
}

.noticias img {
  padding: 15px;
  border-radius: 25px;
}

.modal-content {
  display: none;
}

/*Important is here due to overriding Kaltura built in css */
.node-video-tag-radio .video--preview--image img{
  z-index: 99 !important;
  position: relative;
  left: 0;
  height: 380px;
}



.carousel-cell {
  position: absolute; /* Set the initial position of the first image to 0 */
  top: 0;
  width: 100%; /* Ensure images take full width of carousel */
  height: 100%; /* Ensure images take full height of carousel */
  opacity: 0; /* Hide images initially */
  transition: opacity 0.5s; /* Add a transition effect for opacity */
}

.carousel-cell.is-selected {
  opacity: 1; /* Show selected image */
}

.video--container {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.play-icon::before {
  content: "\f144"; /* Unicode for play icon */
  font-family: FontAwesome; /* Assuming you're using FontAwesome for icons */
  font-size: 24px; /* Adjust size as needed */
  color: white;
}

.item-list ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.item-list li {
  margin-right: 10px; /* Add spacing between buttons */
}

.item-list a {
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  color: #7E7E7E;
  border: 1px solid #7E7E7E;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.item-list a:hover {
  color: #007bff;
  border: 1px solid #007bff;
}

/****** Cinco de Mayo Stuff should be removed if this is no longer here******/
#block-cincodemayocampaigncountdowndallas {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 20px;
}

#block-cincodemayocampaigncountdowndallas .field__item {
  display: flex;
  align-items: start;
  margin-right: 10px;
}

#block-cincodemayocampaigncountdowndallas .field__item:last-child {
  margin-right: 0;
}

.dallas-countdown-row {
  width: 70vw;
  @media (max-width: 640px) {
    margin-top: 40px
  }
}

.col-md-6 {
  width: 617px;
}

#block-cincodemayocampaigncountdowndallas .field__item img,
#block-cincodemayocampaigncountdowndallas .field__item iframe {
  height: 175px;
}

#block-cincodemayocampaigncountdowndallas .field__item .tickcounter {
  width: 200px; /* Set a specific width for the timer container */
}

.cine img {
  border-radius: 10px;
}

.meta-header--search {
  background-color: transparent;
}

.meta-header--search input {
  /*Doing this to over ride css selector in codesbase that has higher specificity */
  border-radius: 8px !important;
  margin-left: 500px;
}

.meta-header--search button {
  background-color: #2b2b2b;
  display: none;
}

.kaltura-player .playkit-controls-container {
  opacity: 1 !important;
  visibility: visible !important;
}

#left-off-canvas {
  z-index: 200;
}

.menu-button-wrapper button {
  margin-top: 20px;
}

/******* Mobile styles ******/
.vertical {
  padding-left: 20px !important;
}

@media (max-width: 600px) {
  #block-showsblock {
    background-image: url("./img/MOBILE_ESTRELLA-TV-SHOWS_585X585.webp");
    background-size: cover;
    height: 430px;
  }
  #block-nettvbanner {
    background-image: url("./img/MOBILE_NETV_BANNER 585x750.webp");
    background-size: cover;
    height: 430px;
  }
  #block-radiobanner  {
    background-image: url("./img/ESTRELLA-RADIO_585x750.jpg");
    background-size: cover;
    height: 430px;
  }
  #block-cinebanner  {
    background-image: url("./img/HOME_SLIDER_MOBILE_CINE_2.jpg");
    background-size: cover;
    height: 430px;
  }
}

@media (max-width: 600px) {
  #block-adblocktop {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .radio-dj .views-field-name {
    font-size: 1em; /* Smaller font size for small screens */
  }
}

@media (max-width: 600px) {
  .boton.tipo2 {
    padding: 0; /* Smaller font size for small screens */
  }
}

@media (max-width: 600px) {
  .radio-dj .views-field-name {
    font-size: 1em; /* Smaller font size for small screens */
  }
}

@media (max-width: 600px) {
  .views-col {
    width: 50% !important;
  }
}

@media (max-width: 600px) {
  .views-field-field-long-description {
    display: none;
  }

  .views-field-field-thumb-widescreen {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .views-field-field-long-description {
    display: none;
  }

  .views-field-field-thumb-widescreen {
    width: 20%;
  }
}

@media (max-width: 600px) {
  #block-adblocktop {
    margin-top: 450px;
  }
}

@media (max-width: 600px) {
  .related-pages {
    width: 100%;
  }

  .related-pages a {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .related-pages ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
  }

  .related-pages li {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }

  .item-list ul {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .related-pages ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
  }

  .related-pages li {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .radio-play-button {
    background-position: 15% 50%;
  }
}

@media (max-width: 600px) {
  .radio-play-button a {
    padding: 20px
  }
}

@media (max-width: 600px) {
  .is-front #block-estrella-tv-content {
    margin-top: 190px;
  }

  .is-front.section--showssection #block-estrella-tv-content,
  .is-front.section--cinesection #block-estrella-tv-content,
  .is-front.section--estrellanewssection #block-estrella-tv-content {
    margin-top: 415px;
  }
}

@media print, screen and (min-width: 64em) {
  body:not(.no-fullscreen) .meta-header-inner {
    justify-content: space-between; /* Use flex-start instead of flex-end */
  }
}

@media print, screen and (min-width: 64em) {
  body:not(.no-fullscreen) .meta-header-inner .block-sitebranding {
    margin-right: inherit;
  }
}

.node--video--live + .video--more-category {
  display: none;
}

/**********Front page styling ********/
#block-views-block-radio-front-block-1 {
  /*background-size: cover;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}

#block-views-block-radio-front-block-1 .flickity-viewport,
#block-views-block-radio-front-block-1 .carousel,
#block-views-block-radio-front-block-1 .carousel img,
#block-views-block-radio-front-block-1 .carousel a {
  display: block;
  width: 100%;
}

#block-views-block-radio-front-block-1 .flickity-viewport {
  height: 750px;
}

#block-views-block-radio-front-block-1 .carousel img:nth-child(1),
#block-views-block-radio-front-block-1 h2,
#block-views-block-radio-front-block-1 .view-row {
  display: none;
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 600px) {
  /*#block-views-block-radio-front-block-1 .flickity-viewport,*/
  /*#block-views-block-radio-front-block-1 .carousel,*/
  /*#block-views-block-radio-front-block-1 .carousel img,*/
  /*#block-views-block-radio-front-block-1 .carousel a {*/
  /*  height: 600px;*/
  /*}*/

  #block-views-block-radio-front-block-1 .carousel img:nth-child(1) {
    display: block;
  }
  #block-views-block-radio-front-block-1 .carousel img:nth-child(2) {
    display: none;
  }
}

@media all and (min-width: 1280px) {
  /*#block-views-block-radio-front-block-1 .flickity-viewport,*/
  /*#block-views-block-radio-front-block-1 .carousel,*/
  /*#block-views-block-radio-front-block-1 .carousel img,*/
  /*#block-views-block-radio-front-block-1 .carousel a {*/
  /*  height: 1000px;*/
  /*}*/
}

/* Sections with live players */
.is-front.section--estrellanewssection #block-estrella-tv-content,
.is-front.section--livesection #block-estrella-tv-content {
  margin-top: 40px;
}

/* Hide the home page hero slider */
.is-front.section--cinesection #block-views-block-radio-front-block-1,
.is-front.section--showssection #block-views-block-radio-front-block-1,
.is-front.section--estrellanewssection #block-views-block-radio-front-block-1,
.is-front.section--livesection #block-views-block-radio-front-block-1,
.is-front.section--clipssection #block-views-block-radio-front-block-1 {
  display: none;
}

.is-front .meta-header a, .off-canvas a {
  color: white;
  font-size: 14px;
}

.playkit-volume-control-bar {
  transform: rotate(90deg);
  position: absolute;
  z-index: 299;
  bottom: -38px !important;
  left: -75px !important;
}

#block-views-block-envivo-block-1 {
  position: relative;
}

.is-front #page-wrapper {
  max-width: 100rem;
}

body.radio-player .off-canvas-wrapper {
  padding-bottom: 120px;
}

#radio-player {
  width: 100%;
  height: 34px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: solid 2px #282828;
  background-color: #2b2b2b;
}

#radio-player .vjs-control-bar {
  top: 0;
}

.carousel {
  z-index: 2;
}

.station-details{
  padding: 25px 5px;
  background-color: #2b2b2b;
  border-radius: 10px;
  margin-bottom: 20px;
}

.station-details div:first-of-type {
  margin-bottom: 15px;
}

.station-details img {
  border-radius: 10px;
}

.clickable {
  text-decoration: none; /* Remove underline */
}
.clickable:hover {
  text-decoration: none; /* Remove underline on hover */
  color: #A7A7A7;
}

#radio-player .vjs-audio-only-mode .vjs-control-bar,
#radio-player .vjs-has-started .vjs-control-bar {
  visibility: visible !important;
  opacity: 1 !important;
}

#block-views-block-radio-banner-block-1 .field-content,
#block-views-block-radio-banner-block-1 .field-content img
{
  display: none;
}

.schedule-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.schedule-modal-content {
  background-color: #2b2b2b;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 375px;
  z-index: 1000;
  position: sticky;
  border-radius: 10px;
}

.schedule-modal-close {
  color: #A7A7A7;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -10px;
}

.schedule-modal-close:hover,
.schedule-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.schedule-modal-content ul li {
  border-top: 0.5px solid #A7A7A7;
  border-bottom: 0.5px solid #A7A7A7;
  padding: 0px;
}

.schedule-modal-content ul {
  margin-left: 0px;
}

.schedule-modal-content li {
  margin-left: 0rem;
  font-size: 16px;
  padding-top: 10px;
  height: 5rem;
}

.schedule-modal-content h4 {
  margin-top: 10px;
  font-size: 1rem;
}

.station-social-media {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.station-social-media h3 {
  /*flex: 1 0 100%;*/
}

.station-social-media > ul {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  align-items: baseline;
}

.station-social-media ul li {
  padding-right: 10px;
}

/* Additional styles for .schedule-modal-content */
@media print, screen and (min-width: 40em) {
  .schedule-modal-content h4.override,
  .schedule-modal-content .h4.override {
    font-size: 1rem !important;
  }
}

.radio-horarios {
  font-family: "Gotham Black", sans-serif;
}

.schedule-modal-toggle {
  font-family: "Gotham Black", sans-serif;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #2b2b2b;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.station-social-svg {
   vertical-align: -5px;
}

.svg-inline--fa.fa-facebook-square {
  fill: #A7A7A7; /* Change the fill color to #A7A7A7 */
}

.flickity-viewport  {
  height: 540px;
}

.flickity-page-dots {
  /*bottom: 44px !important;*/
}

.flickity-page-dots .dot {
  background: white !important;
}

#block-estrella-tv-content tr {
  cursor: pointer;
}

/*DJ Modal Mobile*/
@media(max-width: 975px) {
  .text-body-3 {
    font-size: small;
  }
}

@media(max-width: 700px) {
  .modal-content{
    width: 95%;
    height: auto;
  }

  /*.modal-content .column {*/
  /*  display: block;*/
  /*}*/
}

@media(max-width: 500px) {
  .modal-content {
    text-align: center;
  }
  .modal-content .column {
    display: block;
  }
  .text-body-3 {
    text-align: center;
  }
}

.carousel-cell img {
  width: 100%;
  display: block;
}

#block-views-block-radio-banner-block-1 .carousel {
  z-index: 1;
}

/* Fixes for modals */
.reveal-overlay {
  top: 67px;
}
@media print, screen and (min-width: 64em) {
  .reveal-overlay {
    top: 80px;
  }
}

/* add overrides for devices list because of the aggregation loading the image and trying to resize it. */
.devices-list .roku{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/roku.png")}
.devices-list .apple-tv{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/apple-tv.png")}
.devices-list .google-play{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/google-play.png")}
.devices-list .android-tv{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/google-tv-white.png")}
.devices-list .apple-store{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/apple-store.png")}
.devices-list .amazon-fire-tv{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/amazon-fire.png")}
.devices-list .plex{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/plex.png")}
.devices-list .lg{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/devices/logo-lg.png")}
.devices-list .vizio{background-image:url("https://www.estrellatv.com/themes/contrib/codes_themes/codesbase/images/ce-logos/vizio-light.png")}
.devices-list .samsung{background-image:url("./img/samsung.png")}

#nav-full-width-bg {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #222222;
  z-index: 1000;
}

/*When styling for row format stand exist in public.css please remove this*/
.ottera-row-format--standard .ottera--row--item {
  margin-right: 10px;
  min-width: 160px;
}

.ottera-row-format--standard .ottera--row--item img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

@media print, screen and (min-width: 40em) {
  .ottera-row-format--standard .ottera--row--item {
    min-width: 224px;
  }

  .ottera-row-format--standard .ottera--row--item img {
    width: 224px;
    height: 168px;
    object-fit: cover;
  }
}

@media (max-width: 1305px) and (min-width: 1025px) {
  .meta-header .menu.block-mainnavigation {
    padding: 0 20px;
    display: flex;
    gap: 10px;
  }

  .meta-header .menu a,
  .menu .button {
    padding-right: 2px;
  }

  .meta-header .large-12.columns {
    padding: 0;
  }

  .meta-header .menu li {
    padding-right: 0;
  }
}