/*
Theme Name:         Murex Communities
Description:        A custom child theme for Murex Properties Communities
Version:            2.0.2
Requires at least:  5.2
Tested up to:       6.5
Requires PHP:       7.4
Author:             Rumspeed
Author URI:         https://rumspeed.com
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Template:           jumpstart
*/

/*-----HTML5BP-----*/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/*-----Body-----*/

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

body {
    background: #fff;
}

body.page-template-template-homepage {
    background: #f9f9f9;
}

body>* {
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.04, .78, .35, .92), top .2s ease-in-out;
    transition: transform .2s cubic-bezier(0.04, .78, .35, .92), top .2s ease-in-out;
}

body.m-open>* {
    -webkit-transform: translate(-280px, 0);
    -moz-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);

}

body.m-open {
    overflow: hidden;
}

.container {
    margin: auto;
    max-width: 75rem;
    position: relative;
    width: 90%;
    padding: 0;
}

.container:before {
    content: none;
}

a {
    text-decoration: none;
}

.text-centered {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.header-top-nav li {
    list-style: none;
}

.tb-sticky-header .tb-primary-menu li .menu-btn {
    font-size: 15px;
}

.page-subtitle {
    margin: 40px;
}

.page-subtitle h2 {
    text-align: center;
}

.page-hero {
    margin: -14px auto 0;
    padding: 150px 0px 150px 0px;
    text-align: center;
    z-index: 0;
    height: 450px;
}

.home-content-row-right {
    width: 49%;
    float: right;
}

.home-content-row-left {
    width: 49%;
    float: left;
}

.df{
	display: flex;
}

.df--jc-sb{
	justify-content: space-between;
}

.df--jc-se{
    justify-content: space-around;
	justify-content: space-evenly;
}

.df--ac-center{
	align-items: center;
}

.df--row-reverse{
	flex-flow: row-reverse;
}

/*-----Header-----*/
.header-top .wrap {
    max-width: 97%;
}

.header-top-contact .container {
    width: 100%;
}

.header-content .wrap {
    padding: 10px 20px;
}

.header-text-left {
    float: left;
    display: inline-flex;
    position: relative;
}

.social-icons {
    padding: 0;
    margin: 0;
}

li.top-icons {
    font-size: 24px;
    margin-top: -4px;
}

.community-header {
    text-align: center;
}

.community-header.container {
    padding: 20px 10px;
}

.community-header.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.page-title {
    background-color: #425664;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
    z-index: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.page-title h1 {
    line-height: 1;
    margin: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.header-text-right {
    float: left;
    display: inline-flex;
    position: relative;
}

.top-contact {
    margin: 0px .8rem;
}

.top-contact svg {
    margin: auto;
}

.top-contact .contact-label {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    display: contents;
}

.top-contact.fontawesome .fa-stack {
    margin: -3px 4px -9px 10px;
}

.header-top-nav li.top-icons {
    margin-top: -6px;
}

.community-logo {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    height: 5rem;
    max-width: 20.83333%;
    padding-right: 0;
    padding-left: 0;
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}

.community-logo img {
    max-height: 100%;
}

.site-logo.text-logo .tb-text-logo a {
    color: #fff;
}

.site-logo.text-logo .tagline {
    color: #fff;
    font-size: 20px;
}
/*-----Navigation-----*/
.homepage-nav {
    border-top: 3px solid #0db0b1;
    border-bottom: 3px solid #0db0b1;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.homepage-mobile-menu {
    display: none;
    background: #f9f9f9;
    width: 100%;
}

.homepage-mobile-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.homepage-mobile-nav {
    text-align: center;
}

.homepage-mobile-nav a {
    color: #494c4f;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 20px;
}

.homepage-mobile-nav a:hover {
    color: #fff;
    background: #55595c;
}

.homepage-mobile-nav .current-menu-item a {
    color: #fff;
    background: #55595c;
}

@media (min-width: 991px) {
    .homepage-nav {
        display: block;
    }

    .homepage-mobile-nav {
        display: none;
    }
}

.homepage-nav .container {
    text-align: center;
}

.homepage-nav ul,
.homepage-nav ul li {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    z-index: 2;
}

.homepage-nav ul li:not(:last-child) {
    margin-right: 3px;
}

.homepage-nav ul {
    padding: 15px;
}

.homepage-nav ul a,
.homepage-nav ul li {
    position: relative;
}

.homepage-nav ul a {
    color: #7a7a7a;
    padding: 13px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.homepage-nav ul a:before,
.homepage-nav ul a:after {
    background-color: #7a7a7a;
    display: block;
    position: absolute;
}

.homepage-nav ul a:hover {
    color: #fff;
    background-color: #7a7a7a;
}

.homepage-nav li.current-menu-item a {
    color: #fff;
    background-color: #7a7a7a;
}

#scroll-navbar {
    background-color: #425664;
    color: #fff;
    position: fixed;
    top: -50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 9999;
}

.admin-bar #scroll-navbar {
    margin-top: 32px;
}

#scroll-navbar a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1rem;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#scroll-navbar a:hover {
    background-color: #fff;
    color: black;
}

#scroll-navbar ul {
    float: right;
}

#scroll-navbar li {
    display: inline;
}

.header-nav,
.mobile-header-nav {
    background-color: transparent;
    text-align: center;
}

.header-nav {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    /*    max-width: 79.16667%; */
    min-height: 100px;
    padding-top: 25px;
    padding-right: 0;
}

#menu-main-menu {
    width: 90%;
    float: right;
}

