/*
Theme Name: Voxel Child
Template: voxel
Author: Your Name
Description: Child theme for the Voxel theme
Version: 1.0.0
Text Domain: voxel-child
*/

/* Optional custom styles can go here */
/* Palette */
:root {
   --bg: #F5EDE5;
   --black: #000;
   --white: #fff;
   --muted: rgba(0, 0, 0, 0.55);
   --card-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
   --radius: 12px;
   --gap: 18px;
   --max-width: 1200px;
}

.elementor.elementor-161 {
   position: relative !important;
}

.search-sec form {
   flex-direction: column;
}

.search-sec form .e-search-input-wrapper input {
   width: 100%;
}

.search-sec form .e-search-input-wrapper {
   width: 100%;
}

.search-sec form button.e-search-submit {
   cursor: pointer;
   width: max-content !important;
   margin-top: 10px;
}

.sports-slide .swiper-slide {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 500px;
   background-color: #f9f9f9;
}

.sports-slide .swiper-slide figure img {
   max-width: 220px;
   max-height: 250px;
}

.sports-slide .swiper-slide figure {
   line-height: 0 !important;
}

.listing-content .elementor-widget-text-editor p {
   margin-bottom: 0;
}

.listing-content .elementor-widget-icon-list a {
   text-decoration: underline;
}

.banner-form form.elementor-form .elementor-field-textual {
   padding: 12px 20px 12px 20px;
   min-height: unset;
}

.banner-form.e-child {
   max-width: 600px;
   width: 100%;
   margin-left: auto;
   background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(10px);
}

.img-box .elementor-icon-list-item a {
   display: flex;
   flex-direction: column;
   gap: 8px;
   height: 100%;
}

.img-box .elementor-widget-icon-list,
.img-box ul.elementor-icon-list-items,
.img-box ul.elementor-icon-list-items li {
   height: 100%;
}

.img-box .e-con-inner>.e-con.e-child:hover::before {
   opacity: 0.7;
}

.img-box .elementor-icon-list-item a span {
   padding: 0 !important;
}

.cate-listing .elementor-widget-ts-post-feed .e-con-inner .e-con.e-child {
   margin: 0;
   border-color: #8080802b;
}

.cate-listing a.ts-load-more {
   background-color: #1a1a1a;
   color: #ffffff;
   padding: 10px 20px;
}

.cate-listing .feed-pagination {
   width: max-content;
   margin: 0 auto;
}

.cate-listing a.ts-load-more svg {
   fill: #ffffff;
}

.checkbox-dropdown .select2-results__option {
   display: flex;
   align-items: center;
   padding-left: 10px !important;
}

.container-checkbox {
   display: flex;
   align-items: center;
}

.container-checkbox input[type="checkbox"] {
   margin-right: 8px;
   width: 18px;
   height: 18px;
   border: 2px solid #ccc;
   border-radius: 3px;
   position: relative;
   cursor: pointer;
   opacity: 1 !important;
}

.container-checkbox input[type="checkbox"]:checked {
   background-color: #2196F3;
   border-color: #2196F3;
}

.container-checkbox .checkmark {
   margin-left: 5px;
}

/* START FORM DESIGN */

.club-sport-filter .select2-container--default .select2-selection--multiple {
   background: #fff;
   border-radius: 25px !important;
   height: 50px;
   padding: 8px 16px 8px 55px;
   cursor: pointer !important;
   -webkit-border-radius: 25px !important;
   -moz-border-radius: 25px !important;
   -ms-border-radius: 25px !important;
   -o-border-radius: 25px !important;
   transition: .2s ease;
   transition-property: background, color, border-color;
   text-overflow: ellipsis;
   position: relative;
}

.club-sport-filter .selection .sport-category-search {
   position: relative;
}

.club-sport-filter .selection .sport-category-search::before {
   content: "";
   background: url("/getvoxel/wp-content/uploads/2025/05/form-icons.svg") no-repeat;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 14px;
   left: 20px;
   background-size: contain;

}

.club-sport-filter .select2-container--default .select2-search--inline .select2-search__field {
   margin: 0;
   height: 17px;
   font-size: var(--e-global-typography-text-font-size);
   color: var(--ts-shade-1);
   cursor: pointer !important;
   font-weight: 500 !important;
   font-family: 'HelveticaNeueLTStd';
}

