/* Plugin styles */

.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
}
.social-feed-element .pull-right {
    margin-left: 10px;
}
.social-feed-element img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Link styles */
.social-feed-element a {
    color: #1a634f;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.social-feed-container{
    max-width: 100vw;
    overflow: hidden;
}

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {
    zoom: 1;
    *overflow: visible;
}
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{

    line-height: 20px;
}
.social-feed-element:first-child {
    margin-top: 0;
}
.social-feed-element .media-object {
    display: block;
    width:48px;
    border-radius:5px;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #4F4F4F;
}


.social-feed-element{
    box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    text-align:left;
    font-size: 13px;
    line-height: 13px;
}
.social-feed-element:hover{
    box-shadow: 0 0 20px 0 rgba(10, 10, 10, 0.4);
}

.social-feed-element .content{
    padding:15px;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}


.social-feed-element .author-title{

    line-height: 1.5em;
    font-weight: 500;
}


.social-feed-container{
    max-width: 1280px;

    margin: 0 auto;

    /*! position: relative; */
    /*! left: -2px; */
    -webkit-column-count:3; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    /*! padding: 20px 50px 50px 50px; */
    width: 100%;

}

.feed{
    width: 100%;
    background-color: white !important;
    padding: 40px;
}


.social-feed-element .content{
    padding:15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    box-sizing: border-box;
}

.social-feed-container{


    column-gap: 20px;

}

.social-feed-element{
    width: 100%;
    box-sizing:border-box;
    display: inline-block;
    margin-bottom: 30px;
}

.social-feed-element:first-child{
    margin-top: 0px;
}

.media-body div {
    clear: both;
    margin-top: 25px;
}



.social-icons{
    float: right;
    height: 70px;
    width:  400px;
    text-align: right;
    margin-top: 0px;
}
.social-icons .ccm-block-social-links{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.social-icons li a{
    display: inline-block;
    padding: 3px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #06382D;
    line-height: 19px;
}
.ccm-block-social-links ul.list-inline li {
    padding: 0px;
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
}
.Chrome .social-icons li a{
    line-height: 21px;
}
.social-icons li a:hover {

    background-color: rgba(255,255,255,.0);
    color: #fff;
}
.social-icons .ccm-block-social-links ul.list-inline li{
    margin-right: 3px;
}
.social-icons .ccm-block-social-links ul.list-inline  li:last-child{
    margin-right: 0px;

}
.sub-social.social-icons{
    float: none;
    height: auto;
    display: inline-block;
}

.sub-social.social-icons .ccm-block-social-links{
    top: initial;
    position: static;
    transform:initial;
    display: inline-block;
}
.sub-social.social-icons li a{
    background-color: #838383;
    color: white;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
}
.sub-social.social-icons li a:hover {
    background-color: rgba(221,221,221,0);
    color: #18453B;
}
.sub-social.social-icons{

    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.sub-social.social-icons .list-inline{
    margin-top: 0px;
    margin-bottom: 20px;
}
.sub-social .social-icons-text{
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
    font-weight: 300; font-style: normal;
    font-size: 28px;
    text-transform: uppercase;
    /*! margin-right: 20px; */
    vertical-align: middle;
    margin-bottom:9px;
    color: #18453B;

}
.faq-short{
    display: none;
}
.ccm-block-social-links ul.list-inline{
    padding-left: 0px;
}


@media only screen and (max-width: 1280px) {
    .social-feed-container{
        column-count: 3;
        padding: 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 990px) {


    .faq-short{
        display: inline-block;
    }
    .faq-full{
        display: none;
    }
}

@media only screen and (max-width: 880px) {
    .social-feed-container{
        column-count: 2;
    }
}


@media only screen and (max-width: 680px) {
    .social-feed-container{
        column-count: 1;

    }
}