/*
Theme Name: MKTV
Theme URI: https://resources.muslimkids.tv/
Description: A custom theme for MKTV
Author: Oscar L. <oscar@muslimkids.tv>
Version: 1.0
*/
body{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
a{
    text-decoration: none !important;
}
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  font: inherit; /* Inherits font from parent */
  color: inherit;
  appearance: none; /* Removes arrows and adornments */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Removes blue border on focus – Chrome/Safari/Firefox */
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

/* Removes yellow background from autofill in Chrome */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset; /* Changes 'white' to the background you want */
  -webkit-text-fill-color: inherit; /* Inherits text color */
  transition: background-color 5000s ease-in-out 0s; /* Hack to remove color */
}



/* About – Journey – Swiper */
.about-journey-swiper .swiper-pagination{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}
.about-journey-swiper .swiper-pagination-bullet{
    width: auto !important;
    height: auto !important;
    color: #5555D9 !important;
    background-color: transparent !important;
    border-radius: unset;
    font-weight: bold !important;
    opacity: 0.5;
}
.about-journey-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-top: 3px solid #5555D9 !important;
    opacity: 1;
}

.about-journey-swiper .swiper-button-next, .about-journey-swiper .swiper-button-prev{
    opacity: 0.45;
    margin: unset;
}
.about-journey-swiper .swiper-button-next:hover, .about-journey-swiper .swiper-button-prev:hover{
    opacity: 1;
}
.about-journey-swiper .swiper-button-next:after, .about-journey-swiper .swiper-button-prev:after{
    font-size: small;
    font-weight: bold;
    color: #5555D9;
}




/* Masonry */
#gallery-masonry { margin: 0 auto; }
#gallery-masonry .am-item img { display:block; width:100%; height:auto; } /* respeta proporción */
#gallery-masonry .am-item { margin:0; } /* Masonry maneja posiciones */


/* SiteMap Basic Styling */
#mktv-sitemap{
  h3{
    font-weight: bold;
    font-size: 20px;
    color:#5555D9;
    margin-bottom: 16px;
  }
  ul{
    list-style: disc;
    padding-left: 0;
    li{
      margin-bottom: 8px;
      margin-left: 16px;
      a{
        color: #000000;
        font-weight: 500;
        font-size: 16px;
        &:hover{
          text-decoration: underline !important;
        }
      }
    }
  }
}