/* -------------------------------------
  
REALTYNINJA KATANA WEBSITE CUSTOMIZATION 2022
SEMI-CUSTOM THEME:  [MIDORI]

Questions? Email info@realtyninja.com 
Date Created: 04/27/2021 by Carl
Last Updated: 05/09/2022 by Carl
  
--------------------------

0. Global Edits
1. Typography

2. All Widgets / Constant Classes
    2a. Buttons
    2b. Header / Navbar
    2c. Footer
    2d. Big / Small Contact Form Section

3. Homepage
4. MLS Page / Listings / Search Forms
    4a. MLS Misc. Class
    4b. Single Listing Page

8. Subpages

9.Third-Parties
10. Editables / Platform Overrides

--------------------------------------- */


/* 
  -------------------------------------------------- 
  0. Global Edits
  -------------------------------------------------- 
*/

:root {
    --headings: 'proxima-nova', sans-serif;
    --body: 'proxima-nova', sans-serif;
    --tiny: 'proxima-nova', sans-serif;
    --body-color: #000000;
    --accent: #ee7125;
    --primary: #000000;
    --secondary: #333333;
    --hover: #ff9933;
    --btn: #ee7125;
    --banner-height: 735px;
    --video-banner-overlay: rgba(0, 0, 0, 0.3);
    --edit-mode:#999999;
}

::-moz-selection {
    color: #333;
    background: #ccc;
}

::selection {
    color: #333;
    background: #ccc;
}


/* 
-------------------------------------------------- 
1. Typography
-------------------------------------------------- 
*/

* {
    text-shadow: none !important;
}

html {
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: var(--body-color);
}

a {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    color: var(--accent);
}

a:hover {
    color: var(--hover);
}

a:focus {
    text-decoration: none;
    outline: 0 none;
}

.header1,
.header2,
.header3,
.header4,
.header5,
h1,
h2,
h3,
h4,
h5,
.recent-blog-entry-date,
.hero-carousel .carousel-caption h1,
.section-heading h3,
.listing-main-info h1,
.blog-header-title-section .blog-entry-info,
.blog-overview-wrapper,
.blog-overview-wrapper h2 {
    font-family: var(--headings);
}

body,
.header-contact-details,
.navbar-default .navbar-nav>li>a,
.recent-blog-entry-title,
.recent-blog-entry-date,
.small-contact-info-wrapper h4,
.big-contact-form-container h3,
.big-contact-form-wrapper,
.small-contact-info-wrapper,
.hero-carousel .carousel-caption .btn,
.building-main-info-listings-count,
.listing-detail-info-list-container,
.listing-grid,
.listing-list,
.listing-main-info-price,
.listing-secondary-info,
.mls-search-controls-wrapper,
.mls-search-controls-wrapper label,
.search-results-table-view-wrapper,
#footer-disclaimer,
.recent-blog-entry-text,
.blog-post-content .header1,
.blog-post-content .header2,
.blog-post-content .header3,
.blog-post-content .header4,
.blog-post-content .header5,
.blog-header-title-section h1,
.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-header-title-section .blog-entry-info,
.blog-post-content,
.blog-overview-wrapper,
.blog-overview-wrapper h2,
.mls-search-controls-wrapper .form-control {
    font-family: var(--body);
}

.h3,
h3 {
    font-size: 32px;
}

.big-contact-form-container h3 {
    font-size: 24px;
    color: var(--primary);
}

.section-heading .small-divider {
    display: none;
}

.index .featured-listings-wrapper .section-heading,
.index .section-heading {
    text-align: left;
}

.section-heading h3 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
}

.tiny {
    color: var(--accent);
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-heading .tiny {
    font-family: var(--body);
    font-weight: 300;
}


/* 
  -------------------------------------------------- 
  2. All Widgets / Constant Classes
  -------------------------------------------------- 
  */

body {
    background: #fff;
    /* padding-top:90px; */
}

body.nav-expanded {
    overflow: hidden;
    margin-left: 0em;
    transition: fade 0.4s ease-in-out 0s;
    -webkit-transition: fade 0.4s ease-in-out 0s;
    -moz-transition: fade 0.4s ease-in-out 0s;
    -o-transition: fade 0.4s ease-in-out 0s;
}

.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.index .content-section {
    position: relative;
}

.bgcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rn-content-block {
    padding-top: 70px;
    padding-bottom: 70px;
}

.small-divider {
    display: none
}

.contact-info-contact-image {
    max-width: 200px;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

.mobile-column-swap .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-column-swap .row div[class^="col"]:first-child {
    order: 2;
    width: 100%;
}

.mobile-column-swap .row div[class^="col"]:last-child {
    order: 1;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .mobile-column-swap .row {
        flex-direction: row;
    }
    .mobile-column-swap .row div[class^="col"]:first-child {
        order: 1
    }
    .mobile-column-swap .row div[class^="col"]:last-child {
        order: 2
    }
}

.featured-cta {
    text-align: center;
    padding: 0 15px;
}

.featured-cta .rn-content-block {
    padding-top: 0;
    padding-bottom: 50px;
}

.featured-cta a {
    font-family: var(--headings);
    font-size: 18px;
    display: inline-block;
    width: 150px;
    line-height: 1.2;
    margin: 10px 0;
    position: relative;
    color: var(--edit-mode);
    font-weight: bold;
    text-transform: uppercase;
}

.neighbourhood-cta.featured-cta a {
    width: 200px;
}

.featured-cta a:hover {
    color:var(--body-color)
}

/* .featured-cta a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    width: 80px;
    font-size: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 20px 0;
    height: auto;
    top: 0;
    left: 90%;
    z-index: 0;
    transform: translate(5px, 0px);
    transition: all 0.2s ease;
    opacity: 0;
}

.featured-cta a:hover:before {
    opacity: 0;
    transform: translate(0px, 0px);
} */

.featured-cta a.rn-link:after,
.featured-cta > a:after {
    position: absolute;
    left: 50%;
    right: 50%;
    height: 2px;
    background: var(--accent);
    bottom: -10px;
    display: block;
    transition: all 0.2s ease;
    content: "";
}

.featured-cta a.rn-link:hover:after,
.featured-cta>a:hover:after {
    left: 0%;
    right: 0%;
}

@media only screen and (min-width: 992px) {
    .featured-cta {
        text-align: right;
    }
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}


/* 
  -------------------------------------------------- 
  2a. Buttons
  -------------------------------------------------- 
  */

.btn,
.rn-invert-colors .btn {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 15px 20px;
    transform: translateY(10px);
    transition: all .2s ease-in;
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--accent);
    text-transform: uppercase;
    font-family: var(--headings);

}

.btn:hover,
.rn-invert-colors .btn:hover {
    background: var(--secondary);
    color: #fff;
}

.btn.rn-link {
    min-width: 150px;
}

.btn.rn-link:hover {
    background: #fff;
    color: var(--primary)
}

.btn:focus {
    outline: 0 none;
}

.btn.rn-link:hover {
    transform: translateY(5px);
}

.custom-button a,
.btn-primary,
.rn-invert-colors .btn-primary,
.hero-carousel .carousel-caption .btn-primary,
.hero-carousel .carousel-inner .rn-invert-colors .btn,
.big-contact-form-container .btn {
    background-color: var(--accent);
    border-color: var(--accent) !important;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    padding: 15px 35px;
    font-size: 16px;
    border: 1px solid;
    font-family: var(--headings);
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-weight: bold;
}

.custom-buttona:hover,
.btn-primary:hover,
.rn-invert-colors .btn-primary:hover,
.hero-carousel .carousel-caption .btn-primary:hover,
.big-contact-form-container .btn:hover {
    background-color: var(--accent);
    border-color: var(--accent);
}

.quick-mls-search-controls-wrapper .btn {
    padding: 10px;
}


/* 
  -------------------------------------------------- 
  2b. Header / Navbar 
  -------------------------------------------------- 
*/
.header-account {
    display: none;
}
.semi-custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0px;
    height: 90px;
    z-index: 10;
    background: #fff;
    transition: transform 0.4s;
}

