body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:14px}.et_pb_slide_content,.et_pb_best_value{font-size:15px}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}#main-header{display:none}#page-container{padding-top:0px!important;margin-top:-1px!important}#main-footer{display:none}.videoWrapper{position:relative;padding-bottom:56.25%;padding-top:0px;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;loop:1}#pinterest-container>span{width:100%!important;height:2000px!important;overflow:hidden}.gs_pin_theme3 .gs-pin-link{background:transparent!important}function display_restaurant_map_shortcode(){// Fetch all restaurants from Pods$pods=pods('restaurants');$locations=[];while ($pods->fetch()){$title=$pods->display('post_title');$lat=$pods->field('lat');// Replace 'lat' with the actual field name in Pods$lng=$pods->field('lng');// Replace 'lng' with the actual field name in Pods$link=get_permalink($pods->id());if ($lat && $lng){$locations[]=['title'=>$title,'lat'=>$lat,'lng'=>$lng,'link'=>$link,]}}// Generate the map containerob_start();?>