/*---
Icons
 */
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("../fonts/font-awesome/fontawesome-webfont.eot");
    src : url("../fonts/font-awesome/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"),
    url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/font-awesome/fontawesome-webfont.svg") format("svg");
}



.fa-twitter:before {
    content: "\f099";
}

.fa-reply:before {
    content: "\f112";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-heart:before {
    content: "\f004";
}
.fa-check-circle:before {
    content: "\f058";
    color:#3aacfc;
}
.fa-linkedin:before{
    content: "\f08c";
}

.fa {
    font-family: "FontAwesome" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.socialsLogo{
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.ctf-header{
    float: left;
    clear: both;
    margin: 0;
    padding: 5px 5px 15px 5px;
    line-height: 1.2;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ctf-header a {
    text-decoration: none;
    float: left;
    display: block;
}

.ctf-tweet-actions a {
    padding: 2px 10px 2px 5px;
    float: left;
}
.ctf-tweet-actions a i:hover{
    color: #3aacfc;
}
.ctf-header-posts{
    float:left;
    padding-left:10px;
    padding-right:5px;
}
.ctf-header-content{
    margin-top:15px;
}

.ctf-screenreader {
    text-indent: -9999px !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}
.ctf-header-follow {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 0 0 2px;
    position: relative;
    top: -2px;
    background: #1b95e0;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background 0.6s ease-in-out;
    -webkit-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
}

.posts:first-child {
    border-top: none;
}

.posts {
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.posts a{
    color: #555555;
    text-decoration: none;
    font-weight: 200;
}
.posts-content{
    margin:5px 0px;
}

.posts .fa{
    color: rgba(0,0,0,0.30)
}
.widget-title{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;

}
.widget-title h3,
ul.social-background{
    position: relative;
}

.widget-title.t-posts h3:before{
    background-color: #ce2429;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 1px;
    width: 50%;
    z-index: 1;
}

li.social-twitter:before{
    background-color: #ce2429;
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    height: 1px;
    width: 25%;
    z-index: 1;
}

.widget .social-ul {
    overflow: hidden;
    margin-right: -30px;
    float: left;
}
.social-ul ul li {
    list-style-type: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-right: 30px;
    border-bottom: none;
    float: left;
    width: 58px;
    text-align: center;
    font-size: 11px;
}

.social-ul ul li i {
    clear: both;
    display: block;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    font-size: 18px;
}
.widget .social-ul ul li span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}
.social-ul ul li.social-twitter a {
    display: block;
    margin: 0;
    font-size: 20px;
    background-color: #40bff5;
    border-radius: 2px;
    color:white;
}
.social-ul ul li.social-linkedin a:hover,
.social-ul ul li.social-twitter a:hover{
    background-color: #191919;
}

.social-ul ul li.social-linkedin a {
    display: block;
    margin: 0;
    font-size: 20px;
    background-color: #2867B2;
    border-radius: 2px;
    color:white;
}

.posts-content a:hover{
    color: #000;
}