/* 
Theme Name: JustPostIt by Pillarbox Digital
Theme URI: https://github.com/summer_splash/hello-theme/
Description: summer_splash Child Theme
Author: Pillarbox Digital
Author URI: https://pillarboxdigital.com/
Template: hello-summer_splash
Version: 1.0.1
Text Domain: hello-summer_splash-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
*/


// Custom Pagination Bullets

.swiper-pagination-bullet {
    width: 45px;
    height: 8px;
    border-radius: 9999px;
}

.summer_splash-widget-loop-carousel.summer_splash-pagination-position-outside>.summer_splash-widget-container .swiper-pagination-bullet {
    width: 45px;
    height: 8px;
    border-radius: 9999px;
}

// Steady Slider Carousel

.pillarbox_steady_slider .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}