/*
Theme Name: Test
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*----------------------------------------
	INDEX
	
	1- Generical Style 
		1.1 Custom Logo size 
	2- Filtering product style
	3- Contact Form Style
	4- Carousel product Home
    5- Home Carousel
    6- Price filter Range
    7- Header Video
	10- Media Query





-----------------------------------------*/
html { scroll-behavior: smooth; }

a {
  text-decoration: none!important;
}
/*----------------------------------------

1-	Generical Style

-----------------------------------------*/
.car-img{
height: 33vh!important;
background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
}

#section-1{
height: 100vh!important;
background-repeat: no-repeat;
  background-size: cover;
}

#section{
background-repeat: no-repeat;
  background-size: cover;
}

#section-4{
height: 50vh!important;
background-repeat: no-repeat;
  background-size: cover;
}


#type_section{
height: 30vh!important;
background-repeat: no-repeat;
  background-size: cover;
}

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


#customRange1{
width: 100%;
}

.bg-lightgrey{
background-color: #F3F6F9!important;
}

hr {
margin-top: 3px!important;
margin-bottom: 3px!important;
border: 0!important;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/* Navbar: Layout a due righe */
.navbar.flex-column {
	flex-direction: column !important;
	align-items: stretch !important;
	padding: 0 !important;
}

/* Navbar: Prima riga - Logo e Brand Logos */
.navbar .brand-logos-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.navbar .brand-logos-container .brand-logo {
	max-height: 55px;
	width: auto;
	object-fit: contain;
	padding: 0 5px;
}

/* Navbar: Seconda riga - Menu di navigazione desktop */
.navbar .navbar-menu-row {
	padding: 0.15rem 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .navbar-menu-row .nav.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0;
}

.navbar .navbar-menu-row .nav.navbar-nav.flex-row {
	flex-direction: row !important;
}

.navbar .navbar-menu-row .nav.navbar-nav li {
	list-style: none;
}

#menu-primary li a {
font-weight: 700!important;
color: #ffffff;
}
#menu-primary .dropdown-menu li a {
  font-weight: 700!important;
  color: #000000 !important;
}

#menu-primary .dropdown-menu li a:hover {
  font-weight: 700!important;
  color: #777777 !important;
}
#menu-primary li a:hover {

color: #d8d8d8 ;
}

.input-group-text{
border-radius: 20px 0 0px 20px!important;
background-color: #dc3545!important;
color: #ffffff!important;
}




@media (min-width: 700px) { 
p > img{
  width: 90vw!important;
}
}

/* Medium devices tablets, 768px and up*/
@media (min-width: 768px) { 
p > img{
  width: 90vw!important;
}

}


  /*----------------------------------------
    1.1-  Filtering product style
  -----------------------------------------*/
  img.custom-logo {
   width: 150px;
   height: 100px;
   object-fit: contain;
  }


/*----------------------------------------

2-  Filtering product style

-----------------------------------------*/

.filter-cat-results .f-cat {
opacity: 0;
display: none;
}
.filter-cat-results .f-cat.active {
opacity: 1;
display: block;
-webkit-animation: fadeIn 0.65s ease forwards;
animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

/*----------------------------------------

3-	Contact Form Style

-----------------------------------------*/
.wpcf7-form-control{
border-radius: 10px!important;
padding: 2%!important;
width: 100%!important;
}

/*----------------------------------------

4- Carousel product Home

-----------------------------------------*/
#news-slider{
  margin-top: 80px;
}
.post-slide{
 
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
  
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom: 25px;
}
.post-slide .post-img img{

  width: 405px;
  height: 228px;
  object-fit: cover;
  transform: scale(1,1);
  transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}
.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
  transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top:45%;
  text-align:center;
  display: block;
  color:#fff;
  font-size:25px;
  
}
.post-slide .post-content{
  background:#fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a{
  font-size:15px;
  font-weight:bold;
  color:#333;
  display: inline-block;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  text-decoration: none;
  color:#3498db;
}
.post-slide .post-description{
  line-height:24px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .post-date{
  color:#a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i{
  font-size:20px;
  margin-right:8px;
  color: #CFDACE;
}
.post-slide .read-more{
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 10px;
  text-transform: uppercase;
}
.post-slide .read-more:hover{
  background: #3498db;
  text-decoration:none;
  color:#fff;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:-13%;
  left:15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:-13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      padding: 0px 15px 25px 15px;
  }
}

