/*
Theme Name: L\WA Lee & Associates
Theme URI: http://leewestlacom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

/* Sub Menu */
#navi {}

#fixed-navi {}

#navi li,
#fixed-navi li {
    position: relative;
    display: inline-block;
    padding: 0 22px;
}

#fixed-navi li {
    padding: 0 20px;
}

#navi li:first-child,
#fixed-navi li:first-child {
    padding-left: 0;
}

#navi li:last-child,
#fixed-navi li:last-child {
    padding-right: 0;
}

#navi > li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .3);
}

#navi > li:last-child::after {
    display: none;
}

#navi > li > a,
#fixed-navi > li > a {
    display: block;
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navi li > a::after,
#fixed-navi li > a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.name-Firefox #navi li > a::after,
.name-Firefox #fixed-navi li > a::after,
.msedge-true #navi li > a::after,
.msedge-true #fixed-navi li > a::after {
    bottom: -1px;
}

#navi li:hover > a::after,
#fixed-navi li:hover > a::after {
    width: 100%;
}

#navi .sub-menu,
#fixed-navi .sub-menu {
    list-style: none outside none;
    display: none;
    position: absolute;
    width: 200px;
    padding-top: 0;
    white-space: nowrap;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#fixed-navi .sub-menu {
    padding-top: 32px;
}

#navi .sub-menu a,
#fixed-navi .sub-menu a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    white-space: normal;
}

#navi li:hover > .sub-menu,
#fixed-navi li:hover > .sub-menu {
    display: block;
}

#navi .sub-menu li,
#fixed-navi .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

#navi .sub-menu .sub-menu,
#fixed-navi .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#navi .sub-menu li a,
#fixed-navi .sub-menu li a {
    background: rgba(237, 28, 36, .7);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#fixed-navi .sub-menu li a {
    background: rgba(237, 28, 36, .7);
}

#navi .sub-menu li:hover a,
#fixed-navi .sub-menu li:hover a {
    background: rgba(237, 28, 36, 1);
    color: #fff;
}

#navi .sub-menu li:hover a::after,
#fixed-navi .sub-menu li:hover a::after {
    width: 0;
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background: #FFF;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

input,
select,
textarea {
    outline: none;
}

.hidden {
    display: none !important;
}

.slick-slide {
    outline: none;
}

#main-wrapper {
    position: relative;
    overflow: hidden;
}

.aios-mobile-header-wrapper {
    z-index: 1032 !important;
}

/* HEADER */
.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70px;
    font-size: 0;
    z-index: 1030;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-logo {
    position: relative;
    width: 100%;
}

.header-logo img {
    max-width: 100%;
}

.header-logo a:first-child img {
    margin-right: 20px;
}

.header-top-col-custom {
    padding-left: 0;
}

.header-contacts {
    position: relative;
    width: 100%;
    padding-bottom: 17px;
    text-align: right;
}

.header-smi-holder,
.header-phone-holder,
.header-email-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-phone-holder {
    padding: 0 11px;
}

.header-smi-holder a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-smi-holder a:hover {
    color: #ed1c24;
}

.header-contact-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 4px 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .35);
}

.header-contact-icon.email-icon {
    padding: 6px 0;
}

.header-contact-icon img {
    max-width: 100%;
}

.header-contact-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.header-contact-text span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
}

.header-contact-text span a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-contact-text span a:hover {
    color: #ed1c24;
}

.header-navs {
    position: relative;
    width: 100%;
    text-align: right;
}

/* FIXED HEADER */
.fixed-header-wrapper {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    padding: 19px 0;
    background: #ed1c24;
    z-index: 1031;
    font-size: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fixed-header-navs {
    position: relative;
    width: 100%;
    padding: 13px 0;
    text-align: right;
}

.fixed-header-wrapper.scrolled {
    top: 0;
}

.fixed-header-logo {
    position: relative;
    width: 100%;
}

.fixed-header-logo img {
    max-width: 100%;
}

.fixed-header-logo a:first-child img {
    margin-right: 15px;
}

/* SLIDESHOW */
.slideshow-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.slideshow-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.slideshow-main-holder {
    position: relative;
    width: 100%;
}

.slideshow-main-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(23, 23, 23, .25);
    z-index: 1;
}

.slideshow-tagline {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
}

.slideshow-tagline h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1;
    color: #fff;
}

a.tagline-button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    padding: 20px 0;
    background: #ed1c24;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.tagline-button:hover {
    background: #1a1a1a;
}

a.tagline-button span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}

/* QUICK SEARCH */
.qs-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.qs-floating-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    max-width: 480px;
    height: 100%;
    z-index: 1;
}

.qs-floating-logo::before {
    content: '';
    position: absolute;
    right: 0;
    top: -180px;
    width: 100%;
    height: 356px;
    background: url(images/slide-qs-big-logo.png) center center no-repeat;
    background-size: cover;
    opacity: .4;
}

.qs-bg {
    position: absolute;
    width: calc((100vw - 1140px) / 2 + 100% + 30px);
    height: 100%;
    right: -30px;
    z-index: 2;
}

.qs-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/qs-bg.jpg) center center no-repeat;
    background-size: cover;
    filter: grayscale(100);
    pointer-events: none;
    z-index: 3;
}

.qs-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, .85);
    background-size: cover;
    pointer-events: none;
    z-index: 4;
}

.qs-holder option {
    color: black;
}

.no-listing-found {
    font-size: 27px;
}

