/*
Theme Name: River Walk
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.1
Tags: community
License: GNU General Public License v2 or later
 ______________________________________________________
|                                                      |
|    ███████╗██╗    ██╗██╗███████╗████████╗██╗   ██╗   |
|    ██╔════╝██║    ██║██║██╔════╝╚══██╔══╝╚██╗ ██╔╝   |
|    ███████╗██║ █╗ ██║██║█████╗     ██║    ╚████╔╝    |
|    ╚════██║██║███╗██║██║██╔══╝     ██║     ╚██╔╝     |
|    ███████║╚███╔███╔╝██║██║        ██║      ██║      |  
|    ╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝        ╚═╝      ╚═╝      |
|______________________________________________________|

*/


/*===== Global Styles =====*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*,
*:before,
*:after {
    font-family: Helvetica, Arial, "sans-serif";
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
a, a:visited {
    text-decoration: none;
        color: inherit;
}
body .fa:before {
    font-family: fontawesome;
}
.virtual-tour-btns span.vr-tour {
    background: #005783;
}
body {
    margin: 0;
    color: #232323;
    -webkit-font-smoothing: antialiased;
}
body.sticky-header { 
    padding-left: 80px;
}
ul, ol {
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
}
.gallery-tabs-header p{
    margin: 0 0 45px;
}
.container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container:after, .flex-box:after {
    display: table;
    content: "";
    clear: both;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

a.cb-btn {
    display: inline-block;
    margin-right: 15px;
/*    color: #fff;*/
    line-height: 1;
    font-size: 24px;
    padding: 15px 30px;
    transition: all 0.1s ease-in 0s;
}
ul.flex-direction-nav {
    display: none;
}
div#property-slider .flex-control-nav {
    bottom: 0;
}
.flexslider {
    margin: 0 !important;
    border: none !important;
    background: transparent;
}

section {
    position: relative;
}
.bg-pattern {
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    max-width: 300px;
    opacity: 0.5;
    display: none;
}
.col-bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.container.same-height {
    display: flex;
    flex-flow: wrap;
}
.menu-panel-contact a {
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
    text-decoration: none;
}


/*========== Header ==========*/
.main-menu-panel {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: translateX(100%);
         background: #fff;
    max-width: 500px;
    right: 0;

}
.main-menu-panel.open {
    transform: translateX(0);
}
.main-menu-panel .header-cta, .main-menu-panel .social-bar {
    display: none;
}
.main-menu-panel a.menu-item-link {
    display: block;
    font-size: 21px;
    padding: 10px 0;
    font-weight: 500;
}
.header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-logo {
    width: 250px;
    height: 160px;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 9;
        display: flex;
    flex-flow: column;
    justify-content: center;
}
.header-top span {
    font-size: 18px;
    line-height: 25px;
        display: inline-block;
}
.header-top > span {
    margin: 0 3px;
}
.header-top {
    padding: 10px 60px 10px 10px;
    text-align: right;
}
.header-bottom {
    padding: 30px 60px 30px 0;
    text-align: right;
}
.header-bottom, .header-top {
    width: calc(100% - 250px);
/*    width: 100%;*/
}  
.header-menu > ul {
    overflow: hidden;
}
.header-menu.hide > ul {
    width: 0;
    height: 0;
}
.menu-section.hide {
    display: none;
}
.menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 35px;
    top: 10px;
    right: 10px;
    text-align: center;
    transform: rotate(45deg);
    font-weight: 700;
    cursor: pointer
}
.menu-section {
    height: 20px;
    text-align: right;
}
.menu-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer
}
.header-bottom ul {
    margin: 0;
    padding: 0 0 5px;
    font-size: 0;
}
.header-bottom li {
    font-size: 21px;
    display: inline-block;
    padding-left: 30px;
    line-height: 1;
    white-space: nowrap;
}
.header-bottom li a:after,
li.footer-menu-item a.menu-item-link:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: #fff;
}
.header-bottom li a:hover::after,
li.footer-menu-item a.menu-item-link:hover::after {
    width: 100%;
}
.header-bottom li a {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.header-bottom li a:hover {
    font-weight: 700;
}
.header-cta {
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: wrap;
}
.header-cta a.cb-btn {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 1.4;
    padding: 15px;
}
.logo-section img {
    width: 85%;
    height: 90%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    position: relative;
}
.menu-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    transform: translateY(-5px);
    display: inline-block;
}
.menu-section .menu-trigger span.burger {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 10px;
}
svg.path-65.rw-svg {
    display: block !important;
}
.mobile-contact {
    display: none;
}

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

