/*******************************************************
 *
 * General
 *
 *******************************************************/


/** Thumbnail Loader Class */

.thumbnail-loader {
    position: relative;
}

.thumbnail-loader img,
.thumbnail-loader canvas {
    position: relative;
    z-index: 1;
}

.thumbnail-loader:before {
    content: "\b0170";
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.thumbnail-loader.loader-lg:before {
    font-size: 64px;
}

.thumbnail-loader img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    opacity: 0;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#inner-page-wrapper {
    margin-bottom: 0 !important;
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner-wrap {
    display: none;
}

#content-full,
#content-sidebar {
    margin-top: 0;
}

aside.sidebar {
    display: none;
}

#content .entry-title {
    display: none;
}

#listings-details.listings-wrap,
.listings-inner,
.listings-hero {
    position: relative;
}

#listings-details.listings-wrap {
    overflow: hidden;
}

.listings-slideshow-wrap,
.listings-slideshow {
    position: relative;
}


/*
.listings-slideshow:after,
.listings-slideshow-layout-c-wrap:after,
.listings-slideshow-layout-d-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(14, 14, 14, 0)), to(rgba(14, 14, 14, 1)));
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 1) 100%);
}*/

.listings-slideshow .listings-slideshow-slide {
    vertical-align: middle;
    position: relative;
}

.listings-slideshow .listings-slideshow-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.listings-slideshow .listings-slideshow-img canvas {
    display: block;
    width: 100%;
    max-height: calc(100vh - 140px);
    /* To show slideshow thumbnail */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
}

.listings-slideshow .listings-slideshow-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.listings-slideshow:not(.slick-initialized) .listings-slideshow-slide:nth-child(n+2) {
    display: none;
}

.listings-slideshow-text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-top: -41px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.listings-slideshow-text span {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.listings-slideshow-text span + span {
    margin-top: 11px;
}

.listings-slideshow-text span.scroll-button {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.listings-slideshow-text span.scroll-button:hover {
    color: var(--secondary-color);
}

.listings-slideshow-text i {
    display: block;
    font-style: normal;
    font-size: 22px;
}

.listings-slideshow-text i + i {
    margin-top: -14px;
}

.listings-slideshow-control {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listings-slideshow-control .listings-slideshow-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-slideshow-control .listings-slideshow-arrow:hover {
    background: rgba(0, 0, 0, 0.75);
}

.listings-slideshow-control .listings-slideshow-arrow i {
    display: block;
    font-size: 29px;
    font-style: normal;
    color: #fff;
}

.listings-slideshow-control .listings-slideshow-prev {
    width: 65px;
    height: 130px;
    border-bottom-right-radius: 130px;
    border-top-right-radius: 130px;
    padding-left: 16px;
}

.listings-slideshow-control .listings-slideshow-next {
    width: 65px;
    height: 130px;
    border-bottom-left-radius: 130px;
    border-top-left-radius: 130px;
    padding-right: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.listings-slideshow-thumbnail:not(.slick-initialized) {
    display: none;
}

.listings-slideshow-thumbnail {
    position: relative;
    z-index: 1;
}

.listings-slideshow-thumbnail .slick-slide {
    opacity: 0.65 !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listings-slideshow-thumbnail .slick-slide:hover {
    opacity: 1 !important;
}

.listings-slideshow-thumbnail .slick-current {
    opacity: 1 !important;
}

.listings-slideshow-thumbnail-img {
    vertical-align: middle;
    padding: 0 0.5px;
}

.listings-slideshow-thumbnail-img canvas {
    display: block;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.listings-main {
    margin-top: 35px;
}

.listings-divider {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.listings-open-house {
    background: var(--aios-listing-primary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 34px 0 25px;
    padding: 20px 25px 18px;
}

.listings-open-house h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
}

.listings-open-house ul {
    margin: 0 0 0 11px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.listings-open-house ul li {
    display: block;
    margin: 0;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.listings-open-house ul li span {
    display: inline-block;
}

.listings-open-house ul li span + span {
    margin-left: 22px;
}

#breadcrumbs {
    margin-bottom: 25px;
}

.listings-address {
    font-size: 49px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.listings-address span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #727272;
    margin-top: 12px;
}

.listings-plan ul {
    display: block;
    margin: 0 -10px;
    padding: 0;
}

.listings-plan > ul > li {
    display: block;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
}

.listings-plan > ul > li > strong {
    font-weight: 700;
    width: 160px;
    display: inline-block;
}

.listings-plan > ul > li.col-md-12 > strong {
    width: 60%;
}

.listings-plan span {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.listings-plan span.units {
    font-size: 17px;
}

.listings-plan span + span {
    margin-left: 7.3%;
}

.listings-plan span em {
    font-style: normal;
    color: #7b7b7b;
}

.listings-description {
    position: relative;
    margin-top: 10px;
}

.listings-description h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 32px;
}

.listings-description p,
.listings-description ul {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #4e4e4e;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
}

.listings-description ul {
    list-style-type: disc;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.listings-description-top {
    text-align: center;
    margin-bottom: 27px;
}

.listings-cta {
    position: relative;
    display: block;
    margin: 0 -10px;
    padding: 0;
}

.listings-cta > li {
    display: block;
    padding: 5px;
}

.listings-cta > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-cta.white > li > a {
    background: #fff;
    border-color: #fff;
    color: #847546;
}

.listings-cta > li > a.active,
.listings-cta > li > a:hover {
    background: var(--aios-listing-primary-color);
    border-color: var(--aios-listing-primary-color);
    color: var(--aios-listing-secondary-color);
}

.listings-cta.white > li > a.active,
.listings-cta.white > li > a:hover {
    background: var(--aios-listing-primary-color);
    border-color: #fff;
    color: #fff;
}

.listings-cta.white > li > a#listings-cta-mortgage:hover,
.listings-cta.white > li > a#listings-cta-website:hover,
.listings-cta.white > li > a#listings-cta-brochure:hover {
    background: transparent;
    border-color: var(--aios-listing-secondary-color);
    color: #847546;
}

.listings-cta.listings-main-cta {
    margin-top: 42px;
    margin-bottom: 60px;
}

.listings-cta.listings-box-cta {
    margin-top: 10px;
}

.listings-box {
    display: block;
    background: var(--aios-listing-primary-color);
    padding: 53px 50px 49px;
    max-width: 418px;
    margin-left: auto;
    color: #847546;
}

.listings-price {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: var(--aios-listing-secondary-color);
}

.listings-extras {
    display: block;
    margin: 24px -15px 0;
    padding: 0;
}

.listings-extras > li {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

.listings-extras > li > span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--aios-listing-secondary-color);
}

.listings-extras > li > strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--aios-listing-secondary-color);
    margin-top: 6px;
}

.listings-smi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.listings-smi h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.022em;
    text-transform: uppercase;
    color: var(--aios-listing-secondary-color);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 15px 30px 0 0;
}

.listings-smi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
    padding: 0;
}

.listings-smi ul > li {
    display: block;
    padding: 10px;
    margin: 0px;
}

.listings-smi ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e9e4d6;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-smi ul > li > a.envelope {
    font-size: 11px;
}

.listings-smi ul > li > a:hover {
    background: #fff;
    color: var(--aios-listing-primary-color);
}

.listings-amenities {
    position: relative;
    text-align: center;
}

.listings-amenities h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.listings-amenities ul {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
    padding: 0;
}

.listings-amenities ul + ul {
    margin-left: 65px;
}

.listings-amenities ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #4e4e4e;
    margin-top: 27px;
}

.listings-amenities ul li i {
    font-size: 25px;
    font-style: normal;
    color: var(--aios-listing-primary-color);
    margin-right: 13px;
}

#listings-details .listings-agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 418px;
    margin-left: auto;
    margin-top: 20px;
    padding: 10px;
    font-size: 0;
    background: var(--aios-listing-primary-color);
}

#listings-details .listings-agent-image {
    position: relative;
    width: 120px;
}

