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

body:not(.scrolled) .elementor-widget-theme-site-logo {background: #fff3;}
body:not(.scrolled) header #menu-1-2d418b4 li a,
body:not(.single-post):not(.scrolled) header .elementor-menu-toggle {color: #fff !important;}


@media screen and (min-width: 981px) {
header .menu-btn {
	background: var(--e-global-color-primary);
	border-radius: 30px;
	margin-right: 5px !important;
	padding: .15em .25em;
}
header .menu-btn.login {background: #000;}
header .menu-btn a {color: #fff !important;}
}

#content .blurb-col {
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease;
}

#content .blurb-col::before,
#content .blurb-col::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
}

#content .blurb-col:hover::before {
  border-color: var(--e-global-color-primary);
  transform: scale(1.02);
}

/*Single post*/
.single.single-post div.post-btn a,
.single.single-post .wp-block-button a {
	color: #fff !important;
	font-family: 'Tahoma';
	font-size: 14px;
	text-transform: uppercase; 
	text-decoration: none;
}

/* Fake Layla, needs different module?
#content .blurb-col .elementor-widget-image {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  display: inline-block;
}

#content .blurb-col .elementor-widget-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

#content .blurb-col .elementor-widget-image::before,
#content .blurb-col .elementor-widget-image::after {
  content: '';
  position: absolute;
  height: 2px;
  background: var(--e-global-color-primary);
  width: 0;
  transition: all 0.35s ease;
  z-index: 1;
}

#content .blurb-col .elementor-widget-image::before {
  top: 0;
  left: 0;
}

#content .blurb-col .elementor-widget-image::after {
  bottom: 0;
  right: 0;
}

#content .blurb-col .elementor-widget-image:hover::before {
  width: 100%;
}

#content .blurb-col .elementor-widget-image:hover::after {
  width: 100%;
}*/