/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */

/* =Fonts
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* =Colours
-------------------------------------------------------------- */

.lightGrey {
    color: #FBFBFB;
}

.lightGreyBg {
    background: #FBFBFB;
}

.softGrey {
    color: #F4F4F4;
}

.softGreyBg {
    background: #F4F4F4;
}

.grey {
    color: #E4E4E4;
}

.greyBg {
    background: #E4E4E4;
}

.darkGrey {
    color: #5C5C5C;
}

.darkGreyBg {
    background: #5C5C5C;
}

.blue {
    color: var(--primary-color);
}

.blueBg {
    background: var(--primary-color);
}

.white {
    color: #fff;
}

.whiteBg {
    background: #fff;
}

/* =Elements
-------------------------------------------------------------- */

h1 {
    
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 55px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.heading-prefix {
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
    margin-bottom: 0px;
    font-weight: 600;
}

.underline {
    height: 2px;
    width: 28px;
    margin: auto;
    margin-bottom: 30px;
}

/* =Header
-------------------------------------------------------------- */

header.header-1 {
    height: 140px;
    border-bottom: none;
    position: relative;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all ease .3s;
    right: 0;
    background: var(--primary-color);
}

header.header-1.push {
    right: 360px;
}

header.header-1.sticky {
    height: 90px;
    -webkit-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.22);
    box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.22);
}

body.home .half-container, body.page-template-articles .half-container, body.page-template-display-homes .half-container {
    width: 50%;
    float: right;
}

.half-container {
    width: 100%;
    float: none;
}

.half-container.half-container-left {
    padding-left: 25px;
}

.half-container.half-container-right {
    padding-right: 25px;
}

body.home .half-container.half-container-right, body.page-template-articles .half-container.half-container-right, body.page-template-display-homes .half-container.half-container-right {
    background: #E4E4E4;
    padding-right: 25px;
}

body.home header.header-1.sticky .half-container.half-container-right, body.page-template-articles header.header-1.sticky .half-container.half-container-right, body.page-template-dislpay-homes header.header-1.sticky .half-container.half-container-right {
    background: #fff;
    transition: all ease .3s;
}

body.home header.header-1.sticky .half-container, body.page-template-articles header.header-1.sticky .half-container, body.page-template-display-homes header.header-1.sticky .half-container {
    width: 100%;
    float: none;
}

/* =Nav
-------------------------------------------------------------- */

nav {
    height: 140px;
}

nav ul#menu-primary-menu {
    height: 140px;
    transition: all ease .3s;
}

nav ul#menu-primary-menu > li {
    height: 140px;
    transition: all ease .3s;
    min-height: 90px;
}

nav ul#menu-primary-menu > li > a {
    height: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    transition: all ease .3s;
    min-height: 90px;
}

nav ul#menu-primary-menu > li:hover > a {
    background: var(--secondary-color);
    color: #fff;
}

nav ul#menu-primary-menu li ul.sub-menu {
    margin-top: 140px;
    background: var(--secondary-color) !important;
}

nav ul#menu-primary-menu li ul.sub-menu li {
}

nav ul#menu-primary-menu li ul.sub-menu li a {
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
}

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

header.header-1.sticky nav {
    height: 90px;
}

header.header-1.sticky nav ul#menu-primary-menu {
    height: 90px;
}

header.header-1.sticky nav ul#menu-primary-menu > li {
    height: 90px;
}

header.header-1.sticky nav ul#menu-primary-menu > li > a {
    height: 90px;
    line-height: 90px;
}

header.header-1.sticky nav ul#menu-primary-menu li ul.sub-menu {
    margin-top: 90px;
}

/* =JMP
-------------------------------------------------------------- */

jmp {
    display: flex;
    align-items: center;
    height: 140px;
    float: right;
    padding-left: 25px;
    padding-right: 0px;
    transition: all ease .3s;
}

jmp svg {
    font-size: 28px;
    height: 50px;
    width: 90px;
    float: left;
}

body.home jmp svg path, body.home jmp svg rect, body.page-template-articles jmp svg path, body.page-template-articles jmp svg rect, body.page-template-display-homes jmp svg path, body.page-template-display-homes jmp svg rect {
    fill: #959595;
}

jmp svg path, jmp svg rect {
    fill: var(--secondary-color);
}

header.header-1.sticky jmp {
    height: 90px;
}

header.header-1.sticky jmp svg path, header.header-1.sticky jmp svg rect {
    fill: var(--secondary-color);
}

header.header-1.sticky jmp svg {
    font-size: 28px;
    height: 35px;
    width: 75px;
    float: left;
}

/* =Logo
-------------------------------------------------------------- */

logo {
    height: 140px;
    margin-top: 0px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
}

logo svg {
    height: 70px;
    max-width: 180px;
    transition: all ease .3s;
}

logo svg path, logo svg rect {
    fill: #fff !important;
}

header.header-1.sticky logo {
    height: 90px;
}

header.header-1.sticky logo svg{
    height: 50px;
}

/* =Content
-------------------------------------------------------------- */

content {
    display: block;
    padding-top: 140px;
    overflow: hidden;
}

/* =Button
-------------------------------------------------------------- */

button:focus {outline:0;}

button {
    height: 66px;
    width: auto;
    padding: 15px 38px 15px 88px;
    background: red;
    border: 2px solid var(--primary-color);
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background: var(--primary-color);
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 240px;
    margin-left: 0px;
    transition: all 3.5s ease;
}

button .button-icon {
    height: 58px;
    width: 58px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    text-align: center;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}

button .button-icon svg {
    margin-top: 21px;
}

button:hover {
    cursor: pointer;
    color: var(--primary-color);
    transition: all .5s ease;
}

button:hover .button-icon {
    -moz-transform: rotate(360deg) ;
	/* WebKit */
	-webkit-transform:  rotate(360deg);
	/* Opera */
	-o-transform: rotate(360deg);
	/* Standard */
	transform: rotate(360deg);
    margin-left: calc(100% - 62px);
}