#listings-details .listings-agent-image canvas {
    display: block;
    width: 100%;
}

#listings-details .listings-agent-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

#listings-details .listings-agent-text {
    width: calc( 100% - 140px);
    padding-left: 10px;
}

#listings-details .listings-agent-name {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

#listings-details .listings-agent-contact {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

#listings-details .listings-agent-text a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#listings-details .listings-agent-text a:hover {
    color: inherit;
    opacity: 0.7;
}

.listings-video {
    position: relative;
    margin-top: 50px;
}

.listings-video canvas {
    display: block;
    width: 100%;
    height: auto;
}

.listings-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.listings-accordion {
    position: relative;
    margin-top: 86px;
}

.listings-accordion h2 {
    display: block;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    /*color: var(--aios-listing-primary-color);*/
    margin-bottom: 43px;
}

.listings-accordion-title {
    position: relative;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*.listings-accordion-title.active,
.listings-accordion-title:hover {
    color: var(--aios-listing-primary-color);
}
*/

.listings-accordion-title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.listings-accordion-title i {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    min-width: 17px;
    text-align: center;
}

.listings-accordion-content {
    position: relative;
    border-top: 1px dashed #eaeaea;
    border-bottom: 1px dashed #eaeaea;
    margin-top: -20px;
    margin-bottom: 20px;
}

.listings-accordion-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    position: relative;
}

.listings-accordion-content ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background: #fff;
    height: 1px;
}

.listings-accordion-content ul li {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.619;
    color: #4e4e4e;
    border-top: 1px dashed #eaeaea;
    width: 48%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listings-accordion-content ul li:nth-child(odd) {
    padding-right: 10px;
}

.listings-accordion-content ul li:nth-child(even) {
    padding-left: 10px;
}

.listings-accordion-content ul li:nth-child(1),
.listings-accordion-content ul li:nth-child(2) {
    border-top: none;
}

.listings-accordion-content ul li:nth-child(odd):nth-last-child(1) {
    width: 100%;
}

.listings-accordion-content ul li strong {
    display: block;
    font-weight: 500;
    width: 250px;
    padding-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.listings-accordion-content ul li p {
    line-height: inherit;
    margin: 0;
    width: calc(100% - 250px);
}

.listings-accordion-content:not([aria-hidden=false]) {
    display: none;
}

.listings-virtual-tour {
    position: relative;
    z-index: 1;
    padding-bottom: 135px;
}

.listings-virtual-tour-overlay {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: calc((100vw - 1140px) / -2);
    right: calc((100vw - 1140px) / -2);
    height: 360px;
    max-height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

html.ios-true .listings-virtual-tour-overlay,
html.mac-true .listings-virtual-tour-overlay,
html.safari-true .listings-virtual-tour-overlay {
    background-attachment: scroll;
}

.listings-virtual-tour-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
}

.listings-virtual-tour h2 {
    display: block;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--aios-listing-primary-color);
    margin-bottom: 65px;
}

.listings-virtual-tour iframe {
    display: block;
    max-width: 100%;
    border: none;
}

#listings-virtual-tour-player {
    position: relative;
}