#menu-main-navigation {
    margin-right: 10px;
}

.header-nav ul li {
    display: inline-block;
}

.header-nav a {
    color: #425664;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .2rem;
    padding: 1rem 1.25rem;
    text-transform: uppercase;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.mobile-header-nav {
    color: #fff;
    height: 64px;
    display: none;
}

.mobile-header-nav .container {
    padding: 10px 0;
}

@media (max-width: 991px) {

    .community-header,
    .header-top,
    .header-nav,
    #scroll-navbar {
        display: none;
    }

    .mobile-header-nav {
        display: block;
    }
}

.m-menu-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: -25px 0 0 0px;
    padding: 25px;
    top: 50%;
    z-index: 30;
}

@media (min-width: 1010px) {
    .m-menu-toggle {
        display: none;
    }
}

.m-menu-toggle span,
.m-menu-toggle span:before,
.m-menu-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

.m-menu-toggle span:before {
    top: -8px;
    width: 24px;
}

.m-menu-toggle span:after {
    bottom: -8px;
    width: 24px;
}

.m-menu-toggle span,
.m-menu-toggle span:before,
.m-menu-toggle span:after {
    transition: all 100ms ease-in-out;
}

.m-open .m-menu-toggle span:before,
.m-open .m-menu-toggle span:after {
    background: #fff;
}

.m-open .m-menu-toggle span {
    background-color: transparent;
}

.m-open .m-menu-toggle span:before,
.m-open .m-menu-toggle span:after {
    top: 0 !important;
}

.m-open .m-menu-toggle span:before {
    transform: rotate(45deg);
}

.m-open .m-menu-toggle span:after {
    transform: rotate(-45deg);
}

.mobile-slide-nav {
    background: #222;
    color: #fff;
    height: 100%;
    right: -280px;
    margin: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 280px;
}

.mobile-slide-nav li a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1rem;
    padding: 19px 16px;
    text-transform: uppercase;
}

.mobile-slide-nav .phone-number,
.mobile-slide-nav .social-icons {
    padding: 0 20px;
    margin: 20px 0;
    font-size: 13px;
}

.mobile-slide-nav .phone-number svg {
    height: 17px;
    margin-right: 10px;
}

.mobile-slide-nav .social-icons svg {
    width: 17px;
}

.mobile-slide-nav .social-icons a {
    padding: 0 0 20px;
    border: none;
}

.m-open .mobile-slide-nav {
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.m-open .open-overlay {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
}
/*-----Footer-----*/
.site-footer {
    font-size: 17px;
}

.site-footer .wrap {
    padding-top: 0px;
}

.footer-top.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.footer-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 700;
    text-align: center;
    margin: 2rem auto;
    position: relative;
}

.footer-column:nth-child(1) {
    position: relative;
    padding: 0 2.5rem 0;
}

.footer-column:nth-child(2) {
    height: 100%;
    position: relative;
    padding: 3.5rem 0;
    margin: 0;
}

.footer-column:nth-child(3) {
    position: relative;
    padding: 0 2.5rem 0;
}

.footer-column:nth-child(2):before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    padding: 1px;
    height: 1px;
    width: calc(100% - 3rem);
}

.footer-column:nth-child(2):after {
    content: '';
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    padding: 1px;
    width: calc(100% - 3rem);
}

.fc-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font: 700 24px/1.5 'Open Sans', helvetica, arial, sans-serif;
    letter-spacing: .125rem;
    margin-top: 0;
    text-transform: uppercase;
}

.fc-content {
    width: 100%;
}

.footer-column .inner {
    width: 100%;
}

.footer-logo {
    margin: auto;
}

.footer-logo img {
    max-width: 300px;
    width: 100%;
}

@media (min-width: 960px) {
    .footer-column {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin: 0;
    }

    .footer-column:nth-child(1) {
        text-align: right;
        padding: 0rem 5rem 0rem 0;
    }

    .footer-column:nth-child(2) {
        padding: 2.5rem;
        min-height: 260px;
    }

    .footer-column:nth-child(3) {
        padding: 0 0 0rem 5rem;
        text-align: left;
    }

    .footer-column:nth-child(2):before {
        left: 0;
        top: 1.5rem;
        width: 1px;
        height: calc(100% - 3rem);
    }

    .footer-column:nth-child(2):after {
        right: 0;
        top: 1.5rem;
        width: 1px;
        height: calc(100% - 3rem);
    }

    .footer-column .inner {
        padding: 3rem 0;
    }
}

@media (min-width: 767px) {

    .contact-details .container {
        display: flex;
        max-width: 600px;
    }

    .contact-details_col_2 {
        width: 50%;
    }
}

.copyright {
    font-size: 16px;
}

.copyright-footer {
    padding: 12px 0;
    text-align: center;
}

.copyright-footer p {
    margin: 0;
}

.copyright-footer-nav ul {
    margin: 2px;
}

.copyright-footer-nav a {
    text-decoration: underline;
}

.footer-icon-wrap {
    display: inline-flex;
}

.footer-icon {
    float: left;
    margin: 4px;
}
.footer-icon.fontawesome {
    font-size: 40px;
}

/*-----HomePage-----*/
.homepage-hero {
    height: 650px;
    display: flex;
    position: relative;
    max-height: 65vh;
}

.homepage-hero .container {
    max-width: none;
    bottom: -20%;
}

.hero-content {
    background-color: rgba(66, 86, 100, .75);
    margin: auto;
    max-width: 675px;
    padding: 25px 25px 25px 25px;
    position: relative;
    text-align: center;
    float: right;
}

