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

@media (min-width: 767px) {
	/* Hero Carousel Text Box */
	.uc_dark_carousel_content {
		position: relative;
		top: -180px;
		padding: 15px !important;
		margin-left: 45% !important;
		width: 50%;
		background: #fff;
		z-index: 999;
		border-radius: 16px;
		box-shadow: 8px 14px 18px -13px rgba(43, 43, 43, 1);
	}
}

/* Mobile Menue Button */
li.menue-button {
    background-color: #FFC72C;
	margin: 0 15px 15px;
    border-radius: 25px;
}

/* Hero Carousel Text Link */
.ue-content-bottom {
	text-align: right;
}
 
/* Timeline */
#uc_timeline_bullets_elementor_f07fdd2 .ue_item_icon {text-align: center; z-index: 1;}
#uc_timeline_bullets_elementor_f07fdd2 .ue_item_vr_line {left: 60px;}
.elementor-repeater-item-da22e7b .ue_item_vr_line {display: none;}
.ue_item_text {min-height: 110px;}


/* Locations Carousel Background Image Size*/
.uc_fbps_slide .ue-item-image {
    background-size: auto !important;
}

/* Location Benefits Content Padding */
.elementor-image-box-content {
	padding: 0 30px 30px 30px; 
}