.carousel-caption {
 position: absolute!important;
 top:5%!important;
}
/*----------------------------------------

  4- Page Product Carousel

-----------------------------------------*/
  .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: auto;
    }


/*----------------------------------------

   6- Price filter Range

-----------------------------------------*/
#price_range{
  width: 100%!important;
}


/*----------------------------------------

  7- Header Video

-----------------------------------------*/

.videohome {
height: 65vh;
position: relative;
}
@media only screen and (min-width: 674px) {
.videohome {
  height: 100vh;
  position: relative;
}
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------

10- Media Query

-----------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 300px) {
.t-footer{font-size: 12px!important;}
}

@media (max-width: 768px) {
h2 {
font-size: 25px !important;
}
p {
font-size: 18px !important;
}
#solutioninnovative {
background-position: left !important;
}

.footer-mobile {
  font-size: 14px !important;
}

.footer-mobile-copy {
  font-size: 11px !important;
}
.product-size-mobile {
  font-size: 18px !important;
}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

p > img{
  width: 90vw!important;
}
.mobile-break { display: none; }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

/* Hide primary element menu by class no-desktop */
li:has(.no-desktop){
  display: none!important;
}

.mobile-break { display: none; }

#menu-item-358{
  display: none!important;
}
#menu-item-360{
  display: none!important;
}

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

#menu-item-358{
  display: none!important;
}
#menu-item-360{
  display: none!important;
}
}

.promo.menu-item a {
  color: #fcff59 !important;
}
@media only screen and (max-width: 767px) {
  .promo.menu-item a {
    color: #ffa959 !important;
  }
}