section.site-footer, .copyright-area {
    background: #F3F6F8;
    text-align: center;
}
li.footer-menu-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
ul.footer-menu-wraper {
    text-align: center;
    margin: 0;
    padding-top: 60px;
}
li.footer-menu-item a.menu-item-link {
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
li.footer-menu-item a.menu-item-link:hover {
    font-weight: 700;
}
.no-apt-text {
    font-size: 18px;
}
.footer-logo {
    padding: 30px 0;
}
.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 200px;
}
.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 500px;
    max-height: 140px;
    object-fit: contain;
}
.footer-contact {
    text-align: center;
    padding: 10px 0;
}
.footer-contact > span {
    display: inline-block;
    margin: 0 3px;
}
.footer-contact span {
    font-weight: 700;
    font-size: 24px;
}
.walkscore-info {
    display: none;
}
.copyright-text {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}
.copyright-text p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
}
.secondary-nav-footer {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}
ul.policy-nav {
    margin: 0;
}
ul.policy-nav li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
}
ul.policy-nav li:after {
    width: 6px;
    height: 6px;
    background: #7c7c7c;
    content: "";
    position: absolute;
    left: 4px;
    border-radius: 50%;
    top: 10px;
}
.property-icons {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
ul.property-icons-list {
    margin: 0;
}
li.single-prop-icon {
    display: inline-block;
}
li.single-prop-icon img {
    width: 45px;
    height: 35px;
    object-fit: contain;
    margin: 0 5px;
}
.attribution {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    z-index: 99;
    color: #000;
}
.attribution a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.attribution a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    height: 40px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    max-height: 40px;
}
section.footer-lower .copyright-area {
    padding-bottom: 20px;
}
.footer-cta h2.luxury-life-heading {
    font-weight: 700;
    font-size: 51px;
    line-height: 1.3;
    width: 100%;
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}
.gallery-ctas svg.path-65 {
    margin: 0 auto 15px;
}


