@media screen and (min-width: 1172px) {
#Action_bar .social-menu:after {
    content: 'We now accept: STEEM, Trybe, BTC, ETH, and LTC.';
    color: #0f5a96;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .2px;
    font-size: 14px;
    padding-left: 10px;
    top: 5px;
    float: none;
    white-space: nowrap;
}
}


@media screen and (max-width: 767px) {
.site-headline h2.title {
    font-size: 30px !important;
}

.site-headline p {
font-size: 13px;
}


.content_wrapper {
    padding-left: 0;
    padding-right: 20px;
   width: 100% !important;
}

.section_wrapper .column {
    width: 100% !important;
}

}


@media only screen and (max-width: 479px) {

.testimonials_slider a.slider_prev, .testimonials_slider a.slider_next {
   display: inherit !important;
}

.testimonials_slider a.slider_prev, .testimonials_slider a.slider_next {
    top: -25px;
    z-index: 4;
}
}