#wpadminbar { opacity: 0; }
#wpadminbar:hover { opacity: 1; }
html.webkit { margin-top: 0!important; }
::-webkit-scrollbar { width: 0; }


#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content h1.entry-title {
    display: none;
}

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

.ip-communities-details-wrap {
    position: relative;
}
    .ip-comm-details-top {
        padding: 100px 0 120px;
        position: relative;
    }
        .ip-comm-details-top::after {
            width: 100%;
            max-width: 1430px;
            height: 1px;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            background-color: #e1e1e1;
        }
        .ip-comm-details-top > .container-fluid {
            max-width: 1460px;
        }
            .ip-comm-details-content {

            }
                #content .entry-title.ip-comm-details-title {
                    text-align: left;
                }
                .ip-comm-details-description {
                    width: 100%;
                    max-width: 655px;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 15px;
                }

            .ip-comm-details-slider-outer-wrap {
                text-align: right;
            }
                .ip-comm-details-slider-wrap {
                    width: 100%;
                    max-width: 688px;
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                }
                    .ip-comm-details-slider {
                        font-size: 0;
                    }
                        .ip-comm-details-slider canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                        }
                .ip-comm-slide-arrows {
                    width: 100%;
                    position: absolute;
                    height: 58px;
                    top: calc(50% - 29px);
                    left: 0;
                }
                    .ip-comm-slide-arrows .slick-arrow {
                        width: 58px;
                        height: 58px;
                        position: absolute;
                        top: 0;
                        color: #ffffff;
                        background-color: #a2bdda;
                        text-align: center;
                        cursor: pointer;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-comm-slide-arrows .slick-arrow.ip-comm-prev-slide {
                            left: -22px;
                        }
                        .ip-comm-slide-arrows .slick-arrow.ip-comm-next-slide {
                            right: -22px;
                        }
                        .ip-comm-slide-arrows .slick-arrow:hover {
                            background-color: #747474;
                        }
                        .ip-comm-slide-arrows .slick-arrow i {
                            display: block;
                            font-size: 20px;
                            font-style: normal !important;
                            line-height: 58px;
                        }

    .ip-comm-details-listings-wrap {
        padding: 95px 0 50px;
    }
        .ip-comm-listings {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            margin-bottom: 50px;
        }
            .ip-comm-listing-info {
                padding: 50px 50px 60px 50px;
                color: #ffffff;
                font-size: 22px;
                font-weight: 300;
                line-height: 1;
                background-color: #a2bdda;
            }
                .ip-comm-listing-title {
                    margin-bottom: 15px;
                    font-size: 47px;
                    font-weight: 400;
                    font-family: 'Cormorant Garamond', serif;
                    text-transform: uppercase;
                }
                .ip-comm-listing-address {
                    margin-bottom: 12px;
                    text-transform: uppercase;
                    letter-spacing: 0.02em;
                }
                .ip-comm-listing-other-info {
                    letter-spacing: 0.02em;
                }
            .ip-comm-listing-photo {
                font-size: 0;
                text-align: right;
            }
                .ip-comm-listing-photo a {
                    width: 100%;
                    height: 100%;
                    display: block;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                    .ip-comm-listing-photo a:hover {
                        opacity: 0.8;
                    }
                .ip-comm-listing-photo canvas {
                    width: 100%;
                    max-width: 487px;
                    height: auto;
                    display: inline-block;
                    vertical-align: top;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }


/* MOBILE */
@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    #content .entry-title.ip-comm-details-title {
        text-align: center;
    }
    .ip-comm-details-description {
        max-width: 100%;
        text-align: center;
    }
    .ip-comm-details-slider-outer-wrap {
        margin-top: 30px;
        text-align: center;
    }
    .ip-comm-listings {
        display: block;
        text-align: center;
    }
    .ip-comm-listing-info {
        width: 100%;
        max-width: 487px;
        margin: 0 auto;
        padding: 20px 10px 30px;
    }
    .ip-comm-listing-photo {
        margin-top: 30px;
        text-align: center;
    }
}

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

@media only screen and (max-width: 480px) {
    .ip-comm-listing-other-info {
        line-height: 1.3;
    }
}