/*
	Theme Name: BPG Residential
	Theme URI: 
	Description: WP Theme for BPG Residential Properties
	Version: 1
	Author: Squatch Creative
	Author URI: https://squatch.us
*/



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

body {
	margin:0px; padding:0px;
	font-family: abadi, sans-serif;
	font-size:0.95em; 
	line-height:1.5em; 
	color:#112A4B;
	overflow-y: scroll;
	overflow-x: hidden;
}
 
div { 
	display:block; 
	position:relative; 
	margin:0px auto; 
	padding:0px; 
}

.bodywrapper {
	max-width:100%; 
	width:100%; 
	overflow-x:hidden; 
}

.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}

.container.padded-container {
    padding: 64px 0 72px 0;
}

.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1080px; 
	box-sizing:border-box;
}

div[class*='span'] {
	box-sizing:border-box;
	float:left; 
	margin:0px auto; 
	padding:28px; 
	height:auto;
}

.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }


.nopadding {
	padding:0px 0px 0px 0px !important; 
}

.table {
	display:table; position:absolute; height:100%; width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
}

h1,
.section-title {
    font-family: hellenic-wide-jf, serif;
    font-size:48px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    color: #455C68;
    margin: 18px auto;
}

h2,
.sub-title {
	font-family: hellenic-wide-jf, serif;
	font-weight:400;
	font-size: 36px;
    line-height: 130%;
    letter-spacing: 0;
	margin:18px 0;
	color:#455C68; 
}

article h2 {
    font-size: 1.45rem;
}

h3 {
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 2px;
    margin: 18px 0;
    color: #455C68;
	font-weight:400;
}

h1.post-pagetitle {
	font-size:48px; line-height:52px;
	margin:0px auto 10px auto; 
}

h5 {
	
	font-size:26px; 
	line-height:30px; 
	color: #A35C3E;
	font-weight:500;
	margin:18px auto; 
}

h6 {
	font-size:24px; line-height:30px; 
	color:#494949; 
	font-weight:400; 
	margin:0px auto 10px auto; 
}

p {
	font-size:18px;
	line-height:135%;
	padding:0;
	margin:18px auto; 
}

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

a {
	color:var(--accent-color);
	text-decoration:none; 
	-webkit-transition:200ms;
	transition:200ms;
}

a:hover {
	color:#494949;
}

img, a img {
	border:0px; display:block; width:100%; height:auto; 
}

small {
	font-size:80%;
}

.bold, strong {
	font-weight:bold;
}

.italic, em {
	font-style:italic;
}

.hidden {
	display:none;
}

.clear {
	clear:both; float:none; display:block; position:relative; 
}

.error {
	color:red;
}

.text-left {
	text-align:left; 
}
.text-right {
	text-align:right; 
}
.text-center {
	text-align:center; 
}

.no-gap {
		padding:0px !important;
		margin:0 auto !important;
}

hr {
	border:0px;
	display:block; clear:both; float:none; margin:0px auto;
	padding:50px 0px;
	width:100%; height:1px; 
	background:none; 
}

a.button, .call-to-action a, .special-cta a {
    display: inline-block;
    width: auto;
    height: auto;
    padding:10px 34px 8px 34px;
    margin: 8px 20px;
    border-radius: 8px;
    background: var(--accent-color);
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
}

a.button:hover, .call-to-action a:hover, .special-cta a:hover {
	background:#6F754F;
}

.search-input {
	display:block; margin:0px auto; width:80%; 
	border:2px #bebebe solid;
	background:#fff url('images/search.png') center right no-repeat;
	padding:5px 10px;
	color:#aaa; 
}

.search-submit {
	display:none; 
}

embed, object, iframe{max-width: 100%;}



















/*HEADER
============================*/

header.header {
	position:fixed; 
	display:block;
	width:100%; height:auto;
	padding:0px; margin:0px auto; 
	background:#fff; 
	z-index:5000; 
}

