@font-face {
  font-family: "Transmute";
  src: url("/wp-content/themes/tornados-child/fonts/Transmute-Regular.ttf");
}

/* sitemap */
/* .html-sitemap {
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
} */

.sitemap-heading {
  background: #fff;
  color: #000000;
  font-size: 25px;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


.sitemap-list {
  display: none;
  background: #f7f9fc;
  padding: 15px 20px;
  border-left: 4px solid #204080;
  margin-bottom: 15px;
  border-radius: 0 8px 8px 0;
}

.sitemap-item {
  display: block;
  padding: 5px 0;
  color: #204080;
  text-decoration: none;
}

.sitemap-item:hover {
  text-decoration: none;

}

.sitemap-back {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #204080;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sitemap-back:hover {
  background: #1a3570;
}

/* end sitemap */

p {
  font-family: 'Figtree';
}

.ranking-loading {
  text-align: center;
}

/* Container */
.user-dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-top: 15px;
}

/* Avatar button */
.avatar-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.avatar-toggle img {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.tribe-events .tribe-events-view-loader {
  top: 500px;
}

/* Small arrow */
.arrow-down {
  font-size: 10px;
  color: #fff;
  /* adjust based on header background */
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 53px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 10;
}

.dropdown-menu a {
  display: block;
  padding: 8px 12px;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
}

.dropdown-menu a:hover {
  background: #f0f0f0;
  color: #000 !important;
  text-align: center;
  border-radius: 8px;
}

/* Show dropdown on hover */
.user-dropdown:hover .dropdown-menu {
  display: block;
}

/* Login button (when not logged in) */
.login-btn {
  background: #ffb400;
  color: #000;
  padding: 13px 30px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
}

.login-btn:hover {
  background: #e0a200;
}


.events-banner,
.news-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 100px !important;
}

.events-banner .banner-background,
.news-banner .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.events-banner .banner-background {
  background-position: center;
}

.news-banner .banner-background {
  background-position: bottom;
}

.events-banner .banner-overlay,
.news-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.events-banner .banner-content,
.news-banner .banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.custom-event-meta-fields {
  display: flex;
  column-gap: 15px;
}

.custom-event-meta-fields span.meta-field {
  color: #142A4B;
  font-weight: 600 !important;
  font-size: 18px;
}

span.tribe-events-calendar-list__event-venue-title {
  color: #5B5B5B;
}

.banner-content .banner-title {
  margin-bottom: 10px;
  font-family: 'Transmute', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.banner-breadcrumbs span,
.banner-breadcrumbs a {
  font-family: Figtree !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.3px;
}

.banner-content .banner-breadcrumbs a {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.9;
}

.post-type-archive-tribe_events .page_content_wrap,
.archive.category .page_content_wrap,
.blog .page_content_wrap {
  padding-top: 0 !important;
}

ul.tribe-events-c-view-selector__list {
  display: none !important;
}

/* .blog header.top_panel .elementor-top-section {
    background-color: #142A4B !important;
} */

.tribe-events-c-search__button,
.tribe-events-c-subscribe-dropdown__button {
  background: #EDAA13 !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  display: none;
}

.tribe-events-calendar-list__event-datetime:before {
  color: #1E8995 !important;
}

div#category-filters a {
  font-family: 'Transmute';
  font-size: 20px;
  font-weight: 700;
  color: #142A4B;
}

.posts_container span.post_categories.cat_sep,
.posts_container .post_meta_views,
.posts_container .post_meta_likes,
.single .sidebar_inner {
  display: none !important;
}

.posts_container h3.post_title a,
.nav-links a.page-numbers,
.single .post_title,
.single .content p {
  color: #142A4B !important;
}

.sidebar_inner .post_title a,
.sidebar_inner .widget_title,
.posts_container .post_content_inner,
.sidebar_inner .post_categories a {
  color: #142A4B !important;
  font-family: 'Figtree';
}

.posts_container h3.post_title a {
  font-size: 30px;
  font-family: 'Transmute', sans-serif;
}

.nav-links .page-numbers.current {
  background: #142A4B !important;
}

.single .content {
  width: 100% !important;
}

.single .post_header span.post_categories a {
  background-color: #3D6EB9 !important;
}

.single .elementor-element-0f415a6 {
  background-color: #142A4B !important;
}

.single .page_content_wrap {
  padding-top: 10em !important;
}

.sports-layout {
  display: flex;
  gap: 2rem;
}

.sports-sidebar {
  width: 250px;
}

.sport-category-link.active {
  color: #f7941d;
  font-weight: 400;
}

.sports-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 1rem;
}

.sports-gallery img {
  width: 100%;
  border-radius: 8px;
}

.sport-disclaimer {
  color: #5B5B5B;

  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 10px;
}

#sort-dropdown {
  border-radius: 5px;
  border: 0.5px solid rgba(181, 181, 181, 0.80);
  padding: 0 10px;
}

