/*------------------------------*/
/* Counter Widget
/*------------------------------*/
.elementor-widget-meafe-counter .meafe-counter-wrapper{
    display: block;
    font-size: 0;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.elementor-widget-meafe-counter .meafe-counter-wrapper span{
    display: inline-block;
    margin: 0;
    font-size: 49px;
    line-height: 1.3;
}
.elementor-widget-meafe-counter .meafe-counter-icon{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
.elementor-widget-meafe-counter .meafe-counter-title{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: rgba(97,97,97,0.7);
    line-height: 1.75;
}

.elementor-widget-meafe-counter .top .meafe-counter-title {
    text-align: center;
}
.elementor-widget-meafe-counter .meafe-counter-icon .icon {
    color: #313131;
    text-align: center;
    line-height: 1;
}
.elementor-widget-meafe-counter .meafe-counter-icon.left{
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elementor-widget-meafe-counter .meafe-counter-icon.right{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-meafe-counter .meafe-counter-icon.left .icon{
    margin-right: 15px;
}
.elementor-widget-meafe-counter .right .meafe-counter-title{
    text-align: right;
}
.elementor-widget-meafe-counter .meafe-counter-icon.right .icon{
    margin-left: 15px;
}

.elementor-widget-meafe-counter .meafe-counter-icon .icon.circle {
    background: rgba(0,0,0,0.1);
    border-radius: 100%;
    overflow: hidden;
}

.elementor-widget-meafe-counter .meafe-counter-icon .icon.square {
    width: 50px;
    height: 50px;
    line-height: 54px;
    color: inherit;
    background: rgba(0,0,0,0.15);
}

.elementor-widget-meafe-counter .meafe-counter-icon .icon.circle img, 
.elementor-widget-meafe-counter .meafe-counter-icon .icon.square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}