/*
 Theme Name:     Threshold Agency WP
 Theme URI:      https://www.thresholdagency.com/
 Description:	 Child Theme for Divi - Premium WordPress Theme
 Author:         Threshold Agency
 Author URI:     https://www.thresholdagency.com/
 Template:       Divi
 Version:        1.0.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/*--------------------------------------------------------------
    Custom Import Elements
-------------------------------------------------------------- */

/*
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

*/

/*--------------------------------------------------------------
    Wraps Elements
-------------------------------------------------------------- */	
/* outer wrapper */
.outer-wrap { 
    width:100%; 
    position:relative; 
}

/* wrapper */

.inner-wrap {
	width: 100%;
	position: relative;
}
/* main content wrap */

.content-outer-wrap {
	min-height: 800px;
}
/* section types */

.section-type-center {
	max-width: 960px;
	margin: 0 auto;
}
.section-type-widecenter {
	max-width: 1100px;
	margin: 0 auto;
}
.section-type-fullwidth {
	width: 100%;
}
/* generic full-width wrap */

.fullwidth-wrap {
	width: 100%;
	position: relative;
}

/* split sections */
.split-80 {
	width:80%;
}

.split-75 {
	width:75%;
}

.split-70 {
	width:70%;
}

.split-60 {
	width:60%;
}

.split-50 {
	width:50%;
}

.split-40 {
	width:40%;
}

.split-30 {
	width:30%;
}

.split-25 {
	width:25%;
}

.split-20 {
	width:20%;
}

/*--------------------------------------------------------------
    General Elements
-------------------------------------------------------------- */
.white{
    color:#ffffff;
    }
.black{
    color:#000000;
    }
.right-float{
    float:right;
    }
.left-float{
    float:left;
    }
.right-text{
    text-align:right;
    }
.left-text{
    text-align:left;
    }

.mobile-br{
    display:inline;
    }

.red-overlay {
	box-shadow: inset 0 0 0 1000px rgb(199 33 39 / 50%);
}

.black-overlay {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%) !important;
}
.vmiddle-align {
    display: flex;
    flex-direction: column;
        justify-content: center;
}
.vmiddle-align > div {
    width: 100%;
}
/* float */

.left {
	float: left;
}
.right {
	float: right;
}
/* clear */

.clear {
	clear: both;
}
/* font style */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/* font size */

.small {
	font-size: 10px;
}
/* transitions */

.transition {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* paragraph content */

p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
}
/* anchor tags */

a {
	color: #333;
	text-decoration: none;
}
.align-center {
	text-align: center;
}
/* padding */

.padding {
	padding: 15px;
}
.padding-top {
	padding-top: 10px;
}
.padding-bottom {
	padding-bottom: 10px;
}
.padding-right {
	padding-right: 10px;
}
.padding-left {
	padding-left: 10px;
}
.basic-padding {
	padding-left: 4%;
	padding-right: 4%;
}
/* margin */

