/*!
Theme Name: Kadence Theme Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Digiteam Oy
Author URI: https://digiteam.fi
Description: Kadence Child created by Digiteam.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* HEADER */
#secondary-menu li a {
    text-decoration: underline;
}

/* FOOTER */


/* YLEINEN */

.hero-content-area {
    position: absolute;
    width: 823px;
    top: 70px;
    left: -150px;
}
.cta-yhteystiedot .nimi .kt-svg-icon-list-single {
    display: none !important;
}
.linkki-listaus .kb-svg-icon-wrap {
    order: 1 !important;
    margin-left: 15px !important;
}
.referenssit-slider .splide__pagination__page {
    width: 13px !important;
    height: 13px !important;
}
.referenssit-slider .splide__arrow {
    border-radius: 90px !important;
    height: 37px !important;
    width: 37px !important;  
}
.referenssit-slider .splide__arrow--prev {
    left: -65px !important;
}
.referenssit-slider .splide__arrow--next {
    right: -65px !important;
}
.referenssit-slider .splide__pagination, .referenssit-slider ul.splide__pagination.splide__pagination {
    bottom: -40px !important;
}
@media (max-width: 1200px) {
    .hero-content-area {
        width: auto;
    }
    .referenssit-slider .splide__arrow--prev,
    .referenssit-slider .splide__arrow--next {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero-content-area {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .referenssit-slider .kb-splide .splide__slide {
        width: calc(70% + 0px) !important;
    }
}