/*========== Slider Styles ==========*/
.hero-image-slider.flexslider {
    border: none;
}
.hero-image-slider.flexslider {
    border: none;
    margin: 0;
    position: relative;
    overflow: hidden;
        padding: 0;
}
.hero-image-slider.flexslider .flex-viewport {
    min-height: 100vh !important;
}
.hero-image-slider.flexslider .slides > li {
    padding: 150px 0;
        height: calc(100vh - 130px);
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-top: 130px;
}
.hero-video-section .video-overlay, .hero-image-slider.flexslider .slides > li .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.hero-image-slider.flexslider .slides > li .slide-wrapper {
    position: absolute;
    z-index: 99;
    height: 100%;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.hero-image-slider .slide-content {
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 65px;
    max-width: 720px;
}
.flexslider {
/*    background: transparent !important;*/
    border: none !important;
    border-radius: 0 !important;
}
.hero-image-slider .slide-content h4.slide-subtitle,
.hero-video-section h4.video-subtitle {
    font-size: 54px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0 15px 5px 0;
    display: block;
    text-align: center;
}
.hero-image-slider h1.slide-title, .hero-video-section h1.video-title {
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-size: 70px;
    letter-spacing: 0;
}
.hero-image-slider .slide-text, .hero-video-section .video-text {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    width: 100%;
    margin: 0 0 25px;
    font-weight: 400;
    max-width: 540px;
}


.hero-video-section {
    position: relative;
    padding: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.hero-video-section iframe.youtube-video {
    height: 200vh;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.hero-video-section .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
}

/*----- home intro -----*/
section#luxury-life {
    padding: 150px 0 75px;
    background: #F2F6F8;
}
section#luxury-life .prpty-sldr-col, section#luxury-life .box-right {
    width: 50%;
}
section#luxury-life .prpty-sldr-col {
    padding-right: 50px;
}
section#luxury-life .box-right {
    padding-left: 50px;
}
div#property-slider ul, div#property-slider ul li, div#property-slider {
    height: 100%;
    background-size: cover;
    background-position: center;
}
h2.luxury-life-heading {
    font-size: 50px;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 500;
}
h3.luxury-life-subheading {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 400;
}
.home-floorplans {
    padding: 75px 0;
}
svg.hero-svg-1 {
    width: 100%;
    position: absolute;
    height: 14vw;
    z-index: 9;
    top: calc(100% - 115px);
        mix-blend-mode: multiply;

}
svg.hero-svg-2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 14vw;
    z-index: 9;
    top: calc(100% - 85px);
}
svg.hero-svg-3 {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 14vw;
    z-index: 9;
    top: calc(100% - 55px);
}
section#luxury-life .container {
    z-index: 9;
    position: relative;
}
.flp-slider .flp-slider-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px;
}
.flp-slider .flp-slider-wrapper div#floorplan-slider-1, 
.flp-slider .flp-slider-wrapper div#floorplan-slider-2, 
.flp-slider .flp-slider-wrapper div#floorplan-slider-3 {
    background: #F3F6F8;
    padding-top: 25px;
}
.flp-slider .flp-slider-wrapper ul.flex-direction-nav {
    display: block;
}
#floorplan-slider-1.flexslider .flex-direction-nav .flex-next, #floorplan-slider-3.flexslider .flex-direction-nav .flex-next, #floorplan-slider-2.flexslider .flex-direction-nav .flex-next {
    right: -35px;
}
#floorplan-slider-1.flexslider .flex-direction-nav .flex-prev, #floorplan-slider-3.flexslider .flex-direction-nav .flex-prev, #floorplan-slider-2.flexslider .flex-direction-nav .flex-prev {
    left: -33px;
}
.flp-slider .floorplan-slide-img {
    max-width: 300px;
}
.flp-slider .floorplan-slide-img img {
    height: 350px;
    object-fit: contain;
    object-position: center center;
}
a.cb-btn.flp-slider-trigger {
    border: 2px solid;
    margin: 0 -2px 0 0;
}
.flp-slider .floorplan-slide-details {
    margin: 20px 0
}
.flp-slider .floorplan-slide-details h2 {
    display: block;
    padding: 15px 20px 0;
    position: relative;
    max-width: 100%;
    text-align: left;
        font-size: 30px;
    font-weight: 600;
}
.flp-slider .floorplan-slide-details .bed-bath {
    border: none;
    padding: 0 20px;
    width: 50%;
    max-width: 50%;
}
.flp-slider .floorplan-slide-details {
    font-size: 0;
}
.flp-slider a.flp-details-btn {
    margin: 0 20px;
    width: calc(50% - 40px);
    max-width: 100%;
    font-size: 24px;
    vertical-align: bottom;
    font-weight: 500;
}
.flp-slider .floorplan-slide-details h2:after {
    width: 15px;
    height: 3px;
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
}
.property-btn {
    font-size: 0;
}

/*----- Home Amenity Tabs -----*/

