﻿.likeable-web-section {
}

    .likeable-web-section > .container {
        text-align: center;
        padding: 0;
    }

        .likeable-web-section > .container h3 {
            margin: 0;
        }

.likable-web-section-body {
    text-align: left;
}

    .likable-web-section-body .feed-item-content {
        padding: 20px;
        margin: 15px auto;
        max-width: 600px;
    }

        .likable-web-section-body .feed-item-content .feed-item-header {
            margin: 0 0 10px 0;
            position: relative;
            height: 35px;
        }

        .likable-web-section-body .feed-item-content h5 {
            margin: 0;
            font-size: 18px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80%;
            
        }

        .likable-web-section-body .feed-item-content .feed-item-social-media-icon {
            position: absolute;
            right: 0;
            margin-top: 0;
        }

        .likable-web-section-body .feed-item-content p {
            margin: 0;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .likable-web-section-body .feed-item-content .feed-item-image {
            
            margin: 15px auto;
            -ms-background-size: cover;
            background-size: cover;
            -ms-background-position: center center;
            background-position: center center;
        }

        .feed-item-image .feed-item-image-shared-media img {
            margin: 0;
        }

        .likable-web-section-body .feed-item-content .feed-item-video {
            margin: 15px auto;
        }

        .likable-web-section-body .feed-item-content .feed-item-video embed {
            height: 200px;
            width: 100%;
        }

        .likable-web-section-body .feed-item-content .feed-item-image-shared-media {
            position: relative;
            border-style: solid;
            border-width: 2px;
            border-color: #26abe2;
            cursor: pointer;
        }

        .likable-web-section-body .feed-item-content .feed-item-image-shared-media .feed-item-image-shared-media-text {
            width: 100%;
            position: absolute;
            bottom: 0;
            background: #fff;
            opacity: 0.8;
        }

.feed-item-image-shared-media-text > h6 {
    width: 90%;
    height: 20px;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
}

.feed-item-image-shared-media-text > label {
    width: 90%;
    height: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0;
    color: #aaa;
    font-size: 10px;
    font-weight: normal;
}

    .lw-read-more-link {
        text-decoration: none;
    }