@charset "UTF-8";

/*
Theme Name:The Grove At Brentwood
Author:Chelsea Brown
Author URI:https://focusedcre.com
Description:Custom wordpress theme for The Grove At Brentwood
Version:1
*/
:root {
	/* --darkBlue: #002349;
	--lightBlue: #2a398a; */
}

body {
	overflow-x: hidden !important;
	font-family: 'Montserrat', sans-serif;
}

/************************* fonts,buttons,icons and text blocks styles**********************************/
h1 {
	font-size: 50px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
	line-height: 40px;
	color: var(--accentColor);
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	line-height: 26px;
}

h4 {
	font-size: 17px;
	line-height: 20px;
	color: var(--secondaryColor);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
}

.heading-inline {
	display: inline !important;
}

a {
	color: #888888;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-ms-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
	transition: 0.3s ease-in-out !important;
}

a:hover {
	color: #888888;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

p {
	color: var(--accentColor);
	font-size: 18px;
	line-height: 24px;
}

img {
	image-rendering: -webkit-optimize-contrast;
	pointer-events: none;
}

#map {
	height: 300px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Bottom Bar
--------------------------------------------------------------*/
#header {
	font-size: 14px;
	transition: all 0.5s;
	padding: 15px 0;
	overflow: hidden;
	background: var(--accentColor);
}

#header.header-scrolled {
	top: 0;
	background: rgba(13, 20, 48, 0.8);
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
}

#header .headerContactCTA {
	margin-top: 0;
	background: transparent;
	border: 1px solid #ffffff;
	padding: 13px 30px;
	margin-left: 25px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-family: 'MazzardM Bold';
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width:991px) {
	.navbar {
		padding: 0;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		gap: 10px;
	}

	.navbar li {
		position: relative;
		transition: 0.3s;
		padding-inline: 18px;
	}

	.navbar li a,
	.navbar li a:focus {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		color: #fff;
		transition: 0.3s !important;
		text-transform: uppercase;
		letter-spacing: 1.6px;
		font-family: 'MazzardM Bold';
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar li a:hover,
	.navbar .current-menu-item a,
	.navbar .current-menu-item:focus a,
	.navbar li:hover>a {
		color: #ffffff;
		font-family: 'MazzardM Black';
		border-bottom: 2px solid #fff;
	}

	/* #header.header-scrolled  .navbar li a:hover,#header.header-scrolled .navbar .current-menu-item a,#header.header-scrolled .navbar .current-menu-item:focus a,#header.header-scrolled .navbar li:hover > a{border-bottom-color:#ffffff} */
	.navbar li a::before {
		content: "";
		position: absolute;
		background: url(assets/img/logoDot.svg) center center no-repeat;
		width: 10px;
		height: 10px;
		left: -10px;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.navbar li:first-child a::before {
		display: none;
	}

	#header.header-scrolled .custombtnG {
		border: 1px solid #fff;
	}

	.navbar .menu-item-has-children ul.sub-menu {
		display: block;
		position: absolute;
		left: 0;
		top: calc(100% + 30px);
		margin: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0 0 30px rgb(127 137 161 / 25%);
		transition: 0.3s;
		height: 0;
	}

	.navbar .menu-item-has-children ul.sub-menu li {
		min-width: 200px;
	}

	.navbar .menu-item-has-children ul.sub-menu a {
		padding: 12px 15px;
		font-size: 16px;
		font-weight: 600;
		text-transform: none;
		color: #000000;
		border: 0;
		letter-spacing: 1.5px;
	}

	.navbar .menu-item-has-children ul.sub-menu a i {
		font-size: 12px;
	}

	.navbar .menu-item-has-children ul.sub-menu a:hover,
	.navbar .menu-item-has-children ul.sub-menu .active:hover,
	.navbar .menu-item-has-children ul.sub-menu li:hover>a {
		color: #fff;
	}

	.navbar .menu-item-has-children:hover>ul.sub-menu {
		opacity: 1;
		top: 100%;
		visibility: visible;
		height: initial;
	}

	.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .menu-item-has-children .menu-item-has-children:hover>ul.sub-menu {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width:991px) and (max-width:1366px) {
	.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
		left: -90%;
	}

	.navbar .menu-item-has-children .menu-item-has-children:hover>ul.sub-menu {
		left: -100%;
	}
}

@media (min-width:991px) {

	.mobile-nav-show,
	.mobile-nav-hide {
		display: none !important;
	}
}

.navbar ul:not(ul li ul) {
	position: relative;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width:991px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px 0;
		margin: 0;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-size: 15px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.7);
		white-space: nowrap;
		transition: 0.5s !important;
	}

	.navbar a:hover,
	.navbar .current-menu-item a,
	.navbar .current-menu-item:focus a,
	.navbar li:hover>a {
		color: #fff;
	}

	.navbar .menu-item-has-children ul.sub-menu,
	.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: rgba(20, 35, 51, 0.6);
	}

	.navbar .menu-item-has-children>.submenu-active,
	.navbar .menu-item-has-children .menu-item-has-children>.submenu-active {
		display: block;
	}

	.mobile-nav-show {
		font-size: 23px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		padding: 30px 10px 0 0;
		color: #ffffff;
	}

	.mobile-nav-hide {
		color: rgba(255, 255, 255, 0.9);
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 9999;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9996;
	}

	.mobile-nav-active .navbar {
		right: 0;
		background: var(--green);
	}
}

