/* 
Theme Name: Pohjanmaansiivous
Theme URI: https://github.com/elementor/hello-theme/
Description: Pohjanmaansiivous is a child theme of Hello Elementor, created by WebAula team
Author: WebAula
Author URI: https://webaula.fi
Template: hello-elementor
Version: 1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*Fonts settings

Proxima Nova

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

Univia Pro

font-family: univia-pro, sans-serif;
font-weight: 500;
font-style: normal;
*/

h1,h2,h3,h4,h5,h6{
    font-family: univia-pro, sans-serif;
}
body, body p{
    font-family: proxima-nova, sans-serif;  
}

.slideme .slick-arrow{
    display: none!important;
}
.slideme .slick-list{
    margin:20px -20px 20px -20px!important;
}
.slideme .slick-slide{
    margin:20px!important;
}
.slideme .slick-dots li button:before{
    font-size:16px;
    color:#ED1D24!important;
    opacity:1!important;
}
.slideme .slick-dots li button:hover,.slideme .slick-dots li button:active, .slideme [type=button]:hover{
    outline:none!important;
    background-color: none!important;
}
.slideme .slick-dots .slick-active button:before{
    font-size:16px;
    color:#EAF0F5!important;
    border:solid 2px #ED1D24;
    border-radius: 50%;
}
.slick-dots [type=button]:hover{
    background-color: unset!important;
}


/*Slick styles*/
.slideme > .elementor-widget-wrap{
    
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.slideme .elementor-container{
    height: 100%
}

@media screen and (max-width:1024px){
    .slideme > .elementor-widget-wrap{
    
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 20px;
} 
}