.qs-holder {
    position: relative;
    width: 100%;
    /* padding: 45px 0 140px; */
    padding: 52px;
    z-index: 5;
}

.qs-label {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.qs-label span {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffff;
}

.qs-left {
    position: relative;
    width: 88.44%;
    display: inline-block;
    vertical-align: bottom;
}

.qs-wrapper form {
    width: 100%;
    display: inline-block;
}

.qs-large {
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
}

.qs-large.qs-property {
    padding-right: 15px;
}

.qs-large.qs-city {
    padding-left: 15px;
}

.qs-small {
    width: 25%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 15px;
}

.qs-small.qs-beds {
    padding-left: 0;
}

.qs-small.qs-max {
    padding-right: 0;
}

.qs-large select,
.qs-small select {
    width: 100%;
    height: 37px;
    /*background: transparent url(images/dropdown-arrow.png) no-repeat scroll right 0 center;*/
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.qs-large input,
.qs-small input {
    width: 100%;
    height: 37px;
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    outline: none;
}

.qs-large select::-ms-expand,
.qs-small select::-ms-expand {
    display: none;
}

.qs-right {
    position: relative;
    width: 11.55%;
    display: inline-block;
    vertical-align: middle;
}

.qs-search {
    margin-bottom: 16px;
    width: 100%;
    padding: 0 0 0 30px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.qs-search input {
    width: 100%;
    max-width: 67px;
    height: 53px;
    background: #201a1a url(images/qs-search-icon.png) center center no-repeat;
    border: none;
    font-size: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.qs-search:hover {
    opacity: .6;
}

/* WELCOME SECTION */
.welcome-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.welcome-photo {
    position: absolute;
    width: calc((100vw - 1140px) / 2 + 100% - 30px);
    right: 30px;
    z-index: 2;
}

.welcome-photo canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 473px;
    background-size: cover;
}

.welcome-right {
    position: relative;
}

.welcome-title {
    position: relative;
    width: 100%;
    margin: 40px 0 25px;
    padding-left: 20px;
}

.welcome-title::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: calc(100% - 92px);
    width: 200%;
    height: 8px;
    background: #ed1c24;
}

.welcome-title h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #515151;
}

.welcome-content {
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.welcome-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .03em;
    margin-bottom: 25px;
    color: #000000;
}

.welcome-content p.welcome-strong {
    font-size: 20px;
    font-weight: 500;
}

/* FEATURED LISTINGS */
.fl-wrapper {
    position: relative;
    width: 100%;
    padding: 163px 0 152px;
    overflow: hidden;
    font-size: 0;
}

.fl-wrapper::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -6px;
    width: 403px;
    height: 390px;
    background: url(images/fl-logo-bg.png) center center no-repeat;
    background-size: 100% auto;
    opacity: .4;
    pointer-events: none;
}

.fl-title {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 86px;
}

.fl-title::before {
    content: '';
    position: absolute;
    top: calc(50% + 12px);
    left: -100%;
    width: calc(100% - 70px);
    height: 8px;
    background: #ed1c24;
    pointer-events: none;
    white-space: nowrap;
}

.fl-title::after {
    content: 'Featured Listings';
    position: absolute;
    top: -150%;
    left: -220px;
    width: 100%;
    height: 70px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .15;
    pointer-events: none;
}

.fl-title h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #515151;
}

.fl-main {
    position: relative;
    width: 100%;
    padding: 74px 0 128px;
}

.fl-absolute-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fl-bg {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 66.6666%;
    height: 100%;
}

.fl-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/fl-bg.jpg) left center no-repeat;
    background-size: cover;
    filter: grayscale(100);
}

.fl-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, .85);
}

.fl-arrows {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    /*width: 37.38%;*/
}

.fl-arrows.fl-a-mob {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.fl-arrows-holder {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}

.fl-arrows.fl-a-mob .fl-arrows-holder {
    position: relative;
}

.fl-arrow {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    height: 130px;
    margin-right: 0;
    padding: 58px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.name-Firefox .fl-arrow {
    height: 131px;
}

.fl-arrow:hover {
    opacity: .7;
}

.fl-arrow span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.fl-arrow.fl-prev {
    background: #201a1a;
}

.fl-arrow.fl-next {
    background: #d41f26;
}

.fl-slick-holder {
    position: relative;
    width: 100%;
}

.fl-fix {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fl-fix-inner {
    margin-right: -2px;
}

.fl-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.fl-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px;
}

a.fl-item-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

a.fl-item-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.fl-item-inner:hover::before {
    opacity: 0;
}

a.fl-item-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.fl-item-inner:hover::after {
    opacity: 1;
}

.fl-item canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

.fl-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 44px;
    padding-bottom: 18px;
    z-index: 2;
}

.fl-text-holder {
    position: relative;
    width: 100%;
    padding: 18px 10px 18px 25px;
}

.fl-text-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ed1c24;
}

.fl-address-top,
.fl-address-mid,
.fl-price {
    position: relative;
    width: 100%;
}

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

.fl-address-mid {
    padding: 5px 0 10px;
}

.fl-address-top span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.fl-address-mid span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.fl-price span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
}

/* FOOTER */
.footer-wrapper {
    position: relative;
    width: 100%;
    padding: 75px 0 52px;
    font-size: 0;
    background: #1a1a1a;
}

.footer-logo-holder {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.footer-logo-holder img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 22px;
}

.footer-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.footer-nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 23px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #a2a2a2;
}

.footer-nav li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ed1c24;
}

.footer-nav li:last-child::before {
    display: none;
}