.toolbar .semi-custom-header {
    position: relative;
}

.scroll-down .header-section {
    transform: translate3d(0, -100%, 0);
}

.scroll-up .header-section {
    transform: none;
}

.scroll-up:not(.menu-open) .header-section {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.custom-navbar-header {
    height: 90px;
    display: flex
}
.custom-navbar-header a {
    font-size: 24px;
    color: var(--primary) !important;
    display: none;
    padding: 0 20px;
    line-height: 90px;
    font-weight: bold;
}
.custom-navbar-header a.account {
    display: unset;
}
.custom-navbar-header a:nth-child(2) {
    padding: 0 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-top: 0;
    border-bottom: 0;
}

.custom-navbar-header a:hover {
    opacity: 0.7;
}


.custom-navbar-header a#account_login_link {
    display: inline-block;
    width: 70px;
    overflow-x: hidden;
    line-height: unset;
    height: 90px;
    font-size: 0px;
    text-indent: -999px;
    position: relative;
}

.custom-navbar-header a#account_login_link:before {
    content:"\f2bd";
    position: absolute;
    font-family: FontAwesome;
    font-size: 32px;
    left:0;
    right:0;
    display: flex;
    text-indent: 0;
    text-align:center;
    justify-content: center;
    flex-direction: row;
    bottom: 0;
    top: 0;
    align-items: center;
}

.navbar-wrapper {
    background: transparent !important;
}

.navbar {
    margin-bottom: 0px;
}
.navbar .container-fluid {
    height: 90px;
    display: flex;
    align-items: center;
}
.navbar-header {
    position: relative;
    z-index: 10;
    width: 230px;
}

.navbar-brand {
    text-align: left;
}

.nav>li>a {
    color: #fff;
    font-family: var(--headings);
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
}

.nav-expanded .nav>li>a:after {
    width: 100%;
}

.nav>li>a:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(255 255 255 / 10%);
    left: 0%;
    display: block;
    transition: all 2.5s ease;
    right: unset;
    bottom: 0;
    width: 0;
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-left: 25px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    text-decoration: none;
    background:rgba(255,255,255,0.1);
    outline: 0 none;
}

#navbar>ul:not(.dropdown-menu) li:first-child a {
    padding-top: 30px;
}

#navbar ul.dropdown-menu li:first-child a {
    padding-top: 6px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
    top: 25px;
    display: inline-block;
}

.open .dropdown-menu>li>a {
    padding: 6px 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: var(--headings);
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.open .dropdown-menu>li:hover>a {
    color: var(--edit-mode);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    background: transparent;
}

#header-contact {
    margin-top: 0px;
    position: absolute;
    width: unset;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    height: 90px;
    top: 0;
    right: 0;
}

#navbar>ul {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.navbar-toggle {
    display: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    border: none;
}

.navbar-nav>li {
    float: none;
}

body.toolbar #navbar {
    margin-top: 130px;
}

#navbar {
    display: block;
    top: 0;
    right: 0;
    overflow: auto !important;
    position: fixed;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    transform: scale(0);
    padding: 100px 0;
    background-color: var(--body-color);
}

.nav-expanded #navbar {
    opacity: 1;
    z-index: 9;
    width: 100%;
    height: 100vh !important;
    left: 0px;
    transform: scale(1);
}

.dropdown-menu {
    position: initial;
    float: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    transform: scaleY(0);
    transition: all .2s ease-in-out;
}

.dropdown-menu {
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.open>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    background: var(--primary) !important;
    padding: 25px 0;
}

.hamburger-menu {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0 0 0 -5px;
    padding: 15px 20px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background: var(--accent);
    height: 91px;
    position: relative;
    top: -1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hamburger-menu.is-active:hover,
.hamburger-menu:hover {
    background: var(--hover);
}

.hamburger-menu.is-active .hamburger-inner,
.hamburger-menu.is-active .hamburger-inner:after,
.hamburger-menu.is-active .hamburger-inner:before {
    background-color: var(--primary)
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: 6px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--primary)
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

@media only screen and (max-width: 480px) {
    body {
        padding-top: 0px;
    }
    .navbar-header {
        width: calc(100% - 80px);
    }
    .semi-custom-header,
    #header-contact {
        height: 90px;
    }
    #header-contact {
        width: 140px;
        left: unset
    }
    #navbar>ul:not(.dropdown-menu) li:first-child a {
        padding-top: 12px;
    }
    #navbar {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 170px !important;
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .custom-navbar-header a {
        display: inline-block
    }
}

@media only screen and (min-width: 992px) {

}

/* 
  -------------------------------------------------- 
  2c. Footer 
  -------------------------------------------------- 
*/