.homepage-hero2 {
    height: 500px;
}

.homepage-hero2 .row {
    width: 100%;
}

.homepage-hero2 .hero-col {
    padding: 0px;
}

.homepage-hero2 .hero-content {
    height: 500px;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.homepage-hero2 .hero-content h1 {
    height: 30%;
    margin-top: 40px;
}

.homepage-hero2 .hero-content p {
    height: 20%;
    font-size: 1.4rem;
}

.homepage-hero2 .fill-space {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .homepage-hero2 .hero-content {
        height: 387px;
        opacity: .8;
        z-index: 1;
        margin: 10%;
        max-width: 80%;
    }
}

.btn-default,
.btn-primary {
    font-size: 17px;
    font-weight: 700;
    margin: 1rem auto;
    max-width: 300px;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
    width: 90%;
    will-change: transform;
}

.btn.block {
    display: block;
}

.btn:hover {
    color: #fff;
    -webkit-transform: scale(.96);
    transform: scale(.96);
}


.hero-content h1 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.75rem;
    font-weight: 700;
}

.homepage-intro {
    padding: 30px 0 0px;
}

.homepage-nearby-amenities {
    background-color: #425664;
    color: #fff;
    padding: 3rem 0;
}

.offset-border {
    border: 1px solid;
    position: relative;
}

.offset-image {
    padding: 0rem;
    position: relative;
    top: -15px;
    left: 15px;
}

.homepage-nearby-amenities .offset {
    margin-top: 45px;
}

.community-features .offset {
    margin-top: 15px;
}

.intro-content {
    padding: 1rem;
}

.homepage-intro h2,
.homepage-nearby-amenities h2 {
    margin: 0 auto 20px;
    text-align: center;
}

.homepage-intro p,
.homepage-nearby-amenities p {
    font-size: 1.25rem;
    line-height: 1.6;
}

.available-homes {
    padding: 5rem 0;
}

.tour-request {
    border-top: 1px solid rgba(66, 86, 100, .2);
    padding: 55px 0px 40px 0px;
}

.tour-request .container,
.featured-homes-content .container {
    max-width: 1300px;
    width: 100%;
}

.tour-request .title-box h2 {
    margin-bottom: 20px;
}

.tour-request .title-box h3 {
    color: #425664;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.tour-request-form {
    background: #606060;
    padding: 30px;

}

.tour-request-form p,
.tour-request-form a {
    color: #fff;
    margin: 0;
}
@media (min-width: 1000px) {
    .tour-request {
        position: relative;
    }

    .tour-request-form {
        width: 60%;
        float: left;
        height: 200px;
    }
}

.community-features {
    margin: 40px auto;
    position: relative;
}

.community-features-list {
    background-color: #425664;
    color: #fff;
    padding: 30px 30px 40px;
    position: relative;
    z-index: 2;
}

.community-features-list h2 {
    font-size: 24px;
    font-weight: 700;
}

.community-features-list ul li {
    font-size: 1.25rem;
    list-style: initial;
    margin-bottom: 5px;
}

.cfl-title {
    display: none;
    position: relative;
    text-align: center;
    top: 110px;
}

@media (max-width: 800px) {
    .community-features .container {
        width: 100%;
    }
}

.cfl-title h2 {
    position: relative;
}


.cfl-title.slide-in h2 {
    right: 0;
    opacity: 1;
}

.cfl-title h2.top {
    color: rgba(220, 174, 29, 1);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 56px;
    line-height: 1;
    margin: 0 0 20px;
}

.cfl-title h2.bottom {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.cfl-bkg {
    margin: 0;
    position: relative;
    height: 490px;
    width: 100%
}

.cfl-bkg img {
    width: 100%;
}

@media (min-width: 768px) {
    .community-features-list {
        min-height: 400px;
    }

    .cfl-title {
        display: block;
        float: left;
        width: 50%;
    }

    .cfl-bkg {
        margin-top: -150px;
    }
}

.homepage-bottom-row {
    padding: 30px 0px 30px 0px;
}

.bottom-row-text {
    color: #7a7a7a;
    text-align: center;
    padding: 20px 20px 20px 0px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}

.bottom-row-text {
    padding: 30px;
}

.br-icons {
    margin: 0 auto;
    padding: 0;
    max-width: 375px;
    text-align: center;
}

.br-icons img {
    max-width: 100%;
}

.br-icon svg {
    width: 50px;
    height: 50px;
}

.bottom-row-img {
    padding: 10px;
}

.bottom-row-img img {
    max-width: 100%;
}

@media (min-width: 768px) {

    .bottom-row-text {
        text-align: right;
        width: 65%;
        float: left;
        font-size: 20px;

    }

    .bottom-row-img {
        width: 35%;
        float: left;
    }
}
/*-----Available Homes-----*/

.available-homes-header {
    display: flex;
    position: relative;
    text-align: center;
}

.available-homes-header h2 {
    color: rgba(255, 255, 255, 0.81);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.available-homes-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.available-homes-content img {
    max-width: 100%;
}

.available-homes-content img.top {
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.5);
}

.inventory-homes-feed-detail .hide-on-detail-page {
    display: none;
}

.col_2.ah_img {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto 60px;
}

.homes-that-are-featured .container.group {
    width: 100%;
}

@media (min-width: 968px) {
    .available-homes-content .container {
        display: flex;
        position: relative;
    }

    .col_2 {
        width: 50%;
    }

    .available-homes-content img.top {
        margin: -90px 0px 0px 0px;

    }

    .available-homes-content img.bottom {
        margin: -30px 0px 0px 0px;

    }

}

.ah_content {
    margin: 80px 34px 80px 0px;
}

.ah_content p {
    color: #7a7a7a;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 auto 20px;
    max-width: 480px;
}

@media (min-width: 760px) and (max-width: 968px) {
    .ah_content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;

    }
}