.club-sport-filter .select2 {
   width: 100% !important;
   cursor: pointer !important;
}

.archive.tax-sport_category .select2-container--default .select2-results>.select2-results__options {
   overflow-x: hidden;
   --ts-scroll-color: var(--ts-shade-5);
   scrollbar-color: var(--ts-scroll-color) transparent;
   scrollbar-width: thin;
   width: 100%;
   background: white;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   padding: 10px 0px 10px 0px;
   font-family: sans-serif;
}

.club-sport-filter #filter-submit {
   border-radius: 25px;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   color: #fff;
   --ts-icon-color: #fff;
   background: #CD1719;
   padding: 13px 13px 13px 13px;
   width: 100%;
   border: transparent;
   cursor: pointer;
}

.club-sport-filter .select2-container--default .select2-selection--multiple::after {
   content: "";
   margin-left: auto;
   width: 7px;
   height: 7px;
   border: solid #000;
   border-width: 0 1px 1px 0;
   display: inline-block;
   vertical-align: middle;
   transform: rotate(45deg);
   flex-shrink: 0;
   overflow: hidden;
   margin-top: -3px;
   transition: .2s ease;
   pointer-events: none;
   position: absolute;
   top: 23px;
   right: 20px;
}

.club-sport-filter #filter-submit img {
   width: 20px;
   height: 20px;
   filter: invert(1);
}

.club-sport-filter #filter-submit {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 9px;
   align-items: center;
}

.club-sport-filter .club-search-btn {
   display: flex;
}

.club-sport-filter .select2-container--default .select2-selection--multiple .select2-selection__clear {
   margin-right: 40px;
   margin-top: 7px;
}

.sport-filter-box {
   padding-bottom: 20px;
}

.archive.tax-sport_category .select2-container--open .select2-dropdown--above {
   border-radius: 10px !important;
   border: transparent !important;
   -webkit-border-radius: 10px !important;
   -moz-border-radius: 10px !important;
   -ms-border-radius: 10px !important;
   -o-border-radius: 10px !important;
}

.archive.tax-sport_category .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #80808005 !important;
}

.checkbox-dropdown .select2-results__option {
   padding: 11px 15px !important;
}

.archive.tax-sport_category .select2-container--open .select2-dropdown--below {
   border-radius: 10px !important;
}

.checkbox-dropdown .container-checkbox input[type="checkbox"] {
   width: 20px;
   height: 20px;
}

.sport-filter-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
   background: #fff;
   border: transparent;
   margin: 5px 0 0 0;
   font-size: 14px;
   padding-right: 7px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: 1px solid #80808047;
   margin-right: 3px;
}

.sport-filter-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   border: transparent;
   top: 3px;
   padding: 0;
   left: 8px;
}

.archive.tax-sport_category .select2-dropdown input[type="search"] {
   width: 100%;
   padding: 8px 10px;
   margin-bottom: 10px;
   border: 1px solid #ccc;
   border-radius: 8px;
   font-size: 14px;
}

.archive.tax-sport_category .select2-results__options {
   list-style: none;
   max-height: 220px;
   overflow-y: auto;
   margin: 0;
   padding: 0;
}

.archive.tax-sport_category .select2-results__option {
   display: flex;
   align-items: center;
   padding: 10px;
   cursor: pointer;
   border-bottom: 1px solid #f0f0f0;
   transition: background 0.2s ease;
}

.archive.tax-sport_category .select2-results__option:last-child {
   border-bottom: none;
}

.archive.tax-sport_category .select2-results__option:hover,
.archive.tax-sport_category .select2-results__option--highlighted {
   background-color: #f0f8ff;
}

.archive.tax-sport_category .container-checkbox {
   display: flex;
   align-items: center;
   gap: 10px;
   width: 100%;
   font-size: 14px;
}

.archive.tax-sport_category .select2-dropdown .clear-button {
   margin-top: 10px;
   padding: 8px 16px;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 8px;
   cursor: pointer;
   font-size: 14px;
   transition: background 0.2s ease;
}

.archive.tax-sport_category .select2-dropdown .clear-button:hover {
   background-color: #f5f5f5;
}

