/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Style */

p {
	margin-bottom: 0px !important;
}

/* Home Page Style Start */

.the_journey_sec .inner_row {
	position:relative;
}

.the_journey_sec .inner_row .inner {
	position:relative;
}

.the_journey_sec .inner_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1120px;
	right: 0;
	display: block;
	margin: 0 auto;
	z-index: 1;
	background: #FFF;
}

.the_journey_sec .inner_row .inner::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 56px;
	background: url(https://darkgoldenrod-dotterel-469685.hostingersite.com/livingancestors/wp-content/uploads/2026/04/Group-427319871.png);
	background-size: cover;
	left: unset;
	right: -101px;
	z-index: 1;
}

.the_journey_sec .inner_row .inner:nth-child(even)::before {
	right: unset;
	left: -101px;
}

/* Responsivness Style Start */

@media screen and (max-width: 1024px) {
	.the_journey_sec .inner_row .inner::before {
		right: -108px;
	}

	.the_journey_sec .inner_row .inner:nth-child(even)::before {
		left: -108px;
	}
}

@media screen and (max-width: 820px) {
	.the_journey_sec .inner_row .inner::before {
		right: -95px;
	}

	.the_journey_sec .inner_row .inner:nth-child(even)::before {
		left: -90px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {

	.the_journey_sec .inner_row {
		position:relative;
	}

	.the_journey_sec .inner_row .inner {
		position:relative;
	}

	.the_journey_sec .inner_row::before {
		content: "";
		position: absolute;
		top: -30px;
		left: 32px;
		width: 1px;
		height: 1120px;
		z-index: 1;
		background: #FFF;
	}

	.the_journey_sec .inner_row .inner::before {
		content: "";
		position: absolute;
		width: 56px;
		height: 56px;
		background: url(https://darkgoldenrod-dotterel-469685.hostingersite.com/livingancestors/wp-content/uploads/2026/04/Group-427319871.png);
		background-size: cover;
		left: -58px;
		z-index: 1;
		top: -80px;
	}


}
