/*
Generated time: July 29, 2025 19:01
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.list-social{display:flex;flex-wrap:wrap;gap:10px}.list-social li a span{display:none}.list-social li a{width:28px;height:28px;line-height:28px;border-radius:100%;background-color:#fff;border:1px solid #eee;padding:0;display:flex;justify-content:center;align-items:center;transition:all .5s ease}.list-social li svg{width:12px;height:12px;fill:var(--main-color2)}.list-social a:hover{background-color:var(--main-color);border-color:var(--main-color);color:#fff}.list-social a:hover svg{fill:#fff}.list-social:empty{display:none}@media screen and (max-width:767px){.list-social{justify-content:center}}