jQuery(window).on("load",function(){jQuery(".bbp-template-notice").each(function(){var a="",s="";jQuery(this).hasClass("info")?(jQuery(this).attr("class","fusion-alert alert notice alert-info"),s="fa-info-circle"):(jQuery(this).attr("class","fusion-alert alert notice alert-warning"),s="fa-cog"),jQuery(this).addClass("fusion-alert-"+avadaBbpressVars.alert_box_text_align),"capitalize"===avadaBbpressVars.alert_box_text_transform&&jQuery(this).addClass("fusion-alert-capitalize"),"yes"===avadaBbpressVars.alert_box_dismissable&&(jQuery(this).addClass("alert-dismissable"),a=''),"yes"===avadaBbpressVars.alert_box_shadow&&jQuery(this).addClass("alert-shadow"),jQuery(this).css("border-width",parseInt(avadaBbpressVars.alert_border_size,10)+"px"),jQuery(this).children("tt").contents().unwrap(),jQuery(this).children("p").contents().unwrap(),a+='
'+jQuery(this).html()+"",jQuery(this).html(a),jQuery(this).children(".close").on("click",function(a){a.preventDefault(),jQuery(this).parent().slideUp()})}),jQuery(".bbp-login-form").each(function(){jQuery(this).children("tt").contents().unwrap()})});