@import url('https://fonts.googleapis.com/css?family=Adamina|Cormorant+Garamond|Playfair+Display:400,700&display=swap');
:root{
    --primary-color: #0eb82f;
}
body{
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
}
a{
    transition: all 0.3s;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_header_section {
    background: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
z-index:1000;
}

.header_logo {}

.header_logo img {
    max-width: 90%;
}

nav.navbar{
    padding: 0;
}

nav.navbar ul {
background:#fff;
}

nav.navbar ul li {}

nav.navbar ul li a {
    color: #483831;
    padding: 6px 10px !important;
    background-color: #fff;
    font-weight:100;
}

nav.navbar ul li a:hover {
    background: var(--primary-color);
	color:#fff;
}

.dropdown-item:focus, .dropdown-item:hover{
color:#fff;
}
.dropdown-menu{
border:none;
}
.header_links {
    text-align: right;
}

.header_links ul li {
    display: inline-block;
}

.header_links ul li a {
    color: #483831;
}

.header_links ul li.header_link_apply {
    margin-right: -4px;
    margin-left: 3px;
}

.header_links ul li.header_link_apply a {
    border: 1px solid var(--primary-color);
    border-radius:1px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 7px 12px;
    font-size: 10px;
    background: var(--primary-color);
    color: #fff;
	cursor: pointer !important;
}

/* .header_links ul li.header_link_apply a:hover {
    color: #483831;
    background: transparent;
	border-color: #483831;
} */


.header_links ul li.header_link_phone {
    position: relative;
}

.header_links ul li.header_link_phone::before {
/*   content: ""; */
  background: url(../img/phone.png);
  width: 15px;
  height: 28px;
  position: absolute;
  left: -25px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -1px;
}
.header_content {
    background-size: cover !important;
    background-position: center !important;
}

.header_content_inner {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    padding: 250px 0;
}
body.page-template-template-home .header_content_inner {
    padding: 0;
    height: calc(100vh - 90px);
}
body.page-template-template-home .header_content_inner .row {
    margin: 0 auto;
}
body.page-template-template-home .header_content_inner h2 {
    font-size: 50px;
}

.header_content_inner h2, .header_content_inner h1 {
    margin: auto;
    font-size: 70px;
    font-weight: 100;
    display: block;
    width: 80%;

}
.header_content_inner p{
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
.header_content_inner p a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 100;
    border: 1px solid #fff;
    background: #0eb82f;
    border-color: #0eb82f;
}


.home_about_section {
    background-size: cover !important;
    background-position: center !important;
}

.home_about_section_inner {
    background: rgba(0,0,0, 0.5);
    padding: 150px 0;
    color: #fff;
    text-align: center;
}

h2 {
    font-weight: 100;
    font-size: 35px;
}

.home_about_section_inner h2 {
    margin-bottom: 20px;
}

.home_about_section_inner p {
    max-width: 560px;
    margin: 0 auto;
}

.home_about_section_inner p a {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 16px;
font-weight:100;
}

.home_about_section_inner p a:hover {
    background: var(--primary-color);
    border:none;
}

.content_block_wrap {
    overflow: hidden;
/*     border-bottom: 5px solid #483831; */
}

.content_block_image {
    background-size: cover !important;
    background-position: center !important;
}
.content_block_image3{
/*  background-position-y: -42px !important; */
}

.content_block_content {
    background: #fefefe;
    color: #483831;
}

.content_block_content_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 130px 20px;
}

.content_block_content_inner h2 {
    margin-bottom: 20px;
	font-weight:100;
	color: #483831;
}

.content_block_content_inner p {
    font-weight: 300;
    font-size: 16px;
}

.content_block_content_inner p a {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: lighter;
	background: var(--primary-color);
}


}

.content_block_content_inner p a:hover {
    background: var(--primary-color);
    border-color:var(--primary-color);
	color:#fff;
}

.content_block_style_right .content_block_content_inner {
    text-align: left;
}
.page-id-29 .home_location_section{
	background:#fefefe;
	color:#483831;
	text-align:center;
}
.home_location_section {
    padding: 60px 0;
    background: #fefefe;
}

.home_location_section_box {
    background-size: cover !important;
    background-position: center !important;
	border: 8px solid var(--primary-color);
}

.home_location_section_box_inner {
    background: rgba(0,0,0, 0.6);
    text-align: center;
    color: #fff;
    padding: 180px 20px;
}

.home_location_section h2 {
    margin-bottom: 20px;
}

