/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

figure.wp-block-image.eplus-wrapper {
    margin: 0 0 20px;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}


/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}



.gdpr-infobar-visible #floater_block {
    display: none !important;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration: none;
}

a:not([class]) {
    color: var(--wp--preset--color--link-default);
}

a:not([class]):hover {
    color: var(--wp--preset--color--link-hover);
}

a:not([class]):focus {
    color: var(--wp--preset--color--link-focus);
}

/*Set max-width: 1280px + 12px padding left/right */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1304px !important;
    }
}


/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

.logo {
    width: 100%;
    max-width: 120px;
    height: auto;
}


/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

span.uppercase {
    text-transform: uppercase;
}

span,
strong,
mark {
    font-size: inherit;
    line-height: inherit;
}


/* Deafult svg icon size */
svg[class^='icon-'] {
    width: 2.5rem;
    height: 2.5rem;
}


/* Trigger animation */
.section {
    transition: transform 800ms, opacity 1s;
}

.section--hidden {
    opacity: 0;
    transform: translateY(8rem);
}


/* Page wrapper spacing */
.page_wrapper.page_default.top_spacing {
    padding-top: 34px;
}

.page_wrapper.page_default.bottom_spacing {
    padding-bottom: 64px;
}



/* Global font sizes */
figure.w-100 img {
    width: 100% !important;
}


/*CF-7 start*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
    border: 1px solid #A6A6A6;
    padding: 9px 24px;
    width: 100%;
    background-color: var(--wp--preset--color--white);
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form textarea {
    border: 1px solid #A6A6A6;
    padding: 8px 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.wpcf7-acceptance {
    font-size: 10px;
    color: #515151;
}

.wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.wpcf7-acceptance label input {
    min-width: 20px;
    transform: scale(1.35);
    margin-top: 2px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 .wpcf7-submit {
    background-color: var(--wp--preset--color--primary-color);
    color: var(--wp--preset--color--white);
    padding: 14px 17px;
    border: 1px solid var(--wp--preset--color--primary-color);
    border-radius: 4px;
    width: 100%;
    transition: 0.3s !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary-color);
    border: 1px solid var(--wp--preset--color--primary-color);
}

/*CF-7 end*/


/*Thank you page start*/
.check-svg {
    display: flex;
    margin-bottom: 85px;
}

.check-svg svg circle {
    fill: var(--wp--preset--color--white) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

.check-svg svg path {
    fill: var(--wp--preset--color--primary-color) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

@media (max-width:767px) {
    .check-svg {
        margin-bottom: 35px;
    }
}

/*Thank you page end*/


/*Buttons start*/

/*Primary*/
.btn-primary {
    background: var(--wp--preset--color--primary-color) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-primary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-primary a.stk-button,
.btn-primary a,
.btn-primary button {
    background: var(--wp--preset--color--primary-color) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary:hover a,
.btn-primary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary-color) !important;
}


/*Secondary*/
.btn-secondary {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-secondary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-secondary a.stk-button,
.btn-secondary a,
.btn-secondary button {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-secondary:hover a,
.btn-secondary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--secondary-color) !important;
}

/*Buttons end*/

body .wp-gr .grw-row {
    align-items: unset !important;
}

.grw-content {
    padding-left: 25px !important;
}

@media (max-width:540px) {
   
    .rpi-slides-root.grw-content {
        padding: 15px 0 !important;
    }
    
    button.rpi-ltgt {
        display: none !important;
    }
}

body .wp-gr .grw-header-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: var(--wp--preset--color--light-secondary-color) !important;
    border: 1px solid #F1EEEE;
    border-radius: 8px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

body .wp-gr .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
    transform: unset !important;
    margin: 0 4px !important;
}

body .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .rpi-dots .rpi-dot.active {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .grw-btns {
    display: none !important;
}

body .wp-google-name span {
    font-size: 22px !important;
    line-height: 120% !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

body .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    box-shadow: none !important;
    border: 1px solid #F1EEEE !important;
    background: transparent !important;
    border-radius: 8px !important;
}


/* Splide and Stackable slider*/
.splide__arrow {
    opacity: .7;
    padding: 0;
}

.splide__slide {
    margin-bottom: 0 !important;
}

.splide .splide__pagination {
    bottom: 0 !important;
    position: relative !important;
}

.splide .splide__pagination li {
    padding-top: 20px !important;
}

.splide .splide__pagination li:only-child {
    display: none;
}

.splide__pagination__page {
    background: var(--wp--preset--color--secondary-color) !important;
    width: 16px !important;
    height: 16px !important;
    transform: unset !important;
    opacity: .4 !important;
    margin: 0 4px !important;
}

.splide__pagination__page.is-active {
    background: var(--wp--preset--color--primary-color);
    transform: scale(1.4);
    opacity: 1 !important;
}

.splide__pagination {
    bottom: inherit !important;
}

.splide__arrow {
    background: #ccc;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    opacity: .7;
}

@media(min-width:992px) {
    .stk-block-carousel__buttons {
        display: flex;
    }

    .splide {
        padding: 0 65px !important;
    }

    .splide .splide__pagination li {
        padding-top: 30px !important;
    }
}

.splide .splide__pagination li:nth-child(n+7),
.stk-block-carousel__dots>div:nth-child(n+7) {
    display: none !important;
}

@media (max-width:991px) {
    .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between .stk-block-carousel__slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}


/*Stackable accordion*/
.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g,
    path,
    rect,
    polygon,
    ellipse) {
    fill: var(--wp--preset--color--primary-color) !important;
}


/* content css */
body .page_wrapper.page_default,
body.single-post .post-content {
    line-height: 1.5;
}

body .page_wrapper.page_default ul.wp-block-list,
body.single-post .post-content ul.wp-block-list {
    margin-top: 0;
    list-style: none;
    padding-left: 0 !important;
}

body .page_wrapper.page_default ul.wp-block-list li,
body.single-post .post-content ul.wp-block-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}

