﻿/*!
Theme Name: Axure
Author: Effective Soft
Author URI: https://www.effectivesoft.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: axure
*/
.a2a_label{
    /* hide it */
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden;
    height: 1px;
    width: 1px;
    
}