.home_location_section_box_inner p a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 15px;
    font-size: 16px;
}

.home_location_section_box_inner p a:hover {
    background: var(--primary-color);
    border:none;
}

.home_location_section_box_inner p {
    margin: 0;
}
.footer {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 0;
}

.footer .container {
    max-width: 1280px;
}

.col-md-4.align-self-bottom {
}

.footer_info {
    font-size: 14px;
}

.footer_info_row.footer_info_row_address {
    margin-bottom: 5px;
}
.footer_info_row{
    position: relative;
    padding-left: 20px;
}
.footer_info_row::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 0;
}
.footer_info_row.footer_info_row_address::before{
  background: url(../img/map-icon.png);
}
.footer_info_row.footer_info_row_phone::before{
  background: url(../img/phone-white.png);
}

.footer_links_col {
    display: inline-block;
    font-size: 14px;
}

.footer_links_col.footer_links_col_copy {
    float: right;
}

.footer_links {
    overflow: hidden;
    padding: 0 10px;
}

.footer_links a {
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
}

.footer_imgs {
    text-align: right;
}

.footer_imgs img {
    display: inline-block;
}

img.footer_acc {
    width: 25px;
	margin-left: 25px;
}

img.footer_res360 {
    width: 150px;
    margin-left: 25px;
}

.floorplan_filter {
    padding: 30px 0 30px;
    text-align: center;
    background: #fefefe;
}

.floorplan_filter_inner a {
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #483831;
  margin: 0 10px;
  min-width: 120px;
  cursor: pointer;
  color: #483831 !important;
}

.floorplan_filter_inner a.active {
    background: var(--primary-color);
    color: #fff!important;
    border:none;
}

.floorplan_image {
    padding: 0 60px;
    margin-bottom: 30px;
}
.floorplan_image img {
    width: 100%;
}

.floorplan_image_selector {
    text-align: center;
}

.floorplan_image_selector a {
    border: 1px solid #61b0bc;
    width: 50px;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 3px;
}

.floorplan_item {
    background: #fefefe;
    padding: 60px 0;
    color: #483831;
}

.floorplan_item:nth-child(even) {
    background: #f3f3f3;
}

.floorplan_item.active_plan {
    background: #fff;
}
.floorplan_item.active_plan:nth-child(even) {
    background: #f3f3f3;
}
.floorplan_image_selector a.active {
    background: #61b0bc;
    color: #fff;
}

.floorplan_contents {}

.floorplan_contents h3 {
    color: #483831;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.floorplan_contents h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.floorplan_contents h4 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 50px;
}

.floorplan_contents a {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 30px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid;
    background-color:var(--primary-color);
    color:#fff!important;
    border-color:var(--primary-color);
}

/* .floorplan_item:nth-child(odd) .floorplan_contents h3 {
    color: #483831;
}

.floorplan_item:nth-child(odd) .floorplan_contents a {
    color: #483831 !important;
    border-color: #483831;
} */
.amenities_icons {
    padding: 60px 0;
}

.amenities_icon_col {
    text-align: center;
}

.amenities_icon_image {
    margin-bottom: 20px;
}

.amenities_icon_image img {max-width: 100px;}
.content_block_content_inner ul {
    list-style: none;
    padding-left: 0;
}

.content_block_content_inner ul li {
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
    padding-left: 35px;
}