ul.ct-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
ul.ct-tabs li {
    background: none;
    color: #222;
    display: block;
    padding: 25px 15px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
/*    color: #fff;*/
    background: #fbf9f5;
    text-align: center;
    font-size: 24px;
    position: relative
}
ul.ct-tabs li.current {
    color: #fff;
}
.container-full.same-height {
    display: flex;
    flex-flow: wrap;
}
.col-6.amnety-image {
    position: relative;
}
.col-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    height: calc(100% - 30px);
    background-size: cover;
    background-position: center center;
}
body.home .amnety-image .col-bg {
    opacity: 0;
}
body.home .amnety-image .col-bg.active {
    opacity: 1;
}
.col-6.amenity-list-col {
    padding: 0;
    background: #f8f7f5;
    margin: 15px 0;
}
.tab-content {
    display: none;
    padding: 0;
}
.tab-content.current {
    display: inherit;
}
.tab-content .gallery-grid {
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
ul.amenities-grid {
    margin: 0 auto;
    padding: 50px 25px 100px;
    width: 100%;
}
h3.home-amne-title {
    padding-left: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 36px;
}
.amenities-grid svg.path-65 {
    padding-left: 60px;
    margin: 20px 0;
}
ul.amenities-grid > li:after {
    background: #fff;
    width: 7px;
    height: 7px;
    left: 45px;
}
.page-template-page-amenities ul.amenities-grid > li:after {
    background: #7d7d7c;
}
body .formmangr-field {
    display: block;
}
div#form-message {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
img#send-form-loading { 
    margin: 0 auto !important;
    transform: translateX(-20px);
}
.home-amne-desc p {
    max-width: 700px;
    padding-left: 60px;
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
    color: #7c7c7c;
    letter-spacing: 0.5px;
}
ul.amenities-grid > li {
    width: 100%;
    font-size: 24px;
    padding-left: 58px;
    line-height: 36px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 300;
    color: #7d7d7c;
}
.path-65 {
    margin-bottom: 15px;
    display: inline-block;
}
.amenities-outer-wrapper {
    position: relative;
    overflow: hidden;
}
svg.amenity-svg {
    z-index: 9;
    position: absolute;
    top: calc(100% - 110px);
}
body.home ul.amenities-grid {
    padding-bottom: 100px;
}
body.home ul.amenities-grid {
    padding-bottom: 130px;
    min-height: 100px;
}

/*----- Home Gallery Section -----*/
section.gallery-tabs-header .container {
    max-width: 800px;
    text-align: center;
    padding: 30px 0;
}
.gallery-tabs-header p {
    margin: 0;
}
.gallery-grid-modular {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0;
}
ul.modular-gallery-ul {
    padding: 0;
    margin: 0 -15px;
}
ul.modular-gallery-ul > li {
    display: inline-block;
    width: calc(33.33% - 30px);
    margin: 15px;
    position: relative;
    background-size: cover;
    background-position: center center;
        overflow: hidden;
}
.home-glry-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: all 0.5s ease 0s;
}
li.modular-image-container:hover .home-glry-img-bg  {
    transform: translateX(-50%) translateY(-50%) scale(1.15);
}
ul.modular-gallery-ul > li a {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}
section.gallery-section.image-gallery {
    padding-bottom: 75px;
}
.home-3-ctas {
    padding: 75px 0;
    background: #F3F6F8;
}
section.multipurpose-boxes.cta-boxes {
    margin: 0 -20px;
}

.multipurpose-boxes .flex-child {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.multipurpose-boxes .flex-child:first-child {
    margin: 0 20px;
    width: calc(50% - 40px);
    height: auto;
    min-height: 500px;
    float: left;
}
section.multipurpose-boxes.cta-boxes .flex-box:after {
    content: " ";
    display: table;
    clear: both;
}
.multipurpose-boxes .flex-child:nth-child(2) {
    width: calc(50% - 40px);
    margin: 0 20px;
    height: auto;
    min-height: 230px;
    margin-bottom: 40px;
    float: right;
}
.multipurpose-boxes .flex-child:last-child {
    width: calc(50% - 40px);
    margin: 0 20px;
    height: auto;
    min-height: 230px;
    float: right;
}
.multipurpose-boxes .flex-child .box-bg {
    background-color: transparent !important;
}
.mp-box-content {
    transform: none;
    left: auto;
    right: auto;
        position: static
}
.mp-box-content h2 {
    font-size: 50px;
    font-weight: 500;
        display: block;
    text-align: left;
        margin-top: 0;
    margin-bottom: 15px;
}
.multipurpose-boxes .flex-child .box-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
}
.multipurpose-boxes .flex-child .box-bg {
    background-color: transparent !important;
    background-position: top center;
}
.mp-box-content br {
    -webkit-appearance: none;
    display: none;
}
.multipurpose-boxes h3 {
    display: inline-block;
    margin: 0;
    padding: 15px 25px;
    font-size: 24px;
}
.mp-box-content h2:after {
    display: none;
}
.multipurpose-boxes .cta-btns {
    display: block;
    padding: 0;
}
.mp-box-content a.cb-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    font-size: 0;
    background: transparent !important;
    z-index: 9;
}

