@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');
:root {
  --orange: #ef4035;
  --black: #000;
  --text: #707070;
  --white: #fff;
  --red: #ef4035;
  --yellow:#ffd457;
}



html { scroll-behavior: smooth;}
body{font-family: 'Source Sans Pro', sans-serif; line-height:1.8; font-size:20px; color:var(--text);}

a{color: var(--orange);}
a:hover {color:var(--orange) ;text-decoration: none;}
a:focus,button:focus{outline:none !important;}

.btn:focus{box-shadow:none;}

img{max-width:100%;}
.orange{color:var(--orange);}
.red{color:var(--red);}
.yellow{color:var(--yellow);}
.grey{color:var(--text);}
.black{color:var(--black);}
.white{color:var(--white);}
.bg_yellow{background:var(--yellow);}


h1{font-size:42px;}
h2{font-size:34px; color: var(--orange); font-weight:bold;}

.homepage h2{font-weight:normal;}


.outline-btn,.solid-btn{font-size:18px;font-weight:bold;padding: 8px 30px;text-transform: uppercase;letter-spacing: 1px; min-width:180px;position:relative;z-index:1;cursor:pointer;display: inline-block;border-radius:8px;text-align: center;}	
	
.solid-btn{background:var(--orange);border:2px solid var(--orange); color: var(--white);}
.solid-btn:hover{background:var(--white);}
.solid-btn a{color: var(--white);}
.solid-btn:hover a{color: var(--orange) !important;}


.outline-btn{border:2px solid var(--orange); color: var(--orange);background:var(--white);}
.outline-btn:hover{color:var(--white);background:var(--orange);}