.footer-section {
    /* whole footer section */
    background: #fff !important;
    padding: 0;
}

.section-custom-footer {
}

.footer-section .rn-content-block {
    padding:0;
}
.custom-footer-content-v2 .rn-content-block {
    padding:60px 0 25px;
}

.custom-footer-content-v2 .row > div {
    width: 24%;
    font-size: 15px;
    line-height: 1.4
}

.custom-footer-content-v2 .row > div a {
    color:var(--accent)
}
.custom-footer-content-v2 .row > div a:hover {
    color:var(--hover)
}

.custom-footer-content-v2 .row > div:first-child {
    width: 52%
}
.custom-footer-content-v2 .row > div:last-child {
    width: 100%;
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding-top: 25px;
}
.custom-footer-content-v2 .row > div:first-child a {
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.custom-footer-content-v2 .row > div:first-child a:hover {
    color:var(--hover);
    opacity: 1;
}
.custom-footer-content-v2 .row > div:last-child li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px;
}
.custom-footer-content-v2 .row > div:first-child div[class*="content"] {
    padding:0 55px 0 0;
}

.custom-footer-content-v2 .row > div:first-child img {
    max-width: 220px;
    height: auto
}

.custom-footer-content-v2 h4 {
    color:var(--accent) !important;
    text-transform: uppercase;
    letter-spacing:2px;
}

.custom-footer-content-v2 ul {
    list-style: none;
    padding: 0 !important;
}
.custom-footer-content-v2 ul li {
    margin-bottom: 10px;
}
.custom-footer-content-v2 ul li a {
    color:#fff!important;
    opacity:0.7
}
.custom-footer-content-v2 ul li:hover a {
    opacity:1
}
.custom-footer-content-v2 .contact-info-social {
    margin-top: 10px;
}

.custom-footer-content-v2 .contact-info-social a .fa-circle {
    color: transparent
}

.custom-footer-content-v2 .contact-info-social .fa {
    text-align: left;
}


#footer-disclaimer {
    padding: 40px 0;
}

#custom-footer p,
#footer-disclaimer p {
    line-height: 1.4;
    font-size: 12.5px;
    color: var(--body-color);
}

@media only screen and (max-width: 767px) {
    .custom-footer-content-v2 .row > div {
        width: 100% !important;
    }
    .custom-footer-content-v2 .row > div:first-child div[class*="content"] {
        padding:0 25px 0 0;
    }
}



/* 
  -------------------------------------------------- 
  2c. Big Contact Form / Quick Contact 
  -------------------------------------------------- 
  */

.form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: none;
    border-radius: 0px;
    transition: all .2s ease-in;
}

.form-control::placeholder {
    color: #000;
    opacity: 0.5;
}

.contact-info-contact-image {
    max-width: 200px;
}

.big-contact-form-container .contact-info-brokerage {
    text-transform: uppercase;
    font-weight: bold;
}

.rn-invert-colors .big-contact-form-container .contact-info-social .fa,
.big-contact-form-container .contact-info-social .fa,
.small-contact-info-wrapper .contact-info-social .fa {
    color: var(--accent);
    transition: all 0.2s ease;
}

.rn-invert-colors .big-contact-form-container .contact-info-social .fa-circle,
.big-contact-form-container .contact-info-social .fa-circle,
.small-contact-info-wrapper .contact-info-social .fa-circle {
    color: transparent;
    transition: all 0.2s ease;
}


.rn-invert-colors .big-contact-form-container .contact-info-social a:hover  .fa,
.rn-invert-colors .small-contact-info-wrapper .contact-info-social a:hover .fa,
.big-contact-form-container .contact-info-social a:hover .fa,
.small-contact-info-wrapper .contact-info-social a:hover .fa {
    color: #fff;
}

.big-contact-form-container .contact-info-social a:hover .fa-circle,
.small-contact-info-wrapper .contact-info-social a:hover .fa-circle {
    color: transparent !important;
}

.contact-info-address .fa,
.contact-info-email .fa,
.contact-info-fax .fa,
.contact-info-mobile .fa,
.contact-info-phone .fa,
.contact-info-toll-free .fa {
    color: var(--accent);
}

.section-form .container {
    position: relative;
    padding: 100px 25px 125px;
    color: #fff;
}

.section-form .big-contact-form-wrapper {
    padding: 0;
    position: relative;
}

.section-form .big-contact-form-container {
    position: relative;
    z-index: 1;
}

.formContent .form-control {
    background: #fff;
    border-color: var(--edit-mode);
    color: var(--body-color);
}

.formContent .form-control:focus {
    box-shadow: none;
    border-color: var(--body-color);
}

.small-contact-info-wrapper {
    color: #fff;
}

.small-contact-info-wrapper h4 {
    color: #fff;
    font-family: var(--headings);
}

.small-contact-info-wrapper a {
    color: #fff
}

.section-quick-contact {
    background-color: var(--secondary);
}

@media only screen and (min-width: 768px) {
    .body:not([class*="evaluation"]) .formContent>div[class^="form-group"]:nth-child(2),
    .body:not([class*="evaluation"]) .formContent>div[class^="form-group"]:nth-child(3) {
        width: 50%;
        display: inline-block;
    }
    .body:not([class*="evaluation"]) .formContent>div[class^="form-group"]:nth-child(2) {
        margin-right: 20px;
        width: calc(50% - 25px);
    }
    .body:not([class*="evaluation"]) .formContent .btn {
        width: 100%;
    }
}


@media only screen and (min-width: 992px) {
    body:not([class*="evaluation"]) .section-form .container:before {
        position: absolute;
        right: -55%;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 1;
        background: var(--body-color) url(https://s.realtyninja.com/static/media/med/7650_99797549_adam_c_assets_02.jpg) center / cover no-repeat;
    }
}



/* 
-------------------------------------------------- 
3. Homepage
-------------------------------------------------- 
*/

/* Revised Midori: MLS Search Banner */
.custom-page-banner {
    background-image: url(https://s.realtyninja.com/static/media/med/7650_fd484c4f_adam_c_assets_00.jpg?dpr=2);
    background-size: cover;
    background-position: center;
}
.custom-search {

}

.custom-search .rn-content-block {

}

.custom-search .rn-content-block {
    padding-bottom: 120px;
    padding-top: 180px;
}

.custom-search h1 {
    color: #fff;
    line-height: 1.2;
}
.custom-search h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0px 40px 0;
}

.custom-search span {
    color: var(--hover);
}

.custom-search .btn {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 35px;
}
.custom-search .btn:hover {
    background: #fff;
    color: #000;
}


.custom-search #mls-search-form>div:first-child .form-group {
    margin-bottom: 0px;
}