.content_block_content_inner ul li::before {
  content: "";
  background: url(/wp-content/uploads/2022/04/bullet-green.png);
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.content_block_style_white .content_block_content {
    background: #fefefe;
    color: #483831;
}

.commercial_about {
    padding: 60px 0;
    text-align: center;
}

.commercial_about h2 {
    margin-bottom: 20px;
}

.commercial_about p {
    max-width: 480px;
    margin: 0 auto;
}

.commercial_about p a {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #61afbc;
    color: #483831;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.commercial_about p a:hover {
    background: #61afbc;
}

.commercial_image_block {
    background-size: cover !important;
    background-position: center !important;
}

.commercial_image_block_inner {
    padding: 200px 0;
    background: rgba(0, 0, 0, 0.6);
}

.commercial_active_projects_header {
    text-align: center;
    font-weight: 700;
    padding: 60px 15px;
    font-size: 35px;
    text-transform: uppercase;
}

.commercial_active_projects_wrap {
    overflow: hidden;
}

.commercial_active_project_item {
    width: 50%;
    float: left;
    background-size: cover !important;
    background-position: center !important;
}

.commercial_active_project_item_inner {
    background: rgba(97, 175, 188, 0.75);
    padding: 200px 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.commercial_active_project_item:nth-child(1) .commercial_active_project_item_inner, .commercial_active_project_item:nth-child(4) .commercial_active_project_item_inner {
    background: rgba(2, 42, 82, 0.75);
}

.from_news_section {}

.from_news_section_header {
    text-align: center;
    padding: 60px 15px;
}

.from_news_section_header h2 {
    margin: 0;
}

.in_the_news_wrap {
    overflow: hidden;
}

.news_block_item {
    width: 33.333333333%;
    float: left;
}

.news_block_item a {
    display: block;
}

.news_block_item_inner {
    padding: 120px 70px;
    background: rgba(2, 42, 82, 0.75);
}

.news_block_item_inner p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}

.news_block_item:nth-child(2) .news_block_item_inner {
    background: #61afbc;
}

.news_block_item:nth-child(2) .news_block_item_inner p {
    color: #483831;
}

.single_page_content {
    padding: 60px 0;
}

.single_page_content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.resident_welcome {
    padding: 60px 0;
    text-align: center;
}

.resident_welcome h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.resident_welcome p {
    max-width: 690px;
    margin: 0 auto;
}

.resident_link_item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.residents_links {
    padding-bottom: 60px;
}

.resident_link_item_inner {
    padding: 240px 10px;
    text-align: center;
}

.residents_links .col-md-4 {
    padding: 0;
}

.resident_link_item_btn {
    display: inline-block;
    background: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 16px;
    color: #fff;
    min-width: 200px;
    transition: all 0.3s;
}

.resident_link_item_inner:hover .resident_link_item_btn {
  transform: scale(1.1);
}

.iframemodal iframe {
    width: 100%;
    height: 450px;
}

.modal_form{}
.modal_form .contact-field{
    margin: 10px 0;
    position: relative;
}
.form_field_icon{
    position: absolute;
    top: 12px;
    right: 20px;
}
.modal_form .wpcf7-response-output{
    display: none !important;
}
.modal_form .contact-field span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.modal_form .contact-field .wpcf7-not-valid-tip{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
    line-height: 50px;
}
.modal_form input, .modal_form textarea, .modal_form select{
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    outline: none;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0;
}
.modal_form input:focus, .modal_form textarea:focus{
    border-color: #19232f;
}
.modal_form textarea{
    height: 150px;
}
.modal_form input.wpcf7-submit{
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    padding: 15px 40px;
    display: inline-block;
    line-height: 21px;
    border-radius: 1px;
    transition: all ease 0.3s;
    border: 1px solid var(--primary-color);
}
.modal_form input.wpcf7-submit:hover{
    background: transparent;
    text-decoration: none;
	color:#483831;
}
.modal_form .contact-field .ajax-loader{
    position: absolute;
    top: 18px;
    left: 8px;
}

.pre_footer_section {
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 40px;
}

.pre_footer_section .container {
    max-width: 1000px;
}

.pre_footer_info {
    background: #fff;
    padding: 20px 30px;
    margin-top: -25px;
    color: #483831;
}

.pre_footer_row {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 40px;
}
.pre_footer_row i{
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.pre_footer_row.pre_footer_phone::before {
    content: "";
    background: url(../img/phone.png);
    position: absolute;
    width: 20px;
    height: 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 0;
    top: -4px;
}

.pre_footer_logo {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 20px;
}

.pre_footer_office_hours p {
    margin-bottom: 10px;
}

.pre_footer_get_direction {
    text-align: center;
    margin: 30px 0 15px 0;
}

.pre_footer_get_direction a {
    border: 1px solid var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
	background: var(--primary-color);
}

/* .pre_footer_get_direction a:hover {
    background: transparent;
	color: #483831;
	border-color: #483831;
} */

.pre_footer_social {}

.pre_footer_social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pre_footer_social ul li {
    display: inline-block;
}

.pre_footer_social ul li a {
    font-size: 22px;
    margin: 0 5px;
    color: #fff;
}

.pre_footer_contact_form {
    padding: 40px 50px 20px 50px;
}

.pre_footer_contact_form h2 {
    color: #111;
    font-size: 38px;
    margin-bottom: 15px;
}

.pre_footer_contact_form .modal_form input.wpcf7-submit {
    background: transparent;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    width: auto;
    margin: 0 auto;
    border: 1px solid var(--primary-color);
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
	background: var(--primary-color);
}

.pre_footer_contact_form .modal_form input.wpcf7-submit:hover {
    background: var(--primary-color);
	border-color:var(--primary-color);
    color: #fff;
}
.gallery-item img {
    width: 100%;
    border: 0 !important;
}

.gallery-caption {
    display: none;
}

.gallery-item {
    margin: 0;
    padding: 6px 10px;
}

.gallery_images {
    padding: 70px 0;
    background: linear-gradient(0,var(--primary-color) 55%,#fff 55%,#fff 100%);
}

.gallery_photo_item {
    padding: 15px 0;
}

.gallery_photo_item img {
    width: 100%;
}
.about-section {
    width: 60%;
    margin: auto;
}

body.home .header_content {
    position: relative;
    overflow: hidden;
}

body.home .header_animated_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: 99;
}

body.home .header_content_inner {
    z-index: 100;
    position: relative;
}

.header_animated_layer {
  -webkit-animation-name: headerbganimation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 40s; /* Safari 4.0 - 8.0 */
  animation-name: headerbganimation;
  animation-duration: 40s;
  animation-iteration-count: 50;
}
@keyframes headerbganimation {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}


#sitemap{
  height: 500px;
  width: 100%;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

div#mapinfowindow {
    text-align: center;
}

#mapinfowindow h1#firstHeading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #60aebc;
}

