/*******************************************************
 *
 * 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 30px 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;
}

#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) */

/*******************************************************
 *
 * 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;
    }
} 

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

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