header.header .container .row {
    max-width: calc(100% - 96px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

header.header div[class*='span'] {
    padding: 12px 0;
	transition:120ms;
}

header.header.scrolled div[class*='span'] {
    padding: 6px 0;
}

.logo-img {
    max-width: 320px;
	transition:90ms;
}

header.header.scrolled .logo-img {
    max-width: 220px;
}

#fixedheaderpadding {
	height:96px; 
}

ul.menu {
	display:block; 
	float:right; 
	margin:0px auto; 
	clear:right; 
	padding: 16px 0 10px 0;
	list-style:none;
	transition:90ms;
}

header.header.scrolled ul.menu {
	padding: 8px 0 0 0;
}

ul.menu li {
	display:inline-block; 
	position:relative;
}

ul.menu li a {
	display:block; margin:0px auto;
	height:auto; width:auto; 
	padding:4px 12px; 
	color:#636363; text-transform:uppercase;
	font-size:14px; line-height:16px; 
	-webkit-transition:200ms;
	transition:200ms;
}

ul.menu li:first-child a {
	padding-left:0px;
}

ul.menu li:last-child a {
	padding-right:0px; 
}

ul.menu li a:hover {
	color:var(--accent-color);
}

ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    z-index: 50 !important;
    background: #fff;
    border: 2px #a4a4a4 solid;
    padding: 10px 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    box-shadow: none;
    transform: translateX(-50%);
}

ul.sub-menu li {
	display:block; 
	float:none; 
	clear:both;
}

ul.sub-menu li a {
    padding: 6px 12px !important;
}

ul.menu li:hover > ul.sub-menu {
	display:block; 
}

.mobile-menu {
	display:none;
}

ul.socialnav {
	display:block; 
	float:right; 
	margin:0px auto; 
	clear:right; 
	text-align:right;
	padding:10px 0px 0px 0px;
	list-style:none;
	transition:90ms;
}

header.header.scrolled ul.socialnav {
	padding-top:0;
}

ul.socialnav li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    width: auto;
    height: auto;
    transition: 90ms;
}

ul.socialnav li.phone {
    font-size: 28px;
    line-height: 32px;
	font-weight:300;
    height: 32px;
    vertical-align: middle;
	padding-right:18px;
}

ul.socialnav li.cta {
	padding-right:12px;
}

.header.scrolled ul.socialnav li {
	padding-left:2px;
}

ul.socialnav li.social-link a, ul.socialnav li.cta a {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
    background: var(--accent-color);
    border-radius: 50%;
    margin: 0px auto;
    padding: 0px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    transition: 200ms;
}

ul.socialnav li.phone a {
	color:#fff; 
}

ul.socialnav li a:hover {
	background:#6F754F; 
}

ul.socialnav li.cta a.button {
    display: flex;
    width: auto;
    height: 32px;
    border-radius: 2px;
    padding: 5px 12px 2px 12px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}

.header.scrolled ul.socialnav li a {
    transform: scale(0.8);
}

.downarrow-bottom, .downarrow-top {
	display:block; 
	float:none; 
	position:relative; 
	margin:0px auto; 
	padding:0px;
	background: url('images/trianglesprite.png') no-repeat;
	background-size:100% auto;
	width:230px; 
	height:60px; 
	overflow:hidden; 
	z-index:2000; 
	font-size:0px;
	color:transparent;
}

.downarrow-bottom:before, .downarrow-top:before {
    display: block;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 18px;
    left: 50%;
    color: var(--accent-color);
    z-index: 5;
    transform: translateX(-50%);
}

.downarrow-bottom {
	background-position:top center; 
	margin-top:-30px !important;
}

.downarrow-top {
	background-position:bottom center;
	margin-bottom:-30px !important;
}









/* HERO AND HOME
====================================*/
.container.parallax-container {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
	position:relative;
	box-sizing:border-box;
	width:calc(100% - 96px);
	margin:0 auto;
	height:80vh;
	min-height:480px;
}

.parallax-container.second-hero {
    justify-content: flex-end;
}

