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

#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;
}
#content .comm-slide ul{
    list-style: none;
    margin: 0 0 0;
    padding: 0 0 0;
    font-size: 0;
    position: relative;
}
#content .comm-slide li{}
#content .comm-slide canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}
#content .comm-slide button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../../../images/comm-prev.png) center center no-repeat;
    background-size: cover;
    border: 0;
    opacity: .6;
    z-index: 2;
    outline: 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
#content .comm-slide button:hover{
    opacity: 1;
}
#content .comm-slide button.slick-next{
    left: auto;
    right: 10px;
    background: url(../../../images/comm-next.png) center center no-repeat;
}
/**  IHF Template Module Layout (Details Page) */

#content .entry-title {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/*******************************************************
 *
 * 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;
    }
    
    #content-sidebar,
    #content-full {
        margin-top: 20px;
    }
} 

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

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