/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

@import url(custom/darkmode.css);
@import url(custom/cards.css);
@import url(custom/readmore.css);

@import url(custom/textreveal.css);
@import url(custom/marquee.css);
@import url(custom/horizontal-scroll.css);
@import url(custom/infinite-scroll.css);
@import url(custom/animated-cards.css);

/* Make Taxonomy item into Taxonomy Feed 100% width */
.taxonomy .post-feed-grid {
  display: flex !important;
}

/* Add a link decoration to <a> items into Taxonomies Feed with .taxonomy class */
.taxonomy a:hover {
  text-decoration: underline;
}

/* Remove padding bottom of carousel images */
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0px !important;
}

/* Carousel scroll horizontal */
.carouselEvents {
  width: 2000px;
}

.carouselEvents2 {
  width: 3000px;
}

@media (max-width: 520px) {
  .carouselEvents2 {
    width: 2000px;
    align-items: center;
  }
  .carouselLineFive, .carouselLineThree {
    margin-left: -2000px;
  }
}

.homepage-hero-with-logos-gradient {
  background: linear-gradient(180deg, #fff 0, #ccf 50%, #a3e2d0);
}

/* Custom buttons */
.custom-btn .elementor-button-content-wrapper {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.custom-btn {
  width: 100%;
  background-color: var(--e-global-color-4bb5ce0);
  border-radius: 8px 8px 8px 8px;
}

.custom-btn .elementor-button {
  background-color: none !important;
  border-style: none !important;
  border-width: none !important;
  border-color: none !important;
  border-radius: none !important;
  display: flex !important;
}

.custom-btn .e-font-icon-svg {
  fill: var(--e-global-color-cb62e8b);
}

.locationhome .ts-form .ts-form-group .ts-filter{
  border-radius: 16px !important;
  padding: 24px 72px;
}

.locationhome .ts-form .ts-form-group input,
.locationhome .ts-form .ts-form-group textarea {
  border: 2px solid var(--base-600) !important;
  border-radius: 16px !important;
  padding: 24px 64px;
}

.locationhome .ts-form .ts-form-group .ts-filter {
  padding: 16px !important;
  background-color: #0DCA8B;
  border:none!important;
}

.locationhome .ts-filter-text span{
  color:#fff!important;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .locationhome .ts-form .ts-form-group .ts-filter,
  .locationhome .ts-form .ts-form-group input,
  .locationhome .ts-form .ts-form-group textarea {
    border: 1px solid var(--base-200);
    border-radius: 16px !important;
    padding: 8px 64px;
  }
  
  .locationhome .ts-form .ts-form-group .ts-filter {
    border: none !important;
    padding: 8px !important;
    height: 48px;
  }
}

.locationhome .ts-input-icon span {
  margin-left: 16px;
}

.locationhome .ts-icon-btn svg {
  width: 20px !important;
  height: 20px !important;
}

.locationhome .inline-user-location {
  right: 20px !important;
  padding: 4px !important;
}

@media (max-width: 767px) {
  .marqueee .e-con.e-flex {
    --width: 100%;
    --flex-wrap: none !important;
  }
}

.opacity {
  opacity: 0.6;
  filter: grayscale(1) contrast(1.5) brightness(1);
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(180deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 0) 80%) !important;
  /* mask-image: linear-gradient(180deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 1) 20%, rgba(22, 22, 22, 1) 40%, rgba(22, 22, 22, 0) 100%) !important; */
}

.fisioplan .ts-plan-tabs,
.fisioplan .ts-plan-name {
  display: none;
}

.fisioplan .ts-plan-features {
  padding: 16px 0px;
}

.fisioplan .simplify-ul li {
  border-bottom: 1px solid var(--base-100);
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
}

/* -- Search form -- */

/* Remove bottom padding for wide forms */
@media (max-width: 520px) {
  .ts-form .ts-filter-wrapper .ts-form-group:nth-child(1) {
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 10px !important;
  }
  .ts-form .ts-filter-wrapper .ts-form-group {
    padding: 0 0px 0px 0 !important;
  }
}

.tabs-style .ts-item-link {
  border-radius: 8px 8px 0px 0px !important;
}

/* CARD HOVERS */
.card .hover {
  opacity: 0;
  transition: 0.3s;
}

.card:hover .hover {
  zoom: 1;
  opacity: 1;
}

.ts-map{
 border-radius:16px 16px 0px 0px;
}


.ts-plan-details, .ts-plan-pricing{
  display: none!important;
}

/* 
.regioes .elementor-element:last-child{display:none;}

.regioes .elementor-element:nth-last-child(2){display:none;} */

.banner {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}



.ts-form .ts-form-group>label {
  font-size: var(--e-global-typography-text-font-size);
  padding-bottom: 12px!important;
}