@media (min-width: 969px) and (max-width: 1200px) {
    .ah_content p {
        padding: 0 30px 0 0;

    }
}

.request-info .container {
    width: 100%;
}

.title-box {
    text-align: center;
}

.request-info-form {
    background: #606060;
    padding: 30px;
}

.request-info-form p {
    color: #fff;
    margin: 0;
}

@media (min-width: 1000px) {
    .request-info {
        margin: -25px auto 40px;
        position: relative;
    }

    .request-info-form {
        width: 60%;
        float: left;
        height: 164px;
    }
}

.homes-that-are-available {
    background-color: #fff;
    padding: 40px;
    position: relative;
}

.available-homes-title {
    line-height: 1;
    margin: 20px;
    text-align: center;
}

.available-homes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    background: #fff;
    padding: 0;
}

.available-homes-list p {
    margin: 0;
}

.ah-list-item {
    cursor: pointer;
    text-align: center;
    padding: 20px;
    margin: auto;
    max-width: 525px;
    width: 100%;
}

.ah-list-item img {
    max-width: 100%;
}

.ah-list-item .inner-shadow {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.ah-list-item:hover .inner-shadow {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
}

.ah-listing-img {
    display: block;
    height: 200px;
}

.ah-bed-bath {
    padding: 10px;
    color: #fff;
    background: #425664;
}

.ah-address-price {
    color: initial;
    padding: 10px;
    background: #fff;
}

.ah-address-price .ah-sales-price {
    font-weight: 600;
}

@media(max-width: 500px) {
    .homes-that-are-available {
        padding: 140px 0px 50px 0px;
    }

    .available-homes-list {
        display: block;

    }
}
/*-----Gallery-----*/
.whats-nearby-intro .intro-text {
    width: 80%;
}

@media(min-width:960px) {
    .gallery-hero.page-hero h2 {
        font-size: 100px;
    }
}

.themeblvd-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 20px 0 30px;
}

.amenities-gallery .home-detail-img {
    width: 225px;
    height: 130px;
    object-fit: contain;
}

.themeblvd-gallery .alignleft {
    float: left;
    margin: auto;
}

.themeblvd-gallery a.mfp-image.thumbnail {
    border: 0px;
    margin-bottom: 0px;
    padding: 2px;
}

@media(max-width:480px) {
    .themeblvd-gallery .alignleft {
        margin: auto;
    }
}

/* START amenities list */
/* allow room for 3 columns */
ul.amenities {
    width: 100%;
}

/* float & allow room for the widest item */
ul.amenities li {
    float: left;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 20px 10px 0;
    text-transform: uppercase;
    width: 30%;
    min-height: 30px;
}

ul.amenities span.amenities-icon svg {
    font-size: 25px;
    min-width: 40px;
}
ul.amenities span.amenity-name {
    min-height: 30px;
    vertical-align: text-bottom;
}
/* start FEATURED */
#featured-amenities p {
    max-width: 650px;
    margin: auto;
    margin-top: 20px;
}
ul.amenities-featured {
    min-height: 125px;
    width: 80%;
}
ul.amenities-featured li {
    float: left;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    width: 20%;
    text-align: center;
}
ul.amenities-featured span.amenities-icon {
    display: block;
}
ul.amenities-featured span.amenities-icon svg {
    font-size: 60px;
    margin-bottom: 15px;
}
ul.amenities-featured span.amenities-name {
    font-size: 1.4rem;
}
/* end FEATURED */

li.amenity::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}

/* stop the float */
.page-template-template-gallery br {
    clear: left;
}

/* just the image, no border */
.amenity-icon {
    width: 25px;
    height: 25px;
    margin-top: -3px;
}

/* separate the list from subsequent markup */
.amenities-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.themeblvd-gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-img-wrap {
    float: left;
    margin: auto 2px;
}

/* END amenities list */

/*-----What's Nearby-----*/
.whats-nearby-hero.page-hero h2 {
    font-size: 50px;
}

.wn-page-content {
    background-color: #425664;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 50px;
    padding: 50px 50px 50px 50px;
}

.wn-page-content p {
    margin-bottom: 0px;
}

.whats-nearby-content {
    padding: 50px 0;
}

.whats-nearby-content figure img {
    max-width: 100%;
}

.wn-last-row {
    padding: 200px 0px 200px 0px;
}

section.nearby-places-map-wrap {
    margin: 70px 0 0;
    border-bottom: 1px solid #eee;
}

.nearby-places-map-heading {
    line-height: 1;
    margin: 20px;
    text-align: center;
}

@media (min-width: 960px) {
    .wn-page-content {
        margin: 0 auto 30px;
    }

}
/*-----Contact Us-----*/

.contact-content-info {
    padding: 50px 0px 050px 0px;
}

.contact-sidebar img {
    max-width: 100%;
    margin-top: 13px;
}

.sidebar_text {
    margin: 20px 0 0;
}

.sidebar_text a,
.sidebar_text a:hover {
    color: inherit;
}

html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 90% !important;
}

@media (min-width: 960px) {
    .contact-sidebar {
        width: 30%;
        float: left;
    }

    .contact-form-container {
        width: 70%;
        float: left;
        padding: 0px 0px 0px 40px;
    }
}

