/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.socly li {
    display: inline-block;
    padding: 11px 5px;
    font-size: 14px;
}
.socly {
    background: #30d5c8;
    width: 80%;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    top: -209px;
    right: 9%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transition: .9s;
}
.socly li a i {
    color: #0155fb;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 9px;
    border-radius: 30px;
}
.socly {
    display: none;
}
section#membr-secc .elementor-column:hover .socly {
    display: block !important;
    transition: 937ms !important;
}