.flexbox.title {
    display: flex;
    flex-flow: column wrap;
    max-width: 640px;
    flex: 0 0 640px;
    margin: 0;
}

.hero1 .flexbox.title {
	text-align:right;
}

.flexbox.title h2:first-child {
	margin-top:80px; 
}

.flexbox.title h2 {
    display: inline-block;
    font-family: 'abadi';
    margin: 5px 40px;
    padding: 6px 10px 2px 10px;
    width: auto;
    height: auto;
    color: #455C68;
    background: #fff;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 120%;
    font-weight: 400;
    text-transform: none;
}

.flexbox.title h2.animate.animation {
	-webkit-animation:slideDown 1s forwards;
	animation:slideDown 1s forwards;
}

.flexbox.title.reverse h2 {
	color:#fff;
	background:#455C68;
}

.flexbox.title h2.animation:nth-of-type(1) {
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}

.flexbox.title h2.animation:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

.flexbox.title h2.animation:nth-of-type(3) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

.flexbox.title h2.animation:nth-of-type(4) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

.flexbox.title h2.animation:nth-of-type(5) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

p.welcome {
    display: block;
    margin: 24px auto;
    width: 960px;
    max-width: 100%;
    text-align: center;
}
/*
p.welcome:first-of-type {
    padding-right: 12px;
}

p.welcome:nth-of-type(2) {
    padding-left: 12px;
}
*/
p.buttons a.button {
    letter-spacing: 3px;
    padding: 10px 42px 6px 42px;
}












































/* PERKS
=========================== */

.row.flex-row.perks-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.flex-box.perk {
    display: block;
    box-sizing: border-box;
    flex: 0 0 calc(33% - 18px);
    max-width: calc(33% - 18px);
    margin: 18px 0;
    text-align: center;
	perspective:1000px;
}

.flex-box.perk.floor-plan {
	 flex: 0 0 calc(50% - 18px);
    max-width: calc(50% - 18px);
}

.floor-plan a.button {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.flex-box.perk.animate.animation {
	-webkit-animation:slideDown 1s forwards;
	animation:slideDown 1s forwards;
}

.flex-box.perk.animate.animation:nth-of-type(1) {
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}

.flex-box.perk.animate.animation:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

.flex-box.perk.animate.animation:nth-of-type(3) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

.flex-box.perk.animate.animation:nth-of-type(4) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

.flex-box.perk.animate.animation:nth-of-type(5) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

.flex-box.perk.animate.animation:nth-of-type(6) {
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}

.perk:hover .flipper, .perk.hover .flipper {
	transform: rotateY(180deg);
}

.flex-box.perk, .front, .back {
	height:430px;
}


.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}


.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	box-sizing:border-box;
	top: 0;
	left: 0;
	display:flex;
	flex-flow:column wrap;
	width:100%;
	padding:0 24px;
	justify-content:center;
	align-items:center;
	border: 1px #e0e0e0 solid;
	background:#efefef;
	cursor:pointer;
}

.front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}








/* FLOOR PLANS
============================ */

.container.padded-container.floor-plan-units {
    padding: 0 0 64px 0;
}

.floor-plan-units .row {
    max-width: 1080px;
}

.span100.floor-plan {
    padding-bottom: 0;
}

.floor-plan.active {
    display: block;
}

.floor-plan {
    display: none;
}

.floor-plan img {
    display: block;
    width: 920px;
    max-width: 100%;
}

.units-listing.active, .unit-type-gallery.active {
    display: block;
}

.units-listing, .unit-type-gallery {
    display: none;
}

.floor-plan-units h2 {
    margin-top: 0;
}

.floor-plan-tab {
    flex: 0 0 33.333333339%;
    box-sizing: border-box;
    padding: 36px 48px;
    margin: 0;
}

.floor-plan-tab a.button {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 28px 12px 18px;
    margin: 0;
    color: #73A5C0 !important;
    border: 0;
    background: white !important;
}

.floor-plan-tab a span {
    display: block;
    font-family: 'Source Sans Pro';
    text-align: left;
    font-size: 15px;
    line-height: 100%;
}