.outline-btn.grey{border:2px solid #707070; color: #707070;}
.outline-btn.grey:hover{color:#fff;border:2px solid #fff;}





header {background: var(--white);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
.navbar-brand img{max-width:280px;}

.main-navigation > li > a{ color: var(--text); font-size:18px; }
.main-navigation li{padding:0 20px;}

.show_mobile .main-navigation li a{display: block;padding: .5rem 0;}
.show_mobile .main-navigation li.heading {
	font-weight: bold;
	background: var(--orange);
	color: #fff;
	margin-top: 30px;
}

.main-navigation > li:hover a{color:var(--orange);}
.dropdown-divider{height:1px; margin:0;}


.main-navigation li.solid-btn a{color:#fff ;}


.navbar .navbar-toggler {color: var(--orange) !important;border-color: var(--orange) !important;padding: 0 5px;border-radius: 0px;border-width: 2px; }
.navbar .navbar-toggler .navbar-toggler-icon{display: flex;align-items: center;justify-content: center;}

.custom_menu{margin-left:20px;width:35px;}
.custom_menu .fa{font-size:40px; cursor:pointer;}

.custom_menu .fa-close{display:none;}
.custom_menu.show .fa-close{display:block;color:var(--white);}
.custom_menu.show .fa-bars{display:none;}

.custom_menu a.toggle{position:relative; z-index:9999;top: 5px;}
.custom_menu .dropdown-menu {		
	width: 240px;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 0;
	border-top: 50px solid var(--orange);
	left:auto !important;
	right:0 !important;
	
}
.custom_menu .dropdown-menu li a {
	color: var(--text);
	line-height: 1;
	padding: 8px 0;
	display: inline-block;
}
.custom_menu .dropdown-menu li:hover a{color:var(--orange);}
.custom_menu .dropdown-menu li.heading:hover a{color:var(--text);}
.custom_menu .dropdown-menu li.heading a {font-weight: bold;}

.custom_menu .dropdown-menu li.heading:first-child{margin-top:0px;}
.custom_menu .dropdown-menu li.heading{margin-top:30px;}
.custom_menu .dropdown-menu li{padding:0;}

main {width: 100%;float: left;padding: 50px 0;}
.site_content{width:100%; max-width:1140px; margin:auto;}
.section {
	padding: 20px 0;
	position: relative;
	width: 100%;
	float: left;
}
section {
	clear: both;
	width: 100%;
	float: left;
}

.site_content sup {top: -0.75em;font-size:50%;}
.show_mobile{display:none;}

/**Pop Up Starts**/
#StoresDiv select,.zip_search input[type="text"] {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	border-radius: 0px;
	border: 1px solid #000;
	padding: 0 15px;
}

.zip_search form,#StoresDiv form{text-align: center;}

.zip_search {border-right: 1px solid var(--orange); margin-bottom:30px;}

/**Home Page**/
.first_home {
	width:100%; 
	float:left; 
	border-radius:10px;
	background:url("/images/Home/home-1.png?v=20250422-2");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-position: relative;
}

.first_home .made_easier {
	display: inline-block;
	position: relative;
	left: 20px;
	top: 20px;
}
.first_home .made_easier img {
	max-width: 100%;
	width: 450px;
}

.first_home h1 {
	color:#fff; 
	margin-top:100px;
	text-shadow: 0px 0px 15px #000000;
}

.first_home2 h1{margin-top:30px; text-align:center;}

.first_home2{
	width:100%; 
	float:left; 
	border-radius:10px;
	background:url("/images/Home/home-1-2.png?v=20250421");
	background-repeat:no-repeat;
	background-position:right;
	background-size: cover;
	position:relative;
}

@media only screen and (max-width: 600px) {
	.first_home2{
		background-position:80%;
		height: 500px;
	}
}


.first_home2 .made_easier {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0px;
}
.first_home2 .made_easier img {
	max-width: 100%;
	width: 450px;
	margin-bottom: 200px;
}
.first_home2 h1 {
	color:#fff; 
	margin-top:100px;
	text-shadow: 0px 0px 15px #000000;
}

.first_home2 h1{margin-top:30px; text-align:center;}

.solid-btn .large_text{font-size:30px;display:block;line-height:100%;}
.solid-btn .small_text{font-size:12px;display:block;line-height:100%;}

.first_home-a{width:100%; float:left; padding:30px; border-radius:10px;background:url("/images/Home/home-1-a.jpg?v=20250421") no-repeat 0 0;background-position: center;background-size: cover;}
.first_home-a .curr-offer {
	margin-right: 1px;
	margin-top: 1px;
}
.first_home-a .curr-offer img {
	width: 250px;
}
.first_home-a .curr-offer2 {
	width:65%;
	margin-left: 45%;
}
.first_home-a .curr-offer2 img {
	max-width: 100%;
	width: 300px;
}

.first_home-b{width:100%; float:left; padding:30px; border-radius:10px;background:url("/images/Home/home-1-b.jpgv=20250421");background-repeat:no-repeat;background-position: center;background-size: cover;}

.text-shadow{text-shadow: 0px 0px 15px #000000;}

.happy_hour{width:100%; float:left; padding:30px; border-radius:10px;position:relative;background:url("/images/Home/home-1-2.png?v=20250421");background-repeat:no-repeat;background-position: center;background-size: cover;display:flex;align-items: center;flex-wrap: wrap;}
.happy_hour .image{width:30%; float:left;}
.happy_hour .content{width:70%; float:left;padding-left: 10px;}
.happy_hour .content a{color:var(--white);}
.happy_hour .content a:hover{color:var(--orange);}
.happy_hour h2{margin-bottom:50%;text-align:center; font-weight: bold;}
a.large {font-size: 20px;}

.happy_hour.right{height:100%; justify-content:center;background:url("/images/Home/home-4.jpg?v=20250421");background-repeat:no-repeat;background-position: center ;background-size: cover;min-height:280px;}
.happy_hour.right h2{margin-bottom:25%;text-align:center;}


.home_three_boxes{width:100%; float:left; padding:30px; height: 100%; min-height:230px; position:relative; border-radius:10px;background-repeat:no-repeat !important;background-position: center !important;background-size: cover !important;display:flex;align-items: center;flex-wrap: wrap;}
.home_three_boxes.one{background:url("/images/Home/1L_1T_999.png?v=20250421");background-blend-mode: hue;background-color: #00000030;}
.home_three_boxes.one h3 a{color:var(--white);}
.home_three_boxes.one h3 .large_text {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
}
.home_three_boxes.one a:hover{color:var(--orange) !important;}
.home_three_boxes.two{background:url("/images/Home/home-5.jpg?v=20250421");}
.home_three_boxes.three{background:var(--red);}
.home_three_boxes.two a:hover,.home_three_boxes.three a:hover{color:var(--white) !important;}
.home_three_boxes.lasagna{background:url("/images/Home/lasagna_28_s.jpg?v=20250421");}
.home_three_boxes.lasagna h3 {color:black;font-weight:bold;}
.home_three_boxes.fiftieth{background:url("/images/Home/50thCandles.PNG?v=20250715");}

.home_three_boxes h3,.home_three_boxes h2{color:#fff;}

.bg_yellow a.red:hover{color:var(--white);}

/**Store details**/
.store_detail{font-size:21px;}
.store_detail .owner{font-size:24px; margin-bottom:20px;}
.store_detail .owner span{font-weight:bold; color:var(--orange);}
.short_time{color:var(--orange); font-size:22px; font-style:italic; font-weight:600; line-height:100%; margin-bottom:40px;}
.store_left{margin-bottom:30px;}

.contact_info .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:15px;
}
.contact_info .box .sign{font-size:36px; color:var(--orange);margin-right:10px;width:32px;}

.grey_box{width:100%; float:left; background:#f1f1f1; border-radius:10px; padding:30px; margin-bottom:30px;}

.grey_box li:empty {display: none;}
.grey_box h4,.offer h4{font-weight:bold; color:var(--orange);}
.days_time {line-height: 36px;}

.store_detail .social {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.store_detail .social .fa {color: var(--orange);}

.link_box {
	float: right;
	text-align: right;
	width: 100%;margin-bottom:30px;
}
.link_box a {
	margin-bottom: 20px;
	width: 280px;
}
.word_storeowner,.Paragraph2 {
	width: 100% !important;
	float: left;	
	padding-top: 30px;
	border-top: 2px solid var(--orange);
	margin-bottom:30px;
}
.offer {
	width: 100%;
	float: left;
	padding: 30px;
	border: 1px solid var(--orange);
	border-radius: 10px;
}
.offer img {
	border-radius: 10px;
}
.offer .solid-btn {width: 100%;}


.Paragraph2 h1,.store_detail h1 {
	font-size: 30px; clear:both;
}
.Paragraph2 {
	font-weight: bold;
	margin-bottom: 15px;
}
.Paragraph,.full{width:100%; float:left;}
.Paragraph div {
	margin-bottom: 15px;
}

/**Store details Ends**/
/**Menu details Starts**/
.menu_detail {
	font-size: 21px;
	line-height: 1.5;
}
.outline-btn.full{width:100%;}

.box_inner{height:100%;width:100%; float:left;}
.title_inner{font-weight:bold; color: var(--orange);margin-bottom:15px;}

.menu_detail hr {
	border-color: var(--orange);
	margin: 25px 0;
	clear: both;
	float: left;
	width: 100%;
}
ul.half {
	list-style-position: outside;
	width: 100%;
	float: left;
	padding-left: 20px;
}
ul.half li {
	width: 50%;
	float: left;
}

.image_item {
	width: 200px;
	float: left;
}
.image_item img {
	border-radius: 8px;
}
.content_item {
	width: calc( 100% - 200px );
	float: left;
	padding-left: 10px;
}
/**Menu details Ends**/

/**Deals page Starts**/
.box_deal{height:100%;width:100%; float:left;}
.box_deal .content_item{width: calc( 100% - 150px );padding-left: 0px;padding-right: 10px;}
.box_deal .image_item {width: 150px;float: right;}
.box_deal .title_inner{font-weight:bold; color: var(--grey);margin-bottom:12px; font-size:24px;}
.box_deal .price {
	font-weight: bold;
	font-size: 22px;
}
/**Deals page Ends**/

/**Contact Form Starts**/
#contact_form {max-width: 650px;}
form input[type="text"],form input[type="email"], form select, form input {
	width: 100%;
	border: 1px solid #bbb;
	height: 40px;
	padding: 8px 10px;
}
form textarea {
	width: 100%;
	border: 1px solid #bbb;	
	padding: 8px 10px;
}
form input[type="submit"],form input[type="checkbox"] {width: auto ;line-height: 100%;}
form input[type="checkbox"],form input[type="radio"]{width: auto; margin-right:10px;height: auto;}

.validation-advice {
	color: var(--orange);
}
/**Contact Form Ends**/

/**About Pages Starts**/
.accordion{width:100%;}
.accordion .card-header{background:#fff;border:none;position:relative;}
.accordion .card{border:none;}
.accordion .card .card-body::before{border-top:none;}
.accordion .card .btn{text-align:left; white-space:normal;color: var(--orange);width:100%; padding:0;font-weight: bold;letter-spacing: 1px;font-size:30px;text-decoration: none;}

.accordion .card .btn.collapsed:after{position:absolute; content:""; border-top:20px solid transparent; border-bottom:20px solid transparent; border-left:30px solid var(--text);right:-20px;top:0px;}
.accordion .card .btn:after{position:absolute; content:""; border-left:20px solid transparent; border-right:20px solid transparent; border-top:30px solid var(--text);right:0px;top:10px;}


hr {border:1px solid var(--text);}
hr.orange {border:1px solid var(--orange);}
.catering_list{
    font-size: 22px;
    color: var(--orange);
    line-height: 2;
    padding: 0;
    list-style-position: inside;
}
/**About Pages Ends**/

/**Crest Page Starts**/
.crust_table {text-align: center;}
.crust_table tr th:first-child,.crust_table tr td:first-child{text-align: left;}
.dot {
  height: 20px;
  width: 20px;
  background-color: var(--orange);
  border-radius: 50%;
  display: inline-block;
}
/**Crest Page Ends**/
/**Tab starts**/
.nav.nav-tabs li a {
	padding: 10px 30px;font-weight: 600;
	display: block;  border-bottom: 1px solid var(--text);
	margin-right:10px;color: var(--text);
}
.nav.nav-tabs li a.active{border-bottom: 1px solid var(--orange);color: var(--orange);}
.nav.nav-tabs {
	border: none;
}

/**Tab Ends**/

/**Faq starts**/
#faq h4 {
	font-weight: bold;
	color: var(--orange);
	padding-top: 20px;
}

.content_over {
	position: absolute;	
	width: 55%;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

/**Faq Ends**/

/**Shop starts**/
html#ecwid_html body#ecwid_body .ec-size .ec-store{font-family: 'Source Sans Pro', sans-serif !important;}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link--muted:hover,html#ecwid_html body#ecwid_body .ec-store .ec-header-h1,
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__product-title{color: var(--orange) !important;}
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__title-inner{color: var(--orange) !important;font-weight:bold;font-size: 20px !important;}

html#ecwid_html body#ecwid_body input.ecwid-SearchPanel-field {
	border: 1px solid #aaa;
	margin-right: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.ecwid-SearchPanel-button,html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .form-control--large .form-control__button {
	background: transparent;
	border: 1px solid var(--orange);
	color: var(--orange);
	padding: 10px;
	min-width: 150px;
	border-radius: 7px;
}
.ecwid-SearchPanel-button:hover,html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .form-control--large .form-control__button:hover{background: var(--orange);color: var(--white);}

/**Shop Ends**/
footer{width:100%; float:left; padding:40px 0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); font-size:18px; line-height:1.5;}
footer .footer_heading{font-weight:600;}
footer ul{list-style:none; padding:0;}
footer ul li {margin: 15px 0;line-height: 1.2;}
footer ul li a{color:var(--text);}
footer a{color:var(--text);}
footer li:hover a, footer a:hover{color:var(--orange);}

.franchise {
	display: flex;
	height: 80%;text-align: center;cursor:pointer;
	align-items: center;
	justify-content: end;
}







@media(max-width:1199px){
.container{max-width: 100%;}	
.main-navigation{background: var(--grey);}
}

@media(max-width:991px){
.show_mobile{display:block;}

.content_over h2{font-size:26px;}

.custom_menu .toogle{display:none;}
.main-navigation > li > a{border-bottom: 1px solid var(--orange); }


}
@media(max-width:767px){
ul.half li {width: 100%;float: left;}

.content_over {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateY(0%);
}

}
@media(max-width:575px){
.store_detail .container{padding-top:20px; padding-bottom:20px;}
}

@media(max-width:500px){
.navbar-brand{width: calc( 100% - 120px );}
.navbar-brand img {max-width: 100%;}

.happy_hour .image,.happy_hour .content{width:100%;margin-top:10px;text-align: center;}
}