.popover-content {
    color: #000;
}


.custom-button {
    color: #fff;
    background: #f88e2b;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.custom-search .rn-invert-colors a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

@media only screen and (max-width : 767px) {
    .custom-search .container {
        padding: 0 25px;
    }
    .custom-search .rn-content-block {
        padding-top: 120px;
    }
}
@media only screen and (min-width : 768px) {
    .custom-button {
        display: inline-block;
    }
}

@media only screen and (min-width : 992px) {
    .custom-search .rn-col-1-2 {
        width: 60%;
    }

    .custom-search .rn-col-2-2 {
        width: 40%;
    }

    .custom-search .mls-search-controls-wrapper .container {
        width: 100% !important;
    }
    .custom-search h4 {
        margin: 0 25px 40px 0;
    }
}

@media only screen and (min-width : 1200px) {
   .custom-search .mls-search-controls-wrapper .container {
       width: 100% !important;
   }

   .custom-search h1 {
       font-size: 62px;
       margin: 40px 0 25px;
   }
   .custom-search h4 {
       margin: 0 35px 40px 0;
   }
}

.homesearch .mls-search-listings-status-container {
    padding-bottom: 30px;
}

.homesearch .select2-container {
    border: 3px solid #f88e2b;
    height: 45px;
    background: #fff;
}

.homesearch .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    text-shadow: none;
}

.homesearch .search_by_mls_submit {
    min-width: 148px;
}

.homesearch .select2-container--bootstrap .select2-selection--multiple {
    border-radius: 0px;
    border: 0;
}
.homesearch .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 39px;
}

.homesearch .subscribe-to-alerts-wrapper {
    display: none;
}

.homesearch #mls-search-form .btn,
.homesearch .search_by_mls_submit.btn {
    width: 100%;
    color: #fff;
    background: var(--body-color);
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
}

.homesearch #mls-search-form .btn:hover,
.homesearch .search_by_mls_submit.btn:hover {
    color: var(--body-color);
    background: #fff;
    border-color:#fff;
}

.homesearch .search_by_mls_submit.btn {
    margin-left: 20px;
}
.homesearch .mls-search-controls-wrapper {
    background-color: rgb(238 113 37 / 85%);
    border: 0;
    border-radius: 0px;
    margin-top: 40px;
}
.homesearch .mls-search-controls-wrapper .col-lg-4 {
    width: 100%;
    padding: 0px 30px;
}

.homesearch .mls-search-controls-wrapper {
    width: 100%;
}

.homesearch .mls-search-controls-wrapper .container {
    width: 100% !important;
}

.homesearch .links_under_area_search {
    color: #fff;
}
.homesearch .links_under_area_search span {
    opacity: 0.6;
    color:#fff;
}

.homesearch .mls-search-controls-wrapper .form-group {
    margin-bottom: 20px;
}

.homesearch span {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width : 767px) {
    .homesearch .mls-search-controls-wrapper {
        margin-top: 60px;
    }
    .homesearch .mls-search-controls-wrapper .col-lg-4 {
        padding: 0px 10px;
    }
}
@media only screen and (min-width : 768px) {
    .homesearch .mls-search-controls-wrapper {
        margin-top: 0;
    }
}

.homesearch .form-group,
.custom-search .mls-search-form-label {
    color: #fff;
}

.homesearch .mls-search-controls-wrapper fieldset.form-group label {
    text-shadow: none;
}

.homesearch .mls-search-controls-wrapper .ui-slider .ui-slider-range {
    background: #fff !important;
}

.homesearch .mls-search-controls-wrapper .ui-slider .ui-slider-handle {
    border: 1px solid #a6a6a6;
    background: #fff !important;
}

.homesearch .subscribe-to-alerts-wrapper,
.homesearch .listings-wrapper {
    display: none !important;
}
.homesearch .mls-search-form-bedrooms-container {
    width: 48%;
    display: inline-block;
    margin-right: 5%;
}

.homesearch .mls-search-form-bathrooms-container {
    width: 45%;
    display: inline-block;
}








/* CTA & Banner */
.banner-cta-section {
    background: var(--primary) url(https://s.realtyninja.com/static/media/med/9632_17d97c79_rn-semi-custom-19.jpg) center right / cover no-repeat fixed;
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%) inset;
}

.banner-cta-section .rn-content-block {
    padding: 0 0 25px;
}

.banner-cta-section .container-fluid {
    padding: 0;
}

.banner-cta-section .row {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
}

.banner-cta-section .row div[class^="col"] {
    width: 100%;
    order: 2;
}

.banner-cta-section .row div[class^="col"]:last-child {
    order: 1;
    padding: 0;
}

.banner-cta-section .row div[class^="col"]:last-child>div {
    background: #fff url(https://s.realtyninja.com/static/media/med/9632_6912f6d0_rn-semi-custom-17.jpg) center / cover no-repeat;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    min-height: 600px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner-cta-section .row div[class^="col"]:last-child>div:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.banner-cta-section .row div[class^="col"]:last-child>div>div {
    position: relative;
    z-index: 3;
    color: #fff;
}


/* Video Version of Home Banner related code */

.video-banner.banner-cta-section .row div[class^="col"]:last-child>div {
    padding: 0;
    min-height: auto;
    background: var(--secondary)
}

.video-banner.banner-cta-section .row div[class^="col"]:last-child>div:before {
    display: none;
}

.video-banner.banner-cta-section .row div[class^="col"]:last-child>div .overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-banner.banner-cta-section .row div[class^="col"]:last-child .rn-col-2-2-content br,
.video-banner.banner-cta-section .row div[class^="col"]:last-child>div br,
.video-banner.banner-cta-section .row div[class^="col"]:last-child>div .overlay br {
    display: none
}

.video-banner.banner-cta-section .row div[class^="col"]:last-child>div video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.video-banner.banner-cta-section .row div[class^="col"]:last-child>div .overlay {
    background: var(--video-banner-overlay);
    z-index: 1;
}


/* Text & Video Version of Home Banner related code */

.video-text.banner-cta-section .row div[class^="col"]:last-child>div {
    min-height: 600px;
    display: block;
}