.footer-nav li a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-nav li a:hover {
    color: #ed1c24;
}

.footer-copyright {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #757575;
    color: #a2a2a2;
}

.footer-copyright span.fcaps {
    text-transform: uppercase;
}

.footer-copyright a:hover {
    color: #ed1c24 !important;
}

.footer-bottom-logos {
    display: none;
    position: relative;
    padding-top: 15px;
}

.footer-bottom-logos span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ed1c24;
}

.footer-bottom-logos span:first-child,
.footer-bottom-logos span:last-child {
    font-size: 20px;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style post/page main headings (h1) */
#content .entry-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #515151;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #515151;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

.ip-banner {
    position: relative;
    width: 100%;
    height: 100%;
    /*    background: url(images/ip-banner.jpg) center center no-repeat;*/
    background-size: cover;
    font-size: 0;
}

.ip-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-id-41 .ip-banner canvas {
    /*height: 700px;*/
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.ip-banner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -175px;
    width: 490px;
    height: 356px;
    background: url(images/slide-qs-big-logo.png) center center no-repeat;
    background-size: cover;
    opacity: .4;
}

.ip-banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, .25);
    z-index: 1;
    pointer-events: none;
}

/* SIDEBAR */
.side-qs {
    position: relative;
    width: 100%;
    font-size: 0;
}

.side-qs .qs-holder {
    padding: 30px 15px;
    background: #ed1c24;
}

.side-qs .qs-label {
    text-align: center;
    margin-bottom: 15px;
}

.side-qs .qs-label span {
    font-size: 20px;
}

.side-qs .qs-left {
    width: 100%;
}

.side-qs .qs-large {
    width: 100%;
    padding: 0 !important
}

.side-qs .qs-small {
    width: 50%;
    margin-bottom: 15px;
}

.side-qs .qs-small.qs-baths {
    padding-right: 0;
}

.side-qs .qs-small.qs-min {
    padding-left: 0;
}

.side-qs .qs-right {
    width: 100%;
}

.side-qs .qs-search {
    padding: 0;
}

.side-qs .qs-search input {
    max-width: 100%;
}

/* IP - OUR TEAM */
.page-template-template-our-team #inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.page-template-template-our-team #inner-page-wrapper {
    margin-bottom: 0;
}

.ot-title {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin: 70px 0 75px;
}

.ot-title::before {
    content: '';
    position: absolute;
    top: calc(50% + 6px);
    left: -100%;
    width: calc(100% - 35px);
    height: 8px;
    background: #ed1c24;
    pointer-events: none;
}

.ot-title span {
    position: absolute;
    top: -110%;
    left: -175px;
    width: 100%;
    height: 70px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    opacity: .15;
    pointer-events: none;
    white-space: nowrap;
}

#content .ot-title h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.ot-agents-list-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.ot-agent-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

a.ot-agent-photo {
    position: relative;
    display: block;
    width: 100%;
}

a.ot-agent-photo canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    transition-delay: 1s ease-in-out;
}

.ot-agent-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/agent-brick-bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0 !important;
    z-index: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ot-agent-item:hover .ot-agent-bg {
    opacity: 1;
}

.ot-agent-detail-holder {
    position: relative;
    width: 100%;
    padding: 45px 0 55px;
    text-align: center;
    background: #fff;
    transform: translateZ(0);
    min-height: 300px;
}

.ot-agent-item:hover .ot-agent-detail-holder {
    background: #ed1c24;
}

.ot-agent-name {
    position: relative;
    padding-bottom: 15px;
}

.ot-agent-name span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #383838;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ot-agent-item:hover .ot-agent-name span {
    color: #fff;
}

.ot-agent-phone-holder,
.ot-agent-email-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ot-agent-email-holder {
    margin-left: 12px;
}

.ot-agent-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 4px 0;
    text-align: center;
    border: 1px solid rgba(237, 28, 36, .45);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ot-agent-item:hover .ot-agent-icon {
    border: 1px solid rgba(255, 255, 255, 1);
}

.ot-agent-icon.phone-icon {
    background: url(images/agent-phone-icon-red.png) center center no-repeat;
}

.ot-agent-item:hover .ot-agent-icon.phone-icon {
    background: url(images/agent-phone-icon-white.png) center center no-repeat;
}

.ot-agent-icon.email-icon {
    padding: 6px 0;
    background: url(images/agent-email-icon-red.png) center center no-repeat;
}

.ot-agent-item:hover .ot-agent-icon.email-icon {
    background: url(images/agent-email-icon-white.png) center center no-repeat;
}

.ot-agent-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.ot-agent-text span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ot-agent-item:hover .ot-agent-text span {
    color: #fff;
}

.ot-agent-text span a:hover {
    color: #000;
}

a.ot-agent-read-more {
    position: relative;
    display: block;
    width: 100%;
    max-width: 155px;
    margin: 20px auto 0;
    border: 1px solid #ed1c24;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ot-agent-item:hover a.ot-agent-read-more {
    border: 1px solid #fff;
    color: #fff;
}

.ot-agent-item:hover a.ot-agent-read-more:hover {
    background: #fff;
    color: #ed1c24;
}

/* IP - AGENT DETAILS */
.adp-title {
    position: relative;
    width: 100%;
    margin: 70px 0 0;
}

.adp-title::before {
    content: '';
    position: absolute;
    top: calc(50% + 6px);
    left: -100%;
    width: calc(100% - 35px);
    height: 8px;
    background: #ed1c24;
    pointer-events: none;
}

