/*
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.1769791073
Updated: 2026-01-30 11:37:53

*/

header#site-header {
	padding: 40px 0px;
	background-color: #ffffff;
}

header.elementor-location-header {
	box-shadow: 0px 5px 5px #dddddd;
}

#site-header div.site-logo {
    margin: 0px 20px;
}

#site-header nav ul li a {
	font-weight: bold;
}

.page-header .entry-title {
	padding: 0 !important;
}

main#content {
	padding-top: 70px;
	padding-bottom: 50px;
	min-height: 60vh;
}

.recent-news-cards ul {
	padding: 0;
	margin: 0;
}

.recent-news-cards ul li {
	list-style-type: none;
	list-style: none;
	display: inline-block;
	width: 40%;
	padding: 2.5%;
	margin: 20px 2.5%;
	border-left: 4px solid #ffcb05;
	background-color: #e6e6e6;
	height: 100%;
	vertical-align: top;
	transition: .3s ease-in-out;
}
.recent-news-cards ul li:hover {
	background-color: #ffcb05;
}

footer#site-footer {
	padding: 50px;
	width: 100%;
	max-width: 100% !important;
	background-color: #1a1a1a;
	color: #ffffff;
}

.elementor-widget-search .e-search-input {
    --e-search-icons-min-height: auto !important;
    border-color: var(--e-search-input-border-color);
    border-radius: var(--e-search-input-border-radius);
    color: var(--e-search-input-color);
    height: auto !important;
    min-height: auto !important;
    padding-block-end: 0 !important; 
    padding-block-start: 0 !important; 
    padding-inline-end: 0 !important; 
    padding-inline-start: 0 !important; 
    transition: padding-inline 0s;
	padding: 10px 0px !important;
}

.elementor-widget-search .e-search .e-search-submit {
	padding: 10px !important;
}

search.e-search {
	padding: 10px 0px;
}

@media screen and (min-width: 768px) {

	#site-header nav ul li ul.sub-menu {
		box-shadow: 5px 10px 14px #e6e6e6;
		border-radius: 6px;
		min-width: 200px;
		border-top: 3px solid #ffcb05;
	}

	#site-header nav ul li ul.sub-menu li {
		padding: 6px 10px;
	}

	#site-header nav ul li ul.sub-menu li:hover {
		background-color: #e6e6e6;
	}
	
}

@media screen and (max-width:768px) {
	main#content {
		padding: 20px;
	}
	.recent-news-cards ul li {
		width: 90%;
	}
}