/*
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 */
.elementor-sticky--active {
	background:#fff;
}
.sticklogo, .elementor-sticky--active .toplogo   {
	display:none;
}
.elementor-sticky--active .sticklogo {
	display:block;
}

.elementor-sticky--active .elementor-nav-menu--main .elementor-item{
	color:#000 !important;
}
.elementor-sticky--active .sub-arrow .e-font-icon-svg{
	fill:#000 !important ;
}

.projectmeta {
	display:flex;
	gap:10px;
}
.projectlocation {
	background:#880015;
	color:#fff;
	padding:10px 20px;
	border-radius:30px;
}
.projecttype {
	border:1px solid #044F53;
	padding:10px 20px;
	color:#044F53;
	background:#fff;
	border-radius:30px;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px ;
}
.project-item {

    text-align: left;
}
.project-item img {
    max-width: 100%;
    height: 300px;
	object-fit:cover;
}
.project-grid a {
	color:#000;
}
.project-grid h3 {
	font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 500;
}


#project-filter {
	margin-bottom:50px;
}
#project-filter select {
	border-bottom:1px solid #880015;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-radius:0;
}


/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {
	.project-item img {
		height:250px;
	}
	.projecttype, .projectlocation {
		font-size:12px;
		padding:10px 15px;
	}
	.project-grid h3 {
		font-size:18px;
	}
}

/*all mobile*/
@media screen and (max-width:767px) {
	
	.project-grid  {
		grid-template-columns: repeat(1, 1fr);
	}
	.project-item img {
		height:250px;
	}
	.projecttype, .projectlocation {
		font-size:12px;
		padding:10px 15px;
	}
	.project-grid h3 {
		font-size:18px;
	}
}

/*mobile portrait*/
@media screen and (max-width:479px) {

}