jQuery(document).ready(function() { (function($) { ///////////////////////// Move the content up by the height of the navbar object for a transparent nav effect //// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if ($(window).width() <= 667) { $("#page-wrapper").css("margin-top", "0"); } $(".mega-menu-link").wrapInner("" + $(this).text() + ""); })(jQuery); //end jquery function }); //end document ready