(function($){
"use strict";
$(window).on("load", function(){
$('.popup-portfolio').magnificPopup({
type: 'image',
gallery: {
enabled: true
}});
$('.popup-food-menu').magnificPopup({
type: 'image',
gallery: {
enabled: true
}});
});
})(jQuery);