/*
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.6.1771052887
Updated: 2026-02-14 07:08:07

*/

.uael-nav-menu a{
	padding-left: 0 !important;
    line-height: 20px !important;
}
.uael-nav-menu .uael-has-submenu-container a{
	padding-right: 0 !important;
}
.beehiiv-email-label{
	display:none !important;
}
.newsletter form {
	display:flex;
	flex-wrap:nowrap;
	position:relative;
}
.newsletter .beehiiv-field-1{
	height:70px !important;
	padding: 0px 200px 0px 20px !important;
}
.newsletter input::placeholder{
	color:#666b47;
}
.newsletter .beehiiv-submit-button{
	position: absolute !important;
    right: 72px !important;
    padding: 24px 20px !important;
    line-height: 0 !important;
    margin: 11px !important;
	background: #666b47 !important;
	text-transform:capitalize !important;
	letter-spacing:0 !important;
	font-family:'Inter' !important;
}
.footer-news  form{
	display:block !important;
}
.footer-news  .beehiiv-field-1{
	height:50px !important;
	padding:0px 20px !important;
}
.footer-news .beehiiv-submit-button{
	position:relative !important;
	right:0 !important;
	margin: 10px 0px !important;
	width:100%;
}
.post-update a{
	font-weight: 400;
    font-family: 'Inter' !important;
}
/* hide all by default */
.media_video,
.media_image{
display:none;
}

/* show correct one */
.type-video .media_video{
display:block;
}

.type-image .media_image{
display:block;
}

.elementor-post__read-more{
    background: #666b47;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 4px;
	margin-top:15px !important;
}
.elementor-post__read-more:hover{
	background:#333333;
}
.right-side-post .elementor-post__read-more{
	background:transparent !important;
	color:#666b47 !important;
	padding:0px !important;
}

.elementor-element .swiper~.elementor-swiper-button svg{
	fill:transparent !important;
}

@media (max-width:1366px){
	.footer-news .beehiiv-field-1{
		width:100% !important;
		min-width:100% !important;
	}
}
@media (max-width:991px){

}

@media (max-width:767px){
		.newsletter .beehiiv-submit-button{
		right:0 !important;
	}
	.beehiiv-field-1{
		width:100% !important;
		min-width:100% !important;
	}
}