.social_share{
    visibility: hidden;
    padding: 5px 15px;
    background-color: #fff;
    border: 3px solid #c54035;
    border-radius: 15px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.social_share:hover,
.social_share_btn.active + .social_share{
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.social_share ul li{
    display: inline-block;
}

.social_share ul li a{
    margin-right: 0 !important;
}

.social_share ul li img{
    max-width: 38px;
    height: auto;
    margin: 0 !important;
    display: inline-block;
}

.lets_business_item .item_body p a{
    color: #838383;
}

body .s_lets_business{
    padding: 50px 0 ;
}
.tax-category_guide.archive #content,
.tax-category_video.archive #content,
.post-type-archive-guide.archive #content{
    padding-top: 0;
    padding-bottom: 0;
}