#sort-posts {
  border: none !important;
  color: unset !important;
}

#category-filters .filter-link {
  text-decoration: none;
  color: #142A4B;
  transition: color 0.3s ease;
}

#category-filters .filter-link:hover {
  color: #EDAA13;
}

#category-filters .filter-link.active {
  color: #EDAA13;
  font-weight: 600;
}

.sports-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sport-download,
h2.sport-title {
  margin: 0 !important;
}

h2.sport-title {
  font-family: 'Transmute';
  color: #142A4B;
  font-size: 40px;
  max-width: 70%;
}

.sports-sidebar h4 {
  margin-top: 0;
  font-family: 'Transmute';
  color: #5B5B5B;
  font-size: 24px;
}

a.download-rules-btn,
.load-more-gallery-btn {
  padding: 16px 50px;
  background: #3D6EB9;
  border-radius: 30px;
  font-family: Figtree;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.download-rules-btn:hover,
.load-more-gallery-btn:hover {
  background: #EDAA13;
  color: #fff;
}

.sport-description {
  margin-top: 15px;
}

.sport-description p {
  color: #5B5B5B;

  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.sport-detail .select_container {
  width: auto !important;
  /* display: flex;
  justify-content: flex-end; */
}

.sports-content .select_container #year-filter {
  border: solid 1px rgba(112, 112, 112, 0.8);
}

.sports-gallery-wrapper .image-container {
  max-width: calc(33.333% - 20px) !important;
  height: auto;
  border-radius: 6px;
  margin-top: 3px;
}

.sports-gallery-wrapper img {
  min-height: 350px;
  object-fit: cover;
}

.sports-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

/* starts of sportpage multiselect dropdown */
.sports-horizontal-menu {
  display: flex;
  font-family: Figtree, sans-serif;
  position: relative;
}

.sports-level {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sports-level.level-1 {
  min-width: 180px;
}

.sports-category-item {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.sports-category-item span {
  color: #142A4B;
  font-family: Figtree;
  font-size: 18px;
}

/* Add right arrow for menu items that have a submenu */
.sports-category-item.has-submenu::after {
  content: "›";
  /* Right arrow */
  font-size: 14px;
  color: #142A4B;
  transition: transform 0.3s ease;
}

/* Animate arrow on hover */
.sports-category-item.has-submenu:hover::after {
  transform: translateX(4px);
}

.sports-category-item:hover>.sports-level.level-2 {
  display: block;
}

/* Submenu */
.sports-level.level-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 170px;
  min-width: 200px;
  background: #fff;
  border-left: 1px solid #ddd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 6px 0;
}

/* Prevent flicker when hovering submenu */
.sports-category-item::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
  background: transparent;
}

/* Adjust this part to fix hover bridge positioning */
.sports-category-item.has-submenu::after {
  position: static;
  /* Reset for arrow */
}

.sports-level.level-2 li {
  padding: 8px 12px;
}

.sports-level.level-1 h2 {
  margin: 0;
  font-size: 24px;
  font-family: 'Transmute';
  padding-left: 15px;
  color: #142A4B;
}

.sports-post-link {
  text-decoration: none;
  color: #142A4B;
  display: block;
}

.sports-post-link:hover {
  color: #f7941d;
}

.sports-horizontal-content {
  margin-left: 40px;
  flex: 1;
}

.sports-category-item .submenu-arrow {
  display: flex;
}

/* end of sports page - multiselect dropdown */

.results-ranking-section {
  padding: 40px 20px;
  background: #f7f7f7;
  border-radius: 8px;
}

.results-ranking-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.results-ranking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00757a;
  color: white;
  padding: 12px 20px;
  border-radius: 6px 6px 0 0;
}

.results-ranking-filter select {
  background: white;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-weight: 600;
  color: #00757a;
  cursor: pointer;
}

.results-table-container {
  background: white;
  border-radius: 0 0 6px 6px;
  overflow-x: auto;
}

.results-table table {
  width: 100%;
  border-collapse: collapse;
}

.results-table th,
.results-table td {
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  text-align: left;
  color: #000;

}

.results-table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #000;
  font-family: Figtree;
  font-size: 16px;
  height: 66px;
}

.results-table tbody tr td {
  background-color: transparent !important;
  height: 70px !important;
}

/* 🟣 Violet header when College column is present */
.results-ranking-header.violet {
  background: #5c2d91;
  /* violet */
}

/* 🟣 Violet filter select text */
.results-ranking-header.violet .results-ranking-filter select,
.results-ranking-filter .fill_inited {
  color: #fff;
  border: 0.5px solid rgba(255, 255, 255, 0.80);
}

.select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
  color: #ffffff;
  font-weight: 600;
}

.results-table td:first-child,
.results-table td:last-child {
  color: #000;
  font-weight: 600;
}

.results-ranking-header select {
  padding-right: 1em !important;
}

.results-ranking-header select:focus {
  color: #fff !important;
}

