.bctt-click-to-tweet {
    border-left: 7px solid #F8F8F8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
    background: #f8f8f8;
    transition: all 0.5s ease;
    flex-direction: column;
}

@media (min-width: 700px) {
    .bctt-click-to-tweet {
        flex-direction: row;
    }
}



.bctt-click-to-tweet:hover {
    border-left: 7px solid #5ab59b;
}

.bctt-ctt-text a {
    color: #010101 !important;
    font-family: Aleo, serif !important;
    font-weight: normal;
    font-size: 25px;
    text-decoration: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    line-height: 1.4em;
    transition: color 0.5s ease;
}

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

span.bctt-ctt-text {
    padding: 3em 2em;
}

a.bctt-ctt-btn {
    align-self: flex-end;
    border-bottom: none !important;
    display: block;
    text-transform: uppercase;
    font-family: lato, serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #5AB59B; !important;
    text-decoration: none !important;
    flex-shrink: 0;
    text-align: right;
    padding: 1em 1em;
}
a.bctt-ctt-btn:before {
    content: '\f099\00a0';
    font-family: FontAwesome;
    font-style: normal;
    color: #5AB59B;
}

a.bctt-ctt-btn:hover {
    text-decoration: underline;
    
}
