/*
Theme Name:     bootuitjes child theme
Theme URI:      n/a
Template:       kadence
Author:         Hero Solutions
Author URI:     n/a
Description:    De leukste uitjes op het water. Vind snel de perfecte boot voor jouw uitje
Version:        13.22
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Limit Kadence carousel width 
testing now
*/

* {
    -webkit-tap-highlight-color: transparent;
}
:focus-visible {
    outline: none;
}


.contained-carousel .kt-post-grid-wrap,
.contained-carousel .kt-post-grid-carousel {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent full-width overflow */
.contained-carousel .swiper {
    overflow: visible;
}
.contained-carousel {
    width: 100%;
    overflow: hidden;
}

.contained-carousel .kt-post-grid-carousel {
    left: 0 !important;
    right: 0 !important;
}
.contained-carousel .swiper-button-prev {
    left: 0;
}

.contained-carousel .swiper-button-next {
    right: 0;
}
.search_arrangements .cards-section .col{
    width: calc(100%/3);
}


@keyframes ldio-yzaezf3dcmj {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-yzaezf3dcmj div {
      position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #ff6f00;
    border-top-color: transparent;
    border-radius: 50%;
}
.ldio-yzaezf3dcmj div {
  animation: ldio-yzaezf3dcmj 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-yzaezf3dcmj div { box-sizing: content-box; }
.loadingSearch{
    margin: 20px auto;
    width: 400px;
}

.result_header {
    justify-content: space-between;
    margin-top: 20px;
}
.result_header .count_result {
    align-self: center;
}
.result_header .count_result h6 {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}
.result_header .sorted_filter .sorted_heading {
    align-self: center;
    margin-right: 10px;
    font-size: 14px;
	color: var(--light-grey);
	font-family:"Medium";
}
.result_header .sorted_filter select.input {
    height: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
	outline:none;
    font-size: 14px;
	
	background-color: transparent;  
    color: #000;             

    -webkit-appearance: none;  
    -moz-appearance: none; 
    appearance: none; 
}
.result_header .sorted_filter select.input:focus{
	outline:none;
}
