
/* 
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 */
function meu_tema_enqueue_styles() {}

/* HEADER: [Residents Corporate] | logo | [Find your place · Contact us] */
.hdr {
	position: sticky;
	top: 0;
	z-index: 60;
	background: #f3efe6;
	border-bottom: 1px solid rgba(14, 39, 66, .12);
	font-family: "Work Sans", system-ui, sans-serif;
}

.hdr-inner {
	max-width: 1280px;
	margin: 0 auto;
	height: 76px;
	padding: 0 28px;
	display: flex;
	align-items: center;
}

.nav-left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.nav-center {
	flex: 0 0 auto;
}

.nav-center img {
	height: 26px;
	display: block;
}

.nav-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.trigger {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	color: #0e2742;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 10px 8px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: inherit;
}

.trigger .car {
	width: 9px;
	height: 9px;
	transition: transform .2s;
}

.menu-item.open .trigger .car {
	transform: rotate(180deg);
}

.menu-item.open .trigger {
	color: #e8825a;
}

.findlink {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #0e2742;
}

.findlink:hover {
	color: #e8825a;
}

.contact-btn {
	background: #0e2742;
	color: #f3efe6;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .02em;
	transition: filter .15s;
}

.contact-btn:hover {
	filter: brightness(1.15);
}

.mobile-toggle {
	display: none;
	margin-left: auto;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(14, 39, 66, .12);
	background: #fff;
	color: #0e2742;
	border-radius: 999px;
	padding: 12px 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
}

.mobile-toggle .bars {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.mobile-toggle .bars span {
	display: block;
	width: 16px;
	height: 1.5px;
	background: currentColor;
	border-radius: 999px;
	transition: transform .2s ease, opacity .2s ease;
}

.hdr.mobile-open .mobile-toggle {
	background: #0e2742;
	color: #f3efe6;
	border-color: #0e2742;
}

.hdr.mobile-open .mobile-toggle .bars span:nth-child(1) {
	transform: translateY(5.5px) rotate(45deg);
}

.hdr.mobile-open .mobile-toggle .bars span:nth-child(2) {
	opacity: 0;
}

.hdr.mobile-open .mobile-toggle .bars span:nth-child(3) {
	transform: translateY(-5.5px) rotate(-45deg);
}

.mega-host {
	position: static;
}

.drop-host {
	position: relative;
}

.menu-panel {
	position: absolute;
	top: 100%;
	display: none;
	background: #f8f5f0;
	box-shadow: 0 24px 48px -20px rgba(14, 39, 66, .35);
	border: 1px solid rgba(14, 39, 66, .12);
	border-top: none;
}

.menu-item.open .menu-panel {
	display: block;
	animation: drop .18s ease;
}

@keyframes drop {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.mega {
	left: 0;
	right: 0;
	border-radius: 0 0 18px 18px;
}

.mega-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 34px 28px 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
}

.mega-inner > .col {
	flex: 1 1 170px;
	min-width: 0;
}

.mega-inner > .col.cities {
	flex: 1 1 190px;
}

.col-h {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #0e2742;
	margin: 0 0 14px;
}

.col-h svg {
	width: 15px;
	height: 15px;
	stroke: #e8825a;
	fill: none;
}

.col a {
	display: block;
	font-size: 15px;
	color: #0e2742;
	padding: 9px 0;
	border-bottom: 1px solid rgba(14, 39, 66, .07);
	transition: color .12s, padding .12s;
}

.col a:last-child {
	border-bottom: none;
}

.col a:hover, .col a.act {
	color: #e8825a;
	padding-left: 5px;
}

.col .city {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col .city::after {
	content: "›";
	color: #6e6e6e;
	font-size: 16px;
	opacity: .5;
}

.buildings {
	display: none;
}

.buildings .soon {
	display: block;
	font-size: 13px;
	color: #6e6e6e;
	font-style: italic;
	padding: 9px 0;
}

.dropdown {
	left: 0;
	width: 360px;
	border-radius: 0 0 16px 16px;
	padding: 12px;
}

.dropdown a {
	display: block;
	padding: 13px 14px;
	border-radius: 10px;
	transition: background .12s;
}

.dropdown a:hover {
	background: #fff;
}

.dropdown .t {
	font-size: 15px;
	font-weight: 600;
	color: #0e2742;
}

.dropdown .d {
	font-size: 12.5px;
	color: #6e6e6e;
	margin-top: 2px;
}

@media (max-width:900px) {
	.compliance {
		order: 3;
		flex-basis: 100%;
		justify-content: center;
		margin-top: 8px;
	}
	
	.socials {
		flex: 1;
	}
}

@media (max-width:860px) {
	.hdr-inner {
		height: auto;
		min-height: 76px;
		padding: 16px 20px;
		flex-wrap: wrap;
		gap: 14px 12px;
	}
	
	.nav-left, .nav-right {
		display: none;
		flex: 1 0 100%;
		width: 100%;
	}
	
	.hdr.mobile-open .nav-left, .hdr.mobile-open .nav-right {
		display: flex;
	}
	
	.nav-left {
		order: 3;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding-top: 2px;
	}
	
	.nav-right {
		order: 4;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding-bottom: 4px;
	}
	
	.nav-center {
		order: 1;
	}
	
	.nav-center img {
		height: 22px;
	}
	
	.mobile-toggle {
		display: inline-flex;
		order: 2;
	}
	
	.nav-left .menu-item {
		width: 100%;
	}
	
	.trigger {
		width: 100%;
		justify-content: space-between;
		padding: 14px 16px;
		border: 1px solid rgba(14, 39, 66, .12);
		border-radius: 16px;
		background: #fff;
	}
	
	.menu-panel {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		margin-top: 8px;
		border: 1px solid rgba(14, 39, 66, .12);
		border-radius: 18px;
		box-shadow: none;
	}
	
	.mega {
		border-radius: 18px;
	}
	
	.mega-inner {
		padding: 22px 18px;
		gap: 22px;
	}
	
	.mega-inner > .col, .mega-inner > .col.cities {
		flex: 1 1 100%;
	}
	
	.dropdown {
		width: 100%;
		padding: 10px;
	}
	
	.findlink {
		display: block;
		text-align: center;
		padding: 14px 18px;
		border: 1px solid rgba(14, 39, 66, .12);
		border-radius: 999px;
		background: #fff;
	}
	
	.contact-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}

@media (max-width:640px) {
	.note-strip {
		font-size: 12px;
		padding: 9px 12px;
	}
	
	.hdr-inner {
		padding: 14px 16px;
	}
	
	.mobile-toggle {
		padding: 11px 13px;
	}
	
	.trigger, .findlink, .contact-btn {
		font-size: 13px;
	}
	
	.mega-inner {
		padding: 18px 16px;
	}
	
	.f-cols > div {
		flex-basis: 100%;
	}
}

header.hdr button.trigger:hover {
	background: transparent !important;
	color: #e8825a;
}

header.hdr a.contact-btn {
	color: #fff;
}

.menu-item.open .menu-panel.mega {
	padding: 0;
}

header.hdr button.trigger {
	font-weight: 600;
}

article.ctry-row {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px;
	align-items: stretch;
	background: #f8f5ee;
	border-radius: 10px;
	overflow: hidden;
	transition: transform .3s, box-shadow .3s;
}
