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

/*
*
* Global settings - swiper default pagination style
*
*/
body .swiper-pagination-bullet {
    width: 24px;
    height: 5px;
    transition: 0.25s ease;
    background: var(--theme-palette-color-6);
    border-radius: 0;
    opacity: 1;
}

body .swiper-pagination-bullet-active {
    width: 64px;
    transition: 0.25s ease;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 24px !important;
}

/*
*
* Define button variants
*
*/
.button.button__primary {
}

.button.button__primary:hover {
}

.button.button__outline {
}

.button.button__outline:hover {
}

/*
*
* Custom youtube URL for video tax posts 
*
*/

.custom-url__youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.entry-card {
    position: relative !important;
}