.floor-plan-tab a.button i {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.floor-plan-tab a:hover {
    background: #0e2240 !important;
	color:white !important;
}


.units-tabs a {
    display: inline-block;
    margin-right: 24px;
    padding: 12px 24px;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    color: #707070;
    background: #efefef;
	position:relative;
}

.units-listing {
    border: 1px #707070 solid;
}

.units-listing .unit {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px #707070 solid;
}

.units-listing .unit:nth-of-type(even) {
    background: #fafafa;
}

.units-listing .unit:last-of-type {
    border-bottom: 0;
}

.units-tabs a.active {
    background: white;
    color: var(--pink);
    position: relative;
}

.units-tabs a.active:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    content: '';
    z-index: 1;
}

.attachment a.button {
    margin: 0;
    font-size: 14px;
    padding: 8px 8px 4px 8px;
    text-align: center;
    width: 100%;
}

.unit div {
    margin: 0;
    padding: 0 24px;
    font-size: 16px;
    line-height: 18px;
}

.units-listing .unit.unit-header {
    font-weight: 700;
}

.unit-no {
    flex: 0 0 25%;
}

.brba {
    flex: 0 0 25%;
}


.unit .description {
    padding-top: 18px;
    flex: 0 0 100%;
    padding-bottom: 8px;
}

.description p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.sqft {
    flex: 0 0 25%;
}

.attachment {
    flex: 0 0 25%;
}
























/* CALL TO ACTION 
============================= */

.flexbox.call-to-action {
    background: #fff;
    margin: 40px 0 0 40px;
    box-sizing: border-box;
    padding: 24px;
    flex: 0 0 480px;
    max-width: 480px;
    align-items: center;
    text-align: center;
}

.flexbox.call-to-action.reverse {
	background:var(--accent-color) !important;
	color:#fff !important;
}

.flexbox.call-to-action.reverse p,
.flexbox.call-to-action.reverse h1,
.flexbox.call-to-action.reverse h2,
.flexbox.call-to-action.reverse h3,
.flexbox.call-to-action.reverse ul li {
	color:#fff;
}

.flexbox.call-to-action h2 {
    font-family: 'abadi';
}

.flexbox.call-to-action.reverse a {
	color:var(--accent-color);
	background:#fff;
}

.flexbox.call-to-action.reverse a:hover {
	background:#efefef;
}

.flexbox.call-to-action.animate.animation {
	-webkit-animation:slideDown 1s forwards;
	animation:slideDown 1s forwards;
}

.call-to-action img {
    width: auto;
    max-width: 100%;
    margin: 0;
}

.flexbox.title.call-to-action a {
	margin:12px 0;
}



.container.flex-container.parallax-container.reverse {
    justify-content: flex-end;
}

.reverse.container .flexbox.call-to-action {
    margin:40px 40px 0 0;
}




















/* LOCATION
===================== */

.flex-box.perk.icon-perk {
    height: auto;
    border: 1px #e0e0e0 solid;
    padding: 24px;
    box-sizing: border-box;
}

.icon-perk p.icon i {
    margin: 0 auto;
}

.row.resources {
    max-width: 720px;
}

.accordion h2 {
    position: relative;
    margin: 0;
    font-family: 'abadi';
    font-size: 24px;
    line-height: 24px;
    border-bottom: 2px #e0e0e0 solid;
    padding: 12px 18px 12px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.accordion h2:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    color: #a4a4a4;
	transition:40ms;
	font-weight:700;
}

.accordion h2.open {
	color:#A35C3E;
}

.accordion h2.open:after {
	transform:rotate(180deg);
	color:#A35C3E;
}

.accordion-content {
    display: none;
	padding:12px 24px;
	background:#f7f7f7;
}

.accordion-content.open {
	display:block;
}


















/* GALLERY 
======================= */

.container.gallery-container {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
	position:relative;
	box-sizing:border-box;
	width:calc(100% - 96px);
	margin:0 auto;
	height:auto;
	min-height:480px;
}

