
.bctt-click-to-tweet {
   
 display: inline-flex;
   background-color:  #DFEDE4;
}
.bctt-click-to-tweet .mce-content-body {
	position: relative;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bctt-ctt-text a {
    padding: 6px;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bctt-ctt-text a:hover {
    text-decoration: none;
    color:#fff !important;
}

.post-content p .bctt-ctt-text a:hover{
    color: #fff !important;
}
.bctt-click-to-tweet:hover{
    background-color: #317023;
    color: #fff !important;
}
.post-content p .bctt-ctt-text a{
    font-weight: 100;
}
.bctt-ctt-text a:after {
    content: "\e605";
    padding-left: 6px;
      font-family: icomoon!important;
}
.bctt-ctt-text a:after:hover{
    color:  white;
}
.bctt-ctt-text a:hover:after {
    color: #fff;
}
