div#content:before {
    content: '';
    height: 100px;
    margin-top: -100px;
    position: relative;
    display: block;
}

a { 
    text-decoration: none;
}



.floor-plan {
    box-shadow: 0px 2px 4px 2px #d8d8d8;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.plan-image {
    padding: 10px 0;
}

.plans-price p {
    color: white;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.5rem;
}

.plans-price {
    
    text-align: center;
    margin: 0 auto;
    padding: 4px 0;
    position: relative;
}



.plans-bottom {
    text-align: center; 
    font-size: 1rem;
    padding: 20px 10px;
    margin-top: auto;
    
}

.plans-bottom img {
    height: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    
}

/* Page Template*/

.amenities {
    background: #f5f5f5;
    padding: 60px 10%;
    
}

.amenities-list ul {
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
	    list-style: none;
    text-align: left;
        font-size: 1rem; 
        padding: 0;
}

.amenities-list ul li span {
    font-size: 1.5rem;
    left: -3px;
    position: relative;
}

.amenities-list ul li { 
padding: 5px 0; 

}

.schedule-tour a { 
        color: #fff;
        }

h2.text-center:after {
    content: "";
    height: 2px;
    width: 100px;
    display: block;
 
    margin: 15px auto;
}

h2:after {
    content: "";
    height: 2px;
    width: 100px;
    display: block;
    margin: 15px 0;
}

h2.floor-plan-price:after { 
margin-left: auto; 
}

h2.no-style:after { 
display: none;
}


#single-floor-plan .carousel-item {
    height: 100vh;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

.container.floor-plan-details {
    background: #fff;
    margin-top: -135px;
    position: relative;
    padding: 50px;
}


.floor-plan-bed-bath p {
    margin-bottom:  0;
    padding: 0 15px;
}

.bed {
    border-right: 1px solid #666;
    margin-right: 15px; 
}

h2.floor-plan-price {
    text-align: right;
}

.floor-plan-buttons button {
    margin-left: 15px;
}

.floor-plan-image {
    text-align: right;
}

/* Map */ 

.acf-map {
    width: 100%;
    height: 500px;
}

.row.directions-link a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
  
    position: relative;
    font-size: 2rem;
    transition: background-color 0.5s ease;

}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 190px !important;
}


/* Brand Colors ****************************
*************************************/



/* Buttons ****************************
*************************************/


.btn, .wpcf7 input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}


.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle[type=submit]:focus {
    box-shadow: none;
}


.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #313e48;
    background-color: transparent;
    background-image: none;
    border-color: #313e48;
}

.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    color: #fff;
   
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit] { 
   color: #fff;
    

}

.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
    box-shadow: none;
}


/* Font ****************************
*************************************/


h1, h2, h3, h4, h5, h6 { 
font-family: 'Yanone Kaffeesatz', sans-serif;
        font-weight: 600; 

}

body { 
font-family: 'Yanone Kaffeesatz', sans-serif;
        font-weight: 300;
    font-size: 1.3rem;
}

/* Montserrat Font */ 

.schedule-tour, .property-contact { 
font-family: 'Montserrat', sans-serif;

}

.schedule-tour a {
    font-size: 1.1rem;
    width: 301px;
    text-align: center;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
        
        
}

.property-phone { 
font-size: 1rem;

}

.property-address {
    font-size: .7rem;
}


/* End */ 

a:hover {
    text-decoration: none;
}

.container-fluid.inner-navbar {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}


.property-contact.mobile .property-address {
  font-size: 1rem; 
}




/* Header ****************************
*************************************/


.menu-menu-1-container {
    width: 100%;
}




.navbar, .container-fluid.inner-navbar {
    padding: 0;
}

.navbar-dark {
    padding: 0;
        background-color: rgba(0, 0, 0, 0.6)
}

a.navbar-brand {
    margin-right: 0;
}

nav.navbar {
    border-bottom: solid;
    
}

.logo-container {
    border-right: solid;
        
}

.property-contact {
    margin-left: auto;
}

a.navbar-brand.custom-logo-link img {
    max-width: 170px;
}

a.header-locaton-link {
    color: #fff;
}


div#navbarNavDropdown {
    border-right: solid;
}

.pm-logo {
    border-right: solid;
        padding-top: 5px;
    padding-bottom: 5px;
            display: flex;
    align-items: center;
}

