/* Meu Style */
.widget-social-contact{
    padding: 7px 0px;
}
.widget-social-contact span{
    display: flex;
    flex-wrap: wrap;
/*    list-style: none;*/
/*    justify-content: flex-start;*/
/*    width: inherit;*/
    padding: 0px;
    align-items: center;
    margin-bottom: 0px;
    font-weight: 500;
/*    padding-left: 0px;*/
}
.widget-area-social{
    padding: 7px 0px;
}
.widget-area-social ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    width: inherit;
    padding: 0px;
    align-items: center;
    margin-bottom: 0px;
}
.widget-social-link{
    padding: 0px 10px;
}
.widget-social-link:first-child{
    border-left: none;
}
.widget-social-link a:hover{
    text-decoration: none;
}
.widget-social-link a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: inherit;    
    color: #ffffff;
}
.widget-social-link a i{
    font-size: 30px;
}

/* Responsividade */
@media (max-width: 425px) { 
    .widget-social-contact span{
        display: flex;
/*        flex-wrap: wrap;*/
/*        list-style: none;*/
        justify-content: center;
/*        width: inherit;*/
/*        padding: 0px;*/
/*        align-items: center;*/
/*        margin-bottom: 0px;*/
    }
    .widget-social-contact span i{
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
    .widget-social-contact span{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: flex-start;
        width: inherit;
        padding: 0px;
        align-items: center;
        margin-bottom: 0px;
    }
    .widget-social-contact span i{
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1999px){
    .widget-social-contact span i{
        margin-right: 10px;
    }
}





