.margin {
	margin: 15px;
}
.margin-top {
	margin-top: 10px;
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-right {
	margin-right: 10px;
}
.margin-left {
	margin-left: 10px;
}
/* spacers */

.top-spacer {
	height: 147px;
}
.blog-spacer {
	height: 200px;
}
/*--------------------------------------------------------------
    Header Elements
-------------------------------------------------------------- */
/* announcement banner */
.announcement-banner {
	text-align:center;
	padding:10px 30px 10px 30px;
	font-weight:bold;
	font-size:15px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
}

/* header */
.header-wrap { width:100%;position: fixed; background:#eee; z-index:999; text-align:center;}
.header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    display: inline-block;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0px;
    position: relative;
}
 /* logo */
.logo { background:transparent; }
.logo a img { max-width:300px; -webkit-transition: all .5s ease; transition: all .5s ease; }
.logo a img:hover { opacity:.8; }

/* main nav */

.nav ul { list-style:none; }
.nav ul li { float:left; margin:0 20px 0 0; }
/*.nav ul li a { font-size:18px; text-decoration:none; }*/
.nav-right-top.right li {
    margin-right: 0;
}
.nav-right-bottom .social-icon {
    margin-right: 10px;
    font-size:27px;
}
.nav-right-bottom li:last-child .social-icon {
    margin-right: 5px;
}

.nav-right-top li:last-child {
    margin-right: 5px;
}

.nav-right-top.right li a {
    padding: 0px;
    margin-right: 20px;
}
.top-right-sec {
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 60px;
}
/* Mobile Menu Hamburger */
.nav-toggle {
  float: right;
  cursor: pointer;
  position: relative;
}
.mobile-nav {
    background-color: #2ca9e1;
    font-size: 1.3rem;
    height: 100vh;
    padding: 30px 0px;
    overflow: scroll;
    width: 300px;
    position: fixed;
    right: -300px;
    z-index: 99999;
    -webkit-box-shadow: inset 5px 0px 19px -2px rgba(0,0,0,0.5); 
box-shadow: inset 5px 0px 19px -2px rgba(0,0,0,0.5);
}
.mobile-nav ul {
    list-style: none;
    padding: 0;
  }
  
.mobile-nav li a {
    padding: 3px 20px;
    text-transform: uppercase;
    margin: 7.5px 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.mobile-nav li a:hover,
.mobile-nav li.current_page_item a {
    color: #ffc192;
}

.mobile-nav .sub-menu {
    background-color: #005c9a;
    display: none;
    padding: 10px 0px;
    margin-top: 5px;
    -webkit-box-shadow: inset 15px 0px 14px -8px rgba(0,0,0,0.5); 
    box-shadow: inset 15px 0px 14px -8px rgba(0,0,0,0.5);
}
.mobile-nav .sub-menu  li a {
      margin-left: 2rem;
    }
.mobile-nav-sec {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 24px;
    color: #ffffff;
}
.menu-item-has-children {
    position:relative;
    }
.menu-has-children-arrow {
    position: absolute;
    right: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    display: flex !important;
    color:#ffffff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile-nav li ul li a {
    font-size: 18px;
    line-height: 1.25;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}
nav > ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* mobile menu overrides */
#responsive-menu-wrapper {
	padding:5% !important;
}

.responsive-menu-item-link {
	font-family: proxima-nova, sans-serif !important;
	font-weight: 800 !important;
	font-style: normal !important;
	letter-spacing: 2px !important;
	font-size:22px !important;
	line-height: 28px !important;
	text-transform: uppercase !important;
}

.responsive-menu-item {
	margin-bottom:20px !important;
}

.mobile-social-icon {
	margin-right:30px !important;
	font-size:34px !important;
	line-height: 40px !important;
}
/* custom buttons */
.main-nav-button {
	display:inline-block;
	padding: 5px 35px 5px 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    border-radius: 40px;
    opacity: 1 !important;
}

.hamburger-wrap {
	margin-top:-10px !important;
}
/* top announcement */
.announcement-banner-close {
	position: absolute;
	right:15px;
	cursor: pointer;
	top:50%;
	margin-top:-10px;
}

/* Popup Elements*/

.pum-container {
    padding: 0px !important;
}
.pum-container .pum-content .site-popup {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pum-container .pum-content .site-popup .hero-cta-2 a {
    margin-top: 15px;
    border-radius: 50px;
    padding: 10px 40px 10px 40px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 75%);
}
/*--------------------------------------------------------------
    Homepage Elements
-------------------------------------------------------------- */
.et_pb_slide_0, .et_pb_slider .et_pb_slide_0 {
    background-color:  #ffffff !important;
}

.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
    width: 5px !important;
    height: 11px !important;
    background-color: #ffffff !important;
}
.et-db .et-l .et_pb_section .sp-arrow {
    background: #2fa8e0 !important;
    border-radius: 25px;
    overflow: hidden;
    width: 32px;
    border: 5px solid #2fa8e0 !important;
    height: 32px;
}
.et-db .et-l .et_pb_section  .sp-thumbnail-container {
    padding: 0px 3px !important;
    border:0px !important;
}
.sp-thumbnail-container:before {
    z-index: 999;
    content: "";
    height: 100%;
    width: 95%;
    position: absolute;
    background: rgb(0 0 0 / 40%);
    z-index: 999;
}
.sp-thumbnail-container.sp-selected-thumbnail:before {
    background: rgb(0 0 0 / 0%);
}
.sp-thumbnail-arrows {
    display: none;
}
.testimonial-sec .et_pb_slide_description p {
    font-size: 24px;
}
.et-l .testimonial-sec .et_pb_slide_description p:last-child {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    color:#f4a460 !important  
}
.et-l .testimonial-sec .et_pb_slide_description p:last-child strong {
    font-weight: bold;
}