.video-text.banner-cta-section .row div[class^="col"]:last-child>div .overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    color: #fff;
}

.video-text.banner-cta-section .row div[class^="col"]:last-child>div video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 992px) {
    .video-text.banner-cta-section .row div[class^="col"]:last-child>div .overlay {
        align-items: flex-start;
        padding: 25px 50px;
    }
}

.banner-cta-section [class^="header"] {
    color: #fff;
    font-size: 36px;
}

.banner-cta-section p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-cta-section .row div[class^="col"]:last-child>div .rn-link {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
    font-family: var(--headings);
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 15px 20px;
    transform: translateY(10px);
    transition: all .2s ease-in;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.banner-cta-section .row div[class^="col"]:last-child>div .rn-link:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.cta-box .rn-content-block {
    padding: 0;
    margin-top: -60px;
}

.cta-box .row > div > div {
    position: relative;
    overflow: hidden;
    background: #000;
    transition: all 0.6s ease;
    margin-bottom: 25px;
}

.cta-box .row > div > div > a {
    position: relative;
    display: block;
    height: 240px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}

.cta-box .row > div > div > a:before {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    content: " ";
    border:1px solid #fff;
    opacity: 0.5;
    transition: all 0.6s ease;
}

.cta-box img {
    position: absolute;
    transition: all 0.6s ease;
    overflow: hidden;
    background: #111;
    object-fit: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6 !important; 
}

.cta-box .row > div > div > a:hover:before {
       opacity: 1; 
}
.cta-box .row > div > div:hover img {
      opacity: 0.8 !important;   
}
.cta-box br {
    display: none;
}


.banner-cta-section .row div[class^="col"]>div {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .banner-cta-section .row div[class^="col"]>div {
        flex-direction: column !important
    }
    .banner-cta-section .row div[class^="col"] .cta-box {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .cta-box .row > div > div > a {
        height: 200px;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (min-width: 992px) {
    .banner-cta-section .row div[class^="col"]:last-child>div {
        margin-bottom: 0;
    }
    .banner-cta-section .container-fluid,
    .banner-cta-section .row div[class^="col"]:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner-cta-section .rn-content-block {
        padding: 50px 0;
    }
    .toolbar .banner-cta-section {
        margin-top: 0;
    }
    .banner-cta-section .row {
        flex-direction: row;
    }
    .banner-cta-section .row div[class^="col"]:first-child {
        max-width: 25%;
        order: 1;
    }
    .banner-cta-section .row div[class^="col"]:last-child {
        width: 75%;
        height: calc(var(--banner-height) - 25px);
        align-items: center;
        order: 2;
    }
    .banner-cta-section .row div[class^="col"]:last-child>div {
        padding: 25px 50px;
        text-align: left
    }
    .video-banner.banner-cta-section .row div[class^="col"]:last-child>div {
        padding: 0;
    }
    .banner-cta-section [class^="header"] {
        max-width: 480px;
        font-size: 48px;
    }
    .cta-box .row > div > div > a { 
        height: 280px;
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .cta-box .cta-label {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-cta-section .row div[class^="col"]>div,
    .banner-cta-section .row div[class^="col"]>div > div {
        flex-direction: row;
        align-items: center
    }
    .banner-cta-section .row div[class^="col"] .cta-box {
        width: 33.33%;
        margin: 0 10px;
    }
    .banner-cta-section .row div[class^="col"] .cta-box:first-child {
        margin-left: 0;
    }
    .banner-cta-section .row div[class^="col"] .cta-box:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .cta-box .row > div > div > a { 
        padding-left: 75px;
        padding-right: 75px;
    }
}


/* Featured Listings */

.featured-properties-section {
    /*background: #fff url(https://s.realtyninja.com/static/media/med/9632_c0b3f4cc_rn-semi-custom-00.jpg) center / cover no-repeat;*/
}

.featured-listings-wrapper {
    padding-bottom: 10px;
}


/* .featured-properties-section .featured-listings-wrapper {
      background: rgb(255, 255, 255);
      background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 33.33%, rgba(1, 84, 74, 0.1) 33.33%, rgba(1, 84, 74, 0.1) 100%);
      background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 33.33%, rgba(1, 84, 74, 0.1) 33.33%, rgba(1, 84, 74, 0.1) 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33.33%, rgba(1, 84, 74, 0.1) 33.33%, rgba(1, 84, 74, 0.1) 100%);
  } */

.featured-listing-info-container {
    text-align: left;
    padding: 10px 15px;
    margin-top: -130px;
    height: 130px;
}

.featured-properties-section .img-listing-showcase,
.featured-properties-section .img-listing-showcase img {
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.featured-listing-preview .listing-tag-small {
    font-size: .8em;
    padding: 6px 8px;
    background: var(--accent);
    box-shadow: none;
}

.featured-properties-section .img-listing-showcase {
    background: #111;
}

.featured-properties-section .img-listing-showcase img {
    opacity: 0.75;
}

.featured-listings-section .slick-arrow,
.featured-properties-section .slick-prev,
.featured-properties-section .slick-next {
    display: none;
}

.featured-properties-section .slick-prev,
.featured-properties-section .slick-next {
    display: none !important;
    bottom: 0;
    top: unset;
    z-index: 2;
    opacity: 0.5;
    transition: .2s all ease-in;
    width: 50px;
    height: 50px;
    background: url(https://s.realtyninja.com/static/media/med/9509_38aeabb3_left-arrow.png) center / contain no-repeat;
}

.featured-properties-section .slick-prev:before,
.featured-properties-section .slick-next:before {
    color: transparent;
}

.featured-properties-section .slick-prev:hover,
.featured-properties-section .slick-prev:focus,
.featured-properties-section .slick-prev:active,
.featured-properties-section .slick-next:hover,
.featured-properties-section .slick-next:focus,
.featured-properties-section .slick-next:active {
    opacity: 1;
    background: url(https://s.realtyninja.com/static/media/med/9509_38aeabb3_left-arrow.png) center / contain no-repeat;
}

@media only screen and (min-width: 768px) {
    .featured-properties-section .slick-arrow {
        display: block;
    }
    .featured-properties-section .slick-prev,
    .featured-properties-section .slick-next {
        display: block !important
    }
    .featured-properties-section .slick-prev {
        bottom: 102.5%;
    }
    .featured-properties-section .slick-next {
        bottom: 109.7%;
    }
    .featured-properties-section .slick-next {
        transform: scaleX(-1);
        right: 20px;
    }
    .featured-properties-section .slick-prev {
        left: unset;
        right: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .featured-properties-section .img-listing-showcase,
    .featured-properties-section .img-listing-showcase img {
        height: 310px;
    }
    .featured-properties-section .featured-listing-info-container {
        margin-top: -120px;
        text-align: left;
        padding: 0 15px;
    }
    .featured-listings-wrapper h4 {
        font-size: 20px;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .featured-properties-section .featured-listing-info-container h4,
    .featured-properties-section .featured-listing-info-container h4 a,
    .featured-properties-section .featured-listing-info-container p {
        color: #fff;
    }
}


/* Intro Section */

.intro-section {
    background: var(--body-color) url(https://s.realtyninja.com/static/media/med/7650_40106694_adam_c_assets_01.jpg) center right / cover no-repeat fixed;
    color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%) inset;
    position: relative;
    overflow: hidden;
}


/* .intro-section .rn-content-block {
      background: transparent url(https://s.realtyninja.com/static/media/med/9632_4a569ed2_rn-semi-custom-16.png) 0% 0% / 33.33% repeat-y fixed;
  } */

.intro-section .tiny {
    color: var(--accent);
    font-weight: 400;
    display: block;
    margin-top: 25px;
}
.intro-section [class^="header"] {
    color:#fff;
    font-size: 28px;
}

.intro-section .btn {
    background: var(--btn);
    border-color: var(--btn);
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-family: var(--headings);
    font-weight: bold;
    min-width: 180px;
}

.intro-section .btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
}

.intro-section .rn-col-1-2 img:not(.signature) {
    margin-bottom: 30px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.intro-section .rn-col-1-2 img.signature {
    float: right;
    top: -50px;
    position: relative;
}

.intro-section .rn-col-2-2 div[class$="content"] {
    padding: 0 0 60px;
}

.intro-section .rn-content-block {
    padding-bottom: 400px;
    padding-top: 50px;
}


.intro-section .custom-graphic {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 300px;
    right: -50px;
    background: url(https://s.realtyninja.com/static/media/med/9632_9695b2c1_rn-semi-custom-20.png) center / cover no-repeat;
}

@media only screen and (min-width: 768px) {
    .intro-section .custom-graphic {
        width: 250px;
        height: 250px;
        bottom: 300px;
        right: 5%;
    }
}

@media only screen and (min-width: 992px) {
    .intro-section .rn-content-block {
        padding-top: 100px;
    }
    .intro-section .rn-col-2-2 div[class$="content"] {
        padding: 0 25px;
    }
    .intro-section .rn-col-1-2 img:not(.signature) {
        width: auto;
    }
    
    .intro-section .tiny {
        margin-top: 55px;
    }

    .intro-section .custom-graphic {
        width: 300px;
        height: 300px;
        bottom: 150px;
    }
    
}

@media only screen and (min-width: 1200px) {
    .intro-section .custom-graphic {
        width: 350px;
        height: 350px;
        bottom: 100px;
        right: 10%;
    }
    .intro-section [class^="header"] {
        font-size: 32px;
    }
    
}


/* Sub Intro Section */
.intro-sub-section {
    margin-top:-400px;
}

.intro-sub-section h3 {
    font-size: 36px;
    margin: 25px 0;
}


@media only screen and (min-width: 992px) {
    .intro-sub-section h3 {
        font-size: 48px;
        width: 80%;
    }
    
}

/* CTA Sub Section */
.cta-sub-box .row>div div[class*="content"] {
    overflow: hidden;
    background: #999;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-sub-box div.rn-col-1-2 div[class*="content"] {
    background:#999 url(https://s.realtyninja.com/static/media/med/7650_08896530_adam_c_assets_08.jpg) center / cover no-repeat
}
.cta-sub-box div.rn-col-2-2 div[class*="content"] {    
    background:#999 url(https://s.realtyninja.com/static/media/med/7650_55db50c6_adam_c_assets_07.jpg) center / cover no-repeat
}


.cta-sub-box .row>div div[class*="content"]:after {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    transition: all 0.3s ease
}

.cta-sub-box .row>div div[class*="content"]>* {
    position: relative;
    z-index: 1;
}

.cta-sub-box .row>div div[class*="content"]:hover:after {
    opacity: 0;
}

.cta-sub-box {
    margin-top: -100px;
}

.cta-sub-box .rn-content-block {
    padding-bottom: 0;
    padding-top: 50px;
}

.cta-sub-box br {
    display: none;
}

.editmode .cta-sub-box br {
    display: unset;
}

.cta-sub-box h4,
.cta-sub-box h4 a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    background: none !important;
    float: none !important;
    width: unset !important;
    height: unset !important;
    overflow: unset !important;
    text-indent: unset !important;
    opacity: 1;
    transform:unset !important;
    -webkit-transform:unset !important;
    -moz-transform:unset !important;
    -ms-transform:unset !important;
    -o-transform:unset !important;
}

.cta-sub-box a {
    color:#fff;
    display: block;
    width:40px ;
    height: 30px;
    float: right;
    background: transparent url(https://s.realtyninja.com/static/media/med/7650_209ee050_adam_c_assets_10.png) center no-repeat;
    opacity: 0.8;
    overflow: hidden;
    text-indent: -999px;
    transition:all 0.3s ease ;
    -webkit-transition:all 0.3s ease ;
    -moz-transition:all 0.3s ease ;
    -ms-transition:all 0.3s ease ;
    -o-transition:all 0.3s ease ;
    transform:translateX(-5px);
    -webkit-transform:translateX(-5px);
    -moz-transform:translateX(-5px);
    -ms-transform:translateX(-5px);
    -o-transform:translateX(-5px);
}

.cta-sub-box .row>div div[class*="content"]:hover a {
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -ms-transform:translateX(0px);
    -o-transform:translateX(0px);
}

.editmode .cta-sub-box a {
    color:#fff;
    display: unset;
    width: unset ;
    height: unset;
    float: unset;
    background: unset;
    overflow: unset;
    text-indent: unset;
    opacity: 1;
}



/* Divider */
.divider .row>div>div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bbb;
    top: 50%;
}

.divider img {
    position: relative;
    padding: 10px;
    background: #fff;
}

/* Featured Neighborhoods */
.featured-neighborhoods {
    /* margin-top: -500px;
    border-bottom: 1px solid #eee */
}

.featured-neighborhoods .rn-content-block {
    padding-bottom: 25px;
}

.featured-neighborhoods [class^="header"] {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 38px;
}

.featured-neighborhoods .tiny {
    color: var(--accent);
    font-weight: 400;
    display: block;
    margin-top: 25px;
}

.featured-neighborhoods .featured-cta {
    padding-top: 50px;
}

.neighborhood {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.neighborhood:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--body-color);
    display: block;
}

.neighborhood>a {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
}

.neighborhood>a:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-out;
    z-index: 1;
    opacity: 0.5;
}

.neighborhood-link {
    opacity: 0;
    transform: translate(0, -15px);
    transition: all 0.3s ease-out;
    display: none;
}

.neighborhood:hover .neighborhood-link {
    opacity: 1;
    transform: translate(0, 5px);
}

.neighborhood:hover > a:before {
    opacity: 0.8;
    border-color: #fff;
    background: none;
}

.neighborhood img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease;
    opacity: 0.8 !important;
}

.neighborhood:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    opacity: 0.5 !important;
}

/* .neighborhood>div,
.neighborhood>div a {
    position: relative;
    color: #fff;
    z-index: 5;
} */

.neighborhood-label {
    font-family: var(--headings);
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 1px;
}

.neighborhood-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.neighborhood-label a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
    position: relative;
    color: #fff
}

.neighborhood-label a:after {
    content: "View Area";
    font-family: var(--body);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    transform: translateY(0px);
    opacity: 0;
    transition: all 0.3s ease;
}

.neighborhood-label:hover a:after {
    opacity: 1;
    transform: translateY(10px);
}

.index .neighborhood-block-2 {
    padding-top: 110px;
}

@media only screen and (max-width: 767px) {  
    body:not(.editmode) .featured-neighborhoods br {
        display: none;
    }
    .index .neighborhood-block-2,
    .neighborhood-block-2 {
        padding-top: 0px;
    }
}
@media only screen and (min-width: 992px) {
    .neighborhood {
        height: 420px;
    }
    /* .neighborhood-block-2 {
        padding-top: 200px;
    } */
}

/* Market Video */
.market-video-section .rn-content-block {
    padding: 50px 0;
}

/* Recent Blog */
.recent-blog-entries-wrapper {
    padding-bottom: 0;
    border-top: 1px solid #eee;
    background: #eee;
}

.recent-blog-entries-wrapper .recent-blog-entry-container {
    text-align: left;
    padding: 20px 0;
    margin-bottom: 0;
}

.recent-blog-entry-container img {
    height: 220px;
    object-fit: cover;
    object-position: center;
    float: none;
    width: 100% !important;
    margin: 0 0 20px 0;
}

.recent-blog-entry-title {
    font-weight: bold;
    line-height: 1.3;
    font-family: var(--headings);
    font-size: 22px;
}

.recent-blog-entry-date {
    color: var(--edit-mode);
    font-family: var(--headings);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.recent-blog-entry-text {
    font-size: 15px !important;
    line-height: 1.6;
    margin-bottom: 25px;
}

.recent-blog-entry-text img,
.recent-blog-entry-text br,
.recent-blog-entry-read-more {
    display: none;
}

@media only screen and (min-width: 992px) {
    /* .recent-blog-entries-wrapper .recent-blog-entry-container {
        padding: 20px 20px 50px;
    } */
    .recent-blog-entries-wrapper div[class^="col"] {
        padding: 0 25px;
    }
    /* .recent-blog-entries-wrapper div[class^="col"]:nth-child(2) {
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(160, 125, 95, 0.5)) 1 100%;
        border-top: 0;
        border-bottom: 0;
    } */
}


/* Quick Contact */
body:not([class*="evaluation"]) .section-form {
    background: var(--body-color) !important;
    color:#fff;
    overflow-x: hidden;
}
.big-contact-form-container .btn:hover {
    background: #fff;
    border-color: #fff !important;
    color: var(--primary)
}

.big-contact-form-container h3 {
    font-size: 38px;
    color: #fff;
    font-family: var(--headings);
    margin-bottom: 35px;
}

.big-contact-form-container div[class^="col"]:first-child h3:before {
    content: "Contact Us";
    display: block;
    color: var(--accent);
    font-family: var(--body);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.big-contact-form-container .contact-info-container {
    padding-top: 50px;
}

.big-contact-form-container .contact-info-name {
    overflow: hidden;
    text-indent: -9999px;
    background: url(https://s.realtyninja.com/static/media/med/7650_14c2a434_place_re_logo.png) center left / 280px no-repeat;
    min-height: 100px;
}

.big-contact-form-container p,
.big-contact-form-container p a {
    color: #fff;
    font-family: var(--headings);
    font-size: 20px;
    letter-spacing: 0.5px;
}

.big-contact-form-container p.text-danger {
    font-size: 14px;
    background: #f45656;
}

.contact-info-contact-image {
    opacity: 0.75;
}

.big-contact-form-container p a:hover {
    color: #fff;
}

.big-contact-form-container p>i {
    position: relative;
    display: inline-block;
    width: 24px;
}

.big-contact-form-container p.contact-info-address {
    position: relative;
    padding-left: 25px;
    margin: 15px 0 10px;
}

.big-contact-form-container p.contact-info-address i {
    position: absolute;
    left: 0;
    top: 10px;
}

span.contact-info-address-street {
    display: block;
    line-height: 1.1;
}

@media only screen and (max-width: 737px) {
    .big-contact-form-container .contact-info-name {
        background-size: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .big-contact-form-container .contact-info-container {
        padding-top: 0px;
    }
}
/* Map Section */
.map-section {
    height: 450px;
    overflow: hidden;
}

/* 
-------------------------------------------------- 
6. MLS Page / Listings / Forms
-------------------------------------------------- 
*/


/* Featured Properties */

.featured-listing-desc-price {
    font-size: 16px;
}

.featured-listing-desc-primary,

/* listing address */

.featured-listing-desc-secondary
/* listing property type/area details */

{
    font-size: 13px;
}


/* Quick Search Form */

.quick-mls-search-controls-wrapper {
    /* the container for our Quick MLS Search */
}


/* Listing Search */

.mls-search-controls-wrapper {
    /* the container for our large MLS Search */
}

.search-results-view-changer .btn {
    color: #888;
    top: -10px;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    font-family: inherit;
}

.mls-search-controls-wrapper .ui-slider .ui-slider-range {
    /* change colours for the sliders in our MLS Search */
}


/* Single Property Listings */
.listing_detail_view .listing-hero {
    padding-top: 90px;
} 
.listing-secondary-info {
    font-size: 22px;
    font-family: var(--headings) !important;
}

.listing-main-info-price {
    font-family: var(--headings);
    font-size: 36px;
}

.listing-ctas-main .btn-primary:hover {
    background-color: var(--hover);
    border-color: var(--hover);
    color: #fff;
}

.listing-ctas-main .btn-secondary {
    background: var(--secondary);
    color: #fff;
}

.listing-ctas-main .btn-secondary:hover {
    background: #fff;
    border-color: var(--secondary);
    color: var(--secondary);
}

.listing-bottom-form-container,
.listing-lead-form-container {
    background: var(--secondary);
}

.listing-lead-form-container .formContent .btn {
    border-color: var(--accent)
}

.listing-lead-form-container .formContent .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--primary)
}

.listing-views-container .nav-tabs>li>a {
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    line-height: 1.4;
    background: #eee;
    color: inherit;
}

.listing-other-actions-container .btn {
    width: 100%;
    background: #fff;
    color: var(--secondary);
    border-color: var(--secondary);
}

.listing-other-actions-container .btn:hover {
    color: #fff;
    background: var(--secondary);
}

@media only screen and (min-width: 992px) {
    .featured-listing-info-container h4 a {
        color: var(--primary);
        /* adds link colour to listing addresses */
    }
}


/* 
-------------------------------------------------- 
7. Blog
-------------------------------------------------- 
*/

.blog-entry-overview-title,
.blog-overview-wrapper h2 a {
    font-family: var(--headings);
    color: var(--primary);
}

.blog-entry-overview-info,
.blog-header-title-section .blog-entry-info {
    font-style: normal;
    font-weight: 300;
    ;
}

.blog-overview-wrapper .btn-outline {
    font-family: var(--headings);
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}

.blog-header-title-section {
    background: var(--primary)
}

.blog-header-title-section h1 {
    font-family: var(--headings);
    color: #fff;
}

.blog-header-title-section .blog-entry-info {
    color: #fff;
}

.blog-header-title-section .blog-entry-info a {
    color: var(--accent)
}

.blog #at4-share,
.blog #at4-soc {
    top: 30% !important
}


/* 
-------------------------------------------------- 
8. Subpages
-------------------------------------------------- 
*/

.page-title .rn-content-block {
    background: var(--primary) url('https://s.realtyninja.com/static/media/med/7650_fd484c4f_adam_c_assets_00.jpg') center / cover no-repeat !important;
    padding-top: 180px
}

.page-title h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}

.blog-header-title-section {
  padding: 120px 0 20px;
}

@media only screen and (min-width: 768px) {
.blog-header-title-section {
    padding:120px 0 40px 0;
}
}
.evaluation-cta .rn-content-block {
    background: #000 url(https://s.realtyninja.com/static/media/med/7650_d787b6a9_iStock_000016160224Medium.jpg) center / cover no-repeat;
    text-align: center;
    position: relative;
}

.evaluation-cta .container {
    position: relative;
    z-index: 1;
}

.evaluation-cta .rn-content-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: var(--body-color);
}


/* 
-------------------------------------------------- 
9. Third-party ie. Mailchimp
-------------------------------------------------- 
*/


/* 
  -------------------------------------------------- 
  10. Editables
  -------------------------------------------------- 
*/


/* Platform Related */

.jBox-content .rn_colour_blue {
    background-color: var(--) !important;
}

.jBox-content .rn_colour_green {
    background-color: var(--) !important;
}

.jBox-content .rn_colour_pink {
    background-color: var(--) !important;
}

.jBox-content .rn_colour_purple {
    background-color: var(--) !important;
}

.jBox-content .rn_colour_yellow {
    background-color: var(--) !important;
}

.jBox-content .rn_colour_orange {
    background-color: var(--) !important;
}

.rn_colour_blue {
    color: var(--);
}

.rn_colour_green {
    color: var(--);
}

.rn_colour_pink {
    color: var(--);
}

.rn_colour_purple {
    color: var(--);
}

.rn_colour_yellow {
    color: var(--);
}

.rn_colour_orange {
    color: var(--accent);
}


.editmode .cta-box {
    background: unset;
    text-align: left;
}

.editmode .cta-box img {
    opacity: 1 !important;
    height: 280px !important;
    object-fit: cover;
    position: relative;
}

.editmode .cta-box .row > div > div a {
    position: relative !important;
    display: unset;
    height: unset;
    text-shadow: none !important;
    color: var(--body-color);
    display: inline-block;
    text-align: left;
    width: unset;
    padding: 5px 0;
}
.editmode .cta-box a:before {
    display: none;
    border: 0;
}

.editmode .neighborhood:before {
    background: var(--edit-mode);
}


div.add-area,
div.add-area-2,
div.neighborhood-remove {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    border: 2px dashed #aaa;
}

.editable div.add-area,
.editable div.add-area-2,
.editable div.neighborhood-remove {
    display: block;
    cursor: pointer
}

.editable div.neighborhood-remove {
    margin-top: 25px;
    border-color: #f00;
    position: relative;
    color: #fff;
    z-index: 1;
}

div.editable .neighborhood img {
    position: relative;
    margin-bottom: 15px;
}

div.editable .neighborhood {
    height: auto;
    margin-bottom: 15px;
}

div.editable .neighborhood:hover img {
    transform: none;
}

div.editable .neighborhood > a,
div.editable .neighborhood-label {
    position: relative;
}
div.editable .neighborhood > a:before {
    display: none
}
/* div.editable .neighborhood-link {
    opacity: 1;
    transform: translate(0, 0px) !important;
} */
div.editable .neighborhood-label {
    color:#ccc
}
div.editable .neighborhood-label a {
    text-decoration: underline;
}
div.editable .neighborhood-label a:after {
    display: none;
}


/* Account Related */
.account-nav .nav li a {
  color: #000;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.account-nav .nav li:hover a {
  background: #ddd;
}

.account-nav .nav li.active a {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;font-weight: bold;
}
/* Media Quer