/*
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.1770633012
Updated: 2026-02-09 10:30:12

*/

.news-post article .elementor-post__thumbnail__link{
    margin: 0 !important;
}

.news-post .elementor-post {
    position: relative;
    overflow: hidden;
}

.news-post .elementor-post__thumbnail {
    line-height: 0;
}

.news-post .elementor-post__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.news-post .elementor-post__title a {
    display: block;
	background: rgba(201, 167, 92, 0.3);
    color: #fff;
    padding: 0px 15px;
    line-height: 20px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 
        max-height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    .news-post .elementor-post:hover .elementor-post__title a {
            white-space: normal;
            height: auto;
            padding-top: 0;
            padding-bottom: 0;
            max-height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
	#main-menu .elementor-nav-menu--dropdown{
		top: 25px !important;
	}
}


@media (max-width: 767px) {

    .news-post .elementor-post__text {
        position: static;
        overflow: visible;
    }

    .news-post .elementor-post__title a {
        height: auto;
        white-space: normal;
		background: rgba(201, 167, 92, 0.5);
        padding: 5px 7px;
        line-height: 20px;
        transition: none;
    }
	
	.news-post .elementor-post__title{
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
}

