/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: BK onCode AS
Author URI: https://bkoncode.no
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Her kan du legge til egen CSS */

#letti-search-input{
    width:100%; 
    padding:5px 10px; 
    border:1px solid #ccc; 
    border-radius:6px;
	font-size: 14px;
}

#letti-search-input:focus{
    width:100%; 
    padding:5px 10px; 
    border:1px solid #ccc!important; 
    border-radius:6px;
}

#letti-search-results{
    max-height: 500px;
    overflow-y:scroll;
}