/*
Template:       panpie
Theme Name:     Panpie Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/panpie
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Panpie is an quality & responsive Fast Food Restaurant WordPress Theme. It is best suited for restaurants, cafes, fast food stores, pizza & burger stores, bakery or fast food blogs.
Version:        1.0
Text Domain:    Panpie
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.site-header .main-navigation nav ul li a {
	padding: 15px 15px;
}
.footer-area .rt_footer_social_widget .footer-social li a {
	    border: 1px solid #e5e5e5;
}
.header-style-6 .header-area .header-menu.rt-sticky .main-navigation nav > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navorderbutton a {
	background: #a22226;
	border-radius: 4px;
}
.navorderbutton:hover { opacity: 0.7; }
.site-header .main-navigation nav ul li.navorderbutton a {
	color: #FFF;
}
.site-header .main-navigation ul.menu > li.navorderbutton > a:hover {
	color: #FFF;
}
.site-header .main-navigation ul > li:last-child > ul {
    /* Your styles here */
	right: 0;
	left: auto;
}

.inlinelist.elementor-widget .elementor-icon-list-item { display: inline-flex; margin-right: 30px; }

.footer-style-1 .footer-area .copyright_wrap .left-line, .footer-style-1 .footer-area .copyright_wrap .right-line { display: none; }
.footer-style-1 .footer-area .copyright { font-size: 13px; }
.footer-style-1 .footer-area .copyright_wrap { display: block; }

.entry-banner { background-position: center; }

.ex-wfdlist p {
    font-size: inherit;
    margin: 10px 10px;
    line-height: 1.6;
}

.entry-banner .entry-banner-content h1 {
	font-size: 68px;
	text-transform: uppercase;
	text-shadow: 1px 0 3px rgba(0, 0, 0, 0.7);
}

.page-id-9589 h1.entry-title::after {
	content: "Available Daily 11:30am-3:30pm";
	display: block;
	font-family: 'Oswald', sans-serif;
	margin-top: 0px;
	color: #FFF;
	font-size: 42px;
	text-transform: none;
}

.page-id-5256 h1.entry-title::after {
	content: "Available Monday through Friday from 11:00am-3:30pm.";
	display: block;
	font-family: 'Oswald', sans-serif;
	margin-top: 0px;
	color: #FFF;
	font-size: 42px;
	text-transform: none;
}

.page-id-8893 h1.entry-title::after {
	content: "Order by 4pm | Allow 1 HOUR Prep Time";
	display: block;
	font-family: 'Oswald', sans-serif;
	margin-top: 0px;
	color: #FFF;
	font-size: 42px;
	text-transform: none;
}

.footer-top-area {
	background: #801f19 url("../png/checkboardbg.png") top repeat-x!important;
}

.fullimage, .fullimage .elementor-widget-container, .fullimage .elementor-image, .fullimage .elementor-widget-container > a {
	height: 100%;
}

.fullimage .elementor-widget-container img {
	object-fit: cover;
  	object-position: 50% 50%;
  	height: 100%;
}
.menuhover { overflow: hidden; }

.blog .breadcrumb-area, .single .breadcrumb-area { display: none; }

.fdstyle-list-2 .fdlist_2_title .fdlist_2_price {
	margin-right:20px;
}
.fdstyle-list-2 .exfood-addicon {
	display: none;
}


@media (min-width: 1200px) {
    .header-style-6 .header-area .header-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
	.footer-style-1 .footer-area .widget_media_image img {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .entry-banner .entry-banner-content h1 {
        font-size: 34px;
    }
}

@media(max-width:475px){
.site-header .mobile-menu {
    display: none!important;
}
}