.min-width-250 {
    min-width: 250px;
    text-align: center !important;
}
.et-db .et-l .home-slider .et_pb_slides .et_pb_container {
    padding-top: 145px;
    min-height: 550px;
    /*height: 100vh !important;*/
    height: calc(100vh - 145px) !important;
}
.et-db .et-l .home-slider .et_pb_container .et_pb_slider_container_inner > div {
    max-width: 600px;
    float: left;
    padding-left: 4% !important;
    padding-right: 4%  !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
}
.et-db .et-l .home-slider .et_pb_container .et_pb_slider_container_inner a.et_pb_button {
    text-transform:uppercase;
    }

.special-separator {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.location-categories-wrap {
	overflow:hidden;
}

.map-filter-main-wrap {
	height:731px;
}

.mcat {
	font-weight:800;
	font-size:18px;
	line-height: 25px;
	letter-spacing: 1;
	text-transform: uppercase;
	margin-bottom:20px;
	color:#ffffff !important;
	cursor: pointer;
	padding-left:20px;
	/*background:url('/wp-content/uploads/map_icon_plus@2x.png') no-repeat center left;*/
	background-size:10px;
}

.category-checked {
	/*background:url('/wp-content/uploads/map_icon_minus@2x.png') no-repeat center left !important;*/
	background-size:10px !important;
}
div#homepage-map-section > div {
    float: left;
}
ul.mcat-inner {
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	text-transform: none;
	display:none;
}

ul.mcat-inner li a img, ul.mcat-inner li img {
	width:20px;
	vertical-align: top;
	margin-right:5px;
}

ul.mcat-inner li a, ul.mcat-inner li {
	color:#ffffff;
	font-size:19px;
	line-height: 36px;
	letter-spacing: 1px;
}



div#location-page-map-filters .mcat:before {
    content: "+";
    width: 20px;
    height: 15px;
    display: inline-block;
    line-height: 1;
    position:absolute;
    left:0;
}

div#location-page-map-filters .active-map .mcat:before{
    content:"-";
    }
div#location-page-map-filters ul.mcat-inner li::marker{
    content:"";
    }
.et-db div#location-page-map-filters ul.mcat-inner li a, .et-db div#location-page-map-filters ul.mcat-inner li  {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}
.et-db div#location-page-map-filters ul.mcat-inner li a img, .et-db div#location-page-map-filters ul.mcat-inner li img {
    margin-right: 20px;
}
.et-db div#location-page-map-filters ul.mcat-inner{
    padding-bottom:0px;
    }

.et-db div#location-page-map-filters h2.section-heading {
    padding: 0px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 25px;
}
.et-db div#location-page-map-filters div.mcat {
    margin-bottom: 15px;
    position:relative;
}

.min-width-250 {
    min-width: 250px;
    text-align: center !important;
}



/*--------------------------------------------------------------
    Interior Page Elements
-------------------------------------------------------------- */
.single.single-post div#et-main-area, .error404 div#et-main-area {
    padding-top: 160px;
}


.et_pb_section.page-banner {
    display: flex;
    align-items: center;
    padding-top: 150px;
}

.gallery-sec .et_pb_gallery_item {
    width: 31% !important;
}

