#social {
    background-color:#f5f5f5;
    position:relative;
}

#social h2 {
    color:#54585a;
}


#social .crt-widget .crt-post {
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#social .crt-social-icon svg {
    width: 16px;
}



#social .crt-post-footer {
    background-color: rgb(0 0 0 / 2%);
}


#social .crt-post-date a:hover {
    color:#000000;
}

#social .crt-widget .crt-post-text {
    color: #54585a;
    padding: 0.75rem 2.25rem 1.125rem 2.25rem;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
}

#social .crt-post .crt-post-header {
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    position: inherit;
    text-align: inherit;
}

#social .crt-post .crt-post-header .crt-social-icon {
    color: #000;
    padding-top: 16px;
    opacity: 50%;
    transition: .2s;
    margin: 0;
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2.25rem;
    pointer-events: none;
}

#social .crt-post .crt-post-fullname {
    font-size: 14px;
    position: relative;
    top: 10px;
    opacity: 50%;
    padding-left: 3.75rem;
    padding-right: 2.25rem;
}

#social .crt-post-title {
    margin: 0px;
    color: rgba(255,255,255,.7);
    line-height: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 2.25rem;
    padding-bottom: 0;
    margin-bottom:-1.125rem;
}

#social .crt-image-carousel {
	 opacity: 30%;
	 right: 2.25rem;
	 left: auto;
}

#social .crt-post-footer {
    border-top: 1px solid rgb(0 0 0 / 1%);
}

#social .crt-post-footer .crt-post-userimage {
    display:none;
}

#social .crt-post-username {
    display: none;
}

#social .crt-widget .crt-post-footer .crt-post-share a {
    color: #999;
}

#social .crt-widget .crt-post-footer .crt-post-share a:focus {
    opacity: 1;
}

#social #curator-feed-default-feed-layout :focus { 
    outline-width:0;
    outline-color: rgba(204, 204, 204, 0.8);
}

#social .crt-post-footer {
    text-align:left;
}

#social .crt-post-date {
    margin-left: 2.25rem;
}

#social .crt-post-share {
    right: 2.25rem;
}

#social .crt-widget .crt-post-text a {
    color: #c8102e;
    transition:.1s;
}

#social .crt-widget .crt-post-text a:hover, .crt-widget .crt-post-text a:focus {
    color: #c8102e;
    text-decoration:underline;
}

#social .crt-widget-waterfall .crt-post {
    margin: 2.25rem 1.125rem;
}




#social .crt-post .crt-post-border {
    border: none;
    border-radius: 0px;
}

#social .crt-feed-spacer {
    display: none;
}

#social .crt-widget.crt-widget-branded .crt-logo {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.125rem;
    font-size: .8em;
    z-index: 999;
    color: rgba(255,255,255,.9);
    text-decoration: none;
}




 #social #icons {
	display:inline-block;
	margin-top:5px;
}
 #social #icons a {
	display: inline-block;
}
 #social #icons .fa, #social #icons .fab {
	color:#54585a;
	font-size: 30px;
	padding:0 10px;
	transition:.1s;
}
 #social #icons .fa:hover, #social #icons .fab:hover {
	color:#F6BE00
}