/*---------- Form Section ----------*/
section.form-section {
    background: transparent !important;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}
section.form-section .col-12 {
    width: 60%;
    margin-left: 40%;
    margin-top: 100px;
    padding: 50px 10px 50px 50px;
}
section.form-section h2.luxury-life-heading {
    text-align: center;
    margin-bottom: 25px;
}
.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row textarea, .formmangr-field span.multi-select-button {
    padding: 15px 10px;
    border: none;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    background: #fff;
    font-size: 24px;
}
.formmangr-field span.multi-select-button {
    color: #9a9a9a;
}
label.multi-select-menuitem {
    font-size: 22px;
    padding: 15px 0 15px 30px;
}
.formmangr-col {
    padding: 0 40px 10px 0;
}

button.formmangr-button.formmangr-button-submit {
    padding: 12px 35px;
    font-size: 18px;
    line-height: 1;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.forminator-col div#submit {
    text-align: center;
    padding-right: 40px;
}
button.formmangr-button.formmangr-button-submit {
    font-size: 24px;
}
section.form-section .form-masked-bg:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    left: 50%;
    top: 0;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 46%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.form-masked-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-mask-image: url(https://i.ibb.co/DC7YpFJ/form-mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom center;
        display: block !important;
        background-size: cover;
}
.form-masked-bg svg {
    width: 100%;
    position: absolute;
    height: 14vw;
    z-index: 9;
    bottom: -20px;
        mix-blend-mode: multiply;
}
.form-masked-bg svg.form-svg-2 {
    bottom: -55px;
    mix-blend-mode: normal;
}
.footer-cta {
    padding: 120px 0;
    text-align: center;
        position: relative;
}
.footer-cta .sec-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
}
body .form-outer-wrapper + * {
    padding-top: 175px;
}
.footer-cta .col-12 {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    float: none;
}



/*----- Inner Page Styles ----- */
.main-content {
    padding-top: 120px;
}
body.home .main-content {
    padding-top: 0;
}
.inner-page-banner .container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.inner-page-banner h1.inner-page-title {
    font-size: 64px;
    margin: 0;
    line-height: 1.5;
}
section#luxury-life .col-bg {
    height: 100%;
    top: 0;
    width: calc(100% - 50px);
}
.amenities-intro .big-image {
    background-size: cover;
}
.amenities-intro .big-image .container {
    height: 30vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-position: center;
    background-position: center;
}
.amenities-intro .big-image {
    background-size: cover;
    position: relative;
        background-position: center center;
}
.amenities-intro .big-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.amenity-content .container {
    display: flex;
    padding: 50px 0;
    position: relative;
}
.amenity-content .container .amenity-block-headeings {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
}
.amenity-content .container ul.amenities-grid {
    padding: 0 50px;
    column-count: 2;
}
.gallery-ctas .sec-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.home-cta-col {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.cta-content {
    font-size: 24px;
    color: #7c7c7c;
    line-height: 1.8;
    margin: 20px 0;
}
section.inner-page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}