.container.gallery-container a {
	flex:0 0 25%;
}

.fancybox-navigation button {
    position: fixed !important;
}



















/* BLOG
=============================== */

.container.flex-container.parallax-container.post-info-container {
    align-items: center;
    justify-content: center;
}

.flexbox.call-to-action.post-info {
    margin: 0;
}

.row.post-row {
    max-width: 720px;
}

.row.flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.flex-box.post {
    display: block;
    box-sizing: border-box;
    flex: 0 0 calc(33% - 18px);
    max-width: calc(33% - 18px);
    margin: 18px 0;
    text-align: center;
	perspective:1000px;
}

.flex-box.post.animate.animation {
	-webkit-animation:slideDown 1s forwards;
	animation:slideDown 1s forwards;
}

.flex-box.post.animate.animation:nth-of-type(1) {
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}

.flex-box.post.animate.animation:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

.flex-box.post.animate.animation:nth-of-type(3) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

.flex-box.post.animate.animation:nth-of-type(4) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

.flex-box.post.animate.animation:nth-of-type(5) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

.flex-box.post.animate.animation:nth-of-type(6) {
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}

.shares {
    padding: 48px 0px;
}

.shares p a {
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
    padding: 8px;
}

.shares h4 {
    color: #989898;
    letter-spacing: 2px;
}

.sidebar-widget ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.sidebar-widget ul li {
	list-style:none;
	margin:0px;
	padding:10px 0px; 
}

.sidebar-widget h3 {
	margin-top:24px; 
	margin-bottom:4px;
	border-bottom:2px #696969 solid;
}

span.post-date {
	display:block;
	clear:both;
	position:relative;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase; 
	color:#aaa;
}

.pagination {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pagination a, .pagination span {
    display: block;
    box-sizing: border-box;
    padding: 6px 12px;
    margin: 0 4px;
    background: #efefef;
    border: 1px #e1e1e1 solid;
}












/* LANDING
==================== */

.container.landing-page-container.parallax-container {
    align-items: center;
    height: auto;
    padding: 148px 0;
    min-height: 80vh;
}

.landing-page-container .flexbox.call-to-action {
    margin: 0 auto;
}















/*CONTACT 
============================*/

.container.map-container {
	margin:0 auto;
	max-width:calc(100% - 96px);
}

.map-container iframe {
	width:100%;
	height:480px;
}

p.icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
}
p.icon i {
    display: flex;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    margin-right: 32px;
}
p.icon span {
    flex: 1;
}

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 24px 0px;
}

input, textarea, select {
    box-sizing: border-box;
    display: block;
    margin: 12px auto;
    padding: 12px;
    color: #676767;
    border: 1px #e4e4e4 solid;
    background: #efefef;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
	font-family: 'Source Sans Pro';
}

input[type="submit"] {
    -webkit-transition: 300ms;
    transition: 300ms;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: var(--accent-color);
    color: White;
}

input[type="submit"]:hover {
	background: #6F754F
	color:#eee; 
}

div.wpcf7-response-output {
    margin: 0px auto;
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #99c387;
    background: #d4fbb2;
    color: #000;
}

div.wpcf7-validation-errors {
    border: 2px solid #d0c419;
    background: #dcdc9b;
    color: #000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #d49d3a;
    background: #dcc497;
    color: #000;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f35656;
    background: #e4b2b2;
    color: black;
}



























/* FOOTER 
=======================*/

footer {
	display:block; 
	position:relative; 
	clear:both; 
	float:none; 
	box-sizing:border-box;
	width:calc(100% - 96px); 
	max-width:calc(100% - 96px); 
	margin:0px auto; 
	
	padding:64px 0px; 
	height:auto;
}

footer.footer .row {
    z-index: 2;
}
footer.footer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #455C68;
	z-index:1;
	opacity:0.85;
}


footer h1, footer h2.section-title, footer h5, footer h6 {
	color:#fff; 
}

footer h1 {
    font-size: 48px;
    line-height: 54px;
	margin:0;
}