.image-text-section {
  background-position: left; 
  background-repeat: no-repeat; 
  background-size: cover; 
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.image-text-section.vh-sm-65 {
  height: 65vh;
}
.image-text-content p {
  font-size: 18px;
}
@media only screen and (min-width: 647px) {
  .image-text-section {
    background-position: center; 
    height: 80vh;
  }
  .image-text-section.vh-sm-65 {
    height: 80vh;
  }
  .image-text-content p {
    font-size: 1.25rem;
  }
}



.hero-slider {
  height: 185px;
}
.hero-slider .carousel-item {
  height: 185px;
}
@media only screen and (min-width: 647px) {
  .hero-slider {
    height: 500px;
  }
  .hero-slider .carousel-item {
    height: 500px;
  }
}

@media only screen and (min-width: 1500px) {
  .hero-slider .carousel-item {
    height: 700px;
  }
  .hero-slider {
    height: 700px;
  }
}

@media only screen and (min-width: 2100px) {
  .hero-slider .carousel-item {
    height: 800px;
  }
  .hero-slider {
    height: 800px;
  }
}

@media only screen and (min-width: 2600px) {
  .hero-slider .carousel-item {
    height: 900px;
  }
  .hero-slider {
    height: 900px;
  }
}

.hero-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider .carousel-indicators li {
  background-color: #D9D9D9;
  width: 50px;
  border-radius: 50px;
  bottom: -50px;
  cursor: pointer;
}
.hero-slider .carousel-indicators li.active {
  background-color: #DC3E39;
}



/* Search Vehicle Form */
.search-veichle-form {
  background-color: #353A40;
  border-radius: 20px;
  padding: 50px 20px;
}

.search-veichle-form .title {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.search-veichle-form .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.search-veichle-form .form-wrapper .form-group {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 647px) {
  .search-veichle-form .form-wrapper {
    flex-direction: row;
  }
  .search-veichle-form .form-wrapper .form-group {
    width: 25%;
  }
  .search-veichle-form .form-wrapper .btn-submit {
    width: auto !important;
  }
}

.search-veichle-form .form-wrapper .btn-submit {
background-color: #DC3E39;
color: white;
border: 1px solid #DC3E39;
transition: all .5s;
width: 100%;
}

.search-veichle-form .form-wrapper .btn-submit:hover {
background-color: #940C07;
border: 1px solid #940C07;
}

.btn-whatsapp-pulse {
  background: #25D366;
  color: #FFFFFF;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
}

@media only screen and (max-width: 500px) {
  .btn-whatsapp-pulse {
    padding: 10px 15px;
  }
}

.btn-whatsapp-pulse:hover {
  color: white;
}

.btn-whatsapp-pulse i svg {
    width: 25px;
    height: auto;
    fill: white;
}


/*----------------------------------------

  Dalma For Green  

-----------------------------------------*/
:root {
  --var-dalma-for-green: #45BF72;
}

.dalma-for-green-page .navbar-menu-row {
  background-color: var(--var-dalma-for-green) !important;
}

.bg-dalma-for-green {
  background-color: var(--var-dalma-for-green) !important;
}
.text-dalma-for-green {
  color: var(--var-dalma-for-green) !important;
}

.dalma-for-green h1, .dalma-for-green .h1 {
  font-size: 2.8rem;
}
.dalma-for-green h2, .dalma-for-green .h2 {
  font-size: 2.4rem;
}
.dalma-for-green h3, .dalma-for-green .h3 {
  font-size: 2rem;
}
.dalma-for-green h4, .dalma-for-green .h4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 500px) {
  .dalma-for-green h1, .dalma-for-green .h1 {
    font-size: 2.2rem !important;
  }
  .dalma-for-green h2, .dalma-for-green .h2 {
    font-size: 1.9rem !important;
  }
  .dalma-for-green h3, .dalma-for-green .h3 {
    font-size: 1.5rem !important;
  }
  .dalma-for-green h4, .dalma-for-green .h4 {
    font-size: 1.25rem !important;
  }
}


.dalma-for-green .btn.btn-outline-white {
  border: 2px solid white;
  color: white;
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: transparent;
  transition: all .5s;
}
.dalma-for-green .btn.btn-outline-white:hover {
  border: 2px solid white;
  background-color: white;
  color: var(--var-dalma-for-green);
}

.dalma-for-green .btn.btn-outline-dalma {
  border: 2px solid var(--var-dalma-for-green);
  color: var(--var-dalma-for-green);
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: transparent;
  transition: all .5s;
}
.dalma-for-green .btn.btn-outline-dalma:hover {
  border: 2px solid var(--var-dalma-for-green);
  background-color: var(--var-dalma-for-green);
  color: white;
}

@media only screen and (min-width: 1000px) {
  .dalma-for-green .hero-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    min-height: 500px;
  }
}

.dalma-for-green .owl-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1rem;
}
.dalma-for-green .owl-controls .owl-page {
  width: 45px;
  height: 5px;
  background: #ededed;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .dalma-for-green .owl-controls .owl-page {
    width: 25px;
  }
}
.dalma-for-green .owl-controls .owl-page.active {
  background: var(--var-dalma-for-green);
}

.dalma-for-green .vehicle-wrapper {
  display: grid;
  gap: 10px; /* Spaziatura tra gli elementi */
}

/* Desktop: 2 righe x 4 colonne */
@media (min-width: 768px) {
  .dalma-for-green .vehicle-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

/* Mobile: 4 righe x 2 colonne */
@media (max-width: 767px) {
  .dalma-for-green .vehicle-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

.dalma-for-green .vehicle-item {
  text-align: center;
  background-color: white;
  border-radius: 5px;
  padding: 10px 5px;
  position: relative;
  border: 5px solid white;
  transition: all .5s;
}
.dalma-for-green .vehicle-item p {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: auto;
}
.dalma-for-green .vehicle-item.active {
  border: 5px solid #CE9F05 !important;
}
.dalma-for-green .vehicle-item.active p {
  color: var(--var-dalma-for-green);
}

.dalma-for-green .wpcf7-text, .dalma-for-green .wpcf7-textarea, .dalma-for-green .wpcf7-select  {
  border: 2px solid white;
  background-color: transparent;
  border-radius: 0px !important;
  padding: 15px 20px !important;
  color: white;
}

.dalma-for-green .wpcf7-textarea {
  height: 150px;
}
.dalma-for-green .wpcf7-acceptance {
  padding: 0px !important;
}
.dalma-for-green .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 10px !important;
}

.dalma-for-green .wpcf7-text::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}

