

.bctt-click-to-tweet {
    display: inline;
    background-color: transparent;
    position: relative;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.bctt-click-to-tweet:after {
    content: "\f301"
    font-family: dashicons;
    display: inline-block;
    clear: both;
    /* visibility: hidden; */
    line-height: 0;
    height: 0;
}

.bctt-ctt-text a {
    padding: 0px;
    margin:  0;
    position: relative;
    color: #3b3938!important; 
    background: #efefef;
    font-family: inherit !important;
    font-size:inherit;
    line-height:inherit;
    font-weight: inherit;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
}

.bctt-ctt-text a:hover {
    text-decoration: none;
    background:rgb(19, 161, 242);
}

a.bctt-ctt-btn {
border: none !important;
margin: 0;
padding: 0px 3px 0px 3px;
position: relative;
display: inline-block;
text-transform: uppercase;

text-decoration: none !important;
font-size: .75em;
font-weight: bold;
}

a.bctt-ctt-btn:before {
content: "\f301";
    font-family: dashicons;
    display: inline-block;
  font-size: 1em;
   color:  rgb(19, 161, 242) !important;
    padding: 0px 3px 0px 3px;
}

.bctt-ctt-btn:hover {
    text-decoration: none;
background: #efefef;
}



