/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.wp-child-theme-blocksy-child *::selection,
.wp-child-theme-blocksy-child *::-moz-selection,
.wp-child-theme-blocksy-child *::-webkit-selection {
  background: #4596DC;
  color: #FFFFFF;
  text-shadow: none;
}

.wp-child-theme-blocksy-child .elementor-widget-loop-carousel .swiper-pagination-bullet {
  opacity:1;
  border-radius: 6px;
}

.wp-child-theme-blocksy-child .elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc( var( --swiper-pagination-size ) * 2.2 );
}