/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2020 | 02:32:45 */
/*
.ggskin_rectangle .ggskin_text div{
    font-weight: light !important;
    font-size: 15px;
    line-height: 25px;

}

.ggskin.ggskin_rectangle {
    border-radius: 10px;
}

.ggskin_container .ggskin.ggskin_rectangle{
    background: transparent !important;
}
*/

.ggskin.ggskin_svg{
    background: #000;
    border-radius: 100%;
    box-sizing:border-box;
    margin: 2px;
    text-align: center;
    line-height: 0px !important;
  	box-shadow: 0px 0px 3px 3px #fff;
}

.ggskin.ggskin_svg img{
    padding:0;
    background: none;
    width: 20px !important;
    margin: 0px 0px 0px 5px !important;
}

.ggskin.ggskin_rectangle .ggskin.ggskin_svg,
.ggskin.ggskin_svg img,
.ggskin.ggskin_container .ggskin.ggskin_svg{
  box-shadow: none !important;
}