.select_container:after {
  right: 3% !important;
  color: #ffffff !important;
}

.select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
  border-radius: 5px;
  border: 0.5px solid rgb(255, 255, 255);
  /* border:none !important; */
}

.sports-meta .select_container:after {
  right: 4px;
  color: #142A4B;
}

.testimonial-slider-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  /* responsive stacking */
  background: #3D6EB9;
}

.testimonial-slider-column {
  flex: 1;
  min-width: 300px;
}

/* FORCE equal slider height */
.testimonial-slider-images .slide-image,
.testimonial-slider-images img {
  height: 800px !important;
  /* fixed height */
  width: 100%;
  object-fit: cover;
  /* crops image properly */
  object-position: center;
  /* centers subject */
  display: block;
}

/* Right content also fixed height */
.testimonial-slider-content .slick-slide {
  height: 800px !important;
  display: flex;
  align-items: center;
  /* vertical center */
  padding: 50px;
  box-sizing: border-box;
  align-content: center;
  text-align: center;
}

.testimonial-slider-wrapper .testimonial-slider-content {
  margin-bottom: 0 !important;
}

.testimonial-slider-wrapper .slide-content p,
.testimonial-slider-wrapper .slide-content h3 {
  font-family: Transmute;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.testimonial-slider-wrapper .slide-content h3 {
  font-family: 'Figtree' !important;
}

/* Place slick dots INSIDE right content slider */
.testimonial-slider-content {
  position: relative;

}

.testimonial-slider-wrapper .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #EDAA13 !important;
}

.testimonial-slider-wrapper .slick-dots li button:before {
  color: #fff !important;
}

.testimonial-slider-content .slick-dots {
  position: absolute;
  bottom: 180px;
  /* adjust position */
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/* Optional — style dots smaller + prettier */
.testimonial-slider-content .slick-dots li button:before {
  font-size: 10px;
  opacity: .5;
}

.testimonial-slider-content .slick-dots li.slick-active button:before {
  opacity: 1;
}

.post_featured.with_thumb,
.post_featured.with_thumb img {
  width: 100%;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-item h3 {
  color: #142A4B;
  font-family: 'Figtree';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
}

.accordion-collapse .accordion-body {
  padding: 20px 65px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item .accordion-header {
  margin: 0;
  display: flex;
  position: relative;
  flex-direction: column;
}

.download-rules-link a,
.download-rules-link a:hover {
  padding: 0px 30px;
  border-radius: 30px;
  background: #EDAA13;
  font-family: 'Figtree';
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-decoration: none;
}

.accordion-header .accordion-button {
  font-family: 'Transmute';
  font-size: 30px;
  font-weight: 600;
  color: #142A4B;
  gap: 20px;
}

/*  */
.accordion-featured-image img {
  width: 100%;
  height: 32px !important;
  flex-shrink: 0;
  object-fit: contain;
}

.accordion-featured-image {
  align-items: center;
}

.accordion-featured-image,
.accordion-content {
  display: flex;
  justify-content: center;
}

.accordion-content {
  gap: 20px;
  width: 50%;
  justify-content: flex-start;
}

.download-rules-link {
  width: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 56px;
  z-index: 999;
  top: 20%;
  gap: 10px;
}

.accordion-button {
  scroll-margin-top: 100px;
}

.accordion-button:target {
  scroll-margin-top: 100px;
}

.logged-in .sc_layouts_menu_nav li:nth-child(8) {
  display: none !important;
}

@media(max-width:1400px) {
  h2.sport-title {
    font-size: 30px;
    max-width: 60%;
  }

  .testimonial-slider-content .slick-dots {
    bottom: 100px;
  }
}

@media(max-width: 1200px) {
  .accordion-content .accordion-title {
    font-size: 20px;
  }
}

/* @media(max-width:900px) {
  .accordion-content {
    width: 69%;
  }
  .download-rules-link a {
    padding: 10px 20px;
  }
} */
@media(max-width:767px) {
  .accordion-content .accordion-title {
    font-size: 16px;
  }

  .blog .page_content_wrap {
    padding-top: 3em !important;
  }

  h2.sport-title {
    max-width: 100%;
  }

  .sports-gallery-wrapper .image-container {
    max-width: 100% !important;
  }

  .accordion-collapse .accordion-body {
    padding: 10px;
    gap: 15px;
  }

  .download-rules-link a {
    width: -webkit-fill-available;
    letter-spacing: 0.3px !important;
    padding: 5px 15px !important;
    font-size: 16px !important;
    text-align: center;
  }

  .category-item h3 {
    font-size: 18px;
  }

  .accordion-header .accordion-button {
    font-size: 25px;
  }

  .accordion-item .accordion-header {
    flex-direction: column;
  }

  .download-rules-link {
    position: relative;
    z-index: 4px;
    right: unset;
    padding: 0 10px 15px;
  }
.accordion-content {
  width: 100%;
}
}