/*
Theme Name:   K-S Konttoripiste
Description:  kskp.fi
Author:       Niilo Poutanen, Brand Team Finland Oy
Template:     hello-elementor
Version:      1.0.0
Tags:         konttoripiste, child-theme
Text Domain:  konttoripiste
*/

body.elementor-maintenance-mode header,
body.elementor-maintenance-mode footer {
    display: none;
}

body.admin-bar #ylatunniste{
    margin-top: 32px;
}
.nomargin,
.nomargin *{
    margin: 0;
}


.tuotekortti .elementor-widget-button{
    bottom: -100px;
    position: absolute;
    transition: bottom 0.4s ease;
}
.tuotekortti:hover .elementor-widget-button{
    bottom: 20px;
}
.tuotekortti .content{
    transition: margin-bottom 0.4s ease !important;
}
.tuotekortti:hover .content{
    margin-bottom: 40px;
}
.tuotekortti{
    background-size: 100% !important;
    transition: background-size 0.5s ease;
}
.tuotekortti:hover{
    background-size: 120% !important;
}

ul.e-n-menu-heading {
    background-color: #FFF;
}