/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765949626
Updated: 2025-12-17 05:33:46

*/

.footer-menu a {
	width: fit-content;
}

#contact_form input,
#contact_form textarea {
	border-style: dashed;
	outline: none !important;
}

#contact_form textarea {
	padding-top: 16px;
}

#contact_form input::placeholder,
#contact_form textarea::placeholder {
	opacity: 1 !important;
}

.arrow-animate a {
	display: flex;
	gap:8px;
	flex-direction: row-reverse;
	justify-content: flex-end;
	text-align: left !important;
}
.arrow-animate a svg{
	overflow: visible;
	margin-top:-3px;
	transition: all 0.3s ease-in-out;
}
.arrow-animate a svg .slide-path {
	transition: stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1.2);
}

.arrow-animate a svg .arrow-tip {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1.2);
}

.arrow-animate a:hover svg .slide-path {
	stroke-dashoffset: -12;
}
.arrow-animate.dark a svg .slide-path,
.arrow-animate.dark a svg .arrow-tip{
	stroke: #1C1E21;
}
.arrow-animate a:hover svg .arrow-tip {
	transform: translateX(12px);
}
.arrow-animate a:hover svg {
	fill:none !important;
	margin-right:12px;
}
.arrow-animate a:focus svg{
	fill:none !important;
} 
.featured-text h2 {
    font-size: 24px !important;
    line-height: 1.2em !important;
    margin-top: 0;
}
body.single-post {
    background: #E4E8E8;
}
.post-image {
    display: none !important;
}
.post-image.is-hovered{
	display:block !important;
}
.elementor-lightbox .elementor-lightbox-image {
    background: #fff;
}
.post-image-container:not(:has(div)) {
    display: none;
}
.post-content.no-image {
    width: 100%;
}
@media screen and (max-width: 420px){
	.arrow-animate a {
		line-height: 1.2em;
	}
}