/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/
.cookiebutton {background:#333!important;}
a.cookiebutton {color:#fff!important;}
a:hover.cookiebutton {color:#fff!important;}
#topbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  background: #ea7d32;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}
#topbutton:after {
    content: "\2191";
}
.checklist {
list-style-type: none;
padding: 0;
}
.checklist li {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 5px;
}
.checklist li:before {
    position: absolute;
    left: 5px;
    content: "\2713";
    color: #e97e46;
}