File: //home/karalev/www/wp-content/plugins/woolentor-addons/assets/css/woolentor-elementor-editor.css
/* CSS For Promosion Widget Button */
.woolentor-elementor-pro-hide{
    display: none;
}
a.woolentor-pro-dialog-button-action{
    display: none !important;
}
.woolentor-pro-widget a.woolentor-pro-dialog-button-action{
    display: inline-block !important;
}
.elementor-button.go-pro.dialog-button.dialog-action.dialog-buttons-action.woolentor-elementor-pro-hide {
    display: none !important;
}
/* CSS For Disable Field Control */
.woolentor-disable-control .elementor-control-input-wrapper{
    pointer-events: none !important;
    opacity: 0.4;
}
.woolentor-disable-control:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    opacity: 1;
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.woolentor-disable-control i.eicon-pro-icon {
    color: #D73361;
    font-size: 14px;
}