/*
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;
}

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

h1, h2 {
	text-wrap: balance;
}

li.external::before {
	content: "\2197";
	font-size: 18px;
	display: inline-block;
	transform: translateX(-100%);
	position: absolute;
	right: 0;
}