/*----- Floorplans Page -----*/
section.floorplans-intro {
    padding: 150px 0 50px;
    text-align: center;
}
section.floorplans-intro .luxury-life-content {
    width: 100%;
    max-width: 900px;
    margin: 25px auto 0;
}
section.floorplan-filters {
    text-align: center;
    height: auto;
}
section.floorplan-filters h4 {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}
body .floorplan-filters select.flp-bedrooms {
    margin: 0;
    text-align: center;
    -webkit-appearance: none;
    box-shadow: none;
    border: 2px solid #A6C4D4;
    background: #F4F8F9;
    font-size: 24px;
        height: 50px;
}
.floorplan-filters select {
    text-align: center;
    -webkit-appearance: none;
    box-shadow: none;
    border: 2px solid #A6C4D4;
    background: #F4F8F9;
        font-size: 24px;
    height: 50px;
}
span.sf-range-values-seperator {
    opacity: 0;
}
.reset-new-flp-filtrers a.cb-btn {
    margin-top: 25px;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    min-width: 190px;
}
section.floorplan-filters {
    text-align: center;
    height: auto;
    background: #fff;
    color: #7c7c7c;
}
section.floorplan-filters.fixed {
    width: 100%;
    position: relative !important;
    top: auto !important;
    z-index: 9 !important;
}
section.floorplans-listing {
    padding-top: 0 !important;
}
.flp-listing .single-floorplan {
    padding: 0 25px;
    margin-top: 50px;
}
.single-floorplan .floorplan-inner {
    background: #F5F8F9;
    padding: 0;
    display: flex;
    flex-flow: column;
}
.single-floorplan .floorplan-inner .flp-img {
    order: 1;
}
.single-floorplan .floorplan-inner .flp-swaps {
    order: 2;
    padding: 0;
        width: calc(100% + 4px);
    font-size: 0;
    margin-left: 2px;
    text-align: center;
}
.single-floorplan .floorplan-inner .flp-header {
    order: 3;
}   
a.flp-more-details {
    order: 4;
}
.single-floorplan .floorplan-inner .flp-swaps span {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 20%;
    margin: 0;
    vertical-align: middle;
    padding: 15px 5px;
    border: 2px solid;
    margin-left: -2px;
        position: relative;
    z-index: 9;
}
.single-floorplan .floorplan-inner .flp-swaps span.active,
.single-floorplan .floorplan-inner .flp-swaps span:hover {
    color: #fff;
}
.flp-col.border-l .flp-meta {
    font-size: 0;
}
.flp-col.border-l .flp-meta a {
    font-size: 24px;
    max-width: 200px;
}
body .flp-expanded-info.flp-hdr h2 {
    text-align: left;
    padding: 0;
}
.flp-hdr span {
    font-size: 24px;
}
.flp-header-l.flp-hdr {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
        padding-bottom: 20px;
}
.flp-header-l.flp-hdr span.type-2 {
    display: none;
}
.flp-header-l.flp-hdr span {
    font-size: 24px;
    color: #000;
}
body .flp-hdr h2 {
    font-weight: 400;
    margin: 25px 0 5px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.flp-header-l.flp-hdr span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-left: 1px solid;
    line-height: 1;
}
.flp-header-l.flp-hdr span:first-of-type {
    border-left: none;
}
a.flp-more-details {
    width: auto;
    box-shadow: none;
    vertical-align: top;
}
.single-floorplan .floorplan-inner .flp-swaps span.vr-tour {
    width: auto;
    z-index: auto;
    background: border-box;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
}
.gmap-info {
    display: none;
}
section.nb-description {
    padding: 120px 0 75px;
    width: 100%;
}
section.dynamic-mb-map {
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}
.map-filters-box {
    order: 1;
    width: 50%;
    padding-top: 90px;
}
.nbp-filter-places {
    width: 50%;
    padding-top: 90px;
    order: 2;
}
div#nbp-filter-options {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 0;
}
.nb-map-filter input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
a.nb-map-filter {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 35px 5px;
    border-left: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}
a.nb-map-filter.active {
    text-decoration: underline;
}
.nbp-fliter-dropdown {
    display: none;
}
.container.nb-places-list {
    padding: 50px 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
ul.nb-places-ul {
    font-size: 0;
    margin-top: 25px;
}
ul.nb-places-ul li {
    font-size: 24px;
    font-weight: 500;
    color: #7c7c7c;
    width: 50%;
    display: inline-block;
    line-height: 2;
    vertical-align: top;
    cursor: pointer;
    float: left;
    padding: 0 15px;
}
ul.nb-places-ul li:nth-child(2n) {
    float: right;
}
div#map-canvas {
    height: 100% !important;
}
.nb-headings, .nb-desc {
    text-align: left;
    width: 60%;
}
.nb-headings, .nb-desc {
    text-align: left;
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.nb-desc {
    width: 55%;
}
.nb-headings {
    padding-right: 5%;
}
div#nbp-filter-options .container {
    display: flex;
}
a.nb-map-filter {
    border: none;
    font-weight: 500;
    width: 100%;
}
a.nb-map-filter.active {
    text-decoration: none;
    color: #fff;
}
.form-outer-wrapper:last-child {
    margin-bottom: 200px;
}



