/*******************************************************
 *
 * Community Details
 *
 *******************************************************/
 div#main-wrapper {
    overflow: hidden;
}
#inner-page-wrapper {
    margin: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner {
    display: none;
}
.section-wrapper {
    font-size: 0;
    position: relative;
}
.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gradient-text {
    background: #D4A31B;
    background: -webkit-linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
    background: -moz-linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
    background: linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#ip-commdetails-wrapper {
    padding-bottom: 74px;
}
#hp-follow-us {
    display: none;
}

.ip-commdetails-banner-slide-wrapper,
.ip-commdetails-featured-slide-wrapper {
    position: relative;
}
.ip-commdetails-banner-slide-wrapper::before,
.ip-commdetails-featured-slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .15;
    pointer-events: none;
    z-index: 1;
    display: none;
}
.ip-commdetails-banner-title {
    position: absolute;
    bottom: 97px;
    left: 0;
    width: 800px;
    padding: 31px 0;
    z-index: 1;
}
.ip-commdetails-banner-title h1 {
    font-family: var(--font-termina);
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.ip-commdetails-banner-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #092972;
    opacity: .2;
    pointer-events: none;
    z-index: -1;
}
.ip-commdetails-banner-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -moz-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    pointer-events: none;
}

.ip-commdetails-banner-slide-item canvas,
.ip-commdetails-featured-slide-item canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
}
.ip-commdetails-banner-breadcrumbs {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ip-commdetails-banner-breadcrumbs p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}
.ip-commdetails-banner-slide-arrows{
    position: absolute;
    bottom: 75px;
    right: 47px;
}
.ip-commdetails-featured-slide-arrows {
    position: absolute;
    bottom: 200px;
    right: -42px;
}
.ip-commdetails-banner-slide-arrows::before,
.ip-commdetails-featured-slide-arrows::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 55px;
    background-color: #fff;
    opacity: .2;
    pointer-events: none;
}
/* .ip-commdetails-featured-slide-arrows::before {
    opacity: .8;
} */
.ip-commdetails-banner-slide-arrows span,
.ip-commdetails-featured-slide-arrows span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}
.ip-commdetails-banner-slide-arrows span:hover,
.ip-commdetails-featured-slide-arrows span:hover {
    opacity: .8;
}

