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

.elementor-widget-text-editor a {
	color: var(--e-global-color-secondary) !important;
}

.elementor-widget-text-editor a:hover {
	color: var(--e-global-color-text) !important;
}

.elementor-widget-text-editor ul {
	margin-bottom: 20px;
}

.bg-box {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 50px;
	z-index: 99;
	cursor: pointer;
	width: 37px;
}

.horizontal-line {
	width: 3px;
	height: 450px;
	background-color: #fff;
}

.hr-line {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom:5%;
}

html, body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

@media (max-width:1024px) {
	.horizontal-line {
	width: 450px;
	height: 3px;
}
}

@media (max-width:767px) {
	#back-to-top {
		width: 27px;
		bottom: 20px;
		left: 20px;
	}
	
	.bg-box {
		position: relative;
		bottom: 0;
		right: 0;
	}
}