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

#inner-page-wrapper {
    overflow: hidden;
}

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

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

#content .community-title {
    line-height: 1;
    margin-top: 0;
    text-align: left;
    display: block !important;
}

#content .community-featured-image {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
}

#content .community-featured-image img,
#content .community-featured-image canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#content .community-featured-image img {
    object-fit: cover;
    object-position: center center;
}

#content .community-featured-image canvas {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.community-main {
    width: 50%;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
}
    .community-main.showmore {
        overflow: auto;
    }

.community-main a[target="_blank"] {
    word-break: break-all;
}

#content [data-ihf-client-id] {
    padding-top: 50px;
    clear: both;
    display: block !important;
}

/**  IHF Template Module Layout (Details Page) */
#content .listings-wrap {
    clear: both;
    margin-top: 100px;
}

#content .listings-title {
    display: none;
}
/**  IHF Template Module Layout (Details Page) */

/*header overwrite*/
.single-communities .ip-banner {
    opacity: 0;
}
    .single-communities .ip-banner canvas {
        height: 94px;
        min-height: initial;
    }
.single-communities header.header {
    display: none;
}
.single-communities .fixed-header {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.showmore .community-readmore {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease;
}
.community-readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    padding-top: 50px;
}
    .community-readmore .btn-a {
        margin: 0 auto;
        border-color: var(--accent);
        background: var(--accent);
        color: #fff!important;
        transition: all .3s ease;
    }
    .community-readmore .btn-a:hover {
        opacity: 0.9;
    }

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

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

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

@media only screen and (max-width: 991px) {
    #content .community-featured-image {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    
    #content .listings-wrap {
        clear: both;
        margin-top: 75px;
    }
    .single-communities header.header {
        display: block;
    }
    .single-communities .ip-banner {
         opacity: 1; 
    }
        .single-communities .ip-banner canvas {
            height: auto;
            min-height: 280px;
        }

    .community-main {
        width: 100%;
        overflow: visible;
        padding-left: 0;
        height: auto!important;
    }
        .community-readmore {
            display: none;
        }
} 

@media only screen and (max-width: 767px) {
    #content .listings-wrap {
        clear: both;
        margin-top: 50px;
    }
}

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