.ip-commdetails-content-inner-wrapper {
    position: relative;
}
.ip-commdetails-content-inner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 817px;
    background-image: url('../../images/community-details/contentmain-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-commdetails-content-inner-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url('../../images/community-details/contentmain-bg-extend.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-commdetails-content-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ip-commdetails-content-col.col-left {
    width: 39.37%;
    z-index: 1;
}
.ip-commdetails-content-photo {
    position: relative;
    /*padding: 37% 0 19% 21%;*/
    padding: 37% 0 22% 13%;
    display: block;
}

.ip-commdetails-content-photo::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 888px;
    background-image: url('../../images/community-details/accent-bg.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    pointer-events: none;
}
.ip-commdetails-content-photo canvas {
    display: block;
    /*width: calc(100% + 123px);*/
    width: calc(100% + 63px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ip-commdetails-content-photo .slick-list {
    margin-right: -60px;
}
.ip-commdetails-content-col.col-right {
    width: 60.62%;
    padding-right: 15px;
}
.ip-commdetails-content-text {
    position: relative;
    background-image: url('../../images/community-details/content-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 902px;
    margin-top: 106px;
    padding-bottom: 60px;
}
.ip-commdetails-content-text-inner {
    padding: 120px 13% 0 20%;
}
.ip-commdetails-content-text-inner-title {
    position: relative;
    font-family: var(--font-termina);
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
     margin-bottom: 27px; 
}
.ip-commdetails-content-text-inner-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 157px;
    height: 3px;
    background-image: -moz-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    pointer-events: none;
}
.ip-commdetails-content-text-inner-subtitle {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
    
}

.ip-commdetails-content-text-inner-excerpt {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.025em;
}

.ip-commdetails-content-text-inner-excerpt p {
    margin-bottom: 10px;
}

.ip-commdetails-content-text-inner-excerpt iframe {
    margin-top: 20px;
}

.ip-commdetails-content-text-inner-list {
    margin-top: 57px;
}
.ip-commdetails-content-text-inner-list-title {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}
.ip-commdetails-content-text-inner-list ul {
    margin-top: 28px;
}
.ip-commdetails-content-text-inner-list ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 33px;
    margin-bottom: 14px;
}
.ip-commdetails-content-text-inner-list ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.ip-commdetails-content-text-inner-list ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #d9be2f;
    border-radius: 50%;
}
.ip-commdetails-content-text-cta {
    position: relative;
    padding: 0 11%;
    margin-top: 50px;
}
.ip-commdetails-content-text-cta-title {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ip-commdetails-content-text-cta-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 8px;
}
.ip-commdetails-content-text-cta-item-neighborhood {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 4px;
    text-transform: uppercase;
}
.ip-commdetails-content-text-cta-item a,
.ip-commdetails-content-text-cta-item-neighborhood a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border: 2px solid;
    border-image: linear-gradient(to right, rgba(198,153,57,1) 0%, rgba(232,221,191,1) 18%, rgba(185,138,19,1) 49%, rgba(233,221,190,1) 78%, rgba(189,150,40,1) 100%) 1;
    transition: all .4s ease-in-out;
}
.ip-commdetails-content-text-cta-item a:hover,
.ip-commdetails-content-text-cta-item-neighborhood a:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    border-image: none;
    border-color: #d9bb2d;
}
.ip-listings-sort-wrapper {
    position: relative;
    padding-bottom: 50px;
}
.ip-listings-sort-control {
    max-width: 1496px;
    margin: 100px auto 0;
    padding: 0 15px;
    margin: 50px 0 0 100px;
}
.ip-listings-sort-control:nth-of-type(2) {
    margin: 50px 0 0 15px;
}
.ip-listings-sort-control-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    color: #092972;
    text-transform: uppercase;
}
.ip-listings-sort-control-label::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    /* width: 10px; */
    /* width: 130px; */
    height: 2px;
    /* background-color: #092972; */
    pointer-events: none;
    margin: 0 11px;
}
.ip-listings-sort-control-display {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ip-listings-sort-control-display span {
    font-size: 15px;
    font-weight: 500;
    color: #092972;
    text-transform: uppercase;
    cursor: pointer;
}
.ip-listings-sort-control-display-dropdown {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 175px;
    opacity: 0;
    padding-top: 22px;
    pointer-events: none;
    transition: all .4s ease-in-out;
    z-index: 8;
}

.ip-listings-sort-control-display:hover .ip-listings-sort-control-display-dropdown {
    opacity: 1;
    pointer-events: auto;
}
.ip-listings-sort-control-display-dropdown li {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
    background-color: #061b52;
    cursor: pointer;
}
.ip-listings-sort-control-display-dropdown li:hover {
    background-color: #092670;
}
.ip-listings-sort-control-display span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-image: url('../../images/listings/sort-arrow.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.ip-listings-content-wrapper {
    /* margin-top: 85px; */
    padding: 0 15px;
}
.ip-listings-content {
    position: relative;
    /* margin-top: 53px; */
}
.ip-listings-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 1px;
}
.ip-listings-item .save-to-favorites {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    z-index: 10;
    transition: all 0.6s ease;
}
.ip-listings-item .ip-listings-item-status + .save-to-favorites {
    top: 50px;
}
.ip-listings-item .save-to-favorites:hover {
    transform: scale(1.2);
}
.ip-listings-item .save-to-favorites i {
    font-size: 22px;
    font-weight: 900;
}
.ip-listings-item .save-to-favorites i.ai-font-heart-fill {
    display: none;
}
.ip-listings-item .save-to-favorites.is-saved {
    color: #fe0100;
}
.ip-listings-item .save-to-favorites.is-saved i.ai-font-heart-outline {
    display: none;
}
.ip-listings-item .save-to-favorites.is-saved i.ai-font-heart-fill {
    display: block;
}
.ip-listings-item a{
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
}
.ip-listings-item a:after{
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../../images/fp-overlay.png') repeat-x left bottom;
    z-index: 1;
}
.ip-listings-item a canvas{
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.ip-listings-item a .ip-listings-item-content{
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 6;
    width: 100%;
    padding: 0 31px;
    display: block;
    transition: all 0.6s ease;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
}
.ip-listings-item a:hover .ip-listings-item-content{
    bottom: 140px;
    /*filter: drop-shadow(1px 1px 2px rgba(0,0,0,0));*/
}
.ip-listings-item a .ip-listings-item-content h3{
    font-size: 24px;
    letter-spacing: 0.025em;
}
.ip-listings-item a .ip-listings-item-content p{
    font-size: 16px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-family: var(--font-termina);
    margin-bottom: 10px;
    line-height: 23px;
}
.ip-listings-item a .ip-listings-item-hover{
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 6;
    width: 100%;
    padding: 0 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s ease;
    flex-flow: row wrap;
    opacity: 0;
}
.ip-listings-item a .ip-listings-item-hover:before{
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    flex-shrink: 0;
    background-image: -moz-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(189,147,33) 0%, rgb(233,222,193) 17%, rgb(180,132,9) 55%, rgb(233,222,193) 84%, rgb(193,143,40) 100%);
    margin: 12px 0;
}
.ip-listings-item a:hover .ip-listings-item-hover{
    opacity: 1;
    bottom: 10px;
}
.ip-listings-item a .ip-listings-item-hover p {
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.ip-listings-item a .ip-listings-item-hover ul{
    display: flex;
    margin-bottom: 9px;
    flex-direction: column;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
}
.ip-listings-item a .ip-listings-item-hover ul li{
    font-size: 11px;
    padding: 5px 3px;
    text-transform: uppercase;
}
.ip-listings-item a .ip-listings-item-hover ul li:first-child{
    /* padding-left: 0; */
}
.ip-listings-item a .ip-listings-item-hover span {
    background-image: -moz-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    width: 100%;
    max-width: 154px;
    flex-shrink: 0;
    text-align: center;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
}
.ip-listings-content-link {
    max-width: 202px;
    margin: 40px auto 0;
}
.ip-listings-content-link a {
    display: block;
    font-family: var(--font-termina);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    background-image: -moz-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,163,27) 0%, rgb(220,204,57) 100%);
    transition: all .4s ease-in-out;
}
.ip-listings-content-link a:hover {
    opacity: .8;
}
/* .postid-120750 .ip-commdetails-content-text-inner-list,
.postid-120888 .ip-commdetails-content-text-inner-list,
.postid-120886 .ip-commdetails-content-text-inner-list,
.postid-120884 .ip-commdetails-content-text-inner-list,
.postid-120881 .ip-commdetails-content-text-inner-list,
.postid-120880 .ip-commdetails-content-text-inner-list,
.postid-120878 .ip-commdetails-content-text-inner-list,
.postid-120876 .ip-commdetails-content-text-inner-list,
.postid-120863 .ip-commdetails-content-text-inner-list,
.postid-120750 .ip-commdetails-content-text-cta,
.postid-120888 .ip-commdetails-content-text-cta,
.postid-120886 .ip-commdetails-content-text-cta,
.postid-120884 .ip-commdetails-content-text-cta,
.postid-120881 .ip-commdetails-content-text-cta,
.postid-120880 .ip-commdetails-content-text-cta,
.postid-120878 .ip-commdetails-content-text-cta,
.postid-120876 .ip-commdetails-content-text-cta,
.postid-120863 .ip-commdetails-content-text-cta {
    display: none;
} */