/* =Hero
-------------------------------------------------------------- */

hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

hero .hero-left {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hero .hero-right {
    height: 100%;
    width: 50%;
    padding: 10% 8% 17% 8%;
    float: right;
}

hero .hero-right .hero-buttons {
    margin-top: 45px;
}

hero .heading-prefix {
    text-align: center;
    font-size: 40px !important;
}

hero .hero-right h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 55px;
    text-align: center;
}

hero.home .hero-right h1 {
    text-align: left;
}

hero.home .hero-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #5C5C5C;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: left;
}

hero .hero-right p {
    text-align: center;
}

hero .hero-right p.thin {
    font-weight: 300;
}

hero .hero-right button {
    margin-top: 25px;
}

hero .hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

hero .hero-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #FBFBFB;
}

body.page-template-display-homes hero .hero-divider svg {
    fill: #F4F4F4;
}

body.page-template-plans-prices hero .hero-divider svg {
    fill: #E4E4E4;
}

hero .hero-right .button-container {
    width: 50%;
    float: left;
    padding-right: 30px;
}

hero .hero-right .button-container button {
    width: 100%;
    padding: 15px 10px 15px 50px;
    font-size: 12px;
    letter-spacing: 0px;
}

hero .hero-right .button-container button .button-icon {
    font-size: 16px;
}

/* =Hero (Display Homes)
-------------------------------------------------------------- */

hero.display {
    text-align: center;
}

hero.articles button {
    margin-top: 50px;
    margin: auto;
}

/* =Hero (Articles)
-------------------------------------------------------------- */

hero.articles {
    text-align: center;
}

hero.articles h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    margin-bottom: 20px; 
    text-transform: none;
}

hero.articles h2 {
    text-align: left;
}

hero.articles p {
    text-align: left;
}

hero.articles button {
    margin-top: 50px;
}

/* =Articles
-------------------------------------------------------------- */

articles {
    display: block;
    padding: 220px 50px 140px 50px;
    text-align: center;
}

articles .container-fluid {
    max-width: 1440px;
}

articles .articles {
    margin-top: 100px;
    margin-bottom: 60px;
}

articles .articles .article-col {
    margin-bottom: 30px;
}

articles .articles .article-container {
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    background: #fff;
    height: 100%;
-webkit-mask-image: -webkit-radial-gradient(white, black);
}

articles .articles .article-container:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all .5s ease;
}

articles .articles .article-container .article-image-container {
    height: 240px;
    width: 100%;
    overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(white, black);
}

articles .articles .article-container .article-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .5s ease;
}

articles .articles .article-container:hover .article-image {
    transform: scale(1.2) rotate(-1deg);
}

articles .articles .article-container .article-content {
    padding: 50px;
    text-align: left;
}

articles .articles .article-container .article-content h3.article-title {
    margin-bottom: 25px;
    transition: all .5s ease;
}

articles .articles .article-container:hover .article-content h3.article-title {
    color: #fff;
}

articles .articles .article-container .article-link {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid var(--primary-color);
    border-top: 80px solid transparent;
    height: 0;
    width: 0;
    transition: all .5s ease;
}

articles .articles .article-container:hover .article-link {
    border-right: 80px solid #ffffff;
    transition: all .5s ease;
}

articles .articles .article-container .article-link svg {
    color: #fff;
    position: absolute;
    right: -60px;
    top: -35px;
    font-size: 13px;
    transition: all .5s ease;
}

articles .articles .article-container:hover .article-link svg {
    color: var(--primary-color);
    transition: all .5s ease;
}

/* =Articles (Recent)
-------------------------------------------------------------- */

articles.recent {
    padding: 140px 50px 140px 50px;
}

articles.recent h2 {
    margin-bottom: 0px;
}

/* =About
-------------------------------------------------------------- */

about {
    display: block;
    padding-bottom: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

about .about-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
}

about .about-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #FBFBFB;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

about .about-content-left {
    padding: 35% 14% 15% 14%;
    position: relative;
}

about .about-content-left img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -150px;
}

about .about-content-right {
    padding: 15% 14% 15% 14%;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 500px;
}

about .about-content-right .about-content-right-container {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

/* =Estates
-------------------------------------------------------------- */

estates {
    display: block;
    padding: 90px 50px 140px 50px;
    text-align: center;
}

estates .container-fluid {
    max-width: 1750px;
}

estates .tiles {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

estates .tiles .tile {
    height: 100%;
    padding: 60px;
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background: #EAEAEA;
}

estates .tiles .tile-container:nth-of-type(even) .tile {
    background: var(--primary-color);
    color: #fff;
}


estates .tiles .tile img {
    margin-bottom: 20px;
}

estates .tiles .tile h3 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 33px;
}

estates .tiles .tile-container:nth-of-type(even) .tile h3 {
    color: #ffffff;
}

estates .tiles .tile p {
    text-align: center;
}

estates .map .estate-map {
    height: 600px;
    width: 100%;
    background: #eee;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    margin-bottom: 50px;
    overflow: hidden;
}

estates .container-fluid.estates-container {
    max-width: 1440px;
}

estates .estates {
    margin-top: 100px;
}

estates .estates .estate {
    margin-bottom: 70px;
}

estates .estates .estate-container {
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #fff;
}

estates .estates .estate-container:hover {
    background: #0A3B5B;
}

estates .estates .estate-container .estate-logo {
    height: 80px;
    width: 100%;
}

estates .estates .estate-container .estate-logo img {
    height: 50px;
    margin-top: 15px;
}

estates .estates .estate-container .estate-image-container {
    height: 240px;
    width: 100%;
    overflow: hidden;
}

estates .estates .estate-container .estate-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .5s ease;
}

estates .estates .estate-container:hover .estate-image {
    transform: scale(1.2) rotate(-1deg);
}

estates .estates .estate-container .estate-content {
    padding: 50px;
    text-align: left;
    background: #fff;
    transition: all .5s ease;
    height: 100%;
}

estates .estates .estate-container:hover .estate-content {
    background: transparent;
    color: #fff;
}