.listings-virtual-tour .plyr * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.listings-virtual-tour-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.plyr__poster-enabled .listings-virtual-tour-play-button {
    opacity: 1;
}

.plyr--playing .listings-virtual-tour-play-button {
    opacity: 0;
}

.listings-virtual-tour-play-button div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-virtual-tour-play-button:hover div {
    background: var(--aios-listing-primary-color);
    color: #fff;
}

.listings-virtual-tour-play-button div i {
    position: relative;
    left: 2px;
    font-style: normal;
    font-size: 15px;
    color: var(--aios-listing-primary-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-virtual-tour-play-button:hover div i {
    color: #fff;
}

.listings-virtual-tour-play-button div:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 50%;
}

.listings-virtual-tour-play-button span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 22px;
}

.listings-virtual-tour .plyr--video .plyr__controls {
    width: 428px;
    margin: 0 auto;
    padding: 10px 12px 10px 15px;
    border-radius: 4px;
    background: #000;
    color: var(--aios-listing-primary-color);
    margin-bottom: 21px;
}

.listings-virtual-tour .plyr--video .plyr__control.plyr__tab-focus,
.listings-virtual-tour .plyr--video .plyr__control:hover,
.listings-virtual-tour .plyr--video .plyr__control[aria-expanded=true] {
    background: var(--aios-listing-primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.listings-virtual-tour .plyr__progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 0;
}

.listings-virtual-tour .plyr--full-ui input[type=range] {
    color: var(--aios-listing-primary-color);
    width: 100%;
    margin: 0;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-webkit-slider-thumb {
    top: 2px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-moz-range-thumb {
    top: 2px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-ms-thumb {
    top: 2px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]:focus::-webkit-slider-runnable-track {
    height: 8px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-moz-range-track {
    height: 8px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-ms-track {
    height: 8px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-ms-fill-lower {
    height: 8px;
}

.listings-virtual-tour .plyr--full-ui input[type=range]::-ms-fill-upper {
    height: 8px;
}

.listings-virtual-tour .plyr--video .plyr__progress__buffer {
    display: none;
}

.listings-virtual-tour .plyr__poster {
    background-size: cover;
}

.listings-disclaimer {
    position: relative;
    text-align: center;
    margin-top: 22px;
}

.listings-disclaimer p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.listings-footer {
    background: #f5f5f5;
    margin-top: 42px;
    padding: 97px 0 72px;
}

.listings-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listings-contact.no-map {
    display: block;
}

.listings-form {
    position: relative;
    z-index: 999;
    background: #fff;
    width: 514px;
    padding: 50px 35px;
    -webkit-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

.listings-contact.no-map .listings-form {
    width: 100%;
}

.listings-form:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 22px;
    /*background: transparent url(../images/details-form-bg-shadow.png) no-repeat;*/
    background-size: 100% 100%;
    background-position: top left;
}

.listings-form h2.gform_title {
    display: none;
}

.listings-form h2,
.listings-form form {
    display: block;
    width: 977px;
    max-width: 100%;
}

.listings-form h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: #4e4e4e;
}

.listings-form h2 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #4e4e4e;
    margin-top: 11px;
}

.listings-form form {
    margin: 20px auto 0;
    padding: 0;
}

.listings-form .listings-row {
    margin-left: -5px;
    margin-right: -5px;
}

.listings-form .listings-field {
    padding: 5px;
    position: relative;
}

.listings-form .listings-field.submit {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 0;
}

.listings-form input[type=text],
.listings-form input[type=email],
.listings-form input[type=tel],
.listings-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 51px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #000;
}

.listings-form textarea {
    height: 123px;
    padding-top: 15px;
    resize: none;
}

.listings-form button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    outline: none;
    background: transparent;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    color: var(--aios-listing-primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listings-form button[type=submit]:hover {
    color: #000;
}

.listings-form input[type=submit]:hover {
    background: #515050;
    color: var(--aios-listing-primary-color);
}

.listings-form .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.listings-form span.wpcf7-not-valid-tip {
    font-size: 15px;
}

.listings-form div.wpcf7-response-output {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.listings-form .ajax-loader {
    position: absolute;
    margin: 0;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.listings-form.listing-contact-nomap {
    width: 100%;
}

.listings-form.listing-contact-nomap h2 {
    text-align: center;
}

.listings-form.listing-contact-nomap .listings-field {
    padding: 5px 25px;
}

.listings-map {
    position: relative;
    z-index: 1;
    height: 560px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -220px;
    width: 100%;
    -webkit-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

.listings-map.full {
    margin-left: 0;
}

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

.listings-link-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 72px 0 0;
    padding: 0;
}

.listings-link-navigation > li {
    display: block;
    width: calc(100% / 3);
    margin: 0px;
    color: #707070;
}

.listings-link-navigation > li.listings-link-navigation-next {
    text-align: right;
}

.listings-link-navigation-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #707070;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-link-navigation-arrow:hover {
    color: var(--aios-listing-primary-color);
}

.listings-link-navigation-arrow:hover i {
    border: solid 1px var(--aios-listing-primary-color);
}

.listings-link-navigation-arrow.disabled {
    pointer-events: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
    color: #9c8d5e;
}

.listings-link-navigation-arrow.prev span {
    margin-left: 14px;
}

.listings-link-navigation-arrow.next span {
    margin-right: 14px;
}

.listings-link-navigation-arrow i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    width: 34px;
    height: 34px;
}

.listings-link-navigation-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 326px;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9c8d5e;
    border: 2px solid var(--aios-listing-primary-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listings-link-navigation-main:hover {
    background: var(--aios-listing-primary-color);
    color: var(--aios-listing-secondary-color);
    ;
}

.aiosp-container {
    position: relative;
    height: auto;
    min-height: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 887px;
    width: 80%;
    min-height: auto;
    padding: 55px 20px 60px;
    margin: 100px auto;
}

.aiosp-content .listings-popup {
    position: relative;
}

.aiosp-content .listings-popup::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup + .aiosp-close {
    font-size: 40px;
    color: var(--aios-listing-primary-color);
    top: 7px;
    right: 7px;
}

.aiosp-content .listings-popup form {
    width: 90%;
    max-width: 735px;
    margin: 32px auto 0;
}

.aiosp-content .listings-popup > h2 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    text-align: center;
}

.aiosp-content .listings-popup > h2 span {
    font-size: 25px;
}

.aiosp-content .listings-popup > p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533;
    letter-spacing: 0.025em;
    color: #7e7e7e;
    text-align: center;
    margin-top: 20px;
}

.aiosp-content .listings-popup-row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-field {
    padding: 8px;
}

.aiosp-content .listings-popup-field.submit {
    padding-top: 42px;
    padding-bottom: 0;
}

.aiosp-content .listings-popup input[type=email],
.aiosp-content .listings-popup input[type=tel],
.aiosp-content .listings-popup input[type=text],
.aiosp-content .listings-popup input[type=date],
.aiosp-content .listings-popup select,
.aiosp-content .listings-popup textarea,
.aiosp-content .listings-popup .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 0 !important;
    color: #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
}

.aiosp-content .listings-popup textarea {
    height: 65px;
    resize: none;
    margin-top: 15px;
}

.aiosp-content .listings-popup input[type="submit"],
.aiosp-content .listings-popup button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 283px;
    height: 68px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--aios-listing-primary-color);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-content .listings-popup input[type="submit"]:hover,
.aiosp-content .listings-popup button[type="submit"]:hover {
    background: #515050;
    color: #fff;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button {
    font-size: 18px;
    width: 100%;
    border-radius: 0 !important;
    padding: 0px;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button {
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    font-size: 18px !important;
}

.aiosp-content .listings-popup .wpcf7-form-control-wrap {
    display: block;
}

.aiosp-content .listings-popup .ajax-loader {
    position: absolute;
    left: calc(50% - 8px);
    margin: 0;
}

.aiosp-content .listings-popup .wpcf7-response-output {
    text-align: center;
    font-size: 16px;
    width: 90%;
    max-width: 735px;
    margin: 15px auto 0;
}

.aiosp-content .listings-popup h3 {
    display: block;
    width: 90%;
    max-width: 735px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.listings-popup .row {
    padding: 10px 0 20px;
}

.listings-save-sign-in,
.listings-save-sign-up {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form .form-group {
    display: block;
}

.aiosp-content .listings-popup-form label {
    display: none;
}

.aiosp-content .listings-popup-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-form .row [class*=col-] {
    padding: 8px;
}

.aiosp-content .listings-popup-form button[type=submit] {
    margin-top: 42px;
}

.aiosp-content .listings-popup-form .ihf-modal-form-captcha .form-group {
    margin-bottom: 0;
}

.aiosp-content .listings-popup-form .ihf-captcha {
    margin-top: 30px;
}

.aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
    margin: 0 auto !important;
}

.aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
    width: 450px;
    max-width: 100%;
    margin: 30px auto 0;
    float: none;
    text-align: center;
}

.aiosp-content .listings-popup-form #ihf-save-listing-form [class*=col-] {
    width: 100%;
}

.aiosp-content .listings-popup-form-response-output {
    display: none;
}

.footer-smi {
    margin-top: 0;
}

.footer-gt-holder {
    display: none;
}

p.modal-listings-paragraph,
.aios-mortgage-calculator-standalone p {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    line-height: 1.9;
}


/** Layout A Slideshow */

.listings-slideshow-layout-a-wrap,
.listings-slideshow-layout-a,
.listings-slideshow-layout-a-slide,
.listings-slideshow-layout-a-img {
    position: relative;
}

.listings-slideshow-layout-a-wrap {
    overflow: hidden;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.listings-slideshow-layout-a:not(.slick-initialized) .listings-slideshow-layout-a-slide:nth-child(n + 2) {
    display: none;
}

.listings-slideshow-layout-a {
    background-color: #666;
}

.listings-slideshow-layout-a-slide {
    display: block;
    vertical-align: middle;
    /** slick space fix */
    background: #fff;
}

.listings-slideshow-layout-a-img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-a-img.thumbnail-loader:before {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    color: #fff;
}

.slick-active .listings-slideshow-layout-a-img.thumbnail-loader:before {
    opacity: 0;
}

.listings-slideshow-layout-a-img canvas {
    display: block;
    width: 100%;
    height: 555px;
    background: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-a-img canvas.alternate-loaded {
    background-size: auto 100% !important;
    background-color: #cecece !important;
}

.listings-slideshow-layout-a-control {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -33px;
    right: -33px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.listings-slideshow-layout-a-arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
}

.listings-slideshow-layout-a-arrow i {
    color: #333;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-a-arrow:hover i {
    color: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-a-arrow i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-a-arrow:hover i:after {
    background: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-a-prev i:after {
    margin-left: -8px;
}

.listings-slideshow-layout-a-next {}

.listings-slideshow-layout-a-next i {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.listings-slideshow-layout-a-next i:after {
    margin-right: -8px;
}

.listings-slideshow-layout-a-info {
    position: absolute;
    top: 18px;
    right: 0;
    width: 334px;
    background: #fff;
    padding: 36px 33px;
}

.listings-slideshow-layout-a-info-address strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--aios-listing-primary-color);
}

.listings-slideshow-layout-a-info-address span {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.listings-number {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.listings-number span {
    color: var(--aios-listing-primary-color);
}

.listings-slideshow-layout-a-info-price {
    display: block;
    margin-top: 10px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
}

.listings-slideshow-layout-a-thumbnail-wrap {
    position: relative;
    width: 1140px;
    max-width: 100%;
    margin: 12px auto 0;
    z-index: 1;
}

.listings-slideshow-layout-a-thumbnail {
    position: relative;
    overflow: hidden;
}

.listings-slideshow-layout-a-thumbnail:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listings-slideshow-layout-a-thumbnail-img {
    width: calc(100% / 6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    padding: 1px;
    cursor: pointer;
}

.listings-slideshow-layout-a-thumbnail-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-a-thumbnail-img canvas.alternate-loaded {
    background-size: auto 100% !important;
    background-color: #cecece !important;
}


/** End of Layout A Slideshow */


/** Layout B Slideshow */

.listings-slideshow-layout-b-wrap,
.listings-slideshow-layout-b,
.listings-slideshow-layout-b-slide,
.listings-slideshow-layout-b-img {
    position: relative;
}

.listings-slideshow-layout-b-wrap {
    overflow: hidden;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.listings-slideshow-layout-b:not(.slick-initialized) .listings-slideshow-layout-b-slide:nth-child(n + 2) {
    display: none;
}

.listings-slideshow-layout-b {
    background-color: #666;
}

.listings-slideshow-layout-b-slide {
    display: block;
    vertical-align: middle;
    /** slick space fix */
    background: #fff;
}

.listings-slideshow-layout-b-img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-b-img.thumbnail-loader:before {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    color: #fff;
}

.listings-slideshow-layout-b-img canvas {
    display: block;
    width: 100%;
    height: 705px;
    background: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-b-img canvas.alternate-loaded {
    background-size: auto 50% !important;
    background-color: #cecece;
}

.slick-active .listings-slideshow-layout-b-img canvas {
    -webkit-filter: none;
    filter: none;
}

.listings-slideshow-layout-b-control {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -33px;
    right: -33px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.listings-slideshow-layout-b-arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
}

.listings-slideshow-layout-b-arrow i {
    color: #333;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-b-arrow:hover i {
    color: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-b-arrow i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-b-arrow:hover i:after {
    background: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-b-prev i:after {
    margin-left: -8px;
}

.listings-slideshow-layout-b-next {}

.listings-slideshow-layout-b-next i {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.listings-slideshow-layout-b-next i:after {
    margin-right: -8px;
}

.listings-slideshow-layout-b-thumbnail-wrap {
    position: relative;
    width: 1140px;
    max-width: 100%;
    margin: 12px auto 0;
    z-index: 1;
}

.listings-slideshow-layout-b-thumbnail {
    position: relative;
    overflow: hidden;
}

.listings-slideshow-layout-b-thumbnail:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listings-slideshow-layout-b-thumbnail-img {
    width: calc(100% / 6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    padding: 1px;
    cursor: pointer;
}

.listings-slideshow-layout-b-thumbnail-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-b-thumbnail-img canvas.alternate-loaded {
    background-size: auto 100% !important;
    background-color: #cecece !important;
}


/** End of Layout B Slideshow */


/** Layout C Slideshow */

.listings-slideshow-layout-c-wrap,
.listings-slideshow-layout-c,
.listings-slideshow-layout-c-slide,
.listings-slideshow-layout-c-img {
    position: relative;
}

.listings-slideshow-layout-c-wrap {
    overflow: hidden;
}

.listings-slideshow-layout-c:not(.slick-initialized) .listings-slideshow-layout-c-slide:nth-child(n + 2) {
    display: none;
}

.listings-slideshow-layout-c {
    background-color: #666;
}

.listings-slideshow-layout-c .slick-list {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
}

.listings-slideshow-layout-c-slide {
    display: block;
    vertical-align: middle;
    /** slick space fix */
    background: #fff;
}

.listings-slideshow-layout-c-img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-c-img.alternate-loaded {
    background-size: auto 50% !important;
    background-color: #cecece !important;
}

.listings-slideshow-layout-c-img.alternate-loaded:before {
    opacity: 0;
}

.listings-slideshow-layout-c-img.thumbnail-loader:before {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    color: #fff;
}

.slick-active .listings-slideshow-layout-c-img.thumbnail-loader:before {
    opacity: 0;
}

.listings-slideshow-layout-c-img canvas {
    display: block;
    width: 100%;
    height: 705px;
    background: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-c-img.alternate-loaded canvas {
    background-size: auto 50% !important;
    background-color: #cecece !important;
}

.slick-active .listings-slideshow-layout-c-img canvas {
    -webkit-filter: none;
    filter: none;
}

.listings-slideshow-layout-c-control {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -33px;
    right: -33px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.listings-slideshow-layout-c-arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
}

.listings-slideshow-layout-c-arrow i {
    color: #333;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-c-arrow:hover i {
    color: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-c-arrow i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-c-arrow:hover i:after {
    background: var(--aios-listing-primary-color) !important;
}

.listings-slideshow-layout-c-prev i:after {
    margin-left: -8px;
}

.listings-slideshow-layout-c-next {}

.listings-slideshow-layout-c-next i {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.listings-slideshow-layout-c-next i:after {
    margin-right: -8px;
}

.listings-slideshow-layout-c-thumbnail-wrap {
    position: relative;
    width: 1140px;
    max-width: 100%;
    margin: 12px auto 0;
    z-index: 1;
}

.listings-slideshow-layout-c-thumbnail {
    position: relative;
    overflow: hidden;
}

.listings-slideshow-layout-c-thumbnail:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listings-slideshow-layout-c-thumbnail-img {
    width: calc(100% / 6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    padding: 1px;
    cursor: pointer;
}

.listings-slideshow-layout-c-thumbnail-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-c-thumbnail-img canvas.alternate-loaded {
    background-size: auto 100% !important;
    background-color: #cecece !important;
}


/** End of Layout C Slideshow */


/** Layout D Slideshow */

.listings-slideshow-layout-d-wrap,
.listings-slideshow-layout-d,
.listings-slideshow-layout-d-slide,
.listings-slideshow-layout-d-img {
    position: relative;
}

.listings-slideshow-layout-d-wrap {
    overflow: hidden;
}

.listings-slideshow-layout-d:not(.slick-initialized) .listings-slideshow-layout-d-slide:nth-child(n + 2) {
    display: none;
}

.listings-slideshow-layout-d {
    background-color: #666;
}

.listings-slideshow-layout-d .slick-list {
    padding-left: calc((100% - 1172px) / 2);
    padding-right: calc((100% - 1172px) / 2);
}

.listings-slideshow-layout-d-slide {
    display: block;
    vertical-align: middle;
    /** slick space fix */
    background: #fff;
    padding: 0 18px;
}

.listings-slideshow-layout-d-img:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-d-img.thumbnail-loader:before {
    color: #fff;
}

.slick-active .listings-slideshow-layout-d-img:after,
.slick-current .listings-slideshow-layout-d-img:after {
    opacity: 0;
}

.listings-slideshow-layout-d-img canvas {
    display: block;
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-d-img canvas {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-d-img canvas.alternate-loaded {
    background-size: auto 50% !important;
    background-color: #cecece !important;
}

.listings-slideshow-layout-d-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.listings-slideshow-layout-d-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    pointer-events: auto;
    background: var(--aios-listing-primary-color);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listings-slideshow-layout-d-arrow:hover {
    background: var(--aios-listing-secondary-color);
}

.listings-slideshow-layout-d-arrow.listings-slideshow-layout-d-prev {
    margin-left: -72px;
}

.listings-slideshow-layout-d-arrow.listings-slideshow-layout-d-next {
    margin-right: -72px;
}

.listings-slideshow-layout-d-arrow i {
    font-style: normal !important;
    color: #fff;
}

.listings-slideshow-layout-d-thumbnail-wrap {
    position: relative;
    overflow: hidden;
    width: 1140px;
    max-width: 100%;
    margin: 12px auto 0;
    z-index: 1;
}

.listings-slideshow-layout-d-thumbnail {
    position: relative;
    overflow: hidden;
}

.listings-slideshow-layout-d-thumbnail:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listings-slideshow-layout-d-thumbnail-img {
    width: calc(100% / 6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    padding: 1px;
    cursor: pointer;
}

.listings-slideshow-layout-d-thumbnail-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.listings-slideshow-layout-d-thumbnail-img canvas.alternate-loaded {
    background-size: auto 100% !important;
    background-color: #cecece !important;
}


/** End of Layout D Slideshow */


/** Slideshows Fixes */

.listings-slideshow .listings-slideshow-img,
.listings-slideshow-layout-a-img,
.listings-slideshow-layout-b-img,
.listings-slideshow-layout-d-img,
.listings-slideshow-layout-c-img {
    position: relative;
    display: block;
}

.listings-slideshow .listings-slideshow-img img,
.listings-slideshow-layout-a-img,
.listings-slideshow-layout-b-img,
.listings-slideshow-layout-d-img,
.listings-slideshow-layout-c-img {
    /* position: relative; */
    display: block;
    /*height: min(max(47.5vw, 350px), 760px); WPPS-130052 - mjanjusevic */
}

.listings-slideshow-layout-c-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.listings-slideshow-layout-c-img:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.slick-active .listings-slideshow-layout-c-img:after,
.slick-current .listings-slideshow-layout-c-img:after {
    opacity: 0;
}


/* Form Focus */

.wpcf7 input:focus,
.aios-mortgage-calculator-standalone input:focus,
#listings-request input:focus,
#listings-schedule input:focus {
    border-color: var(--aios-listing-primary-color) !important;
}


/* Dynamic Css */

.listings-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(14, 14, 14, 0)), to(rgba(14, 14, 14, var(--aios-listing-background-overlay-opacity))));
    background: -o-linear-gradient(bottom, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, var(--aios-listing-background-overlay-opacity)) 100%);
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, var(--aios-listing-background-overlay-opacity)) 100%);
    pointer-events: none;
}

.listings-hero {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, var(--aios-listing-background-overlay-text-shadow));
}

.listings-form h2 span.second-title {
    /* font-size: 28px; */
    margin-top: 0;
}

.gform_heading,
#field_22_6,
.gform-field-label--type-sub {
    display: none !important;
}


/* End of Dynamic CSS */

.aios-cu-contact span {
    display: block;
    padding-left: 0 !important;
    margin-bottom: 10px;
}

.aios-cu-contact {
    margin-top: 31px;
}

body .aios-cu-contact em.ai-font-phone-alt {
    font-size: 18px;
    margin-right: 8px;
}

.ip-listing-details-main-video {
    margin-top: 70px;
}

.ip-listing-details-main-video-inner {
    position: relative;
}

.ip-listing-details-main-video-holder {
    position: relative;
}

.ip-listing-details-main-video-holder a {
    display: block;
    position: relative;
}

.ip-listing-details-main-video-holder a canvas {
    min-height: 200px;
}

.canvas-img iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.ip-listing-details-main-video-holder a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 22px;
    color: #ffffff;
    padding-left: 8px;
    transition: all var(--default-transition);
    -webkit-transition: all var(--default-transition);
    -moz-transition: all var(--default-transition);
    -ms-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
}

.ip-listing-details-main-video-holder a i::after {
    content: "";
    display: block;
    position: absolute;
    width: 135px;
    height: 135px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #ffffff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ip-listing-details-main-video-holder a:hover i {
    background: #ffffff;
    color: rgba(var(--primary-color), 1);
}

body .listings-form .gform_wrapper.gravity-theme input:not([type=submit]),
body .listings-form .gform_wrapper.gravity-theme select {
    background: transparent;
    border: none!important;
    border-bottom: 1px solid #000!important;
    font-size: 15px;
    padding: 0;
    line-height: 1;
    height: 50px;
    width: 100%;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

body .listings-form .gform_wrapper.gravity-theme .gfield_validation_message,
body .listings-form .gform_wrapper.gravity-theme .validation_message {
    position: absolute;
    top: 20%;
    left: 20%;
    margin: 0;
    width: auto!important;
    background-color: #fff;
}

body .listings-form .gform_wrapper.gravity-theme .gfield {
    position: relative;
    width: 100%;
}

body .listings-form .gform_wrapper.gravity-theme .gform_validation_errors {
    background-color: transparent!important;
    border-radius: 0;
    padding: 3px!important;
    text-align: center;
    position: absolute;
    bottom: -18px;
    left: 0;
    margin: 0;
    outline: none!important;
}

body .listings-form .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 10px!important;
    line-height: 1;
}

body .listings-form .gform_wrapper {
    position: relative;
}

body .listings-form span#input_2_9_5_container,
body .listings-form span#input_2_9_6_container,
body .listings-form .gform_wrapper span#input_2_1_3_container,
body .listings-form .gform_wrapper span#input_2_1_6_container,
body .listings-form .gform_wrapper span#input_2_9_3_container,
body .listings-form .gform_wrapper span#input_2_9_4_container,
body .listings-form .gform_wrapper div#field_2_3,
div#field_2_4 {
    width: calc(50% - 5px)!important;
    display: inline-block;
    vertical-align: middle;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

body .listings-form .gf_clear.gf_clear_complex {
    display: none;
}

body .listings-form .gform_wrapper.gravity-theme .gfield {
    grid-column: auto / auto;
}

body .listings-form .gform_wrapper.gravity-theme .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

body .listings-form .gform-grid-col {
    width: 100%!important;
    padding: 0!important;
}

body .listings-form .gform_wrapper.gravity-theme .ginput_complex {
    width: 100%;
    margin: 0!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .listings-form .gform_wrapper.gravity-theme .gform_footer input {
    background: transparent;
    border: none;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    color: #c09b57;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 1px solid #c09b57;
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

body .listings-form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #c09b57;
    color: #fff;
}

body .listings-form .gform-grid-col:not(:last-of-type) {
    margin-bottom: 8px!important;
}

body .listings-form div#field_2_3 {
    margin-bottom: 8px;
}

body .listings-form .gform_wrapper.gravity-theme .ginput_complex span {
    margin: 0;
}

div.listings-agent-text span {
    margin-right: 5px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
    #listings-details .listings-agent {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .listings-slideshow .listings-slideshow-img canvas {
        max-height: calc(100vh - 120px);
    }
    .listings-slideshow-thumbnail-img canvas {
        height: 120px;
    }
}

@media only screen and (max-width: 1366px) {
    .listings-slideshow .listings-slideshow-img canvas {
        max-height: calc(100vh - 110px);
    }
    .listings-slideshow-thumbnail-img canvas {
        height: 110px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    .listings-slideshow .listings-slideshow-img canvas {
        max-height: calc(100vh - 100px);
    }
    .listings-slideshow-thumbnail-img canvas {
        height: 100px;
    }
    .listings-address {
        font-size: 40px;
    }
    .listings-address span {
        font-size: 25px;
    }
    .listings-plan > li {
        font-size: 23px;
    }
    .listings-cta > li > a {
        font-size: 13px;
        letter-spacing: .40em;
    }
    .listings-box {
        padding: 43px 40px 49px;
    }
    .listings-extras > li > strong {
        font-size: 17px;
    }
    .listings-virtual-tour-overlay {
        left: calc((100vw - 940px) / -2);
        right: calc((100vw - 940px) / -2);
    }
    .listings-map {
        margin-left: -160px;
    }
}

@media only screen and (max-width: 991px) {
    .listings-wrap {
        /* margin-top: 52px; */
    }
    .listings-slideshow .listings-slideshow-img canvas {
        min-height: 400px;
    }
    .listings-open-house,
    .listings-open-house ul {
        display: block;
    }
    .listings-open-house ul {
        margin: 20px 0 0;
    }
    .listings-open-house ul li {
        padding: 0;
        font-size: 19px;
    }
    .listings-open-house ul li + li {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #fff;
    }
    .listings-open-house ul li span {
        display: block;
    }
    .listings-open-house ul li span + span {
        margin: 5px 0 0;
    }
    .listings-box {
        padding: 30px;
        max-width: 100%;
    }
    .listings-box-agent {
        max-width: 100%;
    }
    .listings-description {
        margin-top: 50px;
    }
    .listings-virtual-tour {
        padding-bottom: 0;
    }
    .listings-virtual-tour-overlay {
        display: none;
    }
    .listings-description h2,
    .listings-virtual-tour h2,
    .listings-accordion h2 {
        font-size: 40px;
    }
    .listings-contact {
        display: block;
    }
    .listings-form,
    .listings-map {
        width: 100%;
    }
    .listings-map {
        width: 100%;
        margin: 50px 0 0;
    }
    .listings-accordion-content ul li {
        width: 100%;
        border-top: 1px dashed #eaeaea !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .listings-accordion-title span {
        font-size: 18px;
    }
    .listings-accordion-title i {
        font-size: 25px;
    }
    .listings-map {
        height: 400px;
    }
    .listings-link-navigation > li {
        width: 50%;
    }
    .listings-link-navigation > li.listings-link-navigation-back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 30px;
    }
    .listings-link-navigation-main {
        font-size: 18px;
    }
    .aiosp-content .listings-popup > h2 {
        font-size: 40px;
    }
    .listings-footer {
        padding: 50px 0 30px;
        margin-bottom: 50px;
    }
    .listings-link-navigation {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .listings-slideshow-text {
        display: none;
    }
    .listings-description h2,
    .listings-virtual-tour h2,
    .listings-accordion h2 {
        font-size: 35px;
    }
    .listings-link-navigation-arrow span {
        display: none;
    }
    .listings-slideshow-thumbnail-img canvas {
        height: auto;
    }
    .listings-map {
        height: 350px;
    }
    .aiosp-content .listings-popup > h2 {
        font-size: 35px;
    }
    .aiosp-content .listings-popup h3 {
        font-size: 25px;
    }
    .listings-form {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .listings-map {
        height: 300px;
    }
    .listings-accordion-content ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-top: 1px solid #eaeaea !important;
    }
    .listings-accordion-content ul li strong,
    .listings-accordion-content ul li p {
        width: 100%;
    }
    .aiosp-content .listings-popup > h2 {
        font-size: 30px;
    }
    .aiosp-content .listings-popup h3 {
        font-size: 20px;
    }
    .aiosp-content .listings-popup-form .ihf-captcha {
        position: relative;
        margin-top: 0;
        height: 48px;
    }
    .aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: scale(0.6) translateX(-50%) !important;
        -ms-transform: scale(0.6) translateX(-50%) !important;
        transform: scale(0.6) translateX(-50%) !important;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
        margin-top: 10px;
    }
    body .listings-form span#input_2_9_5_container,
    body .listings-form span#input_2_9_6_container,
    body .listings-form .gform_wrapper span#input_2_1_3_container,
    body .listings-form .gform_wrapper span#input_2_1_6_container,
    body .listings-form .gform_wrapper span#input_2_9_3_container,
    body .listings-form .gform_wrapper span#input_2_9_4_container,
    body .listings-form .gform_wrapper div#field_2_3,
    div#field_2_4 {
        width: 100%!important;
    }
    .listings-form h2 span {
        font-size: 25px;
    }
}