.logo {
	width: 290px;
	height: 76px;
	display: flex;
}

.sub-menu-toggle {
	display: none !important;
}

.id-scroll-fix-special {
	position: relative;
	top: -80px;
}

.commingSoonSec .wpcf7-spinner {
	position: absolute;
	margin: 0;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
/* .page-template-coming-soon #header{display: none !important;}
.page-template-coming-soon #footer{display: none !important;}
.page-template-coming-soon .copyright{display: none !important;}
.commingSoonSec {z-index: 1;padding:0;}
.commingSoonSec::before {content: "";position: absolute;width: 100%;height: 100%;inset: 0;background: rgb(0 0 0 / 65%);display: block;}
.commingSoonSec h1 {color: #ffffff;font-size: 38px;line-height: 42px;}
.commingSoonSec img{filter: contrast(0%) brightness(2);}
.comSoonAddSec1Inner{padding: 50px;background: #00000063;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.comSoonAddSec1Inner h2	{font-size: 21px;line-height: 25px;text-align: center;margin-top: 30px;color: #ffffff;text-transform: inherit;margin-bottom: 10px;}
.mainVideoContainer {position: relative;overflow: hidden;}
.main-video {height: 100vh;overflow: hidden;position: relative;}
video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;object-fit: cover;} */
.page-template-coming-soon #header,
.page-template-coming-soon #footer,
.page-template-coming-soon .copyright {
	display: none !important;
}

.commingSoonSec > * {
    position: relative;
    z-index: 2;
}
.commingSoonSec {
	z-index: 1;
	padding: 0;
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.commingSoonSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 70%, rgba(255, 255, 255, 0) 80%);
    z-index: 1;
}

.logo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #fff, #fff 39%, transparent);
	display: flex;
	justify-content: center;
	align-items: center;
}

.comingSoonContentBox {
	position: relative;
	z-index: 10;
}

.comingSoonContentBox * {
	color: #000;
}

/* .comingSoonContentBox > div {height: 100vh;} */
.semi-transparent-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 66%;
	height: auto;
	object-fit: contain;
	object-position: center;
	opacity: 0.1;
	z-index: -1;
}

.commingSoonSec h1 {
	color: #84b2b1;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
}

/* .commingSoonSec  .logo-overlay img {filter: contrast(0%) brightness(2);} */
.commingSoonSec .comSoonAddSec1Inner {
	padding: 150px 0 50px 0px;
	position: relative;
}

.wpcf7-submit {
	background: #84b2b1;
	color: #fff;
	outline: 0;
	border: none;
	padding: 6px 30px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px
}

.commingSoonSec .comSoonAddSec1Inner h2 {
	font-size: 17px;
	line-height: 24px;
	margin-top: 30px;
	text-transform: inherit;
	margin-bottom: 10px;
	width: 1030px;
	max-width: 100%;
}

.commingSoonSec .comSoonAddSec1Inner img {
	width: 90%;
}

.wpcf7-spinner {
	position: absolute;
	right: 200px
}

#mc_embed_signup {
	max-width: 100%;
}

.comingSoonContentBox h4 {
	color: #84b2b1;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-transform: initial;
	margin-top: 30px;
}

#newsletterModal h5 {
	color: #84b2b1;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: initial;
}