.adp-title span {
    position: absolute;
    top: -110%;
    left: -175px;
    width: 100%;
    height: 70px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    opacity: .15;
    pointer-events: none;
    white-space: nowrap;
}

#content .adp-title h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.adp-license {
    position: relative;
}

.adp-license span {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1;
    color: #555555;
}

.adp-main-wrapper {
    position: relative;
    width: 100%;
    padding: 25px 0 185px;
    font-size: 0;
}

.adp-agent-photo-holder {
    position: relative;
    margin-right: 20px;
    min-height: 683px;
    text-align: right;
}

.adp-agent-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1140px) / 2 + 100%);
    background: url(images/adp-brick-bg.png) center center;
    background-size: cover;
}

.adp-agent-photo img {
    max-width: 100%;
}

.adp-right {
    position: relative;
    width: 100%;
    padding: 50px 25px 0 20px;
    min-height: 683px;
}

.adp-contact-info {
    position: relative;
    padding-bottom: 15px;
}

#content .adp-contact-info::after {
    content: '';
    position: absolute;
    top: calc(15% - 4px);
    left: calc(100% - 92px);
    width: 200%;
    height: 8px;
    background: #ed1c24;
}

#content .adp-contact-info h2 {
    margin: 0 0 15px;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #515151;
}

.adp-agent-phone-holder,
.adp-agent-mobile-holder,
.adp-agent-email-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.adp-agent-mobile-holder,
.adp-agent-email-holder {
    margin-left: 12px;
}

.adp-agent-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 4px 0;
    text-align: center;
    border: 1px solid rgba(237, 28, 36, .45);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.adp-agent-icon.phone-icon {
    background: url(images/agent-phone-icon-red.png) center center no-repeat;
}

.adp-agent-icon.mobile-icon {
    background: url(images/agent-mobile-icon-red.png) center center no-repeat;
}

.adp-agent-icon.email-icon {
    padding: 6px 0;
    background: url(images/agent-email-icon-red.png) center center no-repeat;
}

.adp-agent-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.adp-agent-text span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.adp-agent-text span a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 37px;
    /* background: transparent url(images/dropdown-arrow.png) no-repeat scroll right 0 center; */
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0;
}
.btn-group.bootstrap-select.fit-width {
    width: 100% !important;
}

.bs-searchbox input {
    color: #000;
}

.adp-agent-text span a:hover {
    color: #ed1c24;
}

.adp-bio-holder {
    position: relative;
    width: 100%;
}

#content .adp-bio-holder h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #515151;
}

.adp-bio-holder {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .03em;
    margin-bottom: 25px;
    color: #555555;
}

.adp-bio-holder p.adp-bio-strong {
    font-size: 18px;
    font-weight: 500;
}

a.adp-read-more {
    position: relative;
    display: block;
    width: 100%;
    max-width: 155px;
    margin: 30px 0 0;
    border: 1px solid #ed1c24;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.adp-read-more:hover {
    background: #ed1c24;
    color: #fff;
}

.adp-bottom-banner-holder {
    position: absolute;
    bottom: -127px;
    left: -35px;
    width: calc((100vw - 1140px) / 2 + 100% + 50px);
    height: 130px;
}

.adp-bottom-banner-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75);
    z-index: 1;
    pointer-events: none;
}

.adp-bottom-banner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(images/adp-bottom-banner.jpg) center center;
    background-size: cover;
    filter: grayscale(100);
}

/* IP - FEATURED LISTINGS */
.page-template-template-featured-listings .ip-banner {
    z-index: 2;
}

.page-template-template-featured-listings #inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.page-template-template-featured-listings #content-full {
    min-height: 500px;
    margin-top: 0;
}

.ipfl-qs-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.ipfl-qs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ipfl-qs-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/qs-bg.jpg) center center no-repeat;
    background-size: cover;
    filter: grayscale(100);
    z-index: 1;
    pointer-events: none;
}

.ipfl-qs-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, .85);
    z-index: 2;
    pointer-events: none;
}

.ipfl-title {
    position: relative;
    width: 100%;
    margin: 90px 0 0;
    z-index: 3;
}

.ipfl-title::before {
    content: '';
    position: absolute;
    top: calc(50% + 6px);
    left: -100%;
    width: calc(100% - 35px);
    height: 8px;
    background: #fff;
    pointer-events: none;
}

.ipfl-title span {
    position: absolute;
    top: -110%;
    left: 60px;
    width: 100%;
    height: 70px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    opacity: .15;
    pointer-events: none;
    white-space: nowrap;
}

#content .ipfl-title h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}

.page-template-template-featured-listings .qs-holder {
    padding: 85px 0 100px;
    max-width: 850px;
    margin: 0 auto;
}

.ipfl-map-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.ipfl-map-wrapper iframe {
    display: block;
    width: 100%;
}

.ipfl-main-wrapper {
    position: relative;
    width: 100%;
    max-width: 1412px;
    margin: 50px auto 0;
    padding: 0 15px;
    font-size: 0;
}

.ipfltabs {
    width: 100%;
    position: relative;
    font-size: 0;
}

.ipfl-tabs a {
    /*width: 21.7%;*/
    width: 300px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 18px 10px;
    margin-right: 2px;
    text-align: center;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.ipfl-tabs a:hover {
    background: rgba(212, 31, 38, .2);
}

.ipfl-tabs a.ipfl-tab-active {
    background: #d41f26;
}

.ipfl-tabs a span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #afafaf;
    text-transform: uppercase;
}

a.ipfl-tab-active span {
    color: #fff;
}