div#mapinfowindowbodyContent {
    font-size: 16px;
}

.gm-style-iw.gm-style-iw-c button {
    display: none !important;
}

.gm-style-iw.gm-style-iw-c div {
    width: 100% !important;
    max-width: 100% !important;
}

div#mapinfowindow {
    padding: 20px 5px 0px 20px;
}


.floorplan_addtional_images {}

.floorplan_addtional_images ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floorplan_addtional_images ul li {
    display: inline-block;
    padding: 3px;
}

.floorplan_addtional_images ul li a {
    width: 80px;
    height: 80px;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer !important;
    opacity: 0.6;
    border: 2px solid #483831;
}

.floorplan_addtional_images ul li a.active, .floorplan_addtional_images ul li a:hover {
    opacity: 1;
    border-color: #eac252;
}

.header-video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.header-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gallery_section_item {
    margin-bottom: 60px;
}

.gallery_section_title {
    font-size: 45px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.full_size_map{
    background: url(/wp-content/uploads/2020/02/contact-us-map.jpg);
	background-size: cover;
    background-position: center;
}
#schedule_tour_modal {
    padding-top: 30px;
}


/* .header_links ul li.header_link_apply a{
	background:var(--primary-color);
} */
body.page-template-template-home .header_content_inner .row{
	background-color:#00000066;
	padding-bottom:0.8em;
}
.top_header_section a:focus, .footer a:focus{
	outline-color:white !important;	
}
.header_content_inner h2, .header_content_inner h1{
  background-color:#00000094;
}
.home .header_content_inner h2, .home .header_content_inner h1{
 background-color:transparent;
	font-size:48px
}
.tooltip-container{
	position:relative;
	opacity:1;
}

a .cus-tooltip, button .cus-tooltip{
	display: none;
    position: absolute;
	left:15px;
    background: black;
    border: 1px solid white;
	font-size:16px;
	background-color: black;
    text-shadow: none;
    color: white;
}

a:focus .cus-tooltip, button:focus .cus-tooltip{
	display:block;
}

.modal_form select:focus, .modal_form input.wpcf7-submit:focus{
	outline: 1px solid black;
	
}
@media (max-width: 1199px){
	.header_links {
/* 		display:block !important; */
	}
	body.home .header_content {
    	margin-top: 2em;
	}
	.header_logo img {
    max-width: 120px;
}
	.home .header_content_inner h2, .home .header_content_inner h1{
		font-size:40px}
}

@media (min-width: 900px){
	.brk-900-d-none{
	display:none;
}
}
#back-to{
	display:none;
}

/* @media (max-width: 767px){
	#back-to{
	display:block;
	}
} */

.lb-nav a.lb-prev,.lb-nav a.lb-next{
	opacity:1 !important;
}
.fab{
	color:#483831;
}
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#availabitymodal .modal-body {
    padding: 0;
}

#availabitymodal .modal-body iframe {
    min-height: 80vh;
}

.pre_footer_row.pre_footer_email::before {
    content: "";
    background: url(../img/email.png);
    position: absolute;
    width: 20px;
    height: 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 0;
    top: -4px;
}

.pre_footer_row a {
    color: #483831;
    text-decoration: underline;
}