/* ====home-social==== */
.home-social{
    max-width: 100%;
    display: block;
}
.home-social a{
    float: left;
    display: inline-block;
    background: #7EBE2C;
    width: 33.333%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 42px 15px;
    text-transform: uppercase;
}
.home-social a:nth-child(2n){
    background: #75B027;
}
.home-social:hover a:nth-child(2n){
    background: #7EBE2C;
}
.widget-snippet  .home-social a:hover,
.widget-snippet  .home-social a:focus{
    background: #75B027;
   text-decoration:none;
color:#fff
}
.home-social a:hover:nth-child(2n){
    background: #75B027;
}
.widget-snippet .home-social a i{
    font-size: 38px;
    display: block;
    margin-bottom: 15px;
    color:#fff;
    text-decoration:none;
}
