/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
*/
#three-hero{
    position: relative!important;
}

#three-hero canvas,
.three-hero canvas {
    z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
}
#izmerimo-sekcija .izmerimo-gumb__odprt{
background-color: #C1F1FF;
    color: var(--e-global-color-accent);
    border-color: #C1F1FF;
}
.izmerimo-wrapper:not(.izmerimo-wrapper__odprt){
    opacity: 0;
}
.gray-header header{
    background-color: #F6FAFC;
}
@media (max-width:768px) {
    #three-hero canvas,
.three-hero canvas{
transform: translateY(-49px);
}
        
}
.floaty-nav>div,.floaty-nav{
    transition: .3s ease-in-out;
    min-height: 90px;
}
.floaty-nav.active>div {
    z-index: 10000;
    position: fixed;
    top: 10px;
    left: 0;
    min-height: 90px;
}

.floaty-nav>div>div{
    background-color: white;
}
.floaty-nav.active>div>div{
    box-shadow: 0 9px 20px 0 rgba(0,0,0,.16);
    border-radius:10px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before{
    border-radius: 10px;
}
@media (max-width:1024px) {
    nav.elementor-nav-menu--dropdown{
        background-color: unset!important;
        padding: 0 10px;
    }
    .elementor-nav-menu--dropdown>ul{
        background-color: white;
        border-radius: 0 10px 10px;
    }
}