.ipfl-content {
    width: 100%;
    position: relative;
    font-size: 0;
    border-top: 1px solid #d41f26;
    min-height: 1000px;
}

.ipfl-body {
    width: 100%;
    position: relative;
    padding: 45px 0 0;
    /*opacity            : 0;*/
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: none;
}

.ipfl-body-2 {
    /*position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;*/
}

.ipfl-body-active {
    /*opacity        : 1;*/
    pointer-events: auto !important;
    display: block;
}

.lease-slick-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: -2px;
}

.lease-fix {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lease-fix-inner {
    margin-left: -2px;
    margin-right: -2px;
}

.lease-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.sale-slick-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: -2px;
}

.sale-fix {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sale-fix-inner {
    margin-left: -2px;
    margin-right: -2px;
}

.sale-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.lease-sale-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px;
}

a.lease-sale-item-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

a.lease-sale-item-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.lease-sale-item-inner:hover::before {
    opacity: 0;
}

a.lease-sale-item-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.lease-sale-item-inner:hover::after {
    opacity: 1;
}

.lease-sale-item canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.lease-sale-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-left: 44px;
    z-index: 2;
}

.lease-sale-label span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
}

.lease-sale-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 44px;
    padding-bottom: 18px;
    z-index: 2;
}

.lease-sale-text-holder {
    position: relative;
    width: 100%;
    padding: 18px 0 18px 25px;
    text-transform: uppercase;
}

.lease-sale-text-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ed1c24;
}

.lease-sale-address-top,
.lease-sale-address-mid,
.lease-sale-price {
    position: relative;
    width: 100%;
}

.lease-sale-address-mid {
    padding: 5px 0 10px;
}

.lease-sale-address-top span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.lease-sale-address-mid span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.lease-sale-price span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
}

.lease-arrows {
    position: relative;
    width: 100%;
    text-align: right;
}

.lease-arrows-holder {
    position: relative;
    width: 100%;
    /* right: 23.7%; */
}

.lease-arrows-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1140px) / 2 + 100% + 30px);
    height: 100%;
    background: url(images/adp-bottom-banner.jpg) center center;
    background-size: cover;
    filter: grayscale(100);
}

.lease-arrows-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75);
    z-index: 1;
    pointer-events: none;
}

.lease-arrow {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    height: 130px;
    margin-right: 0;
    padding: 58px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.lease-arrow:hover {
    opacity: .7;
}

.lease-arrow span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.lease-arrow.lease-prev {
    background: #201a1a;
}

.lease-arrow.lease-next {
    background: #d41f26;
    margin-right: 0;
}

.sale-arrows {
    position: relative;
    width: 100%;
    text-align: right;
}

.sale-arrows-holder {
    position: relative;
    width: 100%;
    right: 23.7%;
}

.sale-arrows-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1140px) / 2 + 100% + 30px);
    height: 100%;
    background: url(images/adp-bottom-banner.jpg) center center;
    background-size: cover;
    filter: grayscale(100);
}

.sale-arrows-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75);
    z-index: 1;
    pointer-events: none;
}

.sale-arrow {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    height: 130px;
    margin-right: 0;
    padding: 58px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.sale-arrow:hover {
    opacity: .7;
}

.sale-arrow span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.sale-arrow.sale-prev {
    background: #201a1a;
}

.sale-arrow.sale-next {
    background: #d41f26;
    margin-right: 0;
}

/* IP - LISTING DETAILS */
.page-template-template-listing-details #inner-page-wrapper {
    margin-bottom: 100px;
}

.page-template-template-listing-details #inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ld-title {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin: 71px 0;
    z-index: 1;
}

.ld-title::before {
    content: '';
    position: absolute;
    top: calc(50% + 6px);
    left: -100%;
    width: calc(100% - 35px);
    height: 8px;
    background: #ed1c24;
    pointer-events: none;
}

.ld-title > span {
    position: absolute;
    top: -110%;
    left: 118px;
    width: 100%;
    height: 70px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    opacity: .15;
    pointer-events: none;
    white-space: nowrap;
}

.ld-title h1 + span {
    display: none;
}

#content .ld-title h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #1a1a1a;
}

#content .ld-title h1 span {
    display: block;
}

.ld-slick-outer {
    position: relative;
    width: 100%;
    font-size: 0;
}

.ld-slick-outer::before {
    content: '';
    position: absolute;
    top: 10.25%;
    left: 0;
    width: 100%;
    height: 8px;
    background: #ed1c24;
}

.ld-slick-holder {
    position: relative;
    width: 100%;
    padding-right: 19.125%;
}

.ld-fix {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ld-fix-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.ld-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.ld-photo {
    position: relative;
    width: 100%;
}

.ld-photo canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ld-arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
}

.ld-arrows-holder {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 31.0625%;
    text-align: right;
}

.ld-arrow {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    height: 130px;
    margin-right: 4px;
    padding: 58px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ld-arrow:hover {
    opacity: .7;
}

.ld-arrow span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.ld-arrow.ld-prev {
    background: #201a1a;
}

.ld-arrow.ld-next {
    background: #d41f26;
}

.ld-arrows-bg {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 68.9375%;
    height: 130px;
    background: #fff;
}

.ld-main-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    background-color: #fff;
}

.ld-main-left {
    position: relative;
    width: 30.85%;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.ld-property-detail-wrapper {
    position: relative;
    width: 100%;
    /*padding         : 70px 13.15% 73px;*/
    padding: 70px 4.15% 73px;
    background: url(images/listing-detail-prop-det-bg.jpg) center center no-repeat;
    background-size: cover;
}

.ld-property-detail-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 31, 38, .95);
    pointer-events: none;
}

