/* https://northu.com/wp-content/themes/child-of-north-u-main/vssl-style.css?ver=6.8.2 */
#lunch_popup_notification{position:fixed;z-index:10001;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);overflow:auto;-webkit-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;opacity:0;visibility:hidden}#lunch_popup_content{background-color:#1173ba;border-radius:10px;width:400px;height:400px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#lunch_popup_content h3{font-size:32px;line-height:35px;margin-top:15px;text-transform:inherit;font-family:'LuminSans Std Med italic',sans-serif;letter-spacing:3px;word-spacing:3px;margin-bottom:10px}#lunch_popup_content p{font-weight:700}#lunch_popup_content h3,#lunch_popup_content p{text-align:center;padding:0 20px;color:#fff}#lunch_popup_content .text_content{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;height:100%;margin-top:-20px}#lunch_popup_x{position:relative;width:20px;height:20px;margin-left:auto;display:block}#lunch_popup_x:hover,#lunch_popup_x:active,#lunch_popup_x:focus{cursor:pointer}#lunch_popup_x::after{content:"\d7";font-size:80px;color:#fff;position:relative;top:-40px;left:20px}