estates .estates .estate-container .estate-content h3.estate-title {
    margin-bottom: 25px;
    transition: all .5s ease;
}

estates .estates .estate-container:hover .estate-content h3.estate-title {
    color: #fff !important;
}

estates .estates .estate-container .estate-link {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid #0A3B5B;
    border-top: 80px solid transparent;
    height: 0;
    width: 0;
    transition: all .5s ease;
}

estates .estates .estate-container:hover .estate-link {
    border-right: 80px solid #fff !important;

}

estates .estates .estate-container .estate-link svg {
    position: absolute;
    right: -60px;
    top: -35px;
    font-size: 13px;
    color: #fff;
    transition: all .5s ease;
}

estates .estates .estate-container:hover .estate-link svg {
    color: inherit;
}

/* =Quote
-------------------------------------------------------------- */

quote {
    display: block;
    padding-bottom: 870px;
    position: relative;
}

quote .quote-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

quote .quote-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

quote .quote-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 99;
}

quote .quote-divider-bottom svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
}

quote .quote-content-right {
    padding: 35% 14% 15% 14%;
    position: relative;
}

quote .quote-content-right p.quote-content-right-title {
    font-family: 'Dancing Script', cursive;
    font-size: 90px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: var(--primary-color);
}

quote .quote-content-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #5C5C5C;
    font-size: 20px;
    letter-spacing: 3px;
}

quote .quote-content-right p.thin {
    font-weight: 300;
}

quote .quote-image-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

quote .quote-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 870px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =JMP (Content)
-------------------------------------------------------------- */

jmp-content {
    display: block;
    padding-bottom: 420px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

jmp-content .jmp-content-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

jmp-content .jmp-content-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

jmp-content .jmp-content-left {
    padding: 35% 14% 15% 14%;
    position: relative;
}

jmp-content .jmp-content-left button {
    margin-top: 35px;
}

jmp-content .jmp-content-left button {
    transform-origin: center left;
}

/* =Support
-------------------------------------------------------------- */

support {
    display: block;
    padding: 90px 50px 140px 50px;
    text-align: center;
}

support .container-fluid {
    max-width: 1199px;
}

support .support-container {
    margin-top: 30px;
}

support .support-brand {
    padding: 7%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

support .support-brand img {
    margin: auto;
    max-height: 160px;
}

support .support-brand p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 3px;
}

/* =Intro
-------------------------------------------------------------- */

intro {
    display: block;
    padding-bottom: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

intro .intro-content-left {
    padding: 25% 24% 15% 14%;
    position: relative;
    
    -webkit-border-radius: 450px / 50%;
    -moz-border-radius: 450px / 50%;
    border-radius: 450px / 50%;
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    
    margin-top: -10%;
}

intro .intro-content-left h1.heading-prefix {
    text-align: center;
    line-height: 1.5;
}

intro .intro-content-left p.heading-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    letter-spacing: 5px;
    max-width: 300px;
    line-height: 1.2em;
    margin: auto;
    margin-bottom: 50px;
}

/* =Banner
-------------------------------------------------------------- */

banner-area {
    display: block;
    padding-bottom: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
}

banner-area .banner-content-left {
    padding: 30% 24% 20% 14%;
    position: relative;
    -webkit-border-radius: 450px / 50%;
    -moz-border-radius: 450px / 50%;
    border-radius: 450px / 50%;
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    
    margin-top: -10%;
}

banner-area .banner-content-left h1.heading-prefix {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 55px;
}

/* =Banner (Contact)
-------------------------------------------------------------- */

banner-area.contact {
    text-align: center;
}

banner-area.contact .contact-details {
    overflow: hidden;
    margin-bottom: 70px;
}

banner-area.contact .contact-details .contact {
    width: 100%;
    float: left;
}

banner-area.contact .contact-details .contact p {
    margin-bottom: 2px;
}

banner-area.contact .contact-details .contact p.contact-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

banner-area.contact .contact-details .contact p.contact-company {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3E3E3E;
    font-size: 12px;
}

banner-area.contact .contact-details .contact p.contact-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3E3E3E;
    font-size: 14px;
}

/* =Content Top
-------------------------------------------------------------- */

content-top {
    display: block;
    position: relative;
    padding: 300px 50px 200px 50px;
}

content-top .container-fluid {
    max-width: 1440px;
}

content-top .content-top-content {
    padding-right: 15%;
}

/* =Content Middle
-------------------------------------------------------------- */

content-middle {
    display: block;
    padding-bottom: 870px;
    position: relative;
}

content-middle .content-middle-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

content-middle .content-middle-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

content-middle .content-middle-content-right {
    padding: 35% 14% 15% 14%;
    position: relative;
}

content-middle .content-middle-image-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

content-middle .content-middle-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 870px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =Content Bottom
-------------------------------------------------------------- */

