/*
Theme Name: Lifestyle Communities
Description: A custom built WordPress theme for Lifestyle Communities.
Author: Shawn Burtis
Author URI: http://shawnburtis.com
Version: 1.2.1
*/

/* * * Site Template * * */
body {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}
.wrap {
	margin: auto;
	max-width: 1400px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.cols > * {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.grecaptcha-badge,
.grecaptcha-logo {
	display: none !important;
}
.textwrap {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.cols > * {
		margin: 30px 0;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 600px) {
	.wrap {
		padding: 0 20px;
	}
}

@media (min-width: 901px) {
	.cols {
		display: -webkit-flex;
		display: flex;
	}
	.cols:not(:first-child) {
		margin-top: 50px;
	}
	.cols > * {
		margin: 0 45px;
	}
	.cols.spacing-medium > * {
		margin: 0 25px;
	}
	.cols.spacing-small > * {
		margin: 0 10px;
	}
	.cols > *:first-child {
		margin-left: 0;
	}
	.cols > *:last-child {
		margin-right: 0;
	}
}
a {
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}
p a {
	color: #fd8469;
}
.no-touchevents p a:hover {
	color: #6978f1;
}
h1 {
	font-size: 42px;
	font-weight: 900;
}
h2 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 900;
}
h3 {
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
}
@media (min-width: 901px) {
	h1 {
		font-size: 65px;
	}
	h2 {
		font-size: 45px;
	}
	h3 {
		font-size: 18px;
	}
}
h1:not(:last-child),
h2:not(:last-child) {
	margin-bottom: 30px;
}
h3:not(:last-child) {
	margin-bottom: 25px;
}
li, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
p,
.main li {
	font-size: 18px;
	line-height: 1.45em;
}
.main ol,
.main ul {
  padding-left: 2rem;
}
p + p,
p + li,
p + ol,
li + p,
ol + p {
	margin-top: 28px;
}
hr {
  margin: 2rem 0;
}
.main a.button {
  display: inline-block;
  background: #1c235f;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  transition: all 200ms ease-in-out;
}
.main a.button:hover,
.main a.button:focus,
.main a.button:active {
  background: #3442b3;
  color: white;
}
h4 {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: bold;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.slick-arrow {
	cursor: pointer;
}
.slick-slide:focus {
	outline: none;
}
.cta {
	display: inline-block;
	color: inherit;
	font-size: 18px;
	letter-spacing: 0.15em;
	position: relative;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 25px;
}
.cta:last-child {
	margin-bottom: 0;
}
.cta + .cta {
	margin-left: 25px;
}
.cta:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	left: 0;
	bottom: 0;
}
.no-touchevents .cta:hover:before {
	height: 4px;
}

.mast {
	height: 100vh;
	max-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: white;
}
.mast-slider {
	visibility: hidden;
}
.mast .scroll {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -20px;
	bottom: 35px;
	animation-duration: 1.2s;
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing: ease-in;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-name: bounce;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing: ease-in;
	cursor: pointer;
}
@media (max-width: 900px) {
	.mast h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.mast h3 {
		margin-bottom: 15px;
	}
}
@media (min-width: 901px) {
	.mast {
		height: 850px;
	}
	.mast .scroll {
		bottom: 110px;
	}
}
.mast div.wrap {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	width: 100%;
	top: 46%;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 1200px;
}
@media (min-width: 901px) {
	.page-id-10 .mast div.wrap h1 {
		font-size: 52px;
	}
}
.mast video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.mast.has-video:before {
	opacity: 0.5;
}
.mast.has-image:before {
	opacity: 0.8;
}
.mast:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #101018;
}
.white-border {
	border-top: 8px solid white;
	border-bottom: 8px solid white;
}
section {
	text-align: center;
	color: white;
}
section:not(.nopad) {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 901px) {
	section:not(.nopad) {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
section[data-color="orange"] {
	/* background: #fd8469; */
	background: #e9e9f1;
	color: #1c235f;
}
section[data-color="salmon"] {
	background: #fd8469;
}
section[data-color="blue"] {
	background: #1c235f;
}
section[data-color="lightblue"] {
	background: #3442b2;
}
section[data-color="white"] {
	color: #1c235f;
	background-color: white;
}
section[data-color="white"] p {
	color: #231f21;
}
.orange {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (min-width: 901px) {
	section.text-image[data-color="blue"] .left:last-child,
	section.text-image[data-color="blue"] .left:last-child .wrap {
		margin-left: auto;
		margin-right: auto;
	}
	section.text-image[data-color="blue"] .left:last-child .wrap {
		max-width: 1000px;
	}
}
section.text-image p + .cta {
    margin-top: 40px;
}

/* * * Header * * */
header .logo {
	width: 230px;
}
@media (max-width: 500px) {
	header .logo {
		width: 190px;
	}
}
header {
	padding-top: 45px;
	position: absolute;
	width: 100%;
	z-index: 15;
	padding-top: 27px;
}
@media (min-width: 901px) {
	header {
		padding-top: 45px;
	}		
}

/* * * Header -> Menu * * */
.nav-open .menu-container {
	right: 0;
	transition: right 0.2s ease;
}
.menu-container {
	position: fixed;
	right: -800px;
	width: 800px;
	z-index: 50;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	color: white;
	display: -webkit-flex;
	display: flex;
  flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	background: rgba(28,35,95, 0.95);
	transition: right 0.1s ease;
	max-width: 100%;
}
@media (max-height: 640px) {
	.menu-container {
		background-size: auto 118px;
	}
	.menu-container .icon_03 {
		display: none;
	}
	.menu-container .menu {
		top: -18px;
		position: relative;
	}
}
.menu-container .menu {
	margin: auto;
  position: relative;
}
@media (max-height: 700px) {
	.menu-container .menu {
		top: -32px;
	}
	body .menu-container {
		background-size: 270px auto;
	}
}
@media (max-height: 600px) {
	.menu-container .menu {
		top: 0;
	}
	body .menu-container {
		background-image: none;
	}
}
.menu-container li {
	margin: 5px 0;
}
.menu-container a {
	font-size: 34px;
	font-weight: 900;
	line-height: 1em;
	display: block;
	padding: 8px 0;
	transition: opacity 0.15s ease;
}
@media (min-width: 901px) {
	.menu-container a {
		font-size: 45px;
	}
}
.menu-container a.menu-logo {
  margin-bottom: auto;
  padding: 0;
  opacity: 0.4;
}
.menu-container a.menu-logo:hover {
  opacity: 1;
}

/* * * Header -> Menu -> Handle * * */
#handle {
	display: block;
	z-index: 105;
	position: fixed;
	cursor: pointer;
	height: 44px;
	width: 56px;
	top: 27px;
	right: 40px;
	/* background: rgba(0, 0, 0, 0.9); */
	background: rgba(28, 35, 95, 0.9);
	-webkit-transition: 0.4s background;
	-o-transition: 0.4s background;
	transition: 0.4s background;
}
@media (max-width: 500px) {
	#handle {
		right: 20px;
	}
}
#handle .top {
	top: 8px;
}
#handle .middle {
	top: 20px;
}
#handle .bottom {
	top: 32px;
}
#handle svg {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	width: 40px;
	height: 4px;
	right: 8px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#handle svg rect {
	-webkit-transition: fill 0.4s ease;
	-o-transition: fill 0.4s ease;
	transition: fill 0.4s ease;
	fill: white;
}
.nav-open #handle {
	background: transparent;
}
.nav-open #handle .top,
.nav-open #handle .bottom {
    top: 20px;
    right: 8px;
}
.nav-open #handle .top {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-open #handle .middle {
	opacity: 0;
}
.nav-open #handle .bottom {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* * * Footer * * */
footer {
  position: relative;
  border-top: 0.5rem solid #fff;
	color: white;
	background: #101018;
	height: 500px;
}
footer .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(25%);
}
@media (min-width: 1280px) {
	footer .logo {
		position: absolute;
		left: 0;
	}
	footer .social {
		position: absolute;
		top: 320px;
		left: -5px;
	}
	footer .menu {
		position: absolute;
		right: -36px;
	}
}
footer .logo,
footer .menu {
	top: 80px;
}
footer .logo {
	width: 240px;
}
footer .menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
footer .menu li a {
	padding: 0 8px;
}
@media (max-width: 1279px) {
	footer .menu li {
		display: block;
		margin-bottom: 12px;
	}
}
@media (min-width: 1280px) {
	footer .menu li a {
		padding: 0 12px;
	}
	footer .copyright {
		position: absolute;
		right: 20px;
		top: 400px;
		width: 300px;
	}
	footer .contact {
		position: absolute;
		left: 0;
		top: 190px;
	}
}
footer .contact .phone {
    margin-top: 4px;
    font-weight: 700;
}
footer .contact .phone a {
	color: inherit !important;
	cursor: auto;
}
footer .menu a {
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.15em;
	color: inherit;
	font-weight: 900;
	text-transform: uppercase;
	transition: opacity 0.15s ease;
}
footer .social img {
	width: 40px;
	height: 40px;
}
footer .social li {
	display: inline-block;
	margin: 0 8px;
}
@media (min-width: 1280px) {
	footer .wrap {
		width: calc(100% - 60px);
	}
	footer .social img {
		width: 36px;
		height: 36px;
	}
	footer .social li {
		margin: 0 5px;
	}
}
@media (max-width: 1279px) {
	footer .menu .investor-cta {
		display: block;
		margin-top: 20px;
	}
	footer .logo,
	footer .social {
		margin-bottom: 50px;
	}
	footer {
		text-align: center;
		padding-top: 50px;
    padding-bottom: 640px;
		background-position: center bottom;
	}
	footer .contact {
		margin-bottom: 25px;
	}
	footer .copyright {
		margin: 50px 0;
	}
}
@media (max-width: 500px) {
	footer .logo {
		width: 210px;
	}
}