.page-nation {
    font-size: initial;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.page-nation .page-numbers {
    transition: all 0.6s ease;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
}
.page-nation .page-numbers {
    border: 1px solid #D4A31B;
    color: #D4A31B;
}
.page-nation .page-numbers:hover,
.page-nation .page-numbers.current {
    color: #fff;
    background-color: #D4A31B;
}
.page-nation span.page-numbers.dots {
    pointer-events: none;
    border: none;
}
.page-nation a.next.page-numbers,
.page-nation a.prev.page-numbers{
    /* border: none; */
}
.prev-next {
    font-size: initial;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.prev-next .page-numbers {
    transition: all 0.6s ease;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #D4A31B;
    color: #D4A31B;
}

.ip-listings-content-wrapper .ip-ld-content-mls-link a {
    color: #092972;
    max-width: 284px;
    margin: 0 auto;
}

.ip-commdetails-content-text-inner-main-description-toggle {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center;
    max-width: 150px;
    cursor: pointer;
}
.ip-commdetails-content-text-inner-main-description-toggle {
    margin-top: 20px;
}

.ip-commdetails-content-text-inner-main-description-toggle a {
    display: flex;
    align-items: center;
}
.ip-commdetails-content-text-inner-main-description-toggle:hover span {
    background: #ffffff;
    background: -webkit-linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    background: -moz-linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    background: linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ip-commdetails-content-text-inner-main-description-toggle span {
    font-family: var(--font-termina);
    font-size: 15px;
    font-weight: 700;
    color: #D4A31B;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.ip-commdetails-content-text-inner-main-description-toggle em {
    font-size: 19px;
    margin-left: auto;
    background: #ffffff;
    background: -webkit-linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    background: -moz-linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    background: linear-gradient(to top, #ffffff 21%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.no-results {
    margin: auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 24px;
    font-size: 16px;
}

a.next.page-numbers,
a.prev.page-numbers {
    color: #092972;
    max-width: 284px;
    margin: 15px auto 0 auto;
    border: 2px solid;
    background: transparent;
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--font-termina);
    font-weight: 700;
    padding: 10px 0;
    font-size: 15px;
    transition: all 0.6s ease;
    position: relative;
    border-image: linear-gradient(to right, rgba(198,153,57,1) 0%, rgba(232,221,191,1) 18%, rgba(185,138,19,1) 49%, rgba(233,221,190,1) 78%, rgba(189,150,40,1) 100%) 1;
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover {
    background: #bd9628 !important;
}


 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1299px) {
    .ip-listings-item a .ip-listings-item-hover span {
        max-width: 100px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-listings-item a .ip-listings-item-content,
    .ip-listings-item a .ip-listings-item-hover {
        padding: 0 15px;
    }
    .ip-listings-item a .ip-listings-item-hover ul li {
        font-size: 9px;
    }
    .ip-commdetails-content-photo canvas {
        width: calc(100% + 75px);
    }
    .ip-commdetails-banner-title {
        width: 500px;
    }
    .ip-commdetails-content-text-cta {
        padding: 0 3%;
    }
}

@media only screen and (max-width: 991px) {
    .ip-commdetails-banner-breadcrumbs {
        font-size: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background-color: rgba(9, 41, 114, .75);
        z-index: 1;
    }
    .ip-commdetails-banner-breadcrumbs p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        padding: 0 0;
    }
    .ip-commdetails-banner-breadcrumbs p span.breadcrumb_last {
        background: #D4A31B;
        background: -webkit-linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
        background: -moz-linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
        background: linear-gradient(to top, #D4A31B 21%, #DCCC39 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ip-commdetails-content-photo .slick-list {
        margin-right: 0;
    }
    .ip-listings-sort-control {
        text-align: center;
        margin: 30px auto 0;
    }
    .ip-listings-item {
        width: 50%;
    }
    .ip-commdetails-banner-title {
        display: none;
    }
    .ip-commdetails-banner-slide-arrows,
    .ip-commdetails-featured-slide-arrows {
        bottom: 55px;
        right: 20px;
    }
    .ip-commdetails-content-inner-wrapper::before,
    .ip-commdetails-content-inner-wrapper::after,
    .ip-commdetails-content-photo::before {
        display: none;
    }
    .ip-commdetails-content-col {
        display: block;
        width: 100% !important;
    }
    .ip-commdetails-content-photo {
        padding: 15px;
    }
    .ip-commdetails-content-photo canvas {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .ip-commdetails-content-col.col-right {
        padding-right: 0;
    }
    .ip-commdetails-content-text {
        max-width: 100%;
        margin-top: 0;
    }
    .ip-commdetails-content-text-inner {
        padding: 50px 15px;
    }
    .ip-commdetails-content-text-inner-title {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .ip-commdetails-content-text-inner-list {
        margin-top: 24px;
    }
    .ip-commdetails-content-text-inner-list ul {
        margin-top: 8px;
    }
    .ip-commdetails-content-text-cta {
        padding: 0 15px;
        margin-top: 0;
    }
    .ip-listings-sort-wrapper form{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .ip-listings-sort-control:nth-of-type(2) {
        margin: 20px 0 0 0;
    }
    .ip-listings-sort-control-display{
        min-width: 117px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-listings-item {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }
    .ip-commdetails-content-text-cta-item {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .ip-commdetails-content-text-inner-title {
        /*font-size: 32px;*/
        font-size: 26px;
    }
    .ip-listings-content-wrapper h1{
        font-size: 28px;
    }
    .ip-listings-sort-control-label::after {
        width: 0px;
    }
    .ip-listings-content-wrapper {
        padding: 0;
    }
    .ip-commdetails-banner-slide-arrows span,
    .ip-commdetails-featured-slide-arrows span {
        padding: 0 9px;
        font-size: 28px;
    }
    .ip-commdetails-banner-slide-arrows {
        right: 5px;
    }
    .ip-commdetails-featured-slide-arrows {
        right: 22px;
        bottom: 30px;
    }
    .ip-commdetails-content-text-cta-item {
        width: 100%;
    }
}