content-bottom {
    display: block;
    padding-bottom: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

content-bottom .content-bottom-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

content-bottom .content-bottom-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #F4F4F4;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

content-bottom .content-bottom-content-left {
    padding: 35% 14% 15% 14%;
    position: relative;
}

content-bottom .content-bottom-content-left button {
    margin-top: 25px;
    transform-origin: top left;
}

/* =Estates (Tiles)
-------------------------------------------------------------- */

estates-tiles {
    display: block;
    padding: 90px 50px 220px 50px;
    text-align: center;
}

body.home estates-tiles {
    background: #E4E4E4 !important;
}

body.page-template-display-homes estates-tiles {
    background: #F4F4F4 !important;
}

estates-tiles .container-fluid.estates-container {
    max-width: 1920px;
}

estates-tiles .estates {
    margin-top: 100px;
}

estates-tiles .estates .estate {
    
}

estates-tiles .estates .estate-tile {
    overflow: hidden;
    position: relative;
    position: relative;
    height: 100%;
    text-align: left;
}

estates-tiles .estates .estate-tile .estate-tile-content {
    padding: 100px 30px 130px 30px;
}

estates-tiles .estates .estate-tile .estate-tile-content p.estate-tile-title {
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1em;
}

estates-tiles .estates .estate-tile .estate-tile-content p {
    font-size: 12px;
    line-height: 1.8em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

estates-tiles .estates .estate-tile .estate-tile-content p.small {
    font-weight: 300;
}

estates-tiles .estates .estate-tile .estate-tile-image {
    height: calc(100% - 70px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
}

estates-tiles .estates .estate-tile:hover .estate-tile-image {
    opacity: 0;
}

estates-tiles .estates .estate-tile .estate-tile-logo {
    height: 70px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}

estates-tiles .estates .estate-tile .estate-tile-logo img {
    max-height: 50px;
    margin-top: 10px;
}

estates-tiles .estates .estate-tile:hover .estate-tile-logo {
    opacity: 0;
}

/* =Article (Single)
-------------------------------------------------------------- */

article {
    display: block;
    position: relative;
    padding: 250px 50px 400px 50px;
}

article .container-fluid {
    max-width: 1440px;
}

article .article-content p {
    margin-bottom: 30px;
}

article .article-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 99;
}

article .article-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #FBFBFB;
}

/* =Pagination
-------------------------------------------------------------- */

articles .pagination-container {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

articles .pagination-container .pagination {
    margin: auto;
    width: auto;
    display: block;
}

articles .pagination-container .pagination span, articles .pagination-container .pagination a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

articles .pagination-container .pagination span {
    background: #0A3B5B;
    color: #fff;
}

articles .pagination-container .pagination a {
    background: #eee;
    color: #0A3B5B;
}

articles .pagination-container .pagination a:hover {
    background: #0A3B5B;
    color: #fff;
}

/* =Contact Form
-------------------------------------------------------------- */

contact-form {
    display: block;
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

contact-form .container-fluid {
    max-width: 1440px;
}

contact-form .contact-form-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 99;
}

contact-form .contact-form-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #FBFBFB;
}

contact-form .contact-details {
    overflow: hidden;
    margin-bottom: 70px;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}

contact-form .contact-details .contact {
    width: 50%;
    float: left;
}

contact-form .contact-details .contact p {
    margin-bottom: 2px;
}

contact-form .contact-details .contact p.contact-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

contact-form .contact-details .contact p.contact-company {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3E3E3E;
    font-size: 12px;
}

contact-form .contact-details .contact p.contact-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3E3E3E;
    font-size: 14px;
}

/* =Gravity Form
-------------------------------------------------------------- */

body .gform_wrapper {
    margin-top: 70px;
}

body .gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 60px !important;
}

body .gform_wrapper li.gfield.field_description_below+li.gsection:first-of-type {
    margin-top: 10px !important;
}

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
    display: none;
}

body .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    color: #4A4A4A;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #4A4A4A;
    border: 1px solid #2E3444;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 60px;
    padding: 20px;
    font-size: 14px;
    text-transform: none;
}

body .gform_wrapper textarea {
    color: #4A4A4A;
    border: 1px solid #2E3444;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;  
    height: 400px;
    font-size: 14px;
    text-transform: none;
}

body .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    padding-top: 15px;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    cursor: pointer;
    height: 50px;
    width: 140px;
    font-size: 13px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 700;
    margin-top: -10px;
}

body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
    border: 2px solid var(--secondary-color);
    background: transparent;
    color: var(--secondary-color);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none;
}

/* =Map
-------------------------------------------------------------- */

map {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

map.flip {
    height: 900px;
}

map .map-svg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

map .map-svg-top svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg);
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

map.flip .map-svg-top svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg) scaleX(-1);
	/* WebKit */
	-webkit-transform:  rotate(180deg) scaleX(-1);
	/* Opera */
	-o-transform: rotate(180deg) scaleX(-1);
	/* Standard */
	transform: rotate(180deg) scaleX(-1);
}

map .map-svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 99;
}

map .map-svg-bottom svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #FBFBFB;
}

map .acf-map {
}

map button:focus {
}

map button {
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    position: relative;
    font-family: inherit;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    min-width: auto;
    margin-left: auto;
    transition: none;
}

/* =Builders
-------------------------------------------------------------- */

builders {
    display: block;
    padding: 90px 50px 100px 50px;
    text-align: center;
}

builders .container-fluid {
    max-width: 1750px;
}

builders .tiles {
    margin-top: 100px;
    margin-bottom: 100px;
}

builders .tiles .tile-container {
    margin-bottom: 35px;
}

builders .tiles .tile {
    height: 100%;
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background: #fff;
    overflow: hidden;
}

builders .tiles .tile .tile-logo {
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

builders .tiles .tile .tile-logo img {
    max-width: 60%;
    max-height: 40%;
    margin: auto;
}

builders .tiles .tile .tile-content {
    padding: 35px 45px;
    text-align: left;
}

builders .tiles .tile .tile-content p.content-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

builders .tiles .tile .tile-content p {
    margin-bottom: 3px;
    font-size: 14px;
}

/* =Directions
-------------------------------------------------------------- */

directions {
    display: block;
    padding-bottom: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

directions .directions-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 99;
}

directions .directions-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
}

directions .directions-content-left {
    padding: 15% 14% 15% 14%;
    position: relative;
}

directions .directions-content-left button {
    margin-top: 25px;
    transform-origin: top left;
}

/* =Information
-------------------------------------------------------------- */

information {
    display: block;
    position: relative;
    padding: 170px 50px 200px 50px;
}

information .container-fluid {
    max-width: 1440px;
}

information .information-content {
    padding-right: 15%;
}

/* =Stages
-------------------------------------------------------------- */

stages {
    display: block;
    position: relative;
    padding: 170px 50px 50px 50px;
}

stages .container-fluid {
    max-width: 1440px;
}

stages .directions-title {
    margin-top: 150px;
    text-align: center;
}

stages .directions-title {
    margin-top: 150px;
    text-align: center;
}

stages .directions-title p.directions-title-prefix {
    text-align: center;
    font-size: 60px;
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
    margin-bottom: 0px;
    font-weight: 600;
}