footer h5 {
    font-size: 28px;
    line-height: 32px;
	margin:0;
}

footer h6 {
    padding: 15px 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0px;
}

footer h6 span {
	font-size:22px;
}

footer a:link, footer a:visited {
	color:#fff;
}

footer a:hover {
	color:var(--accent-color); 
	text-decoration:none; 
}

footer ul.socialnav {
    float: none;
    clear: both;
    text-align: center;
    text-decoration: none;
	padding:0;
}

footer ul.socialnav li.social-link {
    padding: 6px;
	display: inline-block;
    float: none;
}

footer ul.socialnav li.social-link a {
    width: 72px;
    height: 72px;
    text-decoration: none;
	background:white;
}

footer ul.socialnav li.social-link a:hover {
	
	background:#4b4b4b;
}

footer ul.socialnav i {
    font-size: 48px;
    line-height: 48px;
    color:#455C68;
	transition:200ms ease all;
}

footer ul.socialnav a:hover i {
	color: #fff;
}


footer hr {
    height: 5px;
    padding: 0px;
    max-width: 480px;
    margin: 12px auto;
    border-bottom: 2px #fff dotted !important;
}

.container.footer-bottom {
	max-width:calc(100% - 96px);
	margin:0 auto;
}

.footer-bottom div[class*='span'] {
	padding:12px
}

img.equal-handicap {
    max-width: 72px;
    float: left;
}

.builtby {
    max-width: 80px;
    padding: 4px 0px;
    margin: 0 auto 0 18px;
    display: block;
    float: left;
    clear: none;
    z-index: 100;
    opacity: 0.32;
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}
.copyright {
	font-size:10px; color:#696969; text-align:center; 
}

#pop-up-banner {
    display: none;
}

#pop-up-banner img {
    max-height: 80vh;
    max-width: 80vw;
}


.button-scripts {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.button-scripts .button {
	background-color: var(--accent-color) !important;
}

.tingle-modal {
	z-index: 9999 !important;
}






/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

	.animate {
		opacity:0.0; 
	}		
	.animation {
		-webkit-animation:slideIn 1s forwards;
		animation:slideIn 1s forwards;
	}

	@-webkit-keyframes slideIn {
		from 	{ opacity:0.0; -webkit-transform: translate(0px,0px); }
		to		{ opacity:1.0; -webkit-transform: translate(0,0); }
		}

	@-keyframes slideIn {
		from 	{ opacity:0.0; transform: translate(0px,0px); }
		to		{ opacity:1.0; transform: translate(0,0); }
	}
	
	@-webkit-keyframes slideDown {
		from 	{ opacity:0.0; -webkit-transform: translate(0px,60px); }
		to		{ opacity:1.0; -webkit-transform: translate(0,0); }
		}

	@-keyframes slideDown {
		from 	{ opacity:0.0; transform: translate(0px,60px); }
		to		{ opacity:1.0; transform: translate(0,0); }
	}


	@-webkit-keyframes shake {
		0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
		10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
		20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
		30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
		40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
		50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
		60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
		70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
		80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
		90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
		100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
	}

	@keyframes shake {
		0% { transform: translate(2px, 1px) rotate(0deg); }
		10% { transform: translate(-1px, -2px) rotate(-1deg); }
		20% { transform: translate(-3px, 0px) rotate(1deg); }
		30% { transform: translate(0px, 2px) rotate(0deg); }
		40% { transform: translate(1px, -1px) rotate(1deg); }
		50% { transform: translate(-1px, 2px) rotate(-1deg); }
		60% { transform: translate(-3px, 1px) rotate(0deg); }
		70% { transform: translate(2px, 1px) rotate(-1deg); }
		80% { transform: translate(-1px, -1px) rotate(1deg); }
		90% { transform: translate(2px, 2px) rotate(0deg); }
		100% { transform: translate(1px, -2px) rotate(-1deg); }
	}

}