.dalma-for-green .form-group label { color: white; }
.dalma-for-green .form-group { margin-bottom: 0px; }

.dalma-for-green .wpcf7-submit {
  border: 2px solid white;
  color: var(--var-dalma-for-green);
  border-radius: 0px !important;
  padding: 15px 30px !important;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: white;
  transition: all .5s;
}

.dalma-for-green .screen-reader-response {
  display: none;
}
.dalma-for-green .wpcf7-form.sent .wpcf7-response-output {
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 50px;
}

.dalma-for-green .wpcf7-form.invalid .wpcf7-response-output {
  color: rgb(255, 255, 255);
  border: 1px solid red;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: rgba(255, 0, 0, 0.5);
}
.dalma-for-green .wpcf7-form.invalid .wpcf7-not-valid-tip {
  color: red;
}

.dalma-for-green .post-slide {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.dalma-for-green .post-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.dalma-for-green .post-wrapper .post-content .post-title {
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  margin-bottom: 2rem;
}
.dalma-for-green .post-wrapper .post-content .post-link {
  color: var(--var-dalma-for-green);
  font-size: 1.1rem;
  align-items: center;
  display: flex;
}
.dalma-for-green .post-slide .post-img img {
  width: 100%;
}
.dalma-for-green .hero-section .card-image {
  width: 100%;
  height: 450px;
  position: relative;
}

.dalma-for-green .hero-section .card-image .overlay {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 94%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 1) 100%);
  transform: translateX(-50%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 767px) {
  .dalma-for-green .hero-section .card-image .overlay {
    width: 92%;
  }
  .dalma-for-green .hero-section .card-image { 
    height: 300px;
  }
}
.dalma-for-green .hero-section .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dalma-for-green .hero-section .card-image h3 {
  color: white;
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.dalma-for-green .booking-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.dalma-for-green .booking-cta .btn {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .dalma-for-green .btn-whatsapp-pulse {
    display: none !important;
  }
}



/*----------------------------------------

     Citroen c3 Aircross - Landing Page

-----------------------------------------*/

.citroen-c3-aircross .owl-controls {
  height: auto;
}
.citroen-c3-aircross .owl-controls .owl-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}
.citroen-c3-aircross .owl-controls .owl-pagination .owl-page {
  background: #c9c9c9;
  width: 25px;
  height: 7px;
  border-radius: 5px;
}
.citroen-c3-aircross .owl-controls .owl-pagination .owl-page.active {
  background: #dc3545;
}
.citroen-c3-aircross .owl-wrapper-outer {
  padding-bottom: 1.5rem;
}

.citroen-c3-aircross input {
  border: 1px solid #e1e1e1;
  padding-block: 1rem !important;
  padding-left: 1rem !important;
}
.citroen-c3-aircross .wpcf7-acceptance input {
  margin-right: 5px
}

.citroen-c3-aircross .form-group p {
  margin-bottom: 0px
}

.screen-reader-response {
  display: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: .8rem;
}
.wpcf7-form.invalid .wpcf7-response-output {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 1px solid var(--danger);
  margin-top: 0.5rem;
  color: var(--danger);
}
.wpcf7-form.sent .wpcf7-response-output {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 1px solid var(--success);
  margin-top: 0.5rem;
  color: var(--success);
}

.citroen-c3-aircross .wa-btn {
  line-height: .5;
}
.citroen-c3-aircross .wa-btn svg {
  fill: var(--danger);
  width: 25px;
}
.citroen-c3-aircross .wa-btn:hover svg {
  fill: var(--white);
}

/* Sort select responsive */
@media (max-width: 991px) {
  .sort-select-desktop {
    display: none !important;
  }
  .sort-select-mobile {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .sort-select-mobile {
    display: none !important;
  }
  .sort-select-desktop {
    display: flex !important;
  }
}

/* Sede thumbnail uniform height */
.sede-thumbnail-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sede-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}