#social-wall {
    background-image: url('../images/page/home/social_wall_background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#social-wall h2,
#social-wall h3 {
    text-align: center;
    color: #ffffff;
}

#social-wall h2 span,
#social-wall h3 span {
    color: #EC1C24;
}

#social-wall h2 span {
    margin-right: 5px;
}

#social-wall h2 {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 300;
}
@media (max-width: 767px) {

    #social-wall h2 {
        margin-bottom: 15px;
    }

}

#social-wall h3.subtitle {
    font-size: 18px;
    margin-bottom: 50px;
    display: block;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {

    #social-wall h3.subtitle {
        align-items: center;
        margin-bottom: 30px;
        display: inline-block;
        line-height: 2.5rem;
    }

    #social-wall h3.subtitle div {
        display: block;
        margin-bottom: 20px;
    }

}

#social-wall h3.subtitle .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {

    #social-wall h3.subtitle .icons {
        margin-top: 30px;
    }

}

#social-wall h3.subtitle a {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 20px;
    margin-left: 8px;
    min-height: 32px;
    display: block;
}
@media (max-width: 767px) {

    #social-wall h3.subtitle a {
        display: inline-block;
    }

}

#social-wall h3.subtitle a.fst {
    padding: 3px 2px;
    margin-left: 25px;
}

#social-wall h3.subtitle a:hover {
    border: 2px solid #EC1C24;
    color: #fff;
}

#social-wall .juicer-feed .referral {
    display: none;
}

#social-wall .juicer-feed .feed-item {
    border-radius: 30px;
}