/* * * Home * * */
.panel-slider {
	text-align: left;
	/* background: white; */
	background: #1c235f;
}
.panel-slider .slick-slide {
	background-repeat: no-repeat;
	position: relative;
}
.panel-slider .slick-slide div {
	background: #1c235f;
	color: white;
	padding: 32px 40px 50px;
}
@media (max-width: 1100px) {
	.panel-slider .slick-arrow {
		display: none !important;
	}
	.panel-slider .slick-slide {
		padding-top: 44vw;
		background-size: auto 44vw;
		background-size: 100% auto;
		background-position: center top;
	}
	.panel-slider .slick-slide div {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 32px;
	}
}
@media (min-width: 1101px) {
	.panel-slider .slick-slide {
		height: 44vw;
		max-height: 85vh;
		background-position: center;
		background-size: cover;
	}
	.panel-slider .slick-slide div {
		position: absolute;
		left: 11vw;
		bottom: 0;
		width: 500px;
		padding-bottom: 75px;
		
		width: 620px;
		left: 5vw;
	}
}

.featured-properties .box {
	margin: 0 30px;
	background: white;
}
* + .box-list {
	margin-top: 40px;
}
.box-list + .cta {
	margin-top: 50px;
}
.box-list {
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(365px, 1fr)); */
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 65px;
	grid-row-gap: 25px;
}
@media (max-width: 900px) {
	.box-list {
		grid-template-columns: auto;
		width: 500px;
		max-width: 100%;
	}		
}
.box {
	/* min-width: 360px; */
	/* max-width: 100%; */
}

