/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
.lang_switcher li.wpml-ls-slot-shortcode_actions a.wpml-ls-link {
    padding: 0;
    color: var(--e-global-color-primary);
}
.lang_switcher.mobile li.wpml-ls-slot-shortcode_actions a.wpml-ls-link {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Domine';
    letter-spacing: 2px;
}

.lang_switcher li.wpml-ls-slot-shortcode_actions a.wpml-ls-link:hover,
.lang_switcher li.wpml-ls-current-language a.wpml-ls-link {
	color: var( --e-global-color-accent );
}

.lang_switcher li.wpml-ls-slot-shortcode_actions:first-child{
	padding-right: 15px;
	border-right: 1px solid var(--e-global-color-primary);
}

.lang_switcher li.wpml-ls-slot-shortcode_actions:last-child{
	padding-left: 15px;
	border-left: 1px solid var(--e-global-color-primary);
}
a.elementor-button span.elementor-button-content-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
a.elementor-button svg {
    width: 20px;
}
a.elementor-button span.elementor-button-icon {
    height: 20px;
}

/**/
.uber_uns,
.uber_uns .elementor-widget-container,
.uber_uns p.elementor-icon-box-description,
.uber_uns .elementor-icon,
.uber_uns .elementor-icon-box-icon {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.uber_uns .elementor-widget-container {
    height: 250px !important;
	overflow: hidden !important;
}
.uber_uns:hover .elementor-widget-container {
	padding-top: 34px !important;
}
.uber_uns:hover .elementor-icon {
    font-size: 28px !important;
}
.uber_uns:hover .elementor-icon-box-icon {
    margin-bottom: 10px !important;
}
.uber_uns p.elementor-icon-box-description {
    position: absolute;
    top: 500%;
    opacity: 0;
}
.uber_uns:hover p.elementor-icon-box-description {
    top: 125%;
    opacity: 1;
}
.uber_uns .elementor-icon-box-title {
	margin-top: 0;
}
.uber_uns:hover .elementor-icon-box-title {
	color: var(--e-global-color-secondary) !important;
}
.uber_uns .elementor-icon-box-content {
	position: relative;
}
.uber_uns .elementor-icon-box-icon {
    position: relative;
    height: 65px;
}
.uber_uns .elementor-icon-box-icon span.elementor-icon {
    left: calc(50% - 32px);
	position: absolute;
}
.uber_uns:hover .elementor-icon-box-icon span.elementor-icon {
    left: 0;
}
.uber_uns:hover .elementor-icon-box-icon {
    height: 28px;
}
.uber_uns .elementor-icon-box-title {
    text-align: center;
    width: 82%;
    margin: 0 auto;
}
.uber_uns:hover .elementor-icon-box-title {
    text-align: left;
    width: 100%;
}

@media all and (max-width: 770px) {
	.uber_uns .elementor-widget-container {
		height: 270px !important;
	}
}
@media all and (max-width: 330px) {
	.uber_uns .elementor-widget-container {
		height: 320px !important;
	}
}