.want-to-know-more {
    text-align: center;
}

.want-to-know-more h2 {
    color: #fff;
    margin: auto;
    padding: 20px 0px 40px 0px;
}

section.map.full-width {
    max-height: 350px;
}

.map iframe {
    height: 350px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.cmb-th label,
.cmb2-radio-list label {
    color: #425664;
}



/* START resident Portal */
section.resident-portal {
    min-height: 500px;
}

.portal-content .col-md-3,
.portal-content .col-md-6 {
    padding: 0px;
}

.portal-content .nav-tabs li {
    width: 100%;
}

.portal-content .tab-content {
    margin-top: 17px;
    padding: 20px;
}

.portal-content .tab-content {
    min-height: 226px;
}

.portal-content .nav-tabs li.active a,
.portal-content .tab-content p {
    color: #fff;
}

.portal-content .tab-content .btn {
    padding: 12px;
    font-size: 16px;
    width: auto;
}

/* END resident Portal */

/*-----Inventory Home-----*/

.mhc_home-section {
    color: #55595c;
    padding: 40px 0px 40px 0px;
    overflow: hidden;
}

.mhc_home-section .home-features {
    background-color: #f9f9f9;
}

.mhc_home-section .container {
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    overflow: hidden;
}

.mhc_home-description li {
    list-style: inherit;
}

.mhc_home-feature {
    color: #fff;
    text-align: center;
    padding: 25px 25px 25px 25px;
    position: relative;
}

.mhc_home-features.container.group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

@media (min-width: 768px) {
    .mhc_home-feature {
        min-height: 275px;
    }

}

.mhc_home-feature h3 {
    color: #fff;
    line-height: 3;
    border-bottom: 1px solid #fff;
}

.mhc_home-feature ul {
    padding: 0;
}

.mhc-home-appliances {
    background: #7a7a7a;
}

.mhc-home-interior {
    background: #314758;
}

.mhc-home-exterior {
    background: #0db0b1;
}
/*-----MHC FORMS-----*/
/*-----all forms-----*/
.cmb-form input[type=text],
.cmb-form input[type=url],
.cmb-form input[type=email],
.cmb-form input[type=tel],
.cmb-form input[type=number],
.cmb-form input[type=password],
.cmb-form textarea,
.cmb-form select {
    font-size: 20px;
    background-color: #D6D6D6;
    color: #000;
    font-weight: 700;
    height: 2.3rem;
}

.cmb-form textarea {
    height: auto;
}

.cmb-form input[type=submit] {
    font-size: 16px;
}
/*-----specific forms-----*/
/*-----form: tour-----*/
#form-request_tour {
    margin: 30px auto 8px;
}

#form-request_tour .cmb-row {
    float: left;
}

#form-request_tour .cmb-td {
    line-height: 1.3;
    max-width: 100%;
    padding: 0px 10px;
}

#form-request_tour .cmb2-id-submitted-name,
#form-request_tour .cmb2-id-submitted-email,
#form-request_tour .cmb2-id-submitted-phone {
    max-width: 175px;
    width: 50%;
}

@media (min-width: 768px) {

    #form-request_tour .cmb2-id-submitted-name,
    #form-request_tour .cmb2-id-submitted-email,
    #form-request_tour .cmb2-id-submitted-phone {
        max-width: 175px;
        width: 100%;
    }
}

#form-request_tour input[type=submit] {
    background-color: #00b3b3 !important;
    border: none;
    box-shadow: inset 0 0px 0;
    color: #FFF;
    font-weight: bold;
    margin: 0 10px;
    padding: 8px 15px;
}

#form-request_tour:after {
    content: "";
    display: table;
    clear: both;
}

/*-----form: info-----*/
#form-request_info {
    margin-top: 30px;
}

#form-request_info .cmb-row {
    float: left;
}

#form-request_info .cmb-td {
    line-height: 1.3;
    max-width: 100%;
    padding: 0px 10px;
}

#form-request_info .cmb2-id-submitted-name,
#form-request_info .cmb2-id-submitted-email {
    max-width: 200px;
}

#form-request_info input[type=submit] {
    background-color: #00b3b3 !important;
    color: #FFF;
    border: none;
    padding: 8px 15px;
    font-weight: bold;
    box-shadow: inset 0 0px 0;
}

#form-request_info:after {
    content: "";
    display: table;
    clear: both;
}
/*-----form: contact-----*/
#form-request_contact input#submitted_fname,
#form-request_contact input#submitted_lname,
#form-request_contact input#submitted_email,
#form-request_contact input#submitted_phone {
    width: 400px;
}

#form-request_contact #submitted_message {
    font-size: 20px;
}

#form-request_contact .cmb2-id-submitted-referral li {
    width: 225px;
}

#form-request_contact input[type=submit] {
    background-color: #dcae1d;
    border: none;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 14px 15px;
    width: 200px;
}

@media (max-width: 768px) {
    input#submitted_email {
        width: 100%;
    }
}

/*-----end MHC FORMS-----*/

/*-----GRAVITY FORMS-----*/

.page-template-template-homepage .tb-alert.alert.alert-danger {
    position: fixed;
    top: 0;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
    font-size: 20px;
    background-color: #D6D6D6;
    color: #000;
    font-weight: 700;
    height: 2.3rem;
}

.gform_wrapper textarea {
    height: 8rem;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    border: none;
}

.gform_wrapper .gfield_radio label {
    font-size: 18px !important;
}

.homepage-form-container .form-title {
    margin-top: 60px;
}

