/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom CSS */
html,body{
	overflow-x: hidden !important;
	background-color: #F8F8F8;
}

body{
/* 	min-height:500vh; */
}

p:last-child{
	margin: 0;
}

.site_loader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	background-color: #fff;
	opacity: 1;
}

.site_loader.hide_loader {
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}

.header_wrapper{
	transition: all 0.5s ease;
}
.header_wrapper.top {
	--headerHeight: -150px;
    position: fixed;
    top: var(--headerHeight);
}
.header_wrapper.sticky {
    top: 10px !important;
}

.custom_links{
    transition: all 0.5s ease !important;
}

.custom_links:hover{
    opacity: 0.7;
}

.promagnifier::after{
	content: '' !important;
}


.elementor-post-navigation{
	display:flex;
	justify-content:space-between;
}
.elementor-post-navigation > div{
	background: #fff;
    padding: 5px 14px;
    width: fit-content !important;
    border-radius: 8px;
}