/* 
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 */


	
/* styles for all Contact Forms! added by Olga nov 2024  */


/* project template */

.project-features .item{
	width: 100%; 
	display: flex;
	justify-content: flex-end;
	position: relative;
	flex-wrap: wrap;
}
.project-features .item span{
	width: 85%;
	margin-bottom: 7px
}
.project-features .item::after{
	margin-bottom: 7px;
	content: '';
	position: static;
	width: 100%;
	height: 1px; 
	background: #C6C6C5;
	left: 0; 
	bottom: 0;
}
.project-features .repeater-last .item:last-child::after{
	display: none;
}
.project-features a{
	color: #003369;
	text-decoration: underline;
}
.project-features a:hover{
	text-decoration: none; 
	color: unset;
}

/* results */
.project-results .item{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
font-family: 'Poppins', Sans-Serif;
color: #003369;
text-align: right;
border-bottom: 1px solid #C6C6C5;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 7px;
}
.project-results .item:last-child{
	border: none;
}
.project-results .item .col:first-child{
		text-align: left;
}

/* cards */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

