/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/



/* BEGIN: SPACER */

.spacer-top-out {
	margin-top: 120px !Important;
}

.spacer-top {
	padding-top: 120px !Important;
}

.spacer-top-small {
	padding-top: 100px !Important;
}

.spacer-bottom-out {
	margin-bottom: 120px !Important;
}

.spacer-bottom {
	padding-bottom: 120px !Important;
}

.spacer-bottom-small {
	padding-bottom: 100px !Important;
}


@media only screen and (max-width: 1024px) {
	
	.spacer-top-out {
		padding-top: 100px !Important;
	}

	.spacer-top {
		padding-top: 100px !Important;
	}
	
	.spacer-top-small {
		padding-top: 80px !Important;
	}
	
	.spacer-bottom-out {
		margin-bottom: 100px !Important;
	}
	
	.spacer-bottom {
		padding-bottom: 100px !Important;
	}
	
	.spacer-bottom-small {
		padding-bottom: 80px !Important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.spacer-top-out {
		margin-top: 60px !Important;
	}
	
	.spacer-top {
		padding-top: 60px !Important;
	}
	
	.spacer-top-small {
		padding-top: 40px !Important;
	}

		.spacer-bottom-out {
		margin-bottom: 60px !Important;
	}
	
	.spacer-bottom {
		padding-bottom: 60px !Important;
	}
	
	.spacer-bottom-small {
		padding-bottom: 40px !Important;
	}
	
}


.compare-list .uecl-header .uecl-pkg {
	align-items: start !important;

}

/* END: SPACER */


.compare-list .uecl-item-row .uecl-pkg {
	justify-content: left !important;
}

/* Begin - Timeline color bug */
#content .wp-timeline .ue-card .ue-slno {
    background: var(--e-global-color-secondary) !important;
}

/* End - Timeline color bug */



.calendly-inline-widget iframe {
  width: 100% !important;
  min-width: 100% !important;
}


.bold-color strong {
	color: #fff;
}



