/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header */

.elementor-sticky--effects {
  background: #2C674F !important;
}

/* Contact form */

.cld_contact-form .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cld_contact-form .elementor-field-option input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #2C674F;
  border: 1px solid #E7E7E7 !important;
  background: #fff;
  border-radius: 6px;
}

.cld_contact-form .elementor-field-option label {
  line-height: 20px !important;
}

/* Stallion Detail Mobile Tabs */

.e-n-tabs-content .e-n-tab-title {
  justify-content: space-between;
}

.e-n-tabs-content .e-n-tab-title:hover {
  background-color: transparent;
  border-bottom: 1px solid #E3E3E3;
}

/* Stallion Detail Desktop Tabs */

@media(min-width:768px) {
  .e-n-tabs-heading .e-n-tab-title {
    border-bottom: 4px solid transparent !important;
  }

  .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
    display: none;
  }

  .e-n-tabs-heading .e-active {
    font-weight: 700 !important;
    color: #2C674F !important;
    border-bottom: 4px solid #2C674F !important;
  }

  .e-n-tabs-heading .e-active:hover {
    background-color: transparent !important;
  }
}

.cld_description h2,
.cld_performance h2,
.cld_production h2 {
    font-size: 32px;
    line-height: 40px;
}

.cld_description h3,
.cld_performance h3,
.cld_production h3 {
    font-size: 24px;
    line-height: 30px;
}

/* Hero Slider */

.cld_hero-slider .swiper-pagination-bullet {
  border: 3px solid #fff;
}

.cld_hero-slider .swiper-pagination-bullet-active {
  border-color: #C8AD4D;
}

.cld_hero-slider .swiper-pagination {
  bottom: 25px !important;
}


/* Stallions Slider */

@media(max-width:767px) {
  .cld_slider .swiper {
    overflow: visible;
  }
}

/* Horse/Stallion Filters */

.cld_filter .searchandfilter ul,
.cld_filter .searchandfilter li {
  padding: 0;
}

.cld_filter .searchandfilter label,
.cld_filter .search-filter-input-radio label,
.search-filter-input-radio
span {
  font-size: 16px;
}

.search-filter-input-radio
span {
  padding: 0;
}

.cld_filter .searchandfilter .sf-input-select {
  min-width: 0;
}

.cld_filter .searchandfilter .sf-input-radio,
.cld_filter .search-filter-field--input-type-radio .search-filter-input-radio__control {
  display: none;
}

.cld_filter .search-filter-input-radio {
  flex: 1;
}
.cld_filter .search-filter-input-radio .search-filter-input-radio__label {
  justify-content: center;
}

.cld_filter .searchandfilter input[type=text] {
  padding: 0;
  border: 1px solid #E7E7E7;
  height: 40px;
  outline: none;
}

.cld_filter .searchandfilter input[type=checkbox] {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 1px solid #E7E7E7;
  background: #fff;
  border-radius: 6px;
}

.cld_filter .searchandfilter input[type=checkbox]:checked {
  background-color: #2C674F;
  border: 2px solid #fff;
}

.cld_filter .searchandfilter input[type=checkbox]:checked:before {
  content: "\2713";
  color: #fff;
  font-weight: bold;
  padding-left: 3px;
}

.cld_filter .searchandfilter .sf-field-sort_order {
display: flex;
}
.cld_filter .search-filter-field {
  margin: 24px 0;
}

.cld_filter .searchandfilter .sf-field-sort_order select,
.cld_filter .searchandfilter .sf-meta-range select {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 3px 5px;
}

.cld_filter .searchandfilter .sf-field-search label {
  width: 100%;
}

.cld_filter .searchandfilter .sf-input-radio:checked+label {
  background: #2C674F;
  color: #fff;

}

.cld_filter .searchandfilter .sf-label-radio {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}

.cld_filter .search-filter-field--input-type-radio .search-filter-input-group {
  display: flex;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  background: #fff;
  padding: 2px;
  justify-content: space-between;
  font-size: 16px;
}
.cld_filter .search-filter-field--input-type-radio .search-filter-input-group .search-filter-input-radio--is-active {
  background-color: #2C674F;
  border-radius: 4px;
}

.cld_filter .search-filter-input-radio--is-active .search-filter-input-radio__label {
    color: #fff !important;
  }

.cld_filter .searchandfilter .sf-field-post-meta-disciplina li,
.cld_filter .searchandfilter .sf-field-post-meta-sexo li,
.cld_filter .searchandfilter .sf-field-post-meta-tipo li {
  width: 100%;
}

.cld_filter .searchandfilter .sf-field-post-meta-disciplina ul,
.cld_filter .searchandfilter .sf-field-post-meta-sexo ul,
.cld_filter .searchandfilter .sf-field-post-meta-tipo ul {
  display: flex;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  background: #fff;
  padding: 2px;
}

.cld_filter .searchandfilter .sf-field-post-meta-disciplina ul li,
.cld_filter .searchandfilter .sf-field-post-meta-sexo ul li,
.cld_filter .searchandfilter .sf-field-post-meta-tipo ul li {
  padding: 0;
}

.cld_filter .searchandfilter .sf-field-post-meta-capa  ul li,
.cld_filter .searchandfilter .sf-field-category ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
}

.cld_filter .searchandfilter .sf-field-post-meta-capa select,
.cld_filter .searchandfilter .sf-field-category select {
  border: 1px solid #E7E7E7;
  background-color: #FFF;
  border-radius: 6px;
  outline: none;
}

.sf-field-post-meta-capa label {
  width: 100%;
}

.cld_filter .searchandfilter h4,
.cld_filter .search-filter-label {
  font-weight: 700;
}

.cld_filter .searchandfilter ul li {
  margin: 25px 0;
}

.cld_filter .searchandfilter ul li li {
  display: flex;
  margin: 0 !important;
  padding: 5px 0;
  align-items: center;
}

.cld_filter .searchandfilter .noUi-connect,
.cld_filter .search-filter-component-range-slider__range-input-progress {
  --range-color: #2C674F;
  height: 12px;
  top: -3px;
}

.cld_filter .search-filter-component-range-slider__range-input-bar::before {
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  border: 1px solid #E7E7E7;
  height: 12px;
  top: -3px;
}

.cld_filter .searchandfilter .meta-slider {
  max-width: 100%;
}

.cld_filter .searchandfilter .sf-meta-range {
  text-align: center;
}

/* Global Widget Stallions */

.cld_slider .swiper-wrapper {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .cld_slider .swiper-pagination {
    display: none !important;
  }
}

.cld_slider .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  margin-bottom: 8px;
  background-color: #2C674F;
  opacity: 1;
}

.cld_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C8AD4D;
}

/* Footer Marquee */

.cld_marquee .swiper-wrapper {
  transition-timing-function: linear;
}