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


/* BUGFIX für reverse slider, dass mobil abstand rechts erst beim klick verschwindet. */
@media (max-width: 480px){
	#post-701 .wp-block-themepunch-revslider rs-module-wrap {
		left: 0px!important;
	}
}


/*
    Custom style of text inside cart view
*/
.elementor-sticky--active .elementor-widget-image img {
  max-width: 60px!important;
  margin-top: 31px;
}



/*
.elementor-sticky--effect .elementor-motion-effects-element {
--scale: 0.5!important;
}
*/

/*
.elementor-sticky--active .elementor-widget-container {
	
	--scale: 0.5!important;

}
*/



.premium-mega-content-container {
	width: auto !important;
	margin:   0% calc(10% + 1px) 0% 10% !important;
	padding:  0% -10% 0% -10% !important;
	left: 0 !important;
	right: 0 !important;
	position: fixed !important;
	top: 150px !important;
}


.elementor-sticky--active .premium-mega-content-container {
	top: 75px!important;
}


/* Recaptcha fix */

.mailpoet_form_hide_on_success, #mailpoet_captcha_form, .mailpoet_form mailpoet_captcha_form{
	margin-top: 150px!important;
}