.pm-logo img { 
max-height: 50px; 

}

.property-address {
    border-bottom: solid;
}

a.navbar-brand, div#navbarNavDropdown, .pm-logo, .property-contact div {
    padding-left: 20px;
    padding-right: 20px;
}


.logo-container, nav.navbar, div#navbarNavDropdown, .pm-logo, .property-address {
    border-color: #fff;
    border-width: 1px;
}


.property-contact {
    display: flex;
    flex-direction: column;
            text-align: center;
        
        min-width: 300px; 
        
}

.property-contact.mobile {
    
    
        margin-bottom: 20px; 
}

.property-contact.mobile div span {
    padding: 2px 0;
}

.property-contact.mobile .property-address {
    border: none;
}


.property-contact div {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.property-contact div span {
    padding: 10px 0;
}


.logo-container {
    display: flex;
    align-items: center;
}


navbar > .container, .navbar > .container-fluid {
    align-items: stretch;
}


div#navbarNavDropdown {
    text-align: center;
}

button.navbar-toggler {
    border: none;
}



.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}




.schedule-tour {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


/* Layouts ****************************
*************************************/

/* Button Columns */
.button-text {
    text-align: center;
    padding: 130px 20%;
    color: #fff;
    font-size: 3rem;
}

.button-text {
    text-align: center;
    padding: 150px 20%;
    
}

.button-overlay { 
    position: relative;
}
.button-overlay, .button-text {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
        transition: background-color 0.5s ease;
}

.button-image-layer {
    background-position: center;
    background-size: cover;
}

.button-image-layer a { 
    text-decoration: none;
    color: #fff;
}

.button-image-layer a:hover { 
    text-decoration: underline;
    color: #fff;
}



/* Gallery */ 

a.gallery_image img { 

transition: filter 0.5s ease-in-out;
}

a.gallery_image img:hover {
    filter: brightness(0.7);
}



/* Amenities */ 


.amenities-image {
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

/* Hero Image - Home page ****************************
*************************************/


.hero-image {
    width: calc(100% - 301px);
    height: 100vh;
    
    background-position: center center !important;
    min-height: 600px;
    max-height: 1000px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.side-gallery {
    position: absolute;
    display: flex;
    height: 100vh;
    /* background: #fff; */
    width: 100%;
    justify-content: flex-end;
  
    z-index: -1;
    min-height: 600px;
        max-height: 1000px; 
}

.side-gallery-inner > div {
   
    flex: 1;
    overflow: hidden;
}

.side-gallery-inner > div > img { 
    position: relative;
    z-index: -1;
    min-width: 450px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.side-gallery-inner {
    width: 301px;
    /* background: #fff; */
    z-index: -1;
    display: flex;
    flex-direction: column;
    padding-top: 132px;
    border-left: 1px solid #fff;
}

.gallery-image-1, .gallery-image-2 {
    border-bottom: 1px solid #fff;
}


/* Title ****************************
*************************************/

.container-fluid.title.px-0 {
    height: 400px;
    overflow: hidden;
}

.title-bg {
    filter: blur(5px);
    left: 50%;
    height: 500px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120%;
    position: relative;
}



.title-overlay {
    height: 100%;
    width: 100%;
    opacity: .67;
}

.title-content {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    
    height: 400px;
    padding-top: 81px;
}

.inner-title-content h1 {
    display: inline-block;
    padding: 0 40px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: clamp(3rem,11vw,5rem);
    text-transform: capitalize;

}

.title-content .inner-title-content {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  
        color: #fff;
}
/* Footer ****************************
*************************************/


div#wrapper-footer {
    font-size: .8rem;
    padding: 20px;
}

footer#colophon {
    display: flex;
    align-items: center;
        
}

img.fhl {
    height: 40px;
}

.pbh  { 
    margin-left: auto;
}
.pbh img {
    height: 37px;
   
}



footer#colophon p {
        margin: 15px; 
        padding: 0 15px;
    border-left: 1px solid #fff;

}

/* Contact Form ****************************
*************************************/

.form-control, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
    
    border-radius: 0;
}


.form-control:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
   
    outline: 0;
   
}

/* Screen Sizes ****************************
*************************************/

@media (min-width: 1200px) { 
.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}
}

