/*
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.1766974927
Updated: 2025-12-29 02:22:07

*/



.blog h1.entry-title {
    display: none;
}

.wpr-grid-image-wrap img {
    height: 300px;
    object-fit: cover;
}

.blog main {
    font-family: 'Poppins';
    padding: 50px 5%;
}
.page-content:not(.single-post .page-content) {
    display: grid;
    grid-template-columns: auto auto auto;
}

.single-post .page-content { font-family: "Poppins", sans-serif; }

.blog h2.entry-title {
    font-family: 'CCKillJoy';
    font-size: 26px;
}

.single-post .entry-title {
	font-family: 'CCKillJoy';
    font-size: 40px;
	text-align: center;
	padding: 40px 0;
}

.single-post .page-content .wp-block-image img { margin: auto; }

html, body{
	min-width:1200px;
	overflow-x:hidden;
}

ul#wprmenu_menu_ul {
    font-family: poppins;
}

a, a:hover{color:unset;}

.menu-item:hover a, .current-menu-item a{
	font-weight:bold !important;
}

.form .btn {
    display: block;
    margin: 20px auto 0;
    background: #ff7800;
    border: none;
    color: white;
    padding: 20px 40px;
}
.form {
    font-family: 'Poppins';
}
.form input[type='text'], .form textarea {
    padding: 17px;
    margin-bottom: 10px;
}

span.wpcf7-list-item {
    margin: 7px 0 0;
}

@media(max-width:1700px){
	body { zoom: 90% !important; }
}

@media(max-width:1440px){
	body { zoom: 80% !important; }
}

@media(max-width: 1170px){
	body { zoom: unset !important; }
}

@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
	
	
}
