/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */


/**
 * Social icons aangepast
 */

.icon-instagram-with-circle:before, .icon-twitter-with-circle:before, .icon-facebook-with-circle:before {
   color: #000 !important;
 }
.icon-instagram-with-circle:hover:before, .icon-twitter-with-circle:hover:before, .icon-facebook-with-circle:hover:before {
   color: #333 !important;
}

/**
 * Bullet pagination color
 */

.swiper-pagination-bullet-active .double-circle__top {
  stroke-dashoffset: 0;
  stroke: #000000;
}

/**
 * Slider pagination color
 */

@keyframes spin-bullet {
  0% {
    stroke-dashoffset: 32;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #000000;
  }
}
@keyframes cool-down {
  0% {
    stroke-dashoffset: 0;
    stroke: #000000;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}