.gallery-sec .et_pb_gallery_item h3.et_pb_gallery_title {
    display: none;
}
.gallery-sec .et_pb_gallery_item {
    max-height: 200px !important;
    overflow: hidden !important;
    margin-right: 2.5% !important;
    margin-bottom: 2.5% !important;
}
.gallery-sec .et_pb_gallery_item span.et_overlay{
    max-height: 200px !important;
}
.gallery-sec  .et_pb_grid_item.last_in_row {
    margin-right: 0px !important;
    }

.et-db .page-banner {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 40%) !important;
}
.et-db .page-banner {
    display: flex;
    align-items: center;
}
.et-db  .two-col-list ul {
    width: 48%;
    margin:0 !important;
    float: left;
    clear: none; 
    margin-right:2% !important;
    padding-bottom:0px !important;
}
.et-db .two-col-list ul li{
    list-style: none !important;
    margin-bottom: 20px;
    line-height: 1.25;
    font-size:18px;
}
.et-db .two-col-list h2 {
    margin-bottom: 30px;
}

.et-db .two-col-bg-image-sec .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
}

.contact-sec-title h2 {
    padding: 20px 10px 15px;
}
.contact-sec-form button[type=submit] {
    background: #2fa8e0 !important;
    border: 0px !important;
    color: #ffffff !important;
    font-weight: 800;
    padding: 10px 35px !important;
    border-radius: 50px;
}
.contact-sec-form button[type=submit]:hover {
    background: #f4a460 !important;
}
.contact-sec-form input, .contact-sec-form textarea {
    border: 0px !important;
    border-radius: 0px !important;
}
.contact-sec-form .wpforms-submit-container {
    text-align: center;
}
.contact-sec-form input::-webkit-input-placeholder, .contact-sec-form textarea::-webkit-input-placeholder { /* Edge */
  color: #1a3864;
}

.contact-sec-form input:-ms-input-placeholder, .contact-sec-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1a3864;
}

.contact-sec-form input::placeholder, .contact-sec-form textarea::placeholder {
  color: #1a3864;
}
.contact-sec-content h3 {
    margin-top: 30px;
}
.contact-sec-content .et_pb_text_inner a{
    font-size:18px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #fff355 !important;
    font-size: 14px !important;
}
    
.faq-container .et_pb_toggle_title {
    padding: 20px 30px 20px 20px !important;
}    
.faq-container .et_pb_toggle_content {
    padding: 20px !important;
    background: #485660;
    color: #ffffff;
}   
    
.floorplan-block {
	width:30%;
	margin-right:3%;
	margin-bottom:5%;
}

.floorplan-block-image {
	width:100%;
	height:auto;
	background:#FFFFFF;
	text-align:center;
	padding:6% 2% 0 2%;
}

.floorplan-block-image a {
	width:100%;
	display:block;
}

.floorplan-block-image a img {
	width:90%;
	height:100%;
	margin:0 auto;
	max-height:500px;
	object-fit: contain;
}

.floorplan-block-image a img:hover {
	opacity: .8;
}
.active-filter {
    text-decoration: underline;
    color: #2fa8e0;
}

.floorplan-block-info {
	padding:5%;
	background:#FFFFFF;
	text-align: center;
}

.floorplan-block-info-name {
	font-size:32px;
	line-height: 38px;
	font-weight: 700;
	color:#1a3864;
}

.floorplan-block-info-specs {
	color:#333333;
	font-size:14px;
	line-height: 20px;
}

.floorplan-block-info-specs p{
	color:#333333;
	font-size:14px;
	line-height: 20px;
}

.floorplan-block-button-wrap {
	padding:4%;
	text-align:center;
}

.floorplan-block-button {
	    display: inline-block;
    padding: 5px 20px 5px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    margin-right: 10px;
    background: #2fa8e0;
    width: 100%;
}

