/*
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.4.1754027555
Updated: 2025-08-01 05:52:35

*/

/* Custom CSS */

h1, h2, h3, h4, h5, h6 {
	font-family: "Gotu", Sans-serif!important;
}
.header-menu ul > li {
 position:relative!important;
}

.header-menu ul > li::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #f43442;
	position: absolute;
	right: -10px;
	top: 48%;
	transform: translatex(-50%);
	z-index: 1;
	border-radius: 100%;
}
.header-menu ul li:last-child::after  {
	display:none!important;
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
	left: -100%;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
}

.blog-list .premium-blog-post-categories  {
   background-color:#f43442; 
	border-radius:50px;
	padding:7px 15px;
	color:#fff;
	position: absolute;
    top: 54%;
}
.single-blog-banner {
	position:relative;
	z-index:1
}
.single-blog-banner:before {
	content:"";
	width:100%;
	height:98.5%;
	top:0;
	left:0;
	position:absolute;
	background-color:#000;
	opacity:0.6;
	z-index:2;
	border-radius:30px;
}
.blog-banner-section {
	position:relative;
}
.blog-banner-content {
	position:absolute!important;
	top:0!important;
	left:0!important;
	z-index:9!important;
	width:100%!important;
	height:100%!important;
}