section.gallery-tabs-header {
    margin-top: 50px;
}
body.page-template-page-gallery ul.ct-tabs {
    width: 300px;
    padding-right: 25px;
    display: block;
    float: left;
}
body.page-template-page-gallery .ct-tabs-container {
    float: right;
    width: calc(100% - 325px);
}
body.page-template-page-gallery ul.ct-tabs li.tab-link {
    background: #E4E8E8F5;
    padding: 15px 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: left;
    font-size: 27px;
}

body.page-template-page-gallery ul.modular-gallery-ul > li {
    width: calc(50% - 50px);
    margin: 0 25px 50px;
}



/*----- Contact Page -----*/
section.page-intro {
    padding: 150px 0 75px;
}

.contact-details, .office-hours {
    width: 50%;
    float: left;
}
h3.contact-title {
    font-size: 30px;
    margin: 30px 0 5px;
}
.contact-details svg.path-65, .office-hours svg.path-65 {
    margin: 0;
    width: 75px;
    height: 20px;
}
.contact-address {
    font-size: 24px;
    line-height: 1.5;
}
.office-hours {
    display: flex;
    flex-flow: column;
}
.daily-hours {
    font-size: 24px;
    line-height: 1.8;
}
.office-hours .daily-hours:nth-child(3) {
    order: 2;
}
.daily-hours span {
    font-weight: 700;
}
.page-template-page-contact .form-masked-bg {
    -webkit-mask-image: none;
}
.page-template-page-contact .form-masked-bg svg {
    display: none;
}
.page-template-page-contact section.form-section .col-12 {
    margin-bottom: -75px;
}
select.formmangr-form-dd, .nbp-fliter-dropdown .nbp-mobile-filters {
    -webkit-appearance: none;
    border-radius: 0;
    color: #959595;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: #959595; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #959595;
}

/*===== Map Section =====*/
/*
.gm-style > div > div > div > div > div * {
    background: transparent !important;
}
*/
.gm-style .gm-style-iw-d {
    padding-right: 20px;
    padding-bottom: 15px;
    max-width: 300px !important;
    overflow: hidden !important;
    color: #fff;
}
.gm-style .gm-style-iw-d h1 {
    margin: 0;
    font-weight: 500;
}
.gm-style .gm-style-iw-d h5 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.info-w-wrapper {
    padding: 15px 0;
}
img.info-w-logo {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 100px;
    height: auto;
}
.info-W-content {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.info-W-content, .info-W-content p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}
section#footer-google-map {
    min-height: 560px;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important;
}
.gm-style button.gm-ui-hover-effect img {
    display: none !important;
}
.gm-style button.gm-ui-hover-effect:after {
    content: "+";
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px;
    font-size: 27px;
    transform: rotate(45deg);
}
.gmap-info {
    display: none;
}

/*===== Instagram Section =====*/
.insta-transparent-bg {
    display: none;
}
div#instafeed {
    margin-top: -30px;
    margin-bottom: -30px;
    font-size: 0;
}
.instagram-section .container-full {
    max-width: 1500px;
}
.insta-photo {
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}
.insta-photo a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.insta-photo a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram-section .pull-right {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.instagram-section h6.luxury-life-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    position: relative;
    margin: 0;
    padding-left: 80px;
}
h6.luxury-life-heading:after {
    width: 60px;
    position: absolute;
    content: "";
    top: 28px;
    height: 4px;
    left: 0;
    display: block;
}
.text-center {
    text-align: center;
}


/*----- Resident Section -----*/
.resident-section-wrapper {
    background: #F4F6F8;
}
.single-resident-section {
    height: auto;
    min-height: 180px;
    padding: 0;
}
.resident-section-content {
    padding-left: 180px;
    position: relative;
}
h2.resident-section-title {
    font-size: 40px;
    padding-left: 35px;
    text-transform: none;
}
h2.resident-section-title:after {
    display: none;
} 
h4.resident-section-subtitle {
    padding-left: 35px;
    color: #7c7c7c;
}
.resident-section-content:before {
    width: 180px;
    height: 180px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}