/* 
#newsletter-section{       position: absolute;
left: 50%;
top: 70px;
transform: translate(-50%, -50%);
z-index:1111;
} */


.email-input {
	padding: 12px 20px;
	font-size: 16px;
}





#newsletter-section h5 {
	font-size: 20px;
	line-height: 24px;
	text-transform: inherit;
	margin: 0;
	color: #ffffff;
}

#newsletter-section {
	background: #84b2b1;
	padding: 15px 0;
}

.comSoonAddSec1InnerFlex {
	display: flex;
	gap: 20px;
	align-items: center;
}

.comSoonAddSec1Img {
	width: 20%;
}

.comSoonAddSec1RightText {
	width: 80%;
}

#newsletter-message span {
	color: #000 !important;
	margin-left: 24px;
}

.secButtons a {
	position: relative;
	padding: 18px 30px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	background: #2d4b68;
	color: #fff;
	border: 1px solid #ffffff;
	overflow: hidden;
	transition: all 0.3s ease !important;
	z-index: 1;
	border-radius: 50px;
}

.secButtons a:last-child {
	background: #84b2b1;
}

.subscribBtn {
	position: relative;
	padding: 14px 30px;
	font-weight: 500;

	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	background: #2d4b68;
	color: #fff;
	border: 1px solid #ffffff;
	overflow: hidden;
	transition: all 0.3s ease !important;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.secButtons a br {
	display: none;
}

.subscribBtn:hover {
	background: #84b2b1;
}

.rendering-section {
	position: relative;
	z-index: 9;
}

.mainLogoContainer{}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footerCol1 img {
	width: 200px;
}

#menu-footer-menu {
	display: flex;
	justify-content: space-between;
}

#menu-footer-menu li a {
	font-size: 15px;
	position: relative;
	color: var(--accentColor);
	transition: 0.3s !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'MazzardM Bold';
}

#menu-footer-menu li a:hover {
	font-family: 'MazzardM Black';
}

#menu-footer-menu li a::before {
	content: "";
	position: absolute;
	background: url(assets/img/logoDot.svg) center center no-repeat;
	width: 10px;
	height: 10px;
	left: -10px;
	top: 50%;
	transform: translate(-50%, -50%);
}

#menu-footer-menu li:first-child a::before {
	display: none;
}

.footerSocial a {
	font-size: 14px;
	line-height: 14px;
	color: var(--accentColor);
	transition: 0.3s !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'MazzardM Bold';
	padding-inline: 10px;
}

.footerSocial a:first-child {
	border-right: 2px solid var(--accentColor);
}

.copyright {
	background: var(--accentColor);
}

.copyright p {
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0;
}

.copyright p a {
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*--------------------------------------------------------------
Custom Btns
--------------------------------------------------------------*/
.pt-6 {
	margin-top: 4rem !important;
}

.pt-7 {
	margin-top: 5rem !important;
}

.pt-8 {
	margin-top: 6rem !important;
}

.pb-6 {
	margin-bottom: 4rem !important;
}

.pb-7 {
	margin-bottom: 5rem !important;
}

.pb-8 {
	margin-bottom: 6rem !important;
}

.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-8 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.py-10 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important;
}

.form-fields,
.form-fields2,
.form-fields3 {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 13px;
	color: #000;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
	padding: 14px 0;
	background: none;
	-webkit-transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-ms-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
	transition: 0.3s ease-in-out !important;
}

.modal-open {
	overflow: visible;
}

.form-fields:focus,
.form-fields2:focus,
.form-fields3:focus {
	background: none;
	border: 1px solid #aaaaaa;
	outline: none !important;
}

.form-fields3 {
	height: 50px;
}

div.wpcf7 img.ajax-loader {
	float: left;
}

.wpcf7-list-item {
	display: inline-block;
	margin-right: 10px;
}

div.wpcf7-response-output {
	float: left;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border: 2px solid red !important;
}

::placeholder {
	font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	color: #ffffff;
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

/*--------------------------------------------------------------
# Social Banner
--------------------------------------------------------------*/
.cs-social-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: right;
	padding: 15px 30px;
	background-color: #2f5675;
	font-size: 15px;
}

.cs-social-banner>div {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.cs-social-banner a,
.cs-social-banner span {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25rem;
}

.cs-social-banner a:hover {
	color: #84b2b1;
}