/* 
Theme Name: mdstdesign Child-Theme
Theme URI: https://mdstdesign.de/
Description: Dies ist eine Kopie des Hello-Elementor-Child Themes mit Custom Functions & Custom Styles für Projekte der mdstdesign UG.
Author: mdstdesign UG (haftungsbeschränkt)
Author URI: https://mdstdesign.de/
Template: hello-elementor
Version: 2.0.0
Text Domain: mdstdesign-child-theme
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
*/

/* LETS START WITH STYLE! */

.elementor-button:is(:hover, :focus-visible) .elementor-button-icon {
	transform: translateX(5px);
}

.elementor-button .elementor-button-icon,
.elementor-button {
	transition: all 0.2s;
}


@media (max-width: 1000px) {
	.premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
		padding-top: 75px !important;
		padding-left: 15px !important;
		height: 100vh !important;
	}
}