/* Food Truck Menu */
.foodTruckMenu {width:100%;height: 100vh;}
.foodTruckMenu img {height:100%;}

/* POP UP */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.cnt223{width: 700px;min-height: 150px;margin: 20px auto;background: #f3f3f3;position: relative;z-index: 103;padding: 15px;border-radius: 5px;box-shadow: 0 2px 5px #000;}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


.popup{
    background-color: #fff;
    width: 450px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    border: #ccc;
    z-index: 9999;
}
.popup button{
    display: block;
    margin: 9px auto 0;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    background: #f78f1f;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
	border-radius:5px
}
.popup button {background:#000; color:#f78f1f}
.popup h2.heading__title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    text-transform: none;
}
.popup img {width:100%}

.popup img.orderBtn {display:none; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease;}
.popup img.orderBtnHover:hover {display:block; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease;}


.popup {
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.7);
}
.popup h1 {background:#f78f1e;font-weight: bold;font-size: 36px;padding: 15px 25px;text-transform: none;}

/* Homepage About */
section.about  {background-image: url(../images/backgrounds/metalbkgd.jpg);background-size: cover; background-position: center center; }
section.about  .banner__content .banner__content-text-inner {background:#f78f1e;}
section.about  .heading__title {font-size: 24px;font-weight: 900;margin-bottom: 15px;text-transform: uppercase;}
section.about  .heading__desc {font-family: "Mf Texas Spring", 'Kalam', serif;font-size: 20px;line-height: 29px;color: #000;margin-bottom: 20px;}
section.about  .heading a {background:#000;padding: 10px 20px;color: #fff;font-weight: 900;text-transform: uppercase;}
section.about  .heading a:hover {background:#fff; color:#000;}

/* Homepage Recognition */
section.clients {background-color:#eee;padding: 70px 0 !important;}

/* Homepage Gluten Free */
section.glutenfree .heading__subtitle {color:#222; font-family: "Montserrat", sans-serif; font-weight: 900;}
section.glutenfree .mb-40 {margin-bottom: 35px!important;}
section.glutenfree .heading__title {color: #01a346;font-family: "Mf Texas Spring", 'Kalam', serif;}
section.glutenfree .heading__desc {color:#222;/* font-family: "Mf Texas Spring", 'Kalam', serif; */font-size: 16px;line-height: 24px;font-weight: 600;}
section.glutenfree .heading__desc span.green {color: #01a346}
section.glutenfree a {background: #01a346;padding: 10px 20px;color: #fff !important;font-weight: 900;text-transform: uppercase;border: none !important;box-shadow: none;}
section.glutenfree a:hover {background:#222;}

a.btn-custom {width:100%;background: #f78f1e;font-family: "Mf Texas Spring", 'Kalam', serif;text-align: center;color: #000;font-size: 28px;}
a.btn-custom:hover {background:#222; color:#fff;}

.menu-item.icecream {text-align: center;margin-bottom: 20px;}
.menu-item.icecream h4 {font-size:18px;font-weight:bold;margin-bottom: 5px;margin-top: 15px;}
.fa.icecream, .fa.bullet {font-size:5px;padding: 0 10px;line-height: 20px;vertical-align: middle;}
span.BYOnum {background:#222; border-radius: 20px; margin-right:10px; padding:3px 7px; font-size:70%; color:#fff}
span.BYOnum.one {padding:3px 8px}

.order {text-align: center;width: 40%;margin: 0 auto;}
.order img.orderBtn {display:block;-webkit-transition: all 0.35s ease;-moz-transition: all 0.35s ease;transition: all 0.35s ease;text-align: center;}
.order img.orderBtnHover {display:none;-webkit-transition: all 0.35s ease;-moz-transition: all 0.35s ease;transition: all 0.35s ease;text-align: center;}
.order:hover img.orderBtn {display:none; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease;}
.order:hover img.orderBtnHover {display:block; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease;}

.pagetitle__heading {font-weight:bold;}
.blog-single .post-item .post__desc p {color: #222;}
h1.page_header {color: #222;margin-bottom: 10px;font-size: 32px;font-weight: bold;text-transform: uppercase;}
h2.header_hand {color: #f78f1e;font-family: "Mf Texas Spring", 'Kalam', serif;margin-bottom: 0;font-size: 32px;}
.post__desc ul {}
.post__desc ul li {margin-bottom:10px;display: list-item;list-style: disc;}
.post__desc ul li a {color: #f78f1e;font-weight:bold;text-decoration: underline;}
.post__desc ul li a:hover {color: #222;}

.fa-star:before {color: #f78f1e;font-size: 21px;margin-right: 4px;}
.review {margin-top: 10px;font-weight: bold;}
.review a {text-decoration:underline;}
.reviews .post__desc {color:#222;}
.reviews h2.header_hand {color:#222;margin-bottom: 10px;}
.stars {margin-bottom:5px}

.post__desc a {color:#222;font-weight: bold}
.post__desc a:hover {color: #f78f1e}

@media only screen and (max-width: 991px) {
	.header {position:fixed;}
	.orangeNav {font-size:12px;text-align: center;width: 100%;line-height: 18px;}
	[data-aos^=fade][data-aos^=fade].aos-animate {display: block;transition-duration: .2s;}
	section.about .heading__title {font-size: 21px;}
	.heading__desc {font-weight: 400;font-size: 18px !important;line-height: 24px !important;}
	section.clients {padding: 25px 0 !important;}
	.clients .badges {text-align:center;margin:0 auto;width: 90%;}
	.clients .client img {height: 75px;}
	.clients .client {width: 29%;margin-bottom: 10px;}
	.menu-layout5 .menu-wrapper-inner:first-child {padding-right: 0;}
	section#portfolioGallery div.row div.item {width: 33.33%;float:left;}
	.footerNav ul {padding:0}
	.footerNav ul li {width:100%;}
	.footerNav ul li.social__icons {text-align:center;width: auto;margin: 10px auto 0;}
	.footerNav ul li a {font-size:14px}
	header#main {top:0!important}
	section#page-title {margin-top: 150px;position: relative;vertical-align: middle;display: block;clear: both;}
	section#textBlock {/* padding-top: 170px; */padding-bottom: 0;}
	.faq.pb-70 .container {padding: 0;}
	section#blogSingleRightSidebar {
    display: block;
    clear: both;
    position: relative;
}
	.blog-single .post-item .post__desc p {padding-left: 0;}
	h1.page_header {font-size: 28px;}
	.page-title.media {padding-top: 85px;padding-bottom: 110px;}
	.cnt223 {width: 100%;padding: 15px;}
	.order {width:70%}
}