.ldpd-title {
    position: relative;
    width: 100%;
}

#content .ldpd-title h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
}

.ldpd-contents {
    position: relative;
    width: 100%;
}

.ldpd-row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0;
}

.ldpd-contents .ldpd-row:last-child {
    border-bottom: none;
}

.ldpd-col-left {
    position: relative;
    width: 44.68%;
    display: inline-block;
    vertical-align: top;
}

.ldpd-label {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    padding-right: 10px;
}

.ldpd-col-left .ldpd-label {
    width: 30.39%;
}

.ldpd-label span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.ldpd-text {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.ldpd-col-left .ldpd-text {
    width: 69.61%;
}

.ldpd-text span {
    /*    font-size      : 19px;*/
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.ldpd-text span.unit-sqft {
    text-transform: lowercase;
}

/*
.ldpd-text span.ldpd-price {
    font-size: 10px;
    font-weight: 700;
}
*/

.ldpd-col-right {
    position: relative;
    width: 55.31%;
    display: inline-block;
    vertical-align: top;
}

.ldpd-col-right .ldpd-label {
    width: 42.46%;
}

.ldpd-col-right .ldpd-text {
    width: 57.54%;
}

.ld-property-agents-wrapper {
    position: relative;
    width: 100%;
}

.ldp-agents-title {
    position: relative;
    width: 100%;
    padding: 55px 13.15% 40px;
}

#content .ld-property-agents-wrapper h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: #d6282f;
}

a.ldp-agents-item {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 120px;
    background: #d41f26;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ld-property-agents-wrapper a.ldp-agents-item:first-of-type {
    margin-top: 100px;
}

a.ldp-agents-item:hover {
    background: #1a1a1a;
}

.ldp-agents-photo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 55.57%;
    padding-left: 30px;
    text-align: right;
}

.ldp-agents-photo img {
    max-width: 100%;
    margin-top: -41.66%;
}

.ldp-agents-name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 44.42%;
    padding-left: 15px;
}

.ldp-agents-name span {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.ldp-agents-item:hover .ldp-agents-name span {
    color: #d6282f;
}

.ld-main-right {
    position: relative;
    width: 69.15%;
    display: inline-block;
    vertical-align: top;
}

.ld-right-content-holder {
    position: relative;
    width: 100%;
    max-width: 892px;
    margin-top: -45px;
    padding: 0 15px 0 9%;
}

.ld-content-title {
    position: relative;
    width: 100%;
}

#content .ld-content-title h3 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    margin-bottom: 8px;
    color: #515151;
}

#content .ld-content-title h4 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    color: #d41f26;
}

a.pdf-download-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 355px;
    background: url(images/listing-detail-pdf-btn-bg.jpg) center center no-repeat;
    background-size: cover;
    margin: 45px 0;
    padding: 7px 0 8px;
    overflow: hidden;
}

a.pdf-download-btn::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d41f26;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.pdf-download-btn:hover::before {
    top: 0;
}

.pdf-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 23.94%;
    text-align: right;
    z-index: 2;
}

.pdf-icon img {
    max-width: 100%;
}

.pdf-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 76.05%;
    padding-left: 12px;
    padding-bottom: 10px;
    z-index: 2;
}

.pdf-text span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.ld-content-main {
    position: relative;
    width: 100%;
    padding-right: 80px;
}

#content .ld-content-main p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .03em;
    margin-bottom: 25px;
    color: #555555;
}

/*.ld-content-main p {
    display: none;
}*/

#content .ld-content-main p.no-margin {
    margin-bottom: 0;
}

#content .ld-content-main a:hover {
    color: #ed1c24;
}

#content .ld-content-main ul {
    margin-left: 20px;
    margin-bottom: 35px;
}

.ld-content-main li {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .03em;
    color: #555555;
}

a.ld-contact-btn {
    position: relative;
    display: block;
    width: 155px;
    margin-top: 62px;
    border: 1px solid #ed1c24;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#content a.ld-contact-btn:hover {
    background: #ed1c24;
    color: #fff;
}

/*out team flip/slides photos*/
.ot-agent-photo-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

/*.ot-agent-item:hover a.ot-agent-photo > canvas{
        opacity: 0;
    }*/

.ot-agent-item.delay-hover a.ot-agent-photo > canvas {
    opacity: 0;
}

.ot-agent-item:hover .ot-agent-photo-slider {
    /*z-index: 3;*/
    opacity: 1;
}

/*.ota-slick-photo > div{
            position:absolute;
            height:100%;
            width:100%;
        }*/

.ota-slick-photo {
    position: relative;
    height: 100%;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.ip-video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
    z-index: 2;
}


.ip-video-banner .cycloneslider-template-video video {
    max-width: inherit !important;
    max-height: inherit !important;
}

.cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

.page-template-template-featured-listings .qs-bg {
    display: none;
}

.page-template-template-featured-listings .ipfl-title {
    display: none;
}

.page-template-template-featured-listings .ip-banner::after {
    display: none;
}

span#position p {
    font-size: 14px;
    font-weight: normal;
    line-height: 0.5;
}

span#position p:first-of-type {
    font-weight: 700;
    line-height: 1;
}

div#content-full article#content .adp-license p {
    line-height: 0.5;
}


.aiosp-hide{
    display: none !important;
}