.homepage-form-container .gform_footer {
    text-align: center !important;
}

.homepage-form-container .gform_button {
    width: 200px !important;
}

.available-homes-form .form-title {
    text-align: center;
    margin-top: 60px;
}

.available-homes-form .gform_footer {
    text-align: center !important;
}

.available-homes-form .gform_button {
    width: 200px !important;
}

/* end GRAVITY FORMS */
/*-----Clearfix-----*/

.clear {
    clear: both;
}

.group:after {
    content: "";
    clear: both;
    display: table;
}

/*-----Fix-----*/

.row,
#content {
    margin: 0;
    padding: 0;
}

/*-----Print Styles-----*/

@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a{text-decoration:underline}a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after{content:""}a[href^="javascript:"]:after{content:""}a[href^="#"]:after{content:""}pre{border:1px solid #999;page-break-inside:avoid}blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid;max-width:100%!important}@page{margin:.5cm}p{orphans:3;widows:3}h2{orphans:3;widows:3;page-break-after:avoid}h3{orphans:3;widows:3;page-break-after:avoid}}



/*-----START mhvillage styles-----*/
/*-----archive styles-----*/
.mhvhfs-group-heading h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #425664;
    margin-left: 20px;
    text-transform: uppercase;
}

.mhvhfs-list-wrap.layout-1 .bg-img {
    margin-bottom: 15px;
}

.mhvhfs-list-wrap.layout-1 .meta {
    left: auto;
    transform: inherit;
    bottom: -25px;
}

.mhvhfs-list-wrap.layout-1 .meta {
    padding: 0 0px;
}

.mhvhfs-list-wrap.layout-1 .meta-items {
    background-color: #425664;
    padding: 10px 0;
    color: #fff;
}

.mhvhfs-list-wrap.layout-1 .atts.border {
    border-right: 1px solid #fff;
}

/*-----detail styles-----*/
.mhvhfs-detail-wrap.layout-1 .address {
    color: #314758;
}

.mhvhfs-detail-wrap.layout-1 .main-row {
    background-color: #f9f9f9;
}

.mhvhfs-detail-wrap.layout-1 .main-row .price {
    color: #425664;
    font-size: 35px;
}

.mhvhfs-detail-wrap.layout-1 .main-row .make {
    font-weight: bold;
}

.mhvhfs-detail-wrap.layout-1 .main-row .btn {
    background-color: rgba(220, 174, 29, 1);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 200px;
}

.mhvhfs-detail-wrap.layout-1 .main-row .btn:hover {
    background-color: #0DB0B1;
}

.mhvhfs-detail-wrap.layout-1 .mhv-row .virtual-tour-btn {
    background-color: #0DB0B1;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.mhvhfs-detail-wrap.layout-1 .mhv-row .virtual-tour-btn:hover {
    background-color: rgba(220, 174, 29, .8);
    color: #ffffff;
}

.mhvhfs-detail-wrap.layout-1 .features .appliances {
    background-color: #7a7a7a;
}

.mhvhfs-detail-wrap.layout-1 .features .interior {
    background-color: #314758;
}

.mhvhfs-detail-wrap.layout-1 .features .exterior {
    background-color: #0db0b1;
}

/*-----detail page exceptions styles-----*/
.mhvillage-xml-feed-detail section.available-homes-header,
.mhvillage-xml-feed-detail section.available-homes-content,
.mhvillage-xml-feed-detail h2.available-homes-title {
    display: none;
}

.mhvillage-xml-feed-detail section.homes-that-are-available {
    background: #fff;
}

.mhvillage-xml-feed-detail section.homes-that-are-available {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .mhvillage-xml-feed-detail .request-info {
        margin: 40px auto 0px;
    }
}

/*-----START mhvillage styles-----*/


/*--- Featured Home ---*/

.featured-homes-content {
    background-color: #7ab2b8;
    color: #55595c;
    /*padding: 40px 0px 40px 0px;*/
    overflow: hidden;
}

.featured-homes-content .container {
    overflow: hidden;
    max-width: none;
}

.no-featured-home {
    font-size: 20px;
    color: #fff;
    margin: 0 300px;
    text-align: center;
    padding: 40px 0 20px;
}

@media (max-width: 991px) {
    .no-featured-home {
        margin: 0 20px;
    }
}

.home-features {
    background: #fff;
    min-height: 435px;
    padding: 35px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.home-features .fh-btn {
    color: #55595c;
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    background-color: rgba(220, 174, 29, .8);
    border-color: rgba(0, 0, 0, 0.06);
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 20px auto 0;
    width: 200px;
}

.home-features .fh-btn {
    color: #0c233f !important;
}

.home-features .fh-btn:hover {
    color: #ffffff !important;
}

.fh-img-wrapper {
    position: relative;
}

.feature-home-img {
    height: 435px;
    position: relative;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1500ms;
    -o-transition: all .1500ms;
    transition: all 1500ms;
}

.fh-img-wrapper:hover .feature-home-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fh-overlay {
    position: absolute;
    top: 0;
    height: 435px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1500ms;
    -o-transition: all .1500ms;
    transition: all 1500ms;
    width: 100%;
}

.fh-img-wrapper:hover .fh-overlay {
    background: rgba(0, 0, 0, .3);
}

@media (min-width: 885px) {

    .home-features {
        float: left;
        width: 50%;
    }

    .fh-img-wrapper {
        float: left;
        width: 50%;
    }
}

.home-status-ribbon-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 200px;
    overflow: hidden;
    height: 200px;
    text-align: center;
}