.archive.tax-sport_category .select2-container--default .select2-dropdown {
   opacity: 0;
   transform: scale(0.95);
   transform-origin: top;
   transition: opacity 0.2s ease-out, transform 0.2s ease-out;
   pointer-events: none;
}

.archive.tax-sport_category .select2-container--default.select2-container--open .select2-dropdown {
   opacity: 1;
   transform: scale(1);
   pointer-events: auto;
}

.sport-city-search {
   padding: 8px 35px 8px 20px !important;
}

.sport-item {
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
   border-radius: 10px;
}

.club-heading {
   background: #1E82C7;
   padding: 10px;
   border-radius: 10px 10px 0px 0px;
   -webkit-border-radius: 10px 10px 0px 0px;
   -moz-border-radius: 10px 10px 0px 0px;
   -ms-border-radius: 10px 10px 0px 0px;
   -o-border-radius: 10px 10px 0px 0px;
}

.club-heading h3 {
   margin: 0;
   font-size: 18px !important;
   line-height: 26px !important;
}

.sport-result-item {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 20px;
   max-width: 1180px;
   width: 100%;
   margin: 0 auto;

}

#sport-results {
   max-width: 1180px;
   width: 100%;
   margin: 0 auto;
   padding: 50px 0 50px 0;
}

.club-heading h3 a {
   color: #fff;
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
}

.club-meta p {
   font-family: "Montserrat", Sans-serif;
   font-size: 16px;
   font-weight: 500;
   text-transform: capitalize;
   line-height: 24px;
   color: var(--e-global-color-6046fcf);
   margin: 0 !important;
}

.club-meta {
   padding: 15px;
}

.sport-box .elementor-widget-heading {
   top: 50% !important;
   left: 50%;
   transform: translate(-50%, -50%);
}

.news-sidbar .elementor-post .elementor-post__excerpt p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}

.Club-wrapper.elementor-widget-archive-posts {
   width: 100%;
   max-width: var(--max-width) !important;
   margin: 0 auto;
   padding: 0;
}

.Club-wrapper .elementor-widget-heading {
   width: 100%;
   max-width: 1200px !important;
   margin: 0 auto 28px;
}

/* END FORM DESIGN */
/* START CARD DESIGN */

/* Container centering */
.container {
   width: 100%;
   max-width: var(--max-width);
   margin: 0 auto 28px;
}

.club-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: var(--gap);
   align-items: start;
}

.club-grid .elementor-posts-container .elementor-post__thumbnail img {
   width: auto !important;
   height: 100% !important;
   padding: 20px 0px;
   object-fit: contain !important;
}

.club-grid .elementor-post__text {
   display: flex !important;
   flex-direction: column !important;
}

.club-grid a.elementor-post__read-more {
   margin-top: auto;
}

