/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.site-title {
  display: none;
}

.entry-title {
  display: none;
}

.site-description {
  display: none;
}

#wt-cli-privacy-save-btn {
  background: #63cdda;
}
/* --------------------------GLOBAL SETTINGS---------------------------*/

/* _______Responsive REM settings______ */
html {
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 10px;
    }
}

/*@media only screen and (max-width: 767px) {*/
/*    html {*/
/*        font-size: 8px;*/
/*    }*/
/*}*/
/* _______Font settings______ */
body{
    font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4{
    font-weight: 450 !important;
    /*font-family: "Oswald", Sans-serif !important;*/
}
p {
    margin-bottom: 0rem
}
/* _______Rewriting template styles______ */
[type="button"],
[type="submit"],
button {
  border: 0;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
    outline: unset;
    border-width: 0 !important;
}
.heading-font{
    font-family: "Oswald", Sans-serif;
}
/* --------------------NEW CSS------------------------*/
/* _______GLOBAL______ */
/* headings/fonts */
.subtitle-35{
    font-size: 35px;
}
.subtitle-30{
    font-size: 30px;
}
.paragraph-10{
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .subtitle-35{
        font-size: 25px;
    }
    .subtitle-30{
        font-size: 20px;
    }
}
/* ----helper classes----*/

/* Show / hide */
.more-text {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    height: auto;
    max-height: 800px;
}
.hidden {
    max-height: 0;
}
.margin-b-0 p{
    margin-bottom: 0;
}

.transition-200 {
    transition: 200ms;
}
.rotate-180 {
    transform: rotate(180deg);
}
/* box bottom border */
.only-bottom
{
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #B2C22E, #DEF23A) 1;
}
.white-boxes-section .only-bottom:hover{
    background-color: #E6E6E6 !important;
}
/* ---------------TIMELINE----------------*/
.timeline:after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: #770F2D;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
}

.timeline-box:after{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    right: calc(50% - 21px/2);
    background-color: #770F2D;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
}
@media screen and (max-width: 767px){
    .timeline:after{
        left: 2rem;
    }
    .timeline-box:after{
        left: calc(-10px - 2rem);
    }
}
@media screen and (min-width: 768px){
    .timeline-box{
        /*margin-top: -40px;*/
    }
    .timeline-box-start{
        margin-top: 0;
    }
}
.timeline-date{
    padding-bottom: 10px;
}
/* ---------ACCORDION----------*/
.elementor-accordion .elementor-accordion-item{
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
/* ------------------PAGES-------------------*/
/* ___HOMEPAGE___ */
.header-color {
    color: #471327 !important;
}
.hp-top-section{
	background-image: url(/wp-content/uploads/2023/03/lines.svg), linear-gradient(180deg, #2A111E 0%, #900A2E 100%);
	background-position: center;
    background-size: cover;
}

/* animate text letter by letter */
div#animate-text {
    width: 0;
    height: 2em;
    white-space: nowrap;
    overflow: hidden;
}

/* ____ POWER MASTERY ____ */
.reviews .fa-quote-left{
  position: absolute;
  top: -15px;
  left: 30px;

}
.reviews .swiper-wrapper{
    padding-top: 2rem;
}
.reviews .swiper-slide{
    /*padding-top: 2rem;*/
    overflow: visible;
}
.reviews a{
	text-decoration: underline;
}


.product-box .product-image img{
    aspect-ratio: 1 / 1;
}


/* ----------------------SPlide slider settings - OBECNĚ----------------------*/

button.splide__arrow:hover {
    border-width: 0;
    outline: unset;
    background-color: unset;
}

button.splide__arrow {
    border-width: 0;
    outline: unset;
    background-color: unset;
    padding: 0;
}
.splide:not(.is-overflow) .splide__pagination {
    display: flex;
}

/* ----------------------SPlide slider settings - HOMEPAGE----------------------*/
/*  */
.splide__pagination {
  display: flex;
}
.slider-box {
    /*width: 400px;*/
    height: 500px;
    /*background: linear-gradient(280.47deg, #770F2D 2.22%, #2A111E 97.68%);*/
    color: white;
    padding: 3rem;
}
.slider-box > .elementor:first-child{
    height: 100%;
}
/* ARROWS */
#splide-hp button.splide__arrow {
    top: 5%;
    height: auto;
}

#splide-hp .splide__arrow svg {
    width: 40px;
    height: 40px;
}

#splide-hp .splide__arrow:hover svg {
    fill: #770F2D;

}

#splide-hp .splide__arrow--prev {
    left: -10rem;
}

#splide-hp .splide__arrow--next {
    left: -7rem;
    right: unset;
}

/* custom pagination */
#splide-hp .splide__pagination--custom {
    top: -10rem;
    left: -13rem;
    right: unset;
    bottom: unset;
}

#splide-hp .splide__pagination--custom button.splide__pagination__page {
    height: auto;
    border: none;
    background: none;
    color: #CACACA;
    font-family: 'Oswald', Sans-serif;
    font-size: 58px;
    font-weight: 450;
    opacity: 1;
    padding: 1rem 2rem;
}

