/**
 * Social Feed Tabs
 */

.social-feed-wrap {
    width: 100%;
}

.social-feed-wrap .social-buttons-bar .social-tab {
    width: 25%;
    max-width: 60px;
    float: left;
}

.social-feed-wrap .social-buttons-bar .social-button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.social-feed-wrap .social-buttons-bar .social-button.facebook {
    background-color: #36609f;
}

.social-feed-wrap .social-buttons-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-feed-wrap .social-buttons-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-feed-wrap .social-buttons-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-feed-wrap .social-sections-wrap .social-section.not-active {
    display: none;
}

.social-feed-wrap .social-sections-wrap .social-section.facebook {
    border-top: 10px solid #36609f;
}

.social-feed-wrap .social-sections-wrap .social-section.twitter {
    border-top: 10px solid #2aa9e0;
}

.social-feed-wrap .social-sections-wrap .social-section.linkedin {
    border-top: 10px solid #066c9a;
}

.social-feed-wrap .social-sections-wrap .social-section.youtube {
    border-top: 10px solid #ed3437;
}


/**
 * Social Connect - Social Items
 */
.social-feed-wrap .social-sections-wrap .social-section .viewing  {
    font-size: .71em;
    margin-top: 5px;
    margin-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .thumbnail {
    float: left;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .title {
    padding-left: 45px;
    font-size: 1.29em;
    margin-bottom: 0;
    margin-top: .1em;
    line-height: 1.2em;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
    padding-left: 45px;
    font-size: 1em;
    color: #5b6916;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt {
    clear: left;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt p {
    margin-top: .5em;
    margin-bottom: .5em;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .image {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
}


@media only screen and (min-width : 992px) {
    .social-feed-wrap .social-sections-wrap .social-section .social-item .title {
        font-size: 1em;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
        font-size: .86em;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .image {
        display: block;
    }
}


/**
 * Social Feeds Page
 */

.content-social-feed .social-feed-tabs-section  {
    padding-top: 20px;
}

@media only screen and (min-width : 992px) {
    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 20px;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n) {
        margin-right: 0;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width : 1240px) {
    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 160px;
    }
}


/**
 * Social Share Buttons
 */

.social-share-bar {
     margin: 1em 0;
}

.social-share-bar .social-button {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-size: 1.2em;
}

.social-share-bar .social-button.facebook {
    background-color: #36609f;
}

.social-share-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-share-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-share-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-share-bar .social-button.email {
    background-color: #706f6f;
    font-size: 1.6em;
}

.social-share-bar .social-button.print {
    background-color: #1a1a1a;
    font-size: 1.6em;
}