@media (min-width: 501px) AND (max-width: 900px) {
	.box-list {
		/*display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;*/
	}
	.box {
		/*width: 50%;
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 15px;*/
	}
}
.box {
	position: relative;
}
.box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	outline: 0;
}
.box .img {
	height: 315px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 901px) AND (max-width: 1400px) {
	.box-list {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 4vw;
	}
	.box .img {
		height: 25vw;
	}
}
.box p.name {
  display: flex;
  align-items: center;
  gap: 1rem;
	position: absolute;
	background: #1c235f;
	padding: 18px 25px;
	color: white;
	font-size: 18px;
	font-weight: 900;
	left: -20px;
	top: 40px;
  text-align: left;
}
.box.artessa p.name {
  background: #11283f;
  color: #f0ebd8;
}
.box.zvago p.name {
  background: #00a3e0;
}
.featured-properties .brand-icon {
  width: 2.5rem;
}
.mast img.brand-icon {
  margin-bottom: 2rem;
  width: 4rem;
}
.mast .gramercy-park img.brand-icon {
  width: 2.5rem;
}
.mast .summerhill img.brand-icon {
  width: 10rem;
}
@media (min-width: 901px) {
	/*.box-list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.box-list p.name {
		padding: 25px;
	}
	.box {
		-webkit-flex: 0 1 365px;
		-ms-flex: 0 1 365px;
		flex: 0 1 365px;
		margin-bottom: 30px;
	}*/
}
.box div.content {
	padding: 24px 36px;
	color: #231f21;
	text-align: left;
}

section.brands {
	padding-top: 42px;
	padding-bottom: 42px;
	background: white;
}
section.brands .wrap > div {
	display: inline-block;
	vertical-align: middle;
}
section.brands img {
	margin: 22px 40px;
    max-width: 220px;
    max-height: 110px;
	width: auto;
	height: auto;
}