.floorplan-block-button:hover {
	background:#f4a460;
}
.floorplans-wrap-basic#floorplans-wrap ul.filters {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
#floorplans-wrap ul.filters li.filters__item:first-child{
    margin-left: 0px;
}
/* Advance Floor Plans */
#floorplans-wrap div#floorplans-filter-sec ul.filters {
    display: inline-block;
}
div#floorplans-filter-sec select {
    margin-right: 12%;
    min-width: 150px;
}
div#floorplans-filter-sec select:last-child {
    margin-right: 0;
}
div#floorplans-filter-sec select {
    margin-right: 12%;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    color: #182631;
    border-color: #182631;
}
body .fbx-modal.fbx-light, body .fbx-modal.fbx-light .fbx-caption, body .fbx-modal.fbx-light .fbx-open-caption, body .fbx-modal.fbx-light.fbx-phone .fbx-social {
    background-color: rgb(0 0 0 / 90%) !important;
}


/* Carousel Gallery */
div#main-gallery-carousel-items .slick-track {
    display: flex !important;
}
div#main-gallery-carousel-items .slick-slide {
    height: inherit !important;
}
div#main-gallery-carousel-items .main-gallery-image-block, div#main-gallery-carousel-items,div#main-gallery-carousel-items .main-gallery-image-block a {
    width:100%;
        display: inline-block;
    height: 650px;
    max-height: 650px;
}
 .main-gallery-carousel-wrap {
    max-width: 100%; 
    line-height:0px;
    }
div#main-gallery-carousel-items, div#main-gallery-carousel-items.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
div#main-gallery-carousel-items .slick-prev:before, div#main-gallery-carousel-items  .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

div#main-gallery-carousel-items  .slick-next {
    right: 25px;
}
div#main-gallery-carousel-items  .slick-prev {
    left: 25px;
    z-index: 999;
}
div#main-gallery-carousel-items .slick-prev, div#main-gallery-carousel-items .slick-next {
    top: 48%;
    width: 40px;
    height: 40px;
}

div#main-gallery-carousel-items .slick-next:before {
    content: '\25b6';
}

div#main-gallery-carousel-items .slick-prev:before {
    content: '\25b6';
}
div#main-gallery-carousel-items .slick-prev {
    transform: rotate(180deg) !important;
}
div#main-gallery-carousel-items  ul.slick-dots {
    padding: 0px;
    position: absolute;
    bottom: 10px;
}

div#main-gallery-carousel-items .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    color:#ffffff;
    opacity:.9;
}
div#main-gallery-carousel-items  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
/* Carousel Floorplan */

.floorplans-wrap-carousel .floorplan-block {
    width: 100%;
    padding: 2%;
    margin-right: 0px !important;
}

.floorplans-wrap-carousel, .floorplans-wrap-carousel.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.floorplans-wrap-carousel .slick-prev:before, .floorplans-wrap-carousel  .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

.floorplans-wrap-carousel  .slick-next {
    right: 25px;
}
.floorplans-wrap-carousel  .slick-prev {
    left: 25px;
    z-index: 999;
}
.floorplans-wrap-carousel .slick-prev, .floorplans-wrap-carousel .slick-next {
        top: 27%;
    width: 40px;
    height: 40px;
    color:#485660;
}
.floorplans-wrap-carousel .slick-prev:hover:before , .floorplans-wrap-carousel .slick-next:hover:before  {
    opacity:1;
    color:#AA9A71;
}
.floorplans-wrap-carousel .slick-next:before {
    content: '\25b6';
        color: #485660;
}

.floorplans-wrap-carousel .slick-prev:before {
    content: '\25b6';
        color: #485660;
}
.floorplans-wrap-carousel .slick-prev {
    transform: rotate(180deg) !important;
}
.floorplans-wrap-carousel  ul.slick-dots {
    padding: 0px;
    position: absolute;
    bottom: 0px;
}

.floorplans-wrap-carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    color:#000000;
    opacity:.7;
}
.floorplans-wrap-carousel  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

#floorplans-wrap ul.filters {
    list-style: none !important;
    padding: 0px 20px 20px;
    text-align:center;
}
 #main-gallery-wrap #main-gallery-filter ul{
    list-style: none !important;
    padding: 0px 5px 20px;
    text-align:left;
}
#floorplans-wrap ul.filters li.filters__item, #main-gallery-wrap #main-gallery-filter ul li {
    display: inline-block;
    margin: 0px 20px;
    cursor: pointer;
    font-weight: bold;
}
#main-gallery-wrap #main-gallery-filter ul li:first-child{
    margin-left: 0px;
    }
