.greek-restaurant-social-list {
    text-align: center;
    margin: 15px 0 10px 0;
}

.greek-restaurant-social-list li {
    display: inline-block;
    border-bottom: none !important;
    margin-right: 5px;
    margin-bottom:5px;
}
.greek-restaurant-social-list li a > i {
    font-size: 22px;
    background: #98d6db;
    padding: 5px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    border:1px solid #7BCBD2;
}

.greek-restaurant-social-list li a:hover > i {
    background: #5E9BA0;
    color: #ffffff;
    font-size: 22px;
    padding: 5px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 996px) {

}