#splide-hp .splide__pagination--custom button.splide__pagination__page:hover, button.splide__pagination__page:focus {
    border-width: 0;
    border: none;
    color: rgba(71, 19, 39, 0.82);
    outline: unset;
}

#splide-hp .splide__pagination--custom .splide__pagination__page.is-active {
    transform: scale(1.05);
    color: #471327;
}

@media only screen and (max-width: 1024px) {
    .splide__pagination--custom {
        left: 0;
        top: -15rem;
        display: none;
    }

    .splide__pagination--custom button.splide__pagination__page {
        font-size: 35px;
    }

    /* arrows */

    #splide-hp button.splide__arrow {
        top: -8%;
    }
    #splide-hp .splide__arrow--prev {
        left: 2rem;
    }

    #splide-hp .splide__arrow--next {
        left: 8rem;
        right: unset;
    }
}



/* ----------------------SPlide slider settings - SERVICE----------------------*/

#splide-service{
    max-width: 100%;
    margin: 0 auto;
    transition: all .5s ease-in-out;


}
@media(min-width: 900px) {
    #splide-service .splide__slide.is-active .banner-box {
        box-shadow: 0 0 20px 0 #0000008f;
        transform: scale(1.02);
        transition: all 500ms;
        margin-top: 150px;
    }
    #splide-service .splide__slide:not(.is-active) .banner-box {

        opacity: 0.5;
    }
}

#splide01-slide03{
    transition: all 500ms;
}
#splide-service .banner-box{
    box-shadow: 0 0 5px 0 #00000033;
    transition: all 500ms;
    width: 500px;
    height: 350px;
    background: #341728;
    color: white;
    padding: 30px;
    margin: 40px 70px;
    border-radius: 10px;

}
#splide-service .banner-box .subtitle{
    font-weight: 300;
    font-size: 25px;
    color: #A3969E;
    text-transform: uppercase;

}
#splide-service .banner-box .text{
    font-weight: 300;
}
#splide-service .banner-box h4{
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px #A3969E solid;
    text-transform: uppercase;
}
/* CUSTOM BANNERS */
#splide-service .banner-box.modul-2{
    background: #471327;
}
#splide-service .banner-box.modul-3{
    background: #770F2D;
}


@media(max-width: 900px) {
    #splide-service .banner-box{
        width: 100vw;
        border-radius: 0;
        margin: 0;
        min-height: 400px;
    }
}
@media(min-width: 900px) {
    #splide-service .slider-arrow {

        background: none;
        width: 40px;
        height: 40px;
        opacity: 1;
}
    #splide-service .slider-arrow svg {
        width: 40px;
        height: 40px;
        fill: #2A2829;
    }
    #splide-service .slider-arrow:hover svg {
        width: 40px;
        height: 40px;
        fill: #770F2D;
    }
    #splide-service .splide__arrow{

}
    #splide-service .splide__arrow--prev{
     left: calc(50% - 315px);
 }
    #splide-service .splide__arrow--next{
     right: calc(50% - 315px);
 }
}
#splide-service .splide__pagination__page{
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}

#splide-service .splide__pagination__page.is-active {
    background: #770F2D;
}

/*_____________________________________________________________________________________________*/
/*!*---------------- SHRINK NAV ------------------ *!*/
/*!****/
/** class: .sticky-header*/
/**!*/
/*header.sticky-header {*/
/*    --header-height: 88px;*/
/*    --shrink-header-to: 0.6;*/
/*    --transition: .45s cubic-bezier(.4, 0, .2, 1);*/
/*    background-color: rgba(244, 245, 248, 1);*/
/*    transition: background-color var(--transition),*/
/*    backdrop-filter var(--transition),*/
/*    box-shadow var(--transition);*/
/*}*/

/*!****/
/** Sticky header activated*/
/**!*/
/*header.sticky-header.elementor-sticky--effects {*/
/*    background-color: rgba(244, 245, 248, .8);*/
/*    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);*/
/*    -webkit-backdrop-filter: saturate(180%) blur(20px);*/
/*    backdrop-filter: saturate(180%) blur(20px);*/
/*}*/
/*header.sticky-header > .elementor-container {*/
/*    min-height: var(--header-height);*/
/*    transition: min-height var(--transition);*/
/*}*/
/*header.sticky-header.elementor-sticky--effects > .elementor-container {*/
/*    min-height: calc( var(--header-height) * var(--shrink-header-to) );*/
/*}*/
/*header.sticky-header.elementor-sticky--effects .elementor-item {*/
/*	padding-top: 20px !important;*/
/*	padding-bottom: 20px !important;*/
/*}*/
/*!****/
/** Shorter header on mobile (70px instead of 100px)*/
/**!*/
/*@media only screen and (max-width: 767px) {*/
/*    header.sticky-header {*/
/*        --header-height: 70px;*/
/*    }*/
/*}*/

/*!****/
/** class: .logo*/
/**!*/
/*header.sticky-header .logo img {*/
/*    transition: transform var(--transition);*/
/*}*/
/*header.sticky-header.elementor-sticky--effects .logo img {*/
/*    transform: scale(.8);*/
/*}*/
