`;
if(window.innerWidth > 1024) {
jQuery("div.post-content.description.cf.entry-content.has-share-float.content-spacious").after(popupDesktop);
}
if(window.innerWidth < 1023) {
jQuery("#bunyad-widget-subscribe-3").appendTo("div.post-content.description.cf.entry-content.has-share-float.content-spacious");
jQuery("#bunyad-widget-subscribe-3").css({"list-style-type":"none" , "border-top":"1px solid #e1e1e1"});
}
});
});