.text-image {
	display: -webkit-flex;
	display: flex;
}
.text-image .left {
	padding: 90px 0;
}
.text-image .left .logo-mark {
  width: 100px;
  height: 100px;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
	.text-image .left {
    padding: 40px 0;
	}
  .text-image .left .logo-mark {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}

.text-image .right {
	/* background-position: center; */
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-image .wrap {
	text-align: left;
}
@media (min-width: 901px) {
	.text-image .wrap {
		max-width: 720px;
		margin-right: 150px;
	}
	.text-image .left {
		width: 65%;
	}
	.text-image .right {
		width: 35%;
	}
}

.stats {
	padding-top: 40px;
	padding-bottom: 40px;
}
.stats .icon-pad {
	margin-bottom: 8px;
}
.stats .wrap {
	max-width: 1200px;
}
.stats p.number {
	font-size: 65px;
	font-weight: 900;
	margin-bottom: 6px;
}
.stats p.number span {
	font-weight: inherit;
}
@media (min-width: 1401px) {
	.stats p.number {
		font-size: 88px;
	}
}
@media (min-width: 901px) AND (max-width: 1400px) {
	.stats p.number {
		font-size: 6vw;
	}
}
.stats p:not(.number) {
	max-width: 220px;
	margin: auto;
}
.stats .cols > * {
	position: relative;
	width: 100%;
}
.stats .cols > *:last-child:after {
	content: none;
}
.stats .cols > *:after {
	content: " ";
	background: white;
	position: absolute;
}
@media (min-width: 901px) {
	.stats .cols > *:after {
		width: 4px;
		height: 85%;
		right: -47px;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.stats {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
@media (max-width: 900px) {
	.stats .cols > *:after {
		height: 5px;
		width: 70px;
		bottom: -38px;
		left: calc(50% - 35px);
	}
	.stats .cols > * {
		margin-top: 0;
		margin-bottom: 64px;
	}
	.stats .cols > *:last-child {
		margin-bottom: 0;
	}
}

.panel-slider .slick-slide h2 {
	margin-bottom: 18px;
}
.panel-slider .slick-prev,
.panel-slider .slick-next {
	position: absolute;
	bottom: 16px;
	z-index: 5;
}
.panel-slider .slick-prev {
	left: calc(5vw + 490px);
}
.panel-slider .slick-next {
	left: calc(5vw + 540px);
}


.lineup .wrap {
	max-width: 1100px;
}
.lineup img {
	max-height: 100px;
    max-width: 100%;
	width: auto;
	height: auto;
}
@media (min-width: 901px) {
	.lineup img {
		max-width: 250px;
	}
}
@media (max-width: 1200px) {
	.lineup-slider .slick-arrow {
		display: none !important;
	}
}
.lineup h2 {
	margin-bottom: 20px;
}
@media (min-width: 901px) {
	.lineup h2 {
		margin-bottom: 45px;
	}
}
.lineup-slider img {
	margin: auto;
}
.lineup-slider .slick-track {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lineup-slider .slick-track .slick-slide {
	display: -webkit-flex;
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}
@media (min-width: 901px) {
	.lineup-slider .slick-track .slick-slide {
		width: auto !important;
	}
}
.featured-properties {
	padding-left: 60px;
	padding-right: 60px;
}
.featured-properties .slick-track {
    display: flex !important;
}
.featured-properties .slick-slide {
    height: inherit !important;
}
.side-arrows .slick-prev,
.side-arrows .slick-next {
	position: absolute;
	top: calc(50% - 25px);
	z-index: 5;
}
.side-arrows .slick-prev {
	left: 20px;
}
.side-arrows .slick-next {
	right: 20px;
}
@media (min-width: 1661px) {
	.featured-properties {
		padding-left: 130px;
		padding-right: 130px;
		max-width: 1660px;
	}
}

@media (max-width: 1100px) {
	.featured-properties {
		padding-left: 0;
		padding-right: 0;
	}
}

/* * * About * * */
.icon-pad {
	padding-top: 33px;
	padding-bottom: 33px;
  border-radius: 50%;
  width: 124px;
  margin: auto;
	margin-bottom: 46px;
  background: #ebebeb;
}
@media (max-width: 900px) {
	.cards {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.cards .card {
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
}
.cards .card {
	width: 280px;
	height: 280px;
	position: relative;
}
.cards .card .front,
.cards .card .back {
	position: absolute;
	width: 100%;
	height: 100%;
}
.cards .card .front {
	background: white;
}
.cards .card .back {
	background: #6978f1;
	display: none;
	padding: 30px 25px;
}
.cards .card a.link {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.15em;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
}
.cards .card .front img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 78%;
}
.no-touchevents .cards .card:hover .front {
	display: none;
}
.no-touchevents .cards .card:hover .back {
	display: block;
}
.popout {
	height: 44vw;
	max-height: 85vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.popout .tag {
	position: absolute;
	/* background: #fd8469; */
	background: #e9e9f1;
	color: #1c235f;
}
.popout .tag .cta:before {
	background: #1c235f;
}
@media (min-width: 901px) AND (max-width: 1300px) {
	.popout .tag {
		padding: 35px 40px 40px 40px;
		width: 525px;
		max-width: 42vw;
		margin-top: 40px;
	}
	.popout .tag h2 {
		font-size: 36px;
	}
}
@media (min-width: 1301px) {
	.popout .tag {
		padding: 50px 40px 50px 180px;
		max-width: 620px;
		bottom: 55px;
	}
}
@media (max-width: 900px) {
	section.popout {
		display: block;
		padding-top: 44vw;
		padding-bottom: 0;
	}
	.popout {
		background-size: 100% auto;
		background-position: center top;
		max-height: none;
		height: auto;
	}
	.popout .tag h2 {
		margin-bottom: 20px;
	}
	.popout .tag {
		padding: 30px 30px;
		position: relative;
		text-align: center;
	}
}
#contactContainer {
    color: #231f21;
	width: 600px;
	max-width: 100%;
}
#contactContainer h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 8px;
    color: #1c235f;
}
#contactContainer h2 + p {
	text-align: center;
}
#contactContainer form {
	margin-top: 8px;
}
#contactContainer form textarea,
#contactContainer form input:not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    line-height: 1.45em;
    padding: 2px 11px;
	border: 2px solid #e0e0e0;
}
#contactContainer form textarea {
	display: block;
	height: 200px;
}
#contactContainer form p {
	margin-top: 20px;
}
#contactContainer input:focus,
#contactContainer textarea:focus {
	border-color: #1c235f;
}
#contactContainer form input[type=submit] {
    width: 200px;
    margin: auto;
    display: block;
    background: #1c235f;
    color: white;
    border: none;
    padding: 12px 10px;
    text-transform: uppercase;
    line-height: 1em;
}
span.wpcf7-not-valid-tip {
    margin-top: 5px;
    margin-bottom: -6px;
    font-size: 16px;
    line-height: 1em;
}
body div.wpcf7 .ajax-loader {
    display: block;
    margin: 14px auto -15px;
}
body div.wpcf7-response-output {
    padding: 5px 20px;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item > * {
  flex-shrink: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  white-space: nowrap;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

/* * * Team * * */
section.team-list {
	padding-top: 40px;
	padding-bottom: 40px;
}
.team-list .box p.name {
	background: #f24d4a;
	padding: 10px 22px;
	left: 0;
    top: 18.2vw;
	font-weight: 600;
}
.team-list .box .img {
    height: 20vw;
}
.team-list .box-list {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.team-box.tims-box {
	background: #e9e9f1;
	border-top: 4px solid #1c235f;
	border-bottom: 4px solid #1c235f;
}
.team-box.bens-box {
	padding-bottom: 0;
}
.team-box .wrap {
    display: -webkit-flex;
	display: flex;
	text-align: left;
}
.team-box.tims-box img,
.team-box.bens-box img {
	/*width: 100%;
	height: 100%;
    object-fit: cover;*/
	/* object-position: center top; */
}
.team-box div.img ,
.team-box div.attr {
    width: 25%;
}
.team-list .team-box .img,
.team-list .team-box .attr {
    width: 50%;
}
.team-list .team-box img {
	width: 215px;
}
.team-box div.author {
	color: #1c235f;
}
.team-box div.author h4 {
	font-weight: 900;
	font-size: 24px;
    margin-bottom: 4px;
}
.team-box div.author p {
	position: relative;
}
.team-box div.author p:after {
	content: " ";
	position: absolute;
	height: 6px;
	width: 40px;
	background: #1c235f;
	bottom: -24px;
	left: 0;
}
.team-box div.attr {
	padding: 0 50px;
}

@media (min-width: 901px) {
	.team-box .mobile-only {
		display: none;
	}
}

@media (max-width: 900px) {
	body .team-box div.img {
		width: 50%;
		padding-right: 20px;
	}
	body .team-box div.bio {
		padding-left: 20px;
	}
	.team-box div.attr {
		display: none;
	}
	.team-box.tims-box img,
	.team-box.bens-box img {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}
	.team-box div.author p:after {
		content: none;
	}
	body .team-list .team-box {
		display: block;
	}
	.team-list .team-box .img img {
		margin-bottom: 15px;
	}
	.team-list .team-box .img {
		width: 100%;
	}
	.team-list .team-box .attr {
		display: none;
	}
	body .team-list .team-box div.bio {
		margin-top: 20px;
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.team-box .wrap {
		display: block;
	}
	body .team-list .wrap {
		display: block;
	}
	body .team-list .team-box {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	body .team-list .team-box + .team-box {
		padding-top: 30px;
	}
	body .team-box div.img {
		text-align: center;
	}
	body .team-box div.img,
	body .team-box div.bio {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.team-box div.attr {
		padding: 0 20px;
	}
	.team-box.tims-box img,
	.team-box.bens-box img {
		width: 300px;
		margin: auto;
		margin-bottom: 15px;
	}
	.team-box div.author {
		margin-bottom: 15px;
	}
}

.team-box div.bio {
	width: 50%;
	color: #231f21;
}
@media (min-width: 1401px) {
	.team-list .box .img {
		height: 270px;
	}
	.team-list .box p.name {
		top: 246px;
	}
}
@media (max-width: 900px) {
	.team-list .box {
		grid-template-columns: auto auto;
	}
	.team-list .box .img {
		height: 38vw;
	}
	.team-list .box p.name {
		top: 35vw;
	}
}
@media (max-width: 500px) {
	.team-list .box {
		grid-template-columns: auto;
	}
	.team-list .box .img {
		height: 80vw;
	}
	.team-list .box p.name {
		top: 75.4vw;
	}
}
.team-list .team-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	width: 47%;
}
.team-list .team-box div.bio {
	width: 100%;
	margin-top: 30px;
}
.team-list .box div.content {
	padding: 36px 24px 24px;
}
.team-list .box div.content p {
	font-size: 15px;
}
.team-list .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.team-list .wrap > div {
	width: 50%;
}
/* * * Portfolio * * */
@media (min-width: 501px)  {
	.property-grid {
		margin: 0 -10px;
	}	
}
.property-grid .grid-item .img {
	opacity: 0.35;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.property-grid .grid-item img.brand-icon {
  width: 2.5rem;
}
.property-grid .grid-item.gramercy-park img.brand-icon {
  width: 1.5rem;
}
.property-grid .grid-item.summerhill img.brand-icon {
  width: 6rem;
}
.property-status {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background: #1c235f;
}
.property-status.pre-selling {
  background: #3442b3;
}
.property-status.prime-homes-remain {
  background: #fd8469;
}
.property-status.resale-available {
  background: #f24d4a;
}
.property-grid .grid-item a.link {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.iso-grid .grid-item {
	margin: 10px;
}
.property-grid .grid-item {
	padding: 20px;
	display: inline-block;
	position: relative;
	background: #333;
	width: calc( (100% - (10px * 8) ) / 4);
	margin: 10px 8px;
	height: 315px;
	background: #241f21;
}
@media (max-width: 1279px) {
	.property-grid .grid-item {
    width: calc( (100% - (10px * 6) ) / 3);
    height: 30vw;
	}
}
@media (max-width: 1023px) {
	.property-grid .grid-item {
    width: calc( (100% - (10px * 4) ) / 2);
		height: 44vw;
	}
}
@media (max-width: 767px) {
	.property-grid .grid-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 44vw;
	}
}
@media (max-width: 500px) {
	.property-grid .grid-item {
		height: 60vw;
	}
}
.no-touchevents .property-grid .grid-item:hover:before {
	opacity: 0.75;
}
.property-grid .grid-item:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1c235f;
	transition: opacity 0.2s ease;
	opacity: 0;
	z-index: 1;
}
.property-grid .grid-item h3 {
	color: white;
	position: relative;
	margin: 0;
	line-height: 1.35em;
	padding: 18px 0;
}

@media (max-width: 1100px) {		
	.property-grid .grid-item h3 {
		font-size: 16px;
	}
}
@media (max-width: 600px) {		
	.property-grid .grid-item h3 {
		font-size: 3.1vw;
	}
}

.property-grid .grid-item .info {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 90%;
	z-index: 2;
	margin-top: 0;
	transition: 0.15s margin ease;
  text-align: center;
}
.property-grid .grid-item .info div {
	max-height: 0px;
	overflow: hidden;
	/* padding-top: 18px; */
	transition: 0.4s max-height ease;
}
.no-touchevents .property-grid .grid-item:hover .info {
	/* margin-top: -9px; */
}
.no-touchevents .property-grid .grid-item:hover .info div {
	max-height: 300px;
}
.property-grid .grid-item .info div p {
	line-height: 1.2em;
	color: white;
}
.property-grid .grid-item .info div p + p {
	margin-top: 7px;
}

/* * * Portfolio (Single) * * */
.single-property {
	background: #e9e9f1;
}
section.property-single {
	margin-bottom: 300px;
    padding: 50px 40px;
	background: white;
	margin-bottom: 8vw;
	margin-top: -10vw;
}
@media  (max-width: 500px) {
	section.property-single {
		padding: 30px 20px;
	}
}
@media  (max-width: 1460px) {
	section.property-single.wrap {
		max-width: 96%;
	}
}
.property-single .type {
	border: 3px solid white;
	color: white;
	display: inline-block;
	padding: 20px;
	width: 550px;
	max-width: 95%;
    /* margin-top: -114px; */
    transform: translateY(-100%);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 3px;
}
@media  (max-width: 500px) {
	.property-single .type {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
@media  (min-width: 1401px) {
	section.property-single {
		margin-top: -125px;
		padding: 60px 80px;
		margin-bottom: 114px;
	}
}
.property-single .layout {
	display: -webkit-flex;
	display: flex;
	text-align: left;
}
.property-single .layout .sidebar img {
	max-height: 100px;
	width: auto;
	margin-bottom: 20px;
}
@media (min-width: 901px) {
	.property-single .layout .main {
		width: 895px;
		border-right: 3px solid #3442b2;
		padding-right: 50px;
	}
	.property-single .layout .sidebar {
		padding-left: 50px;
		width: 345px;
	}
}
@media (max-width: 900px) {
	.property-single .layout .main {
		-webkit-order: 2;
		order: 2;
	}
	.property-single .layout {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.property-single .layout .main {
		padding-top: 40px;
	}
	.property-single .layout .sidebar {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 3px solid #3442b2;
		padding-bottom: 10px;
		width: 100%;
	}
	.property-single .layout .sidebar p {
		margin-top: 0;
		width: 50%;
		margin-bottom: 25px;
		padding-right: 15px;
	}
}
@media (max-width: 500px) {
	.property-single .layout .sidebar p {
		font-size: 16px;
	}
}
.property-single .other-properties {
	margin-top: 60px;
}
@media (min-width: 901px) {	
	.property-single .other-properties {
		margin-top: 100px;
	}
}
.property-single .other-properties h2 {
    color: #231f21;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.property-single .property-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 32rem;
  margin: 3rem auto 0;
  padding: 2rem;
  background: #1c235f;
  color: #fff;
}
.property-single .property-brand.artessa {
  background: #11283f;
}
.property-single .property-brand.artessa img {
  max-width: 15rem;
}
.property-single .property-brand.artessa .text > * {
  color: #f0ebd8;
}
.property-single .property-brand.artessa .text .button {
  background: #097f71;
}
.property-single .property-brand.artessa .text .button:hover,
.property-single .property-brand.artessa .text .button:focus,
.property-single .property-brand.artessa .text .button:active {
  background: #f05b2c;
}
.property-single .property-brand.zvago {
  background: #002a3a;
}
.property-single .property-brand.zvago img {
  max-width: 18rem;
}
.property-single .property-brand.zvago .text > * {
  color: #fff;
}
.property-single .property-brand.zvago .text .button {
  background: #00a3e0;
}
.property-single .property-brand.zvago .text .button:hover,
.property-single .property-brand.zvago .text .button:focus,
.property-single .property-brand.zvago .text .button:active {
  background: #fff;
  color: #00a3e0;
}

/* * * Investors * * */
.page-id-28 .mast,
.page-id-30 .mast {
	height: 500px;
}

.ajax-load {
	opacity: 0;
	transition: opacity 0.2s ease;
	display: block;
	margin: auto;
}
.investor-login {
	margin-top: 50px;
	position: relative;
	display: inline-block;
}
.investor-login .message {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: -24px;
}
@media (max-width: 500px) {
	.investor-login input {
		display: block;
	}
	.investor-login input[type=submit] {
		margin-left: auto;
		margin-right: auto;
	}
	.investor-login .message {
		margin: auto;
		left: 0;
		right: 0;
	}
}
.investor-login .message span.correct {
	color: #5f985f;
}
.investor-login .message span.incorrect {
	color: #fd8469;
}
.investor-login .message span {
    line-height: 1em;
    font-weight: 900;
    font-size: 16px;
	display: none;
}
.investor-login .message,
.investor-login input {
    width: 256px;
}
.investor-login input {
	border: 2px solid #b4b4b4;
	font-size: 18px;
	font-weight: 700;
	padding: 0 16px;
	font-family: 'Muli', sans-serif;
	line-height: 50px;
	height: 50px;
	margin-bottom: 20px;
}
.investor-login input + input {
	margin-left: 20px;
}
.investor-login input[type=submit] {
	color: white;
	background: #fd8469;
	border-color: #fd8469;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 14px;
	width: 160px;
	transition: all 0.15s ease;
}
.no-touchevents .investor-login input[type=submit]:hover {
	background: #1c235f;
	border-color: #1c235f;
}

@media (min-width: 901px) {
	.no-touchevents .menu-container .menu:hover li > a {
		opacity: 0.4;
	}
	.no-touchevents .menu-container .menu li:hover > a {
		opacity: 1;
	}
	.no-touchevents footer .menu:hover a {
		opacity: 0.4;
	}
	.no-touchevents footer .menu a:hover {
		opacity: 1;
	}
}

.slick-prev,
.slick-next {
	transition: all 0.15s ease;
}
.no-touchevents .panel-slider .slick-prev:hover {
	/* left: 15px; */
	padding-right: 3px;
	-ms-transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.no-touchevents .panel-slider .slick-next:hover {
	padding-left: 3px;
}
.no-touchevents .side-arrows .slick-prev:hover {
	left: 15px;
	padding-right: 5px;
}
.no-touchevents .side-arrows .slick-next:hover {
	right: 15px;
	padding-left: 5px;
}
.featured-properties .slick-track {
	padding-top: 8px;
}
.featured-properties .box {
	transition: transform 0.15s ease;
}
.no-touchevents .featured-properties .box:hover {
	-ms-transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

@media (max-width: 600px) {
	h1:not(:last-child), 
	h2:not(:last-child) {
		margin-bottom: 20px;
	}
	p {
		font-size: 17px;
	}
}

.text-image p + h3 {
	margin-top: 45px;
}
.text-image p + h3 + p + .cta {
	margin-top: 45px;
}

.home .text-image .right {
	background-position: center;
}

section.intro {
	text-align: left;
}

section.property-filters {
	padding-top: 0;
}
.property-filters .tabs-container {
	position: relative;
}
.property-filters .tabs-container:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #b4b4b4;
	left: 0;
	bottom: 0;
}
.property-filters .tabs {
	display: -webkit-flex;
	display: flex;
}
.property-filters .tabs a.active {
	color: black;
	background: white;
	border-bottom-color: white;
}
.property-filters .tabs a {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 60px;
	line-height: 52px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 700;
	color: #b4b4b4;
	background: #f5f5f5;
	border: 2px solid #b4b4b4;
	border-left: 0;
	cursor: pointer;
	transition: all 0.15s ease;
}
.no-touchevents .property-filters .tabs a:hover {
	color: black;
}
.property-filters .tabs a:first-child {
	border-left: 2px solid #b4b4b4;
}
.property-filters .tabs-content {
	text-align: left;
}
@media (min-width: 901px) {
	.property-filters .tabs-content .tab {
		padding: 0;
		transition: padding 0.4s ease, opacity 0.4s ease;
		height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
	}
	.property-filters .tabs-content .tab.active {
		padding: 0;
		height: auto;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

.tabs-content .content {
	display: -webkit-flex;
	display: flex;
}
.tabs-content .content .filters-new {
	width: 30%;
	border-right: 2px solid #b4b4b4;
	padding-right: 50px;
}
.tabs-content .content .filters-new a.active {
	background: #1c235f;
	color: white;
	border-color: black;
}
.no-touchevents .tabs-content .content .filters-new a:not(.active):hover {
	color: black;
}

.news-container {
	text-align: left;
}
.news-container > * + * {
	margin-top: 20px;
}
.news-articles {
	margin-left: 20px;
}
.news-articles li {
	margin-bottom: 8px;
	font-size: 22px;
	list-style: disc outside;
}
.no-touchevents .news-articles li a:hover {
	color: black;
}

/*body:not(.page-id-506) header .sub-menu {
	display: none;
}*/


header .menu-container .sub-menu a {
	font-size: 20px;
}
header .menu-container .sub-menu li {
	margin: 5px 0;
}

.tabs-content .content .properties {
	width: 100%;
	padding-left: 0;
}
.filters-new {
	display: none !important;
}
@media (min-width: 901px) {
	.tabs-content .content .properties .property-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.available-unit {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  padding-bottom: 1rem;
}
.available-unit .bullet {
  width: 2rem;
  height: 2rem;
}
.property-contact {
  margin-top: 3rem;
  text-align: center;
}

.logo-zvago {
  margin: 1rem auto 0;
  max-width: 40rem;
}