div#main-gallery-filter-items {
    display: flex;
    flex-wrap: wrap;
}
div#main-gallery-filter-items > div {
   display: flex;
  width: 25%;
  padding:5px 5px;
}
div#main-gallery-filter-items > div img {
    width: 120%;
    height: 100%;
}
div#main-gallery-filter-items > div.is-hidden {
    display: none;
}
/* Faq */
.faq-row .et_pb_toggle {
    margin-bottom: 20px !important;
}
/* virtual tours */


div#virtualtours-wrap-sec .virtualtours-inner {
    width: 50%;
    float: left;
    padding: 5px 10px;
}
/* Blog */
.custom-sidebar {
    border: 0px;
    padding-right: 0px;
}
.custom-sidebar a.wp-block-latest-posts__post-title {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: bold;
    color: #5A5A5A;
}
.custom-sidebar li {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    display:inline-block;
}

.et_pb_module.et_pb_posts article > h2, .et_pb_module.et_pb_posts article > p, .et_pb_module.et_pb_posts article > div {
    width: 70%;
    float: right;
    margin-left:5%;
}
.et_pb_module.et_pb_posts article > a {
    display:inline-block;
     width: 25%;
     float: left;
}
.et_pb_column_2_3 .et_pb_module.et_pb_posts article{
    padding-bottom: 30px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #C4C4C4;
    }
.et_pb_module.et_pb_posts .more-link, .et_pb_module.et_pb_blog_grid_wrapper .more-link {
    background: #2fa8e0;
    display: inline-block !important;
    padding: 7px 30px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.et_pb_module.et_pb_posts .more-link:hover, .et_pb_module.et_pb_blog_grid_wrapper .more-link:hover {
    background: #f4a460;
}
/*--------------------------------------------------------------
    Footer Elements
-------------------------------------------------------------- */
/* footer */
.footer-wrap {
	
}

.footer {
	min-height:200px;
	padding:40px 20px 20px 20px;
	max-width:1200px;
}

/* logo */
.footer-logo { background:transparent; }
.footer-logo a img { max-width:200px; -webkit-transition: all .5s ease; transition: all .5s ease; }
.footer-logo a img:hover { opacity:.8; }

.footer-section {
	font-size:13px;
	line-height: 18px;
	width:20%;
}

.footer-section-1 {
	width:24%;
}

.footer-section-2 {
	width:22%;
}

.footer-section-3 {
	width:20%;
}

.footer-section-4 {
	width:18%;
}

.footer-section-4 ul li {
	margin-bottom:8px;
}

.footer-section-4 ul li a {
	font-weight:bold;
	text-transform: uppercase;
}

.footer-section-5 {
	width:15%;
}

.privacy-policy-item {
	margin-bottom:50px;
}

.privacy-policy-item a {
	font-weight:bold;
}

.threshold-item {
	margin-bottom:80px;
}

.footer-section-title {
	font-weight:bold;
	font-size:13px;
	line-height: 18px;
	margin-bottom:15px;
}

.social-icon {
	font-size:25px;
	margin-right:30px;
}

.social-icon-wrap {
	margin-top:20px;
	margin-bottom:20px;
}

.housing-icon {
	margin-right:30px;
}


/*--------------------------------------------------------------
   Before Media Query Elements
-------------------------------------------------------------- */
.is-hidden {
  display: none;
}

/*--------------------------------------------------------------
    Media Query Elements
-------------------------------------------------------------- */
@media screen and (max-width: 1340px) {
div#main-gallery-carousel-items .main-gallery-image-block, div#main-gallery-carousel-items,div#main-gallery-carousel-items .main-gallery-image-block  a{
    width:100%;
    height: 600px;
    max-height: 600px;
}  
}
@media screen and (max-width: 1240px) {

}
@media screen and (max-width: 1140px) {
 .telephone-button, .nav-right-top, .nav-right-bottom .social-icon { 
    display:none; 
}
.residents-button, .applynow-button {
    margin-top: -10px;
    margin-left: -30px;
}
.split-80, .split-75, .split-70, .split-60, .split-50, .split-40, .split-30, .split-25, .split-20 {
	width: 100%;
	float: none;
}
.top-right-sec {
    padding-right: 0px;
}
header.header {
    padding: 20px;
}
.footer-section {
	width:100%;
	float:none;
	margin-bottom:40px;
	text-align:center;
}
  
}
@media screen and (max-width: 980px) {
.logo a img {
    max-width: 250px;
}

.et-db .et_pb_row.right-left-col, .et-db .et_pb_row.left-right-col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin:0px !important;
	padding:0px !important;
}

