/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57

*/

.elementor-widget-nav-menu span.post-state{
	display:none;

}


body {
    display: flex;
    height: 100%;
    flex-direction: column;
}
html {
    height: 100%;
}
main {
    flex: 1 0 auto;
    min-height: 1%;
}

footer {
    flex:none;
}

.repop-consent-button__icon path {
  fill: none !important;
  stroke: #646464;
  stroke-width: 1px;
  stroke-dasharray: 2,2;
  stroke-linejoin: round;
}

img[src$=".svg"] {
    width: 100%;
  