.page-template-page-resident section.page-intro {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
section.resident-sections {
    padding-bottom: 75px;
}


/*----- faqs section -----*/
.accordion {
    margin: 20px 0 50px;
    padding: 50px;
}
.accordion dt, .accordion dd {
    padding: 0 0 40px;
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
.accordion dd {
    border-top: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-left: 0;
    font-weight: 400;    
    padding-left: 20px;
    padding-right: 40px;
}
.accordion dt a, .accordion dd a {
    display: block;
    font-weight: 500;
    position: relative;
    font-size: 22px;
}
.accordion dt:before {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.accordion dt a:after {
    content: "+";
    position: absolute;
    font-size: 36px;
    line-height: 24px;
    font-weight: 300;
        right: 20px;
    top: 50%;
    margin-top: -12px;
}
.accordion dt a.active:after {
    content: "-";
}
.accordion dt a {
    background: #E4E8E8;
    padding: 20px;
    font-size: 24px;
    line-height: 1.5;
}
.resources-section-wrapper {
    background: #F4F6F8;
}
.single-resource {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
    padding-left: 100px;
    padding-right: 50px;
    position: relative;
}
.single-resource-header h4 {
    margin: 0;
}
a.flexi-resource-link {
    color: #fff;
    display: block;
    margin-right: 15px;
    line-height: 1;
    font-size: 24px;
    padding: 15px 30px;
    transition: all 0.1s ease-in 0s;
    width: 200px;
    text-align: center;
}
.single-resource:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.fixed-links {
    display: none;
}
.single-resource-icon {
    position: absolute;
    left: -100px;
    height: 100px;
    width: 100px;
}
section.inner-page-banner {
    background-size: cover;
}

.single-resident-section .resident-section-content:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/riverwalk/img/faqs.png);
    width: 130px;
    height: 130px;
    left: 25px;
    top: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-resident-section.resident-resources .resident-section-content:after {
    background-image: url(/wp-content/themes/riverwalk/img/resources.png);
}

.single-resident-section.resident-payrent .resident-section-content:after {
    background-image: url(/wp-content/themes/riverwalk/img/pay-rent.png);
}

.single-resident-section.resident-lease .resident-section-content:after {
    background-image: url(/wp-content/themes/riverwalk/img/renew-lease.png);
}

.single-resident-section.resident-maintenance .resident-section-content:after {
    background-image: url(/wp-content/themes/riverwalk/img/maintenance.png);
}

.single-resident-section.resident-events .resident-section-content:after {
    background-image: url(/wp-content/themes/riverwalk/img/events.png);
}
.floorplan-slide-details .bed-bath span {
    font-size: 21px;
}
section.leasing-template {
    z-index: 99;
    margin-top: 40px;
}

.vt-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.vt-popup-body {
    width: 90%;
    max-width: 1020px;
    background: #000;
    position: absolute;
    height: 90vh;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.vt-popup-body .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    text-align: center;
}
.vt-popup-body .close:after {
    content: "+";
    color: #fff;
    position: absolute;
    font-size: 30px;
    transform: rotate(45deg);
}
iframe.vt-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
}
li.main-menu-item.disabled, li.footer-menu-item.disabled {
    display: none;
}
body.single-post .logo-section:first-child {
    display: block;
}
body .single-post-body .post-content p, body .single-post-body .post-content ul li {
    font-size: 24px;
}
.single-post-body .post-content h2 {
    font-size: 36px;
}
.flp-btns {
    margin-top: 25px;
    text-align: center;
}
.single-floorplan span.vr-tour {
    line-height: 1;
    display: block;
}
.flp-btns a.cb-btn {
    margin: 0 5px !important;
}
.floorplan-inner a.download-flp {
    max-width: 240px;
    margin: 20px auto 0;
    font-size: 24px;
    border: 2px solid;
    padding: 12px 25px;
    line-height: 1;
}
.flp-slide-in a.cb-btn {
    padding: 12px 20px !important;
    border: 2px solid;
    font-size: 21px;
}
.floorplan-inner a.download-flp:hover {
    opacity: 1;
}
.flp-images .panzoom-buttons span {
    line-height: 22px !important;
    font-size: 24px !important;
}
.single-floorplan .floorplan-inner > .flp-btns {
    order: 4;
	margin-top: 0;
    margin-bottom: 25px;
}