.club-grid .elementor-post__thumbnail {
   padding: 0 !important;
   height: 220px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.top-to-bottom-wrape {
   display: inline-block !important;
   width: auto !important;
   z-index: 1 !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
   display: none;
}






/* Responsive breakpoints */
@media (max-width: 980px) {
   .club-grid {
      grid-template-columns: repeat(2, 1fr);
   }
}

/* @media(max-width:767px) {
    .club-grid .elementor-post__thumbnail {
        padding: 0 !important;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
} */

@media (max-width: 640px) {
   .club-grid {
      grid-template-columns: 1fr;
      padding: 0 6px;
   }
}

/* Club card */

.Club-wrapper article.elementor-post,
.Club-wrapper .club-item {
   list-style: none;
   background: var(--white);
   border-radius: var(--radius);
   box-shadow: var(--card-shadow);
   overflow: hidden;
   transition: transform .22s ease, box-shadow .22s ease;
   border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Make whole card link clickable */
.Club-wrapper .club-item .club-link {
   display: block;
   text-decoration: none;
   color: inherit;
   height: 100%;
}

/* Thumb: consistent aspect ratio (16:9) */
.Club-wrapper .club-thumb {
   width: 100%;
   padding-top: 56.25%;
   /* 16:9 */
   background-color: #efebe7;
   /* fallback */
   background-position: center;
   background-size: cover;
   display: block;
   transition: transform .35s ease;
}

/* Content area */
.Club-wrapper article.elementor-post h2,
.Club-wrapper .club-title {
   margin: 14px 16px 18px;
   font-size: 15px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: .6px;
   color: var(--black);
   line-height: 1.1;
}

/* subtle meta row (optional) — if you add meta later it will look nice) */
.Club-wrapper .club-item .meta {
   margin: 0 16px 16px;
   font-size: 13px;
   color: var(--muted);
}

/* Hover / focus effects for accessibility */
.Club-wrapper article.elementor-post:focus-within,
.Club-wrapper article.elementor-post:hover,
.club-item:focus-within,
.club-item:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 36px rgba(0, 0, 0, 0.10);
   border-color: rgba(0, 0, 0, 0.12);
}

.Club-wrapper article.elementor-post .elementor-post__thumbnail {
   transition: all 0.3s;
}

.Club-wrapper article.elementor-post:hover .elementor-post__thumbnail,
.Club-wrapper article.elementor-post:focus-within .elementor-post__thumbnail {
   transform: scale(1.03);
}

.club-item:hover .club-thumb,
.club-item:focus-within .club-thumb {
   transform: scale(1.03);
}

/* Pagination styling */
.Club-wrapper nav.elementor-pagination,
.pagination {
   display: flex;
   justify-content: center;
   gap: 10px;
   margin-top: 50px;
   align-items: center;
   flex-wrap: wrap;
}

.Club-wrapper nav.elementor-pagination a,
.Club-wrapper nav.elementor-pagination span,
.pagination a,
.pagination span {
   display: inline-flex;
   min-width: 40px;
   height: 40px;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   text-decoration: none;
   font-weight: 600;
   font-size: 14px;
   line-height: 1;
   padding: 0 10px;
   margin: 0 !important;
   border: 1px solid transparent;
   background: transparent;
   color: var(--black);
   transition: background .18s ease, transform .12s ease, color .12s ease;
}

.Club-wrapper nav.elementor-pagination span.page-numbers.prev {
   display: none;
}

/* current page */

.Club-wrapper nav.elementor-pagination .current,
.pagination .current {
   background: var(--black);
   color: var(--white) !important;
   border-color: rgba(0, 0, 0, 0.08);
   box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

/* other pages */
.Club-wrapper nav.elementor-pagination a.page-numbers,
.pagination a.page-numbers {
   background: transparent;
   border: 1px solid rgba(0, 0, 0, 0.06);
}

.Club-wrapper nav.elementor-pagination a.page-numbers:hover,
.pagination a.page-numbers:hover {
   transform: translateY(-3px);
   background: rgba(0, 0, 0, 0.05);
}

/* dots */
.Club-wrapper nav.elementor-pagination .dots,
.pagination .dots {
   pointer-events: none;
   color: var(--muted);
   background: transparent;
   border: none;
   min-width: auto;
   padding: 0 8px;
}

/* next button */
.Club-wrapper nav.elementor-pagination a.next .pagination a.next {
   padding: 0 14px;
   border-radius: 14px;
}

/* Accessible focus outline for keyboard users */
.Club-wrapper a:focus {
   outline: 3px solid rgba(0, 0, 0, 0.12);
   outline-offset: 3px;
   border-radius: 8px;
}

/* Small utility tweaks */
.Club-wrapper article.elementor-post h2,
.Club-wrapper h2.club-title {
   font-size: 14px;
}

.club-item+.club-item {
   margin-top: 0;
}

/* Improve contrast for images with text overlay if needed */
.club-thumb::after {
   content: "";
   position: absolute;
   inset: 0;
   pointer-events: none;
   transition: opacity .25s ease;
   opacity: 0;
}

.Club-wrapper {
   background: #F5EDE5;
   padding: 120px 20px;
}

/* Ensure links inside cards don't inherit default link color */
.club-item a {
   color: inherit;
}

/* Make sure the club-thumb respects rounding at the top */
.club-item .club-thumb {
   border-top-left-radius: var(--radius);
   border-top-right-radius: var(--radius);
   display: block;
   position: relative;
}

/* If you ever want to add a small badge in the corner */
.club-item .badge {
   position: absolute;
   top: 10px;
   left: 10px;
   background: rgba(255, 255, 255, 0.92);
   padding: 4px 8px;
   border-radius: 8px;
   font-size: 12px;
   color: var(--black);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Optional: center the whole block + add small heading spacing if used on a page */
.container-heading {
   max-width: var(--max-width);
   margin: 0 auto 12px;
   padding: 0 18px;
}

.Club-wrapper article.elementor-post a.elementor-post__thumbnail__link {
   margin-bottom: 2px !important;
   max-height: 223px;
   overflow: hidden;
}



ul li.custom-menu>ul.mega-sub-menu ul {
   list-style: none;
   padding: 0;
}

ul li.custom-menu>ul.mega-sub-menu ul li a {
   position: relative;
   margin-top: 2px;
   margin-bottom: 2px;
}

ul li.custom-menu>ul.mega-sub-menu ul li a::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 1px;
   background-color: black;
   transition: all 0.3s;
}

ul li.custom-menu>ul.mega-sub-menu ul li a:hover:after {
   width: 100%;
}

ul.mega-sub-menu li h4 {
   margin: 0 !important;
   padding: 0 !important;
}

.custom-inner ul.mega-sub-menu li.widget_custom_html {
   padding: 0 15px !important;
}

/* END CARD DESIGN */
@media only screen and (min-width: 768px) {

   .cat-list-main .ts-preview>.elementor .cat-listing .e-con-inner .e-con.e-child:nth-child(2),
   .cat-list-main .ts-preview>.elementor .cat-listing .e-con.e-child:nth-child(2),
   .cat-list-main .ts-preview>.elementor .cat-listing .e-con-inner,
   .cat-list-main .ts-preview>.elementor .cat-listing,
   .cat-list-main .ts-preview>.elementor {
      height: 100%;
   }

   .cat-list-main .ts-preview>.elementor .cat-listing .e-con-inner .e-con.e-child:first-child {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
   }
}

@media only screen and (min-width: 1201px) {


   .max-mega-menu ul.mega-sub-menu {
      border-radius: 0 0 10px 10px !important;
      box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px !important;
   }

   .header-sec ul.max-mega-menu>li>ul.mega-sub-menu {
      width: calc(100vw - 70px) !important;
   }
}

@media only screen and (max-width: 1440px) {
   .sports-slide .swiper-slide figure img {
      max-width: 120px;
      max-height: 150px;
   }

   .sports-slide .swiper-slide {
      min-height: 320px;
   }
}

@media only screen and (max-width: 1200px) {
   /* .header-sec nav>ul>li {} */

   /* .header-sec nav>ul li a.highlighted,
   .header-sec nav>ul li a.highlighted:hover {
      color: #000000 !important;
      background-color: transparent !important;
   } */

   .header-sec nav>ul {
      padding: 10px 0;
   }

   .custom-inner ul.mega-sub-menu li.widget_custom_html {
      padding: 10px 15px 0px 15px !important;
   }

   .sports-slide .swiper-slide {
      min-height: 250px;
   }

   .sports-slide .swiper-slide figure img {
      max-width: 100px;
      max-height: 120px;
   }
}

@media only screen and (max-width: 767px) {
   .custom-inner ul.mega-sub-menu li.widget_custom_html {
      padding: 8px 0 0 0 !important;
   }


   .custom-inner li.widget_nav_menu {
      padding: 10px 0 !important;
   }

   .news-sidbar article.elementor-post {
      flex-direction: column;
      gap: 14px;
   }

   .sports-slide .swiper-slide figure img {
      max-width: 130px;
      max-height: 130px;
      width: 100%;
   }

   .banner-form.e-child {
      margin-right: auto;
   }

   .img-box .e-con-inner>.e-con.e-child {
      min-height: 400px;
   }

   .sport-result-item {
      grid-template-columns: 1fr;
   }

   .club-sport-filter #filter-submit {
      font-size: 14px;
   }

   /* .club-get-feature-img {
        position: static !important;
    }

    .club-mob-wrapper {
        background: #000 !important;
        border-radius: 15px !important;
    } */
}

@media only screen and (max-width: 425px) {
   .sport-search form.e-search-form {
      flex-direction: column;
      gap: 10px;
   }

   .sport-search form.e-search-form button.e-search-submit {
      width: min-content;
      margin: auto;
   }

   .img-box .e-con-inner>.e-con.e-child {
      min-height: 400px;
   }

   .img-box .e-con-inner>.e-con.e-child {
      min-height: 350px;
   }

}