.home .aiosp-wrap .aiosp-container .aios-popup-body{
    max-width: 386px;
    margin-top: 20px;
    padding: 15px;
}

.page-id-37 #inner-page-wrapper {
    background: rgba(255, 255, 255, .8) url(images/ip-background.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 30px;
    background-blend-mode: overlay;
}

.dre-number {
    padding: 15px 0 0;
    font-size: 12px;
}

.cycloneslider-template-video video {
    max-width: 100% !important;
}

/*Listings Details V2*/
.page-template-template-listing-details-v2 div#inner-page-wrapper,
.single-listing div#inner-page-wrapper {
    margin-top: 61px;
    margin-bottom: 0;
}

    .ld-v2 .ip-ld-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        font-family: 'Barlow', sans-serif;
        position: relative;
        margin: 0 -30px;
    }

        .ld-v2 .ip-ld-title span {
            display: block;
        }

            .ld-v2 .ip-ld-title::before {
                content: '';
                position: absolute;
                top: calc(50% + 6px);
                left: -100%;
                width: calc(100% - 50px);
                height: 8px;
                background: #d41f26;
                pointer-events: none;
            }

                .ip-ld-list-photo {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: relative;
                }

                    .ip-ld-list-photo canvas{
                        display: block;
                        width: 100%;
                    }

                        .ip-ld-slider-holder{
                            position: relative;
                            margin: 93px -30px 0;
                        }

                            .ip-ld-arrow-holder span {
                                font-size: 52px;
                                cursor: pointer;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                                width: 32px;
                                height: 55px;
                                line-height: 55px;
                                margin: 5px 0;
                            }

                                .ip-ld-arrow-holder span:hover{
                                    color: #d41f26;
                                }

                                    .ip-ld-arrow-holder span em {
                                        font-weight: 700;
                                    }

                                        .ip-ld-arrow-holder{
                                            display: -webkit-box;
                                            display: -webkit-flex;
                                            display: -ms-flexbox;
                                            display: flex;
                                            -webkit-box-orient: vertical;
                                            -webkit-box-direction: normal;
                                            -webkit-flex-direction: column;
                                            -ms-flex-direction: column;
                                            flex-direction: column;
                                            width: 33px;
                                            position: absolute;
                                            bottom: 93px;
                                            left: -110px;
                                        }

                                    .ip-listing-details-area {
                                        position: relative;
                                        left: 14px;
                                        padding: 39px 0 27px;
                                        margin-top: -68px;
                                    }

                                .ip-listing-details-bg{
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: calc((100vw - 1140px) / 2 + 100%);
                                    height: 100%;
                                    background: #d41f26;
                                    overflow: hidden;
                                }

                            .ip-listing-details-inner{
                                position: relative;
                                z-index: 2;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -ms-flex-align: center;
                                align-items: center;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                display: flex;
                                padding-left: 50px;
                            }

                        .ip-ld-address {
                            font-size: 20px;
                            color: #fff;
                            font-weight: 600;
                            text-transform: uppercase;
                            font-family: 'Barlow', sans-serif;
                            line-height: 1.3;
                            margin-bottom: 39px;
                        }

                    .ip-ld-price {
                        font-size: 31px;
                        color: #fff;
                        font-weight: 600;
                        font-family: 'Barlow', sans-serif;
                        line-height: 1;
                    }

                .ip-listing-specs span {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #fff;
                    font-weight: 400;
                    font-family: 'Barlow', sans-serif;
                    text-align: center;
                    line-height: 1.45;
                    padding: 0 10px;
                    max-width: 137px;
                    width: 100%;
                }

            .ip-listing-specs span em{
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                display: block;
                text-transform: uppercase;
            }

        .ip-listing-specs {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 28px;
        }

    .ip-listing-details-left {
        border-left: solid 2px #000;
        max-width: 325px;
        width: 100%;
        padding: 0px 0 12px 23px;
    }

        .ip-listing-details-right {
            width: 100%;
            padding-left: 30px;
        }
            .ip-listing-parking em {
                font-size: 18px!important;
                font-weight: 500;
                text-transform: lowercase;
            }

            .ip-listing-parking {
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 400;
                font-family: 'Barlow', sans-serif;
                line-height: 1.45;
                padding: 0 10px;
                width: 100%;
                padding-left:18px;
            }


                .ip-listing-details-bg::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url(images/v2-listing/ld-bg.png) no-repeat;
                    background-size: cover;
                    background-position: center;
                    -webkit-filter: grayscale(100%);
                    filter: grayscale(100%);
                    opacity: .15;
                }

                    .ip-listing-details-bg::before {
                        content: '';
                        position: absolute;
                        right: 84px;
                        top: 0;
                        width: 251px;
                        height: 221px;
                        background: url(images/v2-listing/ld-logo-overlay.png) center center no-repeat;
                        background-size: cover;
                        opacity: .17;
                    }

                        .ip-listing-details-content {
                            font-size: 18px;
                            color: #555555;
                            font-family: 'Barlow', sans-serif;
                            line-height: 1.7;
                            margin-top: 99px;
                        }
                        .ip-listing-details-content strong {
                            font-weight: 700 !important;
                        }
                            .ip-listing-features ul li {
                                font-size: 18px;
                                color: #555555;
                                font-weight: 300;
                                font-family: 'Barlow', sans-serif;
                                line-height: 1.2;
                                position: relative;
                                padding-right: 30px;
                                margin-bottom: 21px;
                            }

                                .ip-listing-features ul li::after {
                                    content: '';
                                    position: absolute;
                                    top: 4px;
                                    left: -40px;
                                    width: 24px;
                                    height: 20px;
                                    background: url(images/v2-listing/dassh.png) no-repeat;
                                    background-position: center;
                                    background-size: cover;
                                }

                                    .ip-listing-features ul {
                                        list-style: none !important;
                                        column-count: 2;
                                        margin-left: 58px !important;
                                    }

                                .ip-listing-features ul li span {
                                    display: block;
                                    max-width: 275px;
                                }

                                .ip-listing-features ul li span.short-feat{
                                    max-width: 191px;
                                }

                            .ip-ld-feat-title {
                                font-size: 20px;
                                font-weight: 600;
                                text-transform: uppercase;
                                font-family: 'Barlow', sans-serif;
                            }

                        .ip-listing-features {
                            margin-top: 43px;
                            position: relative;
                            z-index: 10;
                        }

                    .ip-listing-details-content-holder {
                        padding-left: 50px;
                        position: relative;
                        z-index: 1;
                    }

                    .ip-listing-details-content-holder:before {
                        position: absolute;
                        z-index: -1;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 200%;
                        background-repeat: no-repeat;
                        background-position: bottom left;
                        background-size: contain;
                        content: '';
                        opacity: .09;
                        background-image: url(images/fd-leewestla-accent.png);
                    }

                .ip-ld-agent-title {
                    font-size: 30px;
                    font-weight: 600;
                    color: #d41f26;
                    text-transform: uppercase;
                    font-family: 'Barlow', sans-serif;
                    margin-bottom: 22px;
                }

            .ip-ld-agent-list {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 30px;
            }

        .ip-ld-agent-photo {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 206px;
        }

    .ip-ld-agent-photo canvas{
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 206 / 290;
    }

        .ip-ld-agent-name {
            font-size: 20px;
            color: #515151;
            text-transform: uppercase;
            font-weight: 600;
            font-family: 'Barlow', sans-serif;
            line-height: 1.05;
            margin-bottom: 14px;
        }

            .ip-ld-agent-name span{
                font-size: 30px;
                display: block;
            }

                .ip-ld-agent-contacts span,
                .ip-ld-agent-contacts span a {
                    font-size: 18px;
                    color: #555555;
                    font-family: 'Barlow', sans-serif;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    letter-spacing: .3px;
                }

                    .ip-ld-agent-contacts span{
                        display: block;
                        line-height: 1;
                        margin-bottom: 5px;
                    }

                        .ip-ld-agent-contacts span a:hover{
                            color: #d41f26;
                        }

                            .ip-ld-agent-contacts em.ai-font-devices-mobile {
                                font-size: 16px;
                                color: #d41f26;
                                margin-right: 9px;
                            }

                                .ip-ld-agent-contacts em.ai-font-envelope-f{
                                    font-size: 10px;
                                    color: #d41f26;
                                    margin-right: 8px;
                                }

                            .ip-ld-agent-link a {
                                display: block;
                                background: #e12726;
                                font-size: 12px;
                                color: #fff;
                                text-align: center;
                                text-transform: uppercase;
                                font-weight: 500;
                                max-width: 126px;
                                height: 37px;
                                line-height: 37px;
                                font-family: 'Barlow', sans-serif;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                        .ip-ld-agent-link a:hover{
                            background: #d5484d;
                        }

                    .ip-ld-agent-contacts {
                        margin-bottom: 17px;
                    }

                .ip-ld-agent-details {
                    padding-left: 42px;
                }

            .ip-listing-agent-holder {
                position: relative;
                margin-right: -117px;
                padding-left: 97px;
                margin-top: 94px;
            }

        .ip-ld-agent-dl-brochure a {
            display: flex;
            border: solid 2px #e12726;
            text-align: center;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 22px;
            font-weight: 500;
            color: #252525;
            font-family: 'Barlow', sans-serif;
            text-transform: uppercase;
            max-width: 356px;
            width: 100%;
            height: 77px;
            margin-top: 45px;
        }

    .ip-ld-agent-dl-brochure a:hover{
        color: #fff;
        background: #e12726;
    }

        .ip-ld-agent-dl-brochure a img {
            margin-right: 22px;
        }

            .page-template-template-listing-details-v2 div#inner-page-wrapper > .container,
            .single-listing div#inner-page-wrapper > .container{
                width: 100%;
                padding: 0;
            }

                .ip-ld-map-area iframe{
                    width: 100%;
                }

                    .ip-ld-map-area {
                        margin-top: 337px;
                    }



                    .ip-ld-price label {
    text-transform: uppercase !important;
    font-size: 36px !important;
}

.ai-contact-wrap .dontsell span {
    font-size: 14px;
}

.cppa-links {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ed1c24;
}

.cppa-links a {
    font-size: 14px;
    color: #a2a2a2;
    position: relative;
    padding: 0 10px;
}
.cppa-links a:hover{
    color: #ed1c24;
}
.cppa-links a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ed1c24;
}

.cppa-links a:last-child:before {
    display:none;
}

a.ip-contact-btn:hover {
    background: #1a1a1a;
}
a.ip-contact-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    padding: 20px 0;
    background: #ed1c24;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.ip-contact-btn span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}

form.wpcf7-form a:hover {
    color: #ed1c24;
}
ul.dropdown-menu.inner {
    max-height: 300px !important;
}

.qs-wrapper, .welcome-wrapper, .fl-wrapper, .footer-wrapper {
    display: none;
}

#inner-page-wrapper {
    z-index: 2;
}

.qs-holder .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}