/* =Content Middle
-------------------------------------------------------------- */

details-area {
    display: block;
    padding-bottom: 870px;
    position: relative;
}

details-area .details-divider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -1px;
    z-index: 99;
}

details-area .details-divider svg {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    fill: #E4E4E4;
    -moz-transform: rotate(180deg) ;
	/* WebKit */
	-webkit-transform:  rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
}

details-area .details-content-right {
    padding: 35% 14% 15% 14%;
    position: relative;
}

details-area .details-image-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

details-area .details-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 870px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =Footer
-------------------------------------------------------------- */

footer {
    display: block;
    background: var(--primary-color);
    padding: 70px;
    overflow: hidden;
    position: relative;
}

footer a {
    color: #fff;
}

footer .footer-widget.footer-15 {
    width: 15%;
    float: left;
    margin-right: 2.5%;
}

footer .footer-widget.footer-20 {
    width: 15%;
    float: left;
    padding-left: 25px;
}

footer .footer-widget.footer-25 {
    width: 20%;
    float: left;
}

footer .footer-widget.footer-logo svg {
    max-width: 180px !important
}

footer .footer-widget h4, footer .footer-widget p {
    color: #fff;
}

footer .footer-widget h4 {
    font-weight: 600;
    font-size: 19px;
}

footer .footer-widget p {
    font-size: 12px;
    margin-bottom: 0px;
}

footer .footer-widget p.large {
    font-size: 16px;
}

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

footer .footer-divider {
    height: 1px;
    width: calc(100% - 140px);
    position: absolute;
    bottom: 0;
    left: 70px;
    background: #fff;
}

footer .footer-widget ul li a {
    color: #fff;
    font-size: 13px;
}

footer-copyright {
    display: block;
    padding: 30px 70px;
    width: 100%;
    background: #0A3B5B;
    overflow: hidden;
}

footer-copyright p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

footer-copyright p.footer-copyright {
    float: left;
}

footer-copyright p.footer-ace {
    float: right;
}

/* =Side Menu
-------------------------------------------------------------- */

.ace-spmenu {
    border-left: 1px solid #fff;
    background: var(--secondary-color);
    overflow: scroll;
}

