/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.project-loop img {
	object-fit: cover;
}

.project-loop .elementor-widget-theme-post-featured-image {
	padding-bottom: 100%;
	height: 100%;
}

.logo-title .elementor-heading-title, body p, body ul {
	font-family: "neue-haas-grotesk-text", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

body .elementor-widget-nav-menu .elementor-nav-menu .elementor-item, body .elementor-widget-heading .elementor-heading-title, .site-header .site-title a, .site-navigation ul.menu li a {
	font-family: "neue-haas-grotesk-text", sans-serif !important;
}

.site-header .site-title a {
	text-transform: lowercase;
}

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

	header.elementor-location-header, .elementor-element-eed618c, header.site-header, footer > .elementor-element {
		display: none !important;
	}
	
}

@media screen and (max-width: 992px) {

	.site-navigation-dropdown ul.menu li.current-menu-item a {
		background: #fff !important;
		color: #000 !important;
	}
	
	.site-navigation-dropdown ul.menu li a {
		padding: 20px 5% !important;
	}
	
	.site-header .header-inner {
    	padding-inline-end: 0 !important;
    	padding-inline-start: 0 !important;
	}
	
}

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

	.elementor-widget-theme-post-content {
		display: block !important;
		min-height: 100%;
	}
	
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(2,1fr) !important;
	  }
	
	.elementor-hidden-tablet, .elementor-hidden-mobile {
		display: none !important;
	}
	
}

@media screen and (max-width: 480px) {
	
}