/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1095px) {
	
	
	header.header .container .row,
	.container.parallax-container,
	.container.gallery-container,
	.container.map-container,
	footer,
	.container.footer-bottom {
		width:calc(100% - 24px); 
		max-width:calc(100% - 24px); 
	}
	
	div#fixedheaderpadding {
		height: 86px;
	}
	
	.logo-img {
		max-width: 220px;
	}
	
	nav.nav {
		display:none;
	}

	.mobile-menu {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -24px;
		right: 0;
		z-index: 1000;
		color: #8c8c8c;
		width: 48px;
		height: 48px;
		text-align: center;
		font-size: 24px;
		line-height: 48px;
		cursor: pointer;
	}
	
	header.header.scrolled div[class*='span'] {
		padding:12px 0;
	}
	
	.header.opened .mobile-menu {
		color:#fff;
	}

	.header.opened nav.nav {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: rgba(0,0,0,0.95);
		z-index: 900;
		flex-flow: column wrap;
	}

	ul.menu {
		display:block;
		position:relative;
	}

	ul.menu li {
		display: block;
		float: none;
		border:0px;
	}

	ul.menu li a {
		text-align: center;
		color:#fff;
	}
	
	ul.menu li:first-child a, 
	ul.menu li:last-child a {
		padding:4px 16px;
	}
	
	ul.menu li a:hover {
		color:#fff;
	}
	
	ul.sub-menu {
		display: block;
		position: relative;
		border: 0px;
		background: transparent;
		padding: 0px;
	}
	
	li.mobile-hide {
		display: none !important;
	}
	
	header.header ul.socialnav {
		float: none;
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
		
	header.header ul.socialnav li {
		display: none;
		float: none;
		clear: both;
		max-width: 240px;
		margin: 0 auto;
	}
	
	header.header ul.socialnav li.phone {
		display:block;
		color: #fff;
		text-align: center;
		padding: 12px;
		height: auto;
	}
	
	header.header ul.socialnav li.cta {
		padding: 0px;
		display: block;
	}
	
	header.header.scrolled ul.socialnav {
		padding-top:10px;
	}
	
	.header.scrolled ul.socialnav li a {
		transform: scale(1.0);
	}
	
	p.icon i {
		width: 48px;
		height: 48px;
		margin-right: 24px;
		font-size: 24px;
	}
	
	p.icon {
		font-size: 20px;
	}
	
	
	
}
@media all and (max-height:850px) {


	.gallery-container .row {
		max-width:760px; 
	}
	.properties-page #prev, .properties-page #next {
		margin-top:190px; 
	}

}
@media all and (max-width:769px) {


	div[class*='span'] {
		float:none; clear:both; 
		width:100%; 
		padding:18px; 
		margin:0px auto;
	}
	
	header.header div[class*='span'] {
		float:left;
		clear:none; 
		padding:12px 0px;
	}
	
	header.header div.span30 {
		width:80%;
	}
	
	header.header div.span70 {
		width:20%; 
	}
	
	.container.parallax-container {
		height: auto;
		min-height: calc(80vh);
		padding: 32px 0px;
	}

	.span5, .span10 {
		display:none; 
	}
	
	.span50.two-column {
		padding: 0 18px;
	}
	
	.two-column ul {
		margin:0;
	}
	
	.flexbox.title {
		max-width: 320px;
		flex: 0 0 100%;
	}
	
	.flexbox.title h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 5px 24px;
	}
	
	.flexbox.call-to-action, 
	.reverse.container .flexbox.call-to-action	{
		flex: 0 0 calc(100% - 48px);
		max-width: calc(100% - 48px);
		margin: 24px;
	}
	
	p.buttons a.button {
		display: block;
		width: calc(50% - 24px);
		max-width: calc(50% - 24px);
		font-size: 16px;
		line-height: 18px;
		float: left;
		margin: 12px;
		padding: 8px 12px;
	}
	
	a.button, .call-to-action a {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 18px;
		width: 100%;
		margin: 0 auto;
	}
	
	.row.flex-row.perks-container {
		justify-content: center;
		align-items: flex-start;
	}
	
	.flex-box.perk {
		flex: 0 0 calc(50% - 36px);
		max-width: calc(50% - 36px);
		margin: 18px 9px;
	}
	
	.flex-box.perk.animate.animation:nth-of-type(1),
	.flex-box.perk.animate.animation:nth-of-type(2),
	.flex-box.perk.animate.animation:nth-of-type(3),
	.flex-box.perk.animate.animation:nth-of-type(4),
	.flex-box.perk.animate.animation:nth-of-type(5),
	.flex-box.perk.animate.animation:nth-of-type(6) {
		-webkit-animation-delay:0s;
		animation-delay:0s;
	}
	
	.span50.accordion {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.flexbox .call-to-action h3 {
		margin: 0;
	}
	
	.container.gallery-container a {
		flex: 0 0 33%;
	}

	.map-container iframe {
		height:360px;
	}
	
	.units-tabs a {
		font-size: 12px;
		line-height: 14px;
		padding: 8px 12px;
		margin-right: 6px;
	}

	.units-listing .unit div {
		flex: 0 0 50%;
		text-align: center;
		padding: 6px;
	}
	
	.units-listing .unit.unit-header {
		display: none;
	}

}
@media all and (max-width:480px) {
	
	.container.padded-container {
		padding: 32px 0 38px 0;
	}
	
	p.welcome {
		float: none;
		clear: both;
		width: 100%;
		padding: 0 !important;
		text-align: center;
	}
	
	p.buttons a.button {
		display: block;
		width: 100%;
		max-width: 240px;
		font-size: 14px;
		line-height: 18px;
		float: none;
		margin: 12px auto;
	}
	
	.page-id-160 .span100 > a.button {
		margin: 12px auto;
	}
	
	.flexbox.call-to-action,
	.reverse.container .flexbox.call-to-action {
		flex: 0 0 calc(100% - 24px);
		max-width: calc(100% - 24px);
		margin: 12px;
		padding: 12px;
	}
	
	.flex-box.perk {
		flex: 0 0 calc(100% - 36px);
		max-width: calc(100% - 36px);
	}
	
	.container.gallery-container a {
		flex: 0 0 50%;
	}


	.slideshow-wrapper-thumbs img {
		display:inline-block;
		width:55px;height:55px;
		float:none; 
		margin:5px 3px; 
		cursor:pointer; 
	}
	
	.map-container iframe {
		height:240px;
	}
	
	p.icon i {
		width: 32px;
		height: 32px;
		margin-right: 12px;
		font-size: 16px;
	}
	
	p.icon {
		font-size: 14px;
	}

	h1 {
		font-size:30px; 
		line-height:34px; 
	}
	
	h2 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.accordion h2 {
		font-size: 14px;
		padding-right: 36px;
		text-align: left;
	}

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

	h1, h2, h3, h4, h5, h6 { text-align:center; } 
	
	p, ul li {
		font-size: 14px;
		line-height: 18px;
	}

	input, textarea, select {
		max-width:260px; 
		min-width:260px;
	}
	
	footer.footer {
		padding: 64px 0 24px 0;
		background: var(--accent-color) !important;
	}
	
	footer h1 {
		font-size: 24px;
		line-height: 32px;
	}
	
	footer ul.socialnav li.social-link a {
		width: 36px;
		height: 36px;
	}
	
	footer ul.socialnav i {
		font-size: 18px;
		line-height: 24px;
	}
	
	footer h5 {
		font-size: 22px;
		line-height: 28px;
	}
	
	footer h6 {
		font-size: 13px;
		line-height: 18px;
	}
	
	footer h6 span {
		display: block;
		font-size: 15px;
		font-weight: bold;
	}
	
	.units-tabs a {
		font-size: 12px;
		line-height: 14px;
		padding: 8px 4px;
		margin-right: 0;
	}
	
	.units-listing .unit div {
		flex: 0 0 100%;
	}
	


}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/

.grecaptcha-badge { opacity:0;}