body .page_wrapper.page_default ul.wp-block-list li::before,
body.single-post .post-content ul.wp-block-list li::before {
    content: '';
    width: 11px;
    height: 11px;
    background: var(--wp--preset--color--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (min-width:786px) {
    body .page_wrapper.page_default h1 {
        font-size: 38px;
    }
}

/*FAQ toggle start*/
.faq-group details:nth-child(n+4) {
    display: none;
}

.faq-group-oppened details {
    display: flex !important;
}

.faq-toggle {
    cursor: pointer;
}

.faq-toggle p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-right: 30px;
}

.faq-toggle p:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 10px;
    display: block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--wp--preset--color--primary-color);
    -webkit-mask-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_23014)"><path d="M13.3933 0.715356C14.0957 -0.0304054 15.2034 0.26411 15.4545 1.25702C15.5845 1.76941 15.4287 2.20171 15.0807 2.57287C13.9205 3.81121 12.766 5.05558 11.6082 6.29651C10.7137 7.25583 9.8191 8.21516 8.9205 9.17191C8.35293 9.77644 7.64648 9.77902 7.07972 9.17277C5.02498 6.9751 2.97427 4.77226 0.920342 2.57373C0.545726 2.17329 0.397979 1.70827 0.573176 1.1666C0.739493 0.652491 1.09958 0.362281 1.60337 0.301139C2.02239 0.250331 2.35987 0.440646 2.65214 0.755829C3.93423 2.13798 5.22117 3.51411 6.5073 4.8911C6.58238 4.97119 7.83702 6.22417 7.99446 6.38262C7.99688 6.38521 8.00415 6.37832 8.00092 6.38004C7.99446 6.38262 12.0805 2.10784 13.3933 0.713633L13.3933 0.715356Z" fill="%23EEC614"/></g><defs><clipPath id="clip0_2_23014"><rect width="9.33321" height="15" fill="white" transform="translate(15.5 0.292969) rotate(90)"/></clipPath></defs></svg>');
    mask-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_23014)"><path d="M13.3933 0.715356C14.0957 -0.0304054 15.2034 0.26411 15.4545 1.25702C15.5845 1.76941 15.4287 2.20171 15.0807 2.57287C13.9205 3.81121 12.766 5.05558 11.6082 6.29651C10.7137 7.25583 9.8191 8.21516 8.9205 9.17191C8.35293 9.77644 7.64648 9.77902 7.07972 9.17277C5.02498 6.9751 2.97427 4.77226 0.920342 2.57373C0.545726 2.17329 0.397979 1.70827 0.573176 1.1666C0.739493 0.652491 1.09958 0.362281 1.60337 0.301139C2.02239 0.250331 2.35987 0.440646 2.65214 0.755829C3.93423 2.13798 5.22117 3.51411 6.5073 4.8911C6.58238 4.97119 7.83702 6.22417 7.99446 6.38262C7.99688 6.38521 8.00415 6.37832 8.00092 6.38004C7.99446 6.38262 12.0805 2.10784 13.3933 0.713633L13.3933 0.715356Z" fill="%23EEC614"/></g><defs><clipPath id="clip0_2_23014"><rect width="9.33321" height="15" fill="white" transform="translate(15.5 0.292969) rotate(90)"/></clipPath></defs></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.faq-toggle.faq-toggle-oppened p:after {
    transform: translateY(-50%) rotate(180deg);
}
/*FAQ toggle end*/


/* Speletnik global cols*/

/* columns  */
.column-6,
.column-5,
.column-4,
.column-3,
.column-2 {
    display: grid;
    grid-gap: 25px;
}

@media (min-width: 320px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .column-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .column-1-mb {
        grid-template-columns: repeat(1, 1fr);
    }
}

body .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\00a0" !important;
    background-repeat: no-repeat no-repeat !important; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; 
	background-position: center center !important;
	background-size: 14px !important;
	 width: 14px !important;
}
/* body .mega-menu-wrap  li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; 
} */
body .mega-menu-wrap:has(.mega-menu-open)  li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; 
   }
body .mega-menu-wrap:has(.mega-menu-open)  li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E") !important; 
   }

body  .mega-menu-wrap .mega-menu-toggle ~ button.mega-close:before {
    content: "\00a0" !important;
    background-repeat: no-repeat no-repeat !important; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") !important;
	background-position: center center !important;
	background-size: 14px !important;
	 width: 14px !important;

   }
   