#flux-twitter .tweet-item{
    margin-bottom: 20px;
}

#flux-twitter .tweet-item a {
    height: 170px;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none;
}
#flux-twitter .tweet-item a:hover{
    text-decoration: none;
}
#flux-twitter .tweet-item a:hover .overlay {
    opacity:1;
}

#flux-twitter .tweet-item i, 
#flux-twitter .tweet-item p {
    color: #333333;
    text-align: center;
    z-index: 2;
    position: relative;
}
#flux-twitter .tweet-item i {
    display: block;
    font-size: 30px;
    line-height: 29px;
}
#flux-twitter .tweet-item i span.b-left {
    left: 15%;
}
#flux-twitter .tweet-item i span.b-right {
    right: 15%;
}
#flux-twitter .tweet-item i span {
    background-color: #333333;
    display: block;
    height: 1px;
    position: absolute;
    top: 14px;
    width: 60px;
}

#flux-twitter .tweet-item a .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #24A9E6;
    opacity: 0.8;
    transition:opacity 0.2s linear 0s;
}

.link-all-tweets a.readmore{
	color: #0079a2;
	font-size: 85%;
    font-weight: bold;
    line-height: 1.1em;
	display:block;
	margin:20px;
}
.link-all-tweets a.readmore:after{color: #333333;
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
    padding-left: 8px;
}