/*
Theme Name: lämpöx.fi - Theme
Theme URI: lämpöx.fi/
Description: lämpöx.fi teema
Author: LAAKA Media Oy
Author URI: https://laakamedia.fi/
Template: hello-elementor
Version: 1.0.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
*/
b, strong {
    font-weight: 600!important;
}

.tel {
	background: #00A751!important;
    border-radius: 90px;
	
    webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.tel:hover {
    background: var( --e-global-color-primary );
    webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.tel .elementor-7 .elementor-element.elementor-element-13cb3b69.elementor-sticky--effects > .elementor-container nav .menu-item .elementor-item{
	color: #ffffff!important;
}