/*
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  Hello Elementor Child Theme
 Author:       Jochen Lenz
 Author URI:   
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  hello-elementorchild
*/

.elementor-post__text {
  position: relative;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

@media screen and (min-width:1100px) {
	.elementor-post__text {
		opacity: 0;
		transform: translate(0, 10vh);
		transition: all 1s;
		margin-top: 290px !important;
	}

	a.elementor-post__thumbnail__link:hover > div.elementor-post__text {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.e--pointer-underline li.current-page-ancestor a.elementor-item:after {
    height: 3px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: #55595c !important;
    z-index: 2 !important;
	opacity: 1 !important;
}

nav.elementor-nav-menu--main {
	z-index: 2000 !important;
}

div.elementor-post__text {
	z-index: 0 !important;
}