.dashicons-twitter:before {
	color: #29c5f6;
}

blockquote a.inline-twitter-link.inline-tweet-click {
	font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center !important;
    text-transform: uppercase;
    color: #4db2ec;
    word-wrap: break-word;
}

blockquote {
	text-align: center;
}

.dashicons, .dashicons-before:before {
	width: 0px !important;
}



a.inline-twitter-link
{
    background: none repeat scroll 0% 0% rgb(233, 235, 228);
    color: #000;
    text-decoration: none;
}

a.inline-twitter-link span.non-dashicons
{
    display: inline-block;
    background-image: url('twitter-bg.png');
    width: 14px;
    height: 11px;
    background-color: rgb(233, 235, 228);
    background-repeat: no-repeat;
}

a:hover.inline-twitter-link
{
    background: none repeat scroll 0% 0% rgb(226, 241, 249);   
}

a:hover.inline-twitter-link span.non-dashicons
{
    display: inline-block; 
    width: 14px;
    height: 11px;
    background-color: rgb(226, 241, 249);
    background-image: url('twitter-bg-hover.png');
    background-repeat: no-repeat;

}

.inline-twitter-link .dashicons
{
    line-height:inherit;
    font-size: inherit;
    text-decoration: none;

}