/* 
Theme Name: ACRE Group
Theme URI: https://acre.group/
Description: 2025 theme for ACRE Group, created by RocketMAD team
Author: RocketMAD Team
Author URI: https://www.rocketmad.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: acregroup
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 */


.invest-header {
	background: #fff !important;
	border-bottom:1px solid #384949 !important;
}

.invest-header a{
	background: #7F7F7F;
	color: #fff !important;
	padding: 3px 10px 5px;
	line-height: 1;
	border-radius: 20px;
	font-size: 16px;
}

.headroom {
/* 	transition: all 0.5s ease; */
}

.headroom--unpinned {
/*   transform: translateY(-100%); */
}

.headroom--pinned {
  transform: translateY(0%);
}

/* At very top of page */
.headroom--top {
  transform: translateY(0%) !important;
  box-shadow: none; /* optional, make it look flat */
}

/* After scrolling */
.headroom--not-top {
	position: fixed;
	top: 0;
/* 	background: #384949; */
}

.headroom--not-top a {
	color: #fff !important
}

#custom‑field‑empty {
  display: none !important;
}