/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.sff-profile-thumb {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    max-width: 60px;
}
.sff-profile-name {
    width: 78%;
    display: inline-block;
}
.sff-right-content {
    display: inline-block;
    width: 81%;
}

.the-date {
    font-size: 0.8em;
    line-height: 0.8em;
    color: rgba(0,0,0,0.5);
}

#sff-main-widget {
    font-size: 16px;
    display:inline-block;
    word-wrap: break-word;
    width:100%;
}

.sff-main-link {
    font-size: 1.1em;
    line-height: 1em;
}

.sff-message {
    font-size: 0.85em;
    margin-top: 1em;
}

.feed-pic {
    margin: 0.5em 0;
    width: 100%;
    height: auto;
}
#facebook-like-icon, #facebook-share-icon {
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.sff-likes, .sff-shares {
    height: 1.1em;
    display: flex;
    align-items: center;
}

.sff-feed-item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sff-event-details {
    font-size: 0.8em;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: 20px; */
}

.sff-event-date {
    width: 17%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.sff-event-date-month {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fa3e3e;
    line-height: 1em;
}
.sff-event-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sff-front-facing-small {
    max-width: 300px;
}
.sff-front-facing-medium {
    max-width: 600px;
}
.sff-front-facing-large {
    max-width: 900px;
}
.api-version {
    font-size: 9px;
    color: #ccc;
    display: block;
    line-height: 9px;
}
.sff-proportion {
    position: relative;
    width: 100%;
    padding-bottom: 52%;
}
.sff-picture-in-cover {
    position: absolute;
    top: 7px;
    width: 20%;
    border: 2px solid white;
    left: 7px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    height: auto;
}
.sff-the-cover {
    position: relative;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
}
.sff-profile-name-head {
    position: absolute;
    top: 8px;
    left: 28%;
}
.sff-profile-name-head a {
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.sff-total-likes {
    color: white;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.sff-like-page {
    left: 8px;
    width: 85px;
}
.sff-social-button img {
    width: 18%;
    display: inline-block;
    float: left;
}
.sff-social-button {
	position: absolute;
    font-size: 12px;
    bottom: 5px;
    background-color: white;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.sff-share-page {
    right: 8px;
   width: 61px;
}
.sff-share-page img {
    width: 20%;
}
.sff-social-buttons {
    display: flex;
    justify-content: space-around;
    width: 30%;
    align-items: center;
}
.sff-the-cover .fb_iframe_widget {
    position: absolute;
    bottom: 6px;
    left: 6px;
}