.bctt-click-to-tweet {
    display: block;
    background-color: #fdf1e6;
    position: relative;
    border: none;
    padding: 20px 33% 20px 32px;
    margin-bottom: 24px;
}

.bctt-click-to-tweet:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.bctt-ctt-text a {
    padding: 15px 0px;
    margin: 15px 0;
    position: relative;
    color: #fe8106 !important;
    font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    line-height: 1.2;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}

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

a.bctt-ctt-btn {
    position: absolute;
    right: 28px;
    bottom: 20px;
    font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif !important;
    font-size: 21px;
    line-height: 1;
    background-color: #fe8106;
    color: #ffffff !important;
    padding: 8px 20px 8px;
    border: 2px solid #fe8106;
    border-radius: 20px;
}

a.bctt-ctt-btn:before {
    font-family: FontAwesome;
    content: "\f099";
    padding-right: 6px;
}

.bctt-ctt-btn:hover {
    text-decoration: none !important;
    background-color: transparent;
    color: #fe8106 !important;
}