.right-left-col .et_pb_column:first-child, .left-right-col .et_pb_column:last-child  {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	margin:0px !important;
}
.right-left-col .et_pb_column:last-child, .left-right-col .et_pb_column:first-child  {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.right-left-col .et_pb_column:last-child,  .left-right-col .et_pb_column:first-child   {
	min-height: 351px !important;
	max-height: 500px;
}
.right-left-col .et_pb_column:first-child, .left-right-col .et_pb_column:last-child  {
	padding: 60px 50px !important;
}
 .two-col-bg-image-sec.et_pb_with_background {
    padding: 0px;
}   
.et-db .et-l h2 {
    
    }   
.et-db .et_pb_section .slider-pro {
    margin-bottom: 30px;
}
.et-db .et_pb_column .et_pb_button_module_wrapper {
    margin-top: 20px;
}
.et-db .et_pb_section .map-filter-main-wrap {
    padding: 40px 30px !important;
    height: auto;
}
.et-db .et_pb_section .map-filter-main-wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px !important;
}
.et-db .footer-cta .et_pb_column_1_2 {
    width: 46%!important;
    margin: 0px 2%;
}
.floorplan-block {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 5%;
}
#floorplans-wrap ul.filters {
    padding: 0;
}
.contact-sec .et_pb_row_1.et_pb_row {
    margin-bottom: 0px !important;
}
.contact-sec .et_pb_row_1.et_pb_row .et-last-child {
    margin-top: 30px;
}
div#main-gallery-filter-items > div {
  width: 50%;
}
.floorplan-block-image {
	height:230px;
}
div#main-gallery-carousel-items .main-gallery-image-block, div#main-gallery-carousel-items,div#main-gallery-carousel-items .main-gallery-image-block  a{
    width:100%;
    height: 480px;
    max-height: 480px;
} 
.et_pb_column .custom-sidebar .et_pb_widget {
    width: 100% !important;
}
}
@media screen and (max-width: 767px) {
.top-right-sec {
    width: 100%;
}
.top-right-sec nav.nav {
    float: left !important;
    margin-left: 30px;
}
.logo {
    float: none;
}
.mobile-br{
    display:none;
}
.et-db .footer-cta .et_pb_column_1_2 {
    width: 100%!important;
    margin: 0px;
}
.et-db .footer-cta .et_pb_column_1_2 .et_pb_module {
    text-align: center;
}
.gallery-sec .et_pb_gallery_item:nth-child(even) {
    margin-right: 0 !important;
}
.gallery-sec .et_pb_gallery_item:nth-child(old) {
    margin-right: 2.5% !important;
}
.gallery-sec .et_pb_gallery_item {
    width: 47% !important;
}
.floorplan-block-image {
    height: 180px;
}

}
@media screen and (max-width: 640px) {
.main-nav-button {
    display: inline-block;
    padding: 5px 25px 5px 25px;
    font-size: 13px;
    line-height: 17px;
}
.floorplan-block {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
}    
div#main-gallery-filter-items > div {
  width: 100%;
}
.floorplan-block-image {
	height:320px;
}


}
@media screen and (max-width: 480px) {
   .floorplan-block-image {
	height:270px;
}  

}
@media screen and (max-width: 320px) {
    
}
