*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

body {
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	color: #989898;
}
.body-wrap { overflow: hidden; min-height: calc(100vh - 100px);}


/*------------------------------------------------------------------------------------------------------------------------------------------------
    default
------------------------------------------------------------------------------------------------------------------------------------------------*/

img { max-width: 100%;}

a {
	text-decoration:none;
	-webkit-transition: .5s ease background, .5s ease color;
	-moz-transition: .5s ease background, .5s ease color;
	-ms-transition: .5s ease background, .5s ease color;
	transition: .5s ease background, .5s ease color;
}

p {
    line-height: 1.4;
    margin: 10px 0;
    letter-spacing: 0.03em;
}

h1 {
    font-family: 'Playfair Display', serif;
    line-height: 0.9;
    margin: 10px 0;
    font-size: 100px;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
}
h3 {
    font-weight: 600;
    color: #457777;
    font-size: 28px;
}
h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 600;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    padding: 20px 35px;
    display: inline-block;
    font-size: 12px;
    margin: 30px 0 0;
}
.white-btn {
    background: #fff;
    color: #283262;
}
.green-btn {
    background: #457777;
    color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    header_nav 
------------------------------------------------------------------------------------------------------------------------------------------------*/

header.header {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 11;
}
header.header .container {
    padding: 40px 0;
    background: #283262;
}
header.header.scrolling {
    background: #283262;
}

.header_nav li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}
.header_nav li a {
    font-size: 12px;
    display: block;
    padding: 0 10px;
    color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    hero 
------------------------------------------------------------------------------------------------------------------------------------------------*/

.hero {
    position: relative;
    color: #fff;
    padding: 150px 0 100px;
}
.hero::before {
    content: "";
    background: #283262;
    width: calc(50% + 585px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.hero--content {
    display: inline-block;
    z-index: 1;
    position: relative;
}

.hero--content h1 {
    width: 385px;
}
.hero--content p {
    width: 310px;
    margin-top: 50px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
    slick 
------------------------------------------------------------------------------------------------------------------------------------------------*/

/*hide slides before loaded */
.main_slider, .gallery_slider{ 
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
}
.main_slider.slick-initialized,
.gallery_slider.slick-initialized { 
	visibility: visible;
	opacity: 1;
}
.main_slider .slick-slide,
.gallery_slider .slick-slide {display: none;}
.main_slider .slick-slide:first-child,
.gallery_slider .slick-slide:first-child {
	display: block; 
	visibility: hidden;
}
.main_slider.slick-initialized .slick-slide,
.gallery_slider.slick-initialized .slick-slide  {
	display: block;
	visibility: visible !important;
}

.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
}

/*main slider */
.main_slider {
    position: absolute;
    height: 800px;
    right: 0;
    margin-top: 35px;
    margin-bottom: -200px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% + 185px);
}
.main_slider--bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.main_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    background: none;
    border: none;
    color: #fff;
    z-index: 10;
    font-size: 30px;
    padding: 30px;
}
.main_slider .slick-prev {
    left: 15px;
}
.main_slider .slick-next {
    left: 100px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    intro 
------------------------------------------------------------------------------------------------------------------------------------------------*/
.intro {
    margin: 300px 0;
    position: relative;
}

.intro--img {
    width: calc(50% - 100px);
    position: absolute;
    left: 0;
    top: 50%;
    height: calc(100% + 100px); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}
.intro--img::before {
    content: "";
    box-shadow: 0 0 0 7px rgba(0,0,0,0.1);
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    position: absolute;
    left: 50px;
    top: -40px;
}

.intro--content {
    width: 50%;
    margin-left: 50%;
    padding-left: 75px;
}

.intro h2 {
    color: #457777;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    gallery 
------------------------------------------------------------------------------------------------------------------------------------------------*/

.gallery {
    background: #E7E8ED;
    position: relative;
}
.gallery h2 {
    display: inline-block;
    width: 375px;
    padding-top: 500px;
    color: #283262;
    margin-bottom: 100px;
}

.gallery_slider {
    position: absolute;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    right: 0;
    width: calc(50% + 195px);
}
.gallery_slider .slick-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #283262;
    border: none;
    padding: 20px 27px;
    color: #fff;
    z-index: 10;
    font-size: 25px;
}
.gallery_slider .slick-prev {
    left: -65px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    more info 
------------------------------------------------------------------------------------------------------------------------------------------------*/

.more-info {
    padding: 100px 0 50px;
    font-size: 24px;
    text-align: center;
}
.more-info p {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    floor plans 
------------------------------------------------------------------------------------------------------------------------------------------------*/

.floorplans {
    padding: 100px 0 0;
}
.floorplans h2 {
    text-align: center;
    color: #283262;
}


.tabs header ul {
    display: block;
    text-align: center;
}
.tabs header ul > li {
    display: inline-block;
    padding: 0 15px;
}
.tabs header ul > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 900;
    color: #B2B2B2;
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    transition: .5s ease all;
}
.tabs header ul > li.ui-state-active > a {
    color: #457777;
    border-color: #457777;
}

/*gutenberg block */
.block-floorplan {
    display: none;
    position: relative;
    background: #EFEFF0;
    transition: .5s ease all;
}
.block-floorplan.current {
    display: block;
}
.block-floorplan .container {
    display: -ms-flexbox;
    display: flex;
}
.block-floorplan .floorplan--specs {
    padding: 100px 70px 30px 30px;
}
.block-floorplan .floorplan--specs::before {
    content: "";
    background: #fff;
    width: calc(50% - 275px);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.block-floorplan .floorplan--img {
    -ms-flex: 1;
    flex: 1;
    padding: 100px 50px 200px 30px;
}
.block-floorplan .floorplan--img img {
    max-height: 800px;
    margin: auto;
    display: block;
}
.block-floorplan h3 {
    margin: 0;
    z-index: 1;
    position: relative;
}
.block-floorplan ul {
    margin: 30px 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.block-floorplan li {
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 10px 0;
    color: #457777;
    font-weight: 600;
}
.block-floorplan li span {
    display: inline-block;
    margin-right: 10px;
    width: 95px;
    color: #989898;
    font-weight: 500;
}
.block-floorplan a.btn {
    z-index: 1;
    position: relative;
}

.block-floorplan.unavailable {
    padding: 70px 0 130px;
    text-align: center;
}
.block-floorplan.unavailable h3 {
    width: 100%;
    letter-spacing: 0.03em;
}


.unit, 
.unit * {
    outline: none;
    transition: .5s ease all;
}
.unit a.current *,
.unit:hover * {
    fill: #283262;
}

.floor-plate {
    background: #457777;
    padding: 80px 0 100px;
}
.floor-plate p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    call today 
------------------------------------------------------------------------------------------------------------------------------------------------*/

.call-today {
    background: #283262;
    padding: 100px 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.call-today h2 {
    margin-bottom: 0;
}
.call-today h4 {
    margin-top: 0;
}
.call-today a {
    color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
    footer 
------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
    padding: 100px 0;
    text-align: center;
}
.footer p a {
    color: #457777;
    font-weight: 600;
}

.footer a.logo {
    max-width: 100%;
    display: block;
    width: 400px;
    margin: 50px auto 0;
}

/* Gravity Form submit button */

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]

{
    width: auto;
    margin: 0 16px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    padding: 20px 35px;
    display: inline;
    font-size: 12px;
    margin: 30px 0 0;
    background: #457777;
    color: #fff;
    border: none;
}
	