.ace-spmenu-header {
    height: 100px;
    border-bottom: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.ace-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.ace-spmenu-vertical a:hover {
    color: var(--secondary-color) !important;
}

.side_close {
    display: block;
    position: absolute;
    top: 38px;
    right: 15px;
    border: none;
    background: transparent;
    color: #fff;
    transform: scale(0.8);
    cursor: pointer;
}

/* =Modal
-------------------------------------------------------------- */

modal {
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9998;
}

modal.active {
    display: flex;
    align-items: center;
    position: fixed;
}

modal .modal-container {
    width: 80%;
    max-width: 1200px;
    background: #fff;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #B38B94;
}

modal .modal-container .modal-title {
    padding: 15px;
    width: 100%;
    background: var(--primary-color);
    text-align: center;
}

modal .modal-container .modal-title p {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

modal .modal-container .modal-content-container {
    padding: 50px;
    text-align: center;
    overflow: hidden;
}

modal .modal-container .modal-content-container a {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 400px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    display: none;
}

modal .modal-container .modal-content-container a.active {
    display: inline-block;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */

@media (max-width: 1899px) {

    intro .intro-content-left {
        -webkit-border-radius: 40% / 50%;
        -moz-border-radius: 40% / 50%;
        border-radius: 40% / 50%;

        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        
    }
    
    banner-area .banner-content-left {
        -webkit-border-radius: 40% / 50%;
        -moz-border-radius: 40% / 50%;
        border-radius: 40% / 50%;

        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
    }
    
    nav ul#menu-primary-menu > li > a {
        height: 140px;
        line-height: 140px;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        transition: all ease .3s;
        min-height: 90px;
    }
    
}

@media (max-width: 1599px) {
    
    body.home jmp svg path, body.home jmp svg rect, body.page-template-articles jmp svg path, body.page-template-articles jmp svg rect, body.page-template-display-homes jmp svg path, body.page-template-display-homes jmp svg rect {
        fill: var(--secondary-color);
    }
    
    hero.articles button {
        margin-top: 20px;
    }
    
    hero .hero-right {
        overflow: hidden;
    }
    
    hero .hero-right .button-container {
        width: 100%;
        float: left;
        padding-right: 30px;
    }
    
    banner-area {
        padding-bottom: 340px;
    }
    
    estates-tiles {
        padding: 90px 50px 140px 50px;
    }
    
    estates-tiles .estates-container [class*='col-'] {
        max-width: 50% !important;
        width: 50%;
        flex: 0 0 50%;
    }
    
    estates-tiles .estates-container .estate {
        margin-bottom: 30px;
    }
    
    content-top {
        padding: 200px 50px 140px 50px;
    }
    
    information {
        padding: 200px 50px 140px 50px;
    }
    
    content-middle {
        padding-bottom: 520px;
    }
    
    details-area {
        padding-bottom: 520px;
    }
    
    content-top .content-top-content {
        padding-right: 8%;
    }
    
    information .information-content {
        padding-right: 8%;
    }
    
    articles.home {
        padding: 70px 50px 140px 50px;
    }
    
    articles.recent {
        padding: 110px 50px 140px 50px;
    }
    
    articles .articles {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    articles.home .articles {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    
    articles h2 {
        margin-bottom: 0px;
    }
    
    articles .articles .article-container .article-content {
        padding: 50px 30px;
        text-align: left;
    }
    
    body.home .half-container.half-container-right, body.page-template-articles .half-container.half-container-right, body.page-template-display-homes .half-container.half-container-right {
        background: #fff;
    }
    
    body.home .half-container, body.page-template-articles .half-container, body.page-template-display-homes .half-container {
        width: auto;
        float: none;
    }
    
    quote .quote-content-right p.quote-content-right-title {
        font-size: 75px;
        line-height: 90px;
    }
    
    quote .quote-content-right p {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    estates .tiles .tile {
        padding: 60px 30px;
    }
    
    builders {
        padding: 90px 50px 30px 50px;
    }
    
    builders .tiles .tile .tile-content {
        padding: 30px;
        text-align: left;
    }
    
}

@media (max-width: 1399px) {
    
    p {
        font-size: 15px;
    }
    
    hero .hero-right h1 {
        margin-top: 15px;
    }
    
    hero .hero-right .button-container {
        width: 100%;
        float: left;
        padding: 0;
    }
    
    hero .hero-right .button-container button {
        margin: auto;
        display: block;
        max-width: none;
        transform-origin: center center;
    }
    
    quote .quote-content-right p.quote-content-right-title {
        font-size: 75px;
        line-height: 90px;
    }
    
    hero.home .hero-right {
        text-align: left;
    }
    
    hero.home .hero-right p, quote .quote-content-right p {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    hero.home .hero-right button {
        margin-bottom: 25px;
        margin-top: 5px;
    }

    banner-area, intro {
        padding-bottom: 280px;
    }
    
    banner-area .banner-content-left h1.heading-prefix, h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    
    banner-area .banner-content-left, intro .intro-content-left {
        padding: 25% 24% 15% 14%;
    }
    
    banner-area.contact .contact-details .contact {
        width: 100%;
        margin-top: 15px;
    }
    
    banner-area.contact .contact-details {
        margin-bottom: 35px;
    }
    
    intro .intro-content-left h1.heading-prefix {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    
    intro .intro-content-left p.heading-subtitle {
        font-size: 28px;
        line-height: 34px;
    }
    
    hero button {
        transform: scale(.8);
        transform-origin: center left;
    }
    
    hero.display button {
        transform: scale(.8);
        transform-origin: center center;
    }
    
    button {
        transform: scale(.8);
    }
    
    contact-form {
        padding: 200px 30px 250px 30px;
    }
    
    contact-form .contact-details .contact {
        width: 100%;
        margin-top: 15px;
    }
    
    contact-form .contact-details {
        margin-bottom: 35px;
    }
    
    hero.articles h1 {
        font-family: 'Dancing Script', cursive;
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 10px; 
    }
    
    about {
        padding-bottom: 450px;
    }
    
    about .about-content-left img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: -100px;
    }
    
    support .support-brand img {
        margin: auto;
        max-height: 130px;
    }
    
    quote {
        padding-bottom: 570px;
    }
    
    estates {
        display: block;
        padding: 90px 50px;
        text-align: center;
    }
    
    estates .tiles {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    estates .estates {
        margin-top: 40px;
    }
    
    estates .estates .estate-container .estate-content {
        padding: 50px 30px;
    }
    
    estates .tiles .tile-container .tile h3 {
        font-size: 20px;
        line-height: 27px;
    }

    builders {
        display: block;
        padding: 90px 50px 30px 50px;
        text-align: center;
    }
    
    builders .tiles {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    builders .tiles .tile-container:nth-of-type(even) .tile h3 {
        font-size: 20px;
        line-height: 27px;
    }
    
    footer {
        padding: 50px;
    }
    
    footer .footer-widget.footer-15.footer-logo {
        width: 100% !important;
        text-align: center;
        margin-bottom: 35px;
    }
    
    footer .footer-widget.footer-15, footer .footer-widget.footer-20, footer .footer-widget.footer-25 {
        width: 25% !important;
        margin-right: 0px !important;
        padding-right: 2.5%;
    }
    
    footer .footer-widget.footer-20 {
        width: 15% !important;
        margin-right: 0px !important;
    }
    
    footer .footer-widget p.large {
        font-size: 13px;
    }
    
    footer .footer-divider {
        width: calc(100% - 100px);
        left: 50px;
    }
    
    footer-copyright {
        padding: 30px 50px;
    }

}

@media (min-width: 1200px) {
  
}

@media (max-width: 1199px) {
    
    p {
        font-size: 15px;
    }
    
    hero.articles button {
        margin-top: 10px;
    }
    
    hero .hero-right h1 {
        font-size: 35px;
        line-height: 1.1em;
    }
    
    quote .quote-content-right p.quote-content-right-title {
        font-size: 60px;
        line-height: 75px;
    }
    
    about .about-content-left {
        padding: 40% 14% 10% 14%;
        position: relative;
    }
    
    content-top {
        padding: 140px 50px 60px 50px;
    }
    
    content-top .content-top-content {
        padding-right: 0px;
        margin-bottom: 80px;
    }
    
    information{
        padding: 140px 50px 60px 50px;
    }
    
    information .information-content {
        padding-right: 0px;
        margin-bottom: 80px;
    }
    
    contact-form {
        padding: 140px 50px 240px 50px;
    }
    
    articles .articles {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    article {
        display: block;
        position: relative;
        padding: 170px 30px 280px 30px;
    }
    
    about {
        padding-bottom: 30px;
    }
    
    estates .tiles .tile-container {
        margin-bottom: 30px;
    }
    
    builders .tiles .tile-container {
        margin-bottom: 30px;
    }
    
    stages {
        display: block;
        position: relative;
        padding: 120px 50px 50px 50px;
    }
    
    stages .directions-title {
        margin-top: 100px;
        text-align: center;
    }

    stages .directions-title p.directions-title-prefix {
        text-align: center;
        font-size: 50px;
        font-family: 'Dancing Script', cursive;
        font-size: 50px;
        margin-bottom: 0px;
        font-weight: 600;
    }
    
    footer .footer-widget.footer-15.footer-logo {
        margin-bottom: 45px;
    }
    
    footer .footer-widget.footer-15, footer .footer-widget.footer-25 {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 30px;
    }
    
    footer .footer-widget.footer-20 {
        padding-left: 0px;
        padding-right: 5%;
        width: 33.333% !important;
    }
    
    footer .footer-widget.footer-20.footer-widget-last {
        margin-bottom: 0px !important;
    }
    
    footer .footer-divider {
        width: calc(100% - 60px);
        left: 30px;
    }

}

@media (min-width: 992px) {
 
}

@media (max-width: 991px) {
    
    header.header-1 jmp svg {
        font-size: 28px;
        height: 35px;
        width: 75px;
        float: left;
    }
    
    h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    
    p {
        font-size: 14px;
    }
    
    header.header-1, logo, jmp {
        height: 90px;
    }
    
    trigger.menu-bttn {
        display: block;
        float: right;
    }
    
    #nav-icon3 {
        margin-top: 35px !important;
        transform: scale(.8);
        margin-left: 15px;
    }
    
    #nav-icon3 span, #nav-icon3 span:hover {
        background: var(--secondary-color) !important;
    }
    
    nav {
        display: none;
    }
    
    header logo svg {
        height: 50px;
    }
    
    hero .hero-left {
        height: 400px;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    
    hero .hero-right {
        height: auto;
        width: 100%;
        padding: 10% 8% 17% 8%;
        float: none;
        padding-top: 480px;
        text-align: center;
    }
    
    hero.articles h2, hero.articles p {
        text-align: center;
    }
    
    hero.articles button {
        transform-origin: center center;
    }
    
    about .about-content-left {
        padding: 35% 50px 10% 50px;
        position: relative;
    }
    
    about {
        padding-bottom: 30px;
    }
    
    content {
        padding-top: 90px;
    }
    
    contact-form {
        padding: 100px 30px 200px 30px;
    }
    
    estates-tiles {
        padding: 90px 20px;
    }
    
    estates-tiles .estates-container [class*='col-'] {
        max-width: 100% !important;
        width: 100%;
        flex: 0 0 100%;
    }
    
    estates-tiles .estates-container .estate {
        margin-bottom: 30px;
    }
    
    content-top {
        padding: 110px 30px 30px 30px;
    }
    
    information {
        padding: 110px 30px 30px 30px;
    }
    
    articles, articles.recent {
        padding: 110px 30px 80px 30px;
    }
    
    articles h2 {
        margin-bottom: 0px;
    }
    
    articles .articles {
        margin-top: 60px;
        margin-bottom: 10px;
    }
    
    articles.home {
        padding: 70px 30px 140px 30px;
    }
    
    articles.home .articles {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    .heading-prefix {
        font-size: 60px;
    }
    
    estates {
        display: block;
        padding: 60px 30px 20px 30px;
        text-align: center;
    }
    
    builders {
        display: block;
        padding: 60px 30px 20px 30px;
        text-align: center;
    }
    
    content-bottom {
        padding-bottom: 340px;
    }
    
    directions {
        padding-bottom: 340px;
    }
    
    support {
        display: block;
        padding: 50px 50px 70px 50px;
        text-align: center;
    }
    
    support .support-brand img {
        margin: auto;
        max-height: 80px;
    }
    
    support .support-brand p {
        font-size: 17px;
        text-align: center;
        margin: auto;
    }

    jmp-content .jmp-content-left {
        padding: 40% 50px 15% 50px;
        position: relative;
    }
    
    jmp-content .jmp-content-left button {
        margin-top: 20px;
    }
    
    estates .estates {
        margin-bottom: 50px;
    }
    
    estates .estates .estate {
        margin-bottom: 30px;
    }
    
    banner-area .banner-content-left, intro .intro-content-left {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-top: 0px;
        padding: 15% 10%;
    }
    
    .embed-container {
        margin-bottom: 140px !important;
    }
    
    map {
        height: 700px;
    }
    
    estates-tiles .estates .estate-tile .estate-tile-content {
        display: none;
    }

    estates-tiles .estates .estate-tile {
        height: 340px;
    }
    
    map.flip {
        height: 600px;
    }
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 767px) {
    
    banner-area .banner-content-left h1.heading-prefix, h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    
    p {
        font-size: 14px;
    }
    
    contact-form {
        padding: 100px 15px 130px 15px;
    }
    
    estates-tiles {
        padding: 90px 15px 50px 15px;
    }
    
    estates-tiles .estates {
        margin-top: 50px;
    }
    
    estates-tiles .estates-container .estate {
        margin-bottom: 15px;
    }
    
    intro .intro-content-left h1.heading-prefix,     hero.articles h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    
    body .gform_wrapper {
        margin-top: 40px;
    }
    
    banner-area .banner-content-left, intro .intro-content-left {
        padding: 15% 45px;
    }
    
    content-middle .content-middle-content-right {
        padding: 25% 45px 15% 45px;
    }
    
    details-area .details-content-right {
        padding: 25% 45px 15% 45px;
    }
    
    content-bottom .content-bottom-content-left {
    padding: 12% 45px 12% 45px;
        position: relative;
    }

    
    directions .directions-content-left {
    padding: 12% 45px 12% 45px;
        position: relative;
    }
    
    content-middle .content-middle-image-left {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 270px;
        width: 100%;
        height: 270px;
    }
    
    content-middle .content-middle-image-right {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 0;
        right: 0;
        height: 270px;
        width: 100%;
    }
    
    details-area .details-image-left {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 270px;
        width: 100%;
        height: 270px;
    }
    
    details-area .details-image-right {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 0;
        right: 0;
        height: 270px;
        width: 100%;
    }
    
    directions {
        padding-bottom: 420px;
        background-position: center bottom;
        -webkit-background-size: 100% 420px;
        -moz-background-size: 100% 420px;
        -o-background-size: 100% 420px;
        background-size: 100% 420px;
    }
    
    estates-tiles .estates .estate-tile .estate-tile-content {
        padding: 70px 20px 100px 20px;
    }
    
    articles, articles.recent {
        padding: 110px 30px 70px 30px;
    }
    
    article {
        display: block;
        position: relative;
        padding: 140px 30px 200px 30px;
    }
    
    about .about-content-right {
        min-height: 350px;
    }
    
    quote .quote-content-right {
        padding: 25% 50px 15% 50px;
    }
    
    support {
        display: block;
        padding: 50px 30px 70px 30px;
        text-align: center;
    }
    
    support .support-brand {
        padding: 4%;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    jmp-content .jmp-content-left {
        padding: 25% 50px 15% 50px;
        position: relative;
    }
    
    stages {
        display: block;
        position: relative;
        padding: 70px 30px 50px 30px;
    }
    
    stages .directions-title {
        margin-top: 100px;
        text-align: center;
    }

    stages .directions-title p.directions-title-prefix {
        text-align: center;
        font-size: 50px;
        font-family: 'Dancing Script', cursive;
        font-size: 50px;
        margin-bottom: 0px;
        font-weight: 600;
    }
    
    map {
        height: 600px;
    }
    
    footer {
        padding: 50px 20px;
    }
    
    footer .footer-widget.footer-logo svg {
        max-width: 140px !important;
    }
    
    footer .footer-widget h4 {
        font-size: 17px;
    }
    
    footer-copyright {
        padding: 30px;
    }
    
    footer-copyright p {
        width: 100%;
        text-align: center;
        float: none;
    }
    
}

@media (max-width: 599px) {
    
    header.header-1.push {
        right: 100%;
    }
    
    banner-area .banner-content-left h1.heading-prefix, h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    p {
        font-size: 13px
    }
    
    hero .hero-left {
        height: 300px;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    
    hero .hero-right {
        height: auto;
        width: 100%;
        padding: 10% 8% 17% 8%;
        float: none;
        padding-top: 350px;
        text-align: center;
    }
    
    about .about-content-left {
        padding: 30% 30px 10% 30px;
        position: relative;
    }
    
    .heading-prefix {
        font-size: 40px;
    }
    
    content-top {
        padding: 70px 15px 0px 15px;
    }
    
    information {
        padding: 70px 15px 0px 15px;
    }
    
    banner-area .banner-content-left, intro .intro-content-left {
        padding: 15% 30px;
    }
    
    content-middle .content-middle-content-right {
        padding: 25% 30px 15% 30px;
    }
    
    details-area .details-content-right {
        padding: 25% 30px 15% 30px;
    }
    
    directions .directions-content-left {
        padding: 20% 30px 20% 30px;
        position: relative;
    }
    
    directions {
        padding-bottom: 370px;
        background-position: center bottom;
        -webkit-background-size: 100% 370px;
        -moz-background-size: 100% 370px;
        -o-background-size: 100% 370px;
        background-size: 100% 370px;
    }
    
    intro .intro-content-left h1.heading-prefix, intro .intro-content-left h1.heading-prefix, hero.articles h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    
    articles, articles.recent {
        padding: 90px 15px 60px 15px;
    }
    
    articles .articles {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    
    articles.home {
        padding: 70px 15px 90px 15px;
    }
    
    articles.home .articles {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    article {
        display: block;
        position: relative;
        padding: 100px 15px 150px 15px;
    }
    
    quote .quote-content-right {
        padding: 25% 30px 15% 30px;
    }
    
    quote .quote-image-left {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 290px;
    }
    
    quote .quote-image-right {
        position: absolute;
        bottom: 290px;
        right: 0;
        left: 0;
        height: 280px;
        width: 100%;
    }
    
    jmp-content .jmp-content-left {
        padding: 25% 30px 15% 30px;
        position: relative;
    }
    
    estates {
        display: block;
        padding: 60px 5px 20px 5px;
        text-align: center;
    }
    
    estates .tiles {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    estates .map .estate-map {
        margin-bottom: 20px;
    }
    
    builders {
        display: block;
        padding: 60px 5px 20px 5px;
        text-align: center;
    }
    
    builders .tiles {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    stages {
        display: block;
        position: relative;
        padding: 70px 15px 50px 15px;
    }
    
    estates-tiles .estates .estate-tile {
        height: 300px;
    }
    
    map.flip {
        height: 400px;
    }
    
    footer .footer-widget.footer-20.footer-blog {
        width: 100% !important;
        margin-bottom: 35px;
    }
    
    footer .footer-widget.footer-20 {
        width: 50% !important;
    }
    
    footer-copyright {
        padding: 20px;
    }
     
}

@media screen and (max-width: 400px) {
    
    banner-area .banner-content-left h1.heading-prefix, h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    
    p {
        font-size: 13px;
    }
    
    hero .hero-left {
        height: 220px;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    
    hero .hero-right {
        height: auto;
        width: 100%;
        padding: 10% 8% 17% 8%;
        float: none;
        padding-top: 260px;
        text-align: center;
    }
    
    hero button {
        transform: scale(.7);
        transform-origin: center left;
    }
    
    button {
        transform: scale(.7);
    }
    
    banner-area.contact .contact-details {
        margin-bottom: 25px;
    }
    
    contact-form {
        padding: 70px 0px 90px 0px;
    }
    
    contact-form .contact-details {
        margin-bottom: 25px;
    }
    
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        height: 50px;
    }
    
    articles.home {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    about .about-content-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    estates .tiles {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    builders .tiles {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    estates-tiles {
        padding: 90px 0px 30px 0px;
    }
    
    hero .hero-right h1, quote .quote-content-right p.quote-content-right-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    jmp-content .jmp-content-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    banner-area .banner-content-left, intro .intro-content-left {
        padding: 15% 20px;
    }
    
    content-top {
        padding: 70px 5px 0px 5px;
    }
    
    information {
        padding: 70px 5px 0px 5px;
    }
    
    content-middle .content-middle-content-right {
        padding: 25% 20px 15% 20px;
    }
    
    details-area .details-content-right {
        padding: 25% 20px 15% 20px;
    }
    
    content-bottom .content-bottom-content-left {
        padding: 20% 20px 20% 20px;
        position: relative;
    }
    
    directions .directions-content-left {
        padding: 20% 20px 20% 20px;
        position: relative;
    }
    
    articles, articles.recent {
        padding: 90px 5px 60px 5px;
    }   
    
    article {
        display: block;
        position: relative;
        padding: 100px 5px 150px 5px;
    }
    
    footer .footer-widget.footer-logo svg {
        max-width: 110px !important;
    }

}