@media (max-width: 1199px){
 
        .row.floor-plans-row .col-3 {
    flex: 0 0 33%;
    max-width: 33%;
}
      

   
        
        
.navbar > .container, .navbar > .container-fluid {
    justify-content: flex-start;
}
    
    button.navbar-toggler {
    order: 2;
   
}
        
  .logo-container {
    order: 1;
}
    
             .pm-logo {
    order: 3;
                     margin-left: auto; 
}
 
        
        .property-contact {
    order: 4;
}
        
   
        
.navbar-collapse {
    order: 5;
    text-align: center;
}
        
        
.navbar-collapse {
    border-right: none;
    border-top: 1px solid;
            padding-top: 20px; 
            padding-bottom: 20px; 
}  
        
}

@media (max-width: 1000px) { 

.side-gallery {
    display: none;
}
        .hero-image {
    width: 100%;
        }

}

@media (max-width: 991px){ 
.amenities {
    order: 2;
}
        
        .amenities-image {

    order: 1;
}

}
@media (min-width: 768px) {
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
    
    width: 100%;
    justify-content: space-evenly;
}
}

@media (max-width: 768px) { 

.row.floor-plans-row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media (max-width: 767px){ 

.floor-plan-image {
    text-align: left;
}

.floor-plan-content-column {
    order: 2;
    margin-top: 2rem;
}
        
.floor-plan-image-column {
    order: 1;
}
        
h2.floor-plan-price {
    text-align: left;
}
        
        .floor-plan-buttons {
    justify-content: flex-start !important;
}
        
        .floor-plan-buttons button {
    margin-left: 0;
    margin-right: 15px;
}
    
    h2.floor-plan-price:after {
    margin-left: 0;
}

}

@media (min-width: 700px) { 

.property-contact.mobile {
    display: none;
}
}

@media (max-width: 699px) { 
.property-contact {
    display: none;
}
        .property-contact.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}
        
        .pm-logo img {
    /* max-height: 30px; */
    max-width: 30px;
}  
        
        
        .pm-logo {
    border-right: none;
                 margin-left: 0;
}
        
.logo-container {
    border: none;
}
        
        .navbar > .container, .navbar > .container-fluid {
    justify-content: space-between;
}
        
        div#navbarNavDropdown {
    padding: 0;
}
        .menu-menu-1-container {
    margin: 20px 0;
}
        .amenities-list ul {
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
        }
    
}
        
@media (max-width: 600px) { 

.schedule-tour a {
    width: 100%;

}
}

@media (max-width: 500px) { 
footer#colophon {
    flex-direction: column;
}
        footer#colophon p {
   
    border-left: none;
                text-align: center;
}
        img.pbh {
    margin-left: 0;
}
        
       
        .row.floor-plans-row .col-3 {
    flex: 0 0 300px;
    max-width: 300px;
    margin: auto;
}
        
}



@media (max-width: 450px) { 

a.navbar-brand.custom-logo-link img {
    max-width: 150px;
}

}

/* JACK PLAYING WITH CHECKBOXES PLZ IGNORE UNLESS VERY DOPE THEN USE IT */


.map-filters__wrap {
    list-style-type:none;

}

.map-filters__wrap li {
      display:inline;
}

input[type=checkbox] {
    display:none;
}

/* label {
    transition: all 0.3s ease;
    padding: 25px 50px 25px 50px;
    background-color:rgba(67, 106, 112, 0.2);
    color:rgba(67, 106, 112, 1);
}

label:hover {
    background-color:rgba(67, 106, 112, 1);
    color:white;
} */


.style-checkbox:checked {
    background-color: #e74c3c;
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 15px;
}

.map-filters__wrap .active {
    background-color:rgba(67, 106, 112, 1);
    color:white;
    transition: all 0.3s ease;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    left: 0;
    background: #fff;
    display: block;
    font-size: 1.2rem;
    padding: 15px 23px 14px;
    text-decoration: none;
    font-weight: bold;
    top: 10px;
    left: 10px;
    color: #000;
    box-shadow: 0 0 2px 2px hsl(0deg 0% 9% / 60%);
}

a:focus-visible {
    outline: -5px;
    z-index: 1000000;
    position: relative;

    text-decoration: underline;
}

a.streched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*# sourceMappingURL=custom.css.map */