.home-status-ribbon {
    color: #fff;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg);
}
.home-status-ribbon.none            {display: none;}
.home-status-ribbon.brand-new       {background-color: #dcae1d;}
.home-status-ribbon.recently-listed {background-color: #047004;}
.home-status-ribbon.featured        {background-color: #00689E;}
.home-status-ribbon.price-reduced   {background-color: #00689E;}
.home-status-ribbon.sale-pending    {background-color: #9C4D9A;}
.home-status-ribbon.sold            {background-color: #ff0000;}
@media (max-width: 500px) {
    .bottom.container.group {
        display: block;
    }

    .bottom.container.group h2.top {
        font-size: 45px;
    }

    .bottom.container.group p {
        font-size: 25px;
    }
}

.featured-promo {
    background: #314758;
}

.featured-promo h2 {
    font-size: 50px;
    margin: 0 auto 20px;
}

.featured-promo p {
    font-size: 30px;
}

.new-homes-from {
    background: #314758;
}

.new-homes-from h2 {
    font-size: 50px;
    margin: 0 auto 20px;
}



/* START media query for mobile display */
@media only screen and (max-width: 767px) {

    /* mobile nav */
    .header-text-left {
        display: block;
        float: none;
        padding: 0 0px 0 20px;
        margin-bottom: 10px;
    }

    .header-text-right {
        display: block;
    }

    .tb-mobile-panel .header-text {
        padding: 0 0px;
    }

    .top-contact {
        margin-bottom: 10px;
    }

    /* inner pages global */
    .page-title h1 {
        font-size: 2rem;
    }


    /* homepage */
    .hero-content h1 {
        font-size: 2.8rem;
    }

    .homepage-intro h2 {
        font-size: 2rem;
    }

    .homepage-nearby-amenities h2 {
        font-size: 2rem;
    }

    .site-inner .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .homepage-hero .container {
        bottom: inherit;
    }

    .homepage-intro {
        padding: 2rem 0;
    }

    .homepage-intro p {
        font-size: 1rem;
    }

    .home-content-row-left {
        width: 100%;
    }

    .home-content-row-right {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .home-content-row-left .intro-image {
        left: -10px;
    }

    .home-content-row-right .intro-image {
        left: -10px;
    }

    ul.hrs-width {
        padding: 0 0 0 0px;
    }

    .available-homes-title {
        font-size: 2rem;
    }

    /* available homes */
    .available-homes-header h2 {
        font-size: 2.5rem;
    }

    /* amenities */
    .gallery-hero.page-hero h2 {
        font-size: 2.5rem;
    }

    ul.amenities {
        padding: 0 0 0 20px;
    }

    ul.amenities li {
        margin: 0 0px 10px 0;
        width: 100%;
    }

    .gallery-img-wrap {
        text-align: center;
    }

    /* what's nearby */
    .wn-page-content {
        font-size: 1rem;
        padding: 30px 20px 30px 20px;
        text-align: left;
    }

    /* contact */
    .contact-content-info {
        padding: 0px 0px 50px 0px;
    }

    .gform_wrapper.gravity-theme .left_label .gfield_label {
        flex: 1 1 10em;
    }

    .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
    .gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container{
        flex: 1 1 25em;
    }

    .gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
    .gform_wrapper.gravity-theme .gform_fields.left_label fieldset{
        display: flex;
        flex-flow: row wrap;
    }

    .contact-content-info .sidebar_text {
        margin: 20px 20px 20px;
    }

    .contact-content-info form#form-request_contact {
        margin: 20px;
    }

    .cmb-th {
        padding: 0px 10px 20px 0 !important;
    }

    .cmb-th {
        padding-bottom: 0em !important;
    }

    .cmb-th label {
        margin-bottom: -0.5em !important;
    }

    /* footer */
    .site-footer .wrap {
        padding-top: 0px;
    }

    .footer-top.container {
        width: 100%;
    }

    .footer-nav a {
        padding: 10px 50px 10px;
    }
}

/* END media query for mobile display */



/* START cobblestone integration */
/* START Gravity Forms Fancy Design */
.cobblestone-feed .gform_fields label.gfield_label {
    font: 700 1.33rem/1 "Open Sans", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.cobblestone-feed .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font: 700 1.33rem/1 "Open Sans", helvetica, arial, sans-serif;
    box-shadow: none;
    letter-spacing: .1rem;
}

.cobblestone-feed form input[type=text],
.cobblestone-feed form input[type=email],
.cobblestone-feed form input[type=password],
.cobblestone-feed form input[type=tel],
.cobblestone-feed form input[type=search],
.cobblestone-feed form textarea {
    font: 700 1.33rem/1 "Open Sans", helvetica, arial, sans-serif;
    padding: .85rem 0;
    margin: 0;
    border: none;
}

.cobblestone-feed .unit__form .gform_wrapper .top_label li.gfield.gf_left_half,
.cobblestone-feed .unit__form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
}

.cobblestone-feed .unit__form .gform_wrapper .top_label .gfield_label {
    margin: 12px 0 0px 0;
}

.cobblestone-feed .unit__form form .gform_fields .gfield {
    margin: 0px 0 8px;
}

.cobblestone-feed .unit__form .ginput_container {
    margin-top: 0px !important;
}

.cobblestone-feed .unit__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #4d615c !important;
    text-align: left;
}

/* END Gravity Forms Fancy Design */
/* End cobblestone integration */




/* START homepage 3 */
body.content-homepage3 {
    color: #707070;
}

.content-homepage3 h1,
h2,
h3,
h4,
h5,
h6 {
    color: #707070;
}

.content-homepage3 .homepage-hero {
    max-height: none;
}

.content-homepage3 .hero-content {
    width: 100%;
    max-width: 400px;
    bottom: 32px;
    padding: 25px 14px 25px;
}

.content-homepage3 .hero-content h1 {
    font-family: "Montserrat", Arial, sans-serif;
    color: #ffffff;
    font-size: 2em;
}

.content-homepage3 .hero-content p {
    font-family: "Muli", Arial, sans-serif;
    color: #ffffff;
    font-size: 1em;
}

@media (min-width: 900px) {
    .content-homepage3 .hero-content h1 {
        font-size: 2em;
    }

    .content-homepage3 .hero-content p {
        font-size: 1.5em;
    }

    .content-homepage3 .flex-group {
        display: flex;
    }
}

.content-homepage3 .padding3x {
    padding: 3em 0;
}

.content-homepage3 .padding10x {
    padding: 10em 0;
}

.content-homepage3 .text-centered {
    text-align: center;
}

.content-homepage3 .two-column {
    padding: 0 1em;
    width: 100%;
}

.content-homepage3 .bottom-arrow {
    position: relative;
}

.content-homepage3 .bkg-blue {
    background: #21748E;
    color: #fff;
}

.content-homepage3 .bkg-blue polygon {
    fill: #21748E;
}

.content-homepage3 .bkg-white polygon {
    fill: #fff;
}

.content-homepage3 .bkg-blue h2 {
    color: #fff;
}

.content-homepage3 .bkg-img,
.content-homepage3 .bkg-img h2 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.content-homepage3 #available-homes {
    background: #fff;
    position: relative;
}

.content-homepage3 .shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: 100%;
}

.content-homepage3 .shape-bottom svg {
    height: 100px;
    display: block;
    /* width: -webkit-calc(100% + 1.3px); */
    /* width: calc(100% + 1.3px); */
    position: relative;
    left: 50%;
    transform: translate(-50%, -15px) rotate(180deg);
    /* width: 50%; */
}

@media (min-width: 991px) {
    .content-homepage3 .header-content {
        padding: 0 2em;
    }

    .content-homepage3 .header-nav .wrap.clearfix {
        padding: 0 1em;
    }

    .content-homepage3 .homepage-nav {
        display: block;
    }

    .content-homepage3 .homepage-mobile-nav {
        display: none;
    }
}

.content-homepage3 .gform_footer.top_label {
    text-align: center;
}

.content-homepage3 .gform_wrapper .gform_footer input[type=submit] {
    background: rgba(220, 174, 29, .8) !important;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 2rem auto;
    max-width: 300px;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
    width: 90%;
    will-change: transform;
}

/* END homepage 3 */


/* Start Pop Up Modal */
#popup-box {
    width: 95%;
    max-width: 800px;
}

.modal--popup {
	background: #3c6382;
	box-shadow: 0px 5px 15px rgba(0,0,0,.6);
	color: #fff;
	left: 50%;
	opacity: 0;
	padding: 40px;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -35%);
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
	visibility: hidden;
}

.modal--popup.is-active{
	transform: translate(-50%, -50%);
}

.overlay {
	background: rgba(250, 250, 250,.8);
	height: 100vh;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	visibility: hidden;
	width: 100%;
}

.popup-element.is-active {
	opacity: 1;
	visibility: visible;
    z-index: 9999;
}

.modal__close {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: -30px;
    text-transform: uppercase;
    top: -20px;
}

.modal__content {
    font-family: sans-serif;
    font-weight: bold;
    padding: 30px 0;
    text-transform: uppercase;
}

@media(min-width: 650px){
    .modal__content {
        font-size: 1.5em;
    }
}
.modal__inner span {
    display: block;
}

#popup-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.5em;
}

#popup-box .btn {
    font-size: 12px;
    width: 200px;
}

/* END Pop Up Modal */


/* START FAQ */
.faq-accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    white-space: pre-wrap;
    transition: 0.4s;
    margin-top: 12px;
}
.faq-accordion:focus {
    outline: none;
}
.faq-panel {
    font-size: 17px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* END FAQ */


/* START REVIEWS */
#resident-quote {
    align-items: center;
    color: #fff;
    display: flex;
    height: 400px;
    justify-content: center;
    position: relative;
}

.resident-quote__container {
	flex-flow: column;
    z-index: 1;
}

#resident-quote blockquote {
    text-shadow: 0px 2px 2px #000;
    max-width: 50ch;
    margin: 30px auto;
    border: 0;
}

@media(min-width: 960px){
    #resident-quote blockquote {
        font-size: 1.5em;
    }
}
/* END REVIEWS */

/* START Blog Post Single */
.epic-thumb .attachment-full.size-full.wp-post-image {
    max-height: 600px;
    object-fit: cover;
}

.single-post #main .inner {
    max-width: 1080px;
    margin: auto;
}
/* END Blog Post Single */

/* START Post Grid template */
.page-template-template_grid-php .tb-info-box.tb-page-info {
    display: none;
}

.post_grid.themeblvd-gallery {
    display: block;
}

.post_grid .grid-item {
    margin-bottom: 2em;
}

.post_grid.themeblvd-gallery .featured-image.wp-post-image {
    height: 300px;
    object-fit: cover;
}

.post_grid .entry-title {
    font-size: 1.5em;
}

.post_grid a {
    color: currentColor;
}
/* END Post Grid template */
