/*
body {
	background-image: url('/wp-content/uploads/2020/06/TNN_3486-1-1024x683-1.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
}

body::before{
	position:absolute;
	top:0;
	width:100%;
	height:20%;
	content:" ";
	display:block;
	
	background: -moz-linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);	
	}
body::after{
	z-index:-1;
	
	position:absolute;
	bottom:0;
	width:100%;
	height:20%;
	content:" ";
	display:block;
	
	background: -moz-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);	
	}
*/	
.main-image{
	background-image: url('/wp-content/uploads/2020/06/TNN_3486-1-1024x683-1.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}
.main-image::before{
	position:absolute;
	top:0;
	width:100%;
	height:20%;
	content:" ";
	display:block;
	
	background: -moz-linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);	
}
.main-image::after{
	z-index:-1;
	
	position:absolute;
	bottom:0;
	width:100%;
	height:20%;
	content:" ";
	display:block;
	
	background: -moz-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);	
}

#page{display:none;}
.site-footer{display:none;}


.site-header{
	margin: 0 !important;
	border: 0;
}
.col-full{max-width:none; padding: 0; margin:0 /*!important*/;}

.entry-content {
	/* margin: 0 15px; */
	background: #fff;
	border-radius: 10px;
	padding: 35px;
	margin-top: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.logo{z-index:1; text-align: center;}
.logo a{display:inline-block; margin-top:30px;}

.nav-items {
	font-size: 30px;
	margin-top: 33px;
	position: absolute;
	right: 20px;
	display: block;
	/* color: #fff; */
	z-index: 2;
	top:0;
}

.nav-items  a{color:#fff;}

#select_type{margin-top:50vh;}

.delivery_type_selection{list-style:none; margin:0;}
.delivery_type_selection li {
	margin: 10px 0;
	display: block;
	text-align: left;
	border: 1px solid #fff;
	border-radius: 10px;
	/* min-width: 200px; */
	font-size: 18px; 
	font-weight:bold;
	padding: 16px 25px;
	cursor: pointer;
	background: #20202F;
	color: #fff;
	position: relative;
	text-transform:uppercase;
}

.start-page-container{text-align:center; position:absolute; top:0; /*bottom:65px;*/ padding-left: 30% !important; padding-right: 30% !important;}



.delivery_type_selection li i {
	display: inline;
	/* height: 60px; */
	font-size: 32px;
	position: absolute;
	right: 30px;
	/* vertical-align: middle; */
	/* float: right; */
	top: 14px;
	opacity:0.2;
}

.delivery_type_selection .delivery i {/*icon position*/}
.delivery_type_selection .collection i {/*icon position*/ margin-right: 7px;}
.delivery_type_selection .meal-kit i {/*icon position*/}
.delivery_type_selection .room-service i {/*icon position*/}
.delivery_type_selection .dine-in i {/*icon position*/ margin-right: 10px;}


.delivery_type_selection li.active{border:1px solid red;}
.delivery_type_selection li:hover{background:red;}

#postcode_section, #room_number_section, #table_number_section, #date_time_section, #start_order_section, #select_table_button_section{display:none;}

.start-page-container input{border-radius:10px; width:100%; font-size:18px; padding: 16px 25px;}
.start-page-container .btn{padding: 10px 30px; !important; width:100%; border-radius:10px; text-transform:uppercase; text-align:left; font-size:18px; padding: 16px 25px;}

.slick-arrow{display:none !important;}
#locations_section .slick-slide{padding-right: 10px;}
#locations_section .location_container {
	background: #20202F;
	color: #fff;
	border-radius: 10px;
	padding:20px;
	margin-bottom:20px;

}

#locations_section .location_container .location-image{	background-size: cover;
	background-position: center; display:block; width:100%; height:100%; border-radius: 10px; position:relative;}

#locations_section .location_container .gradient-layer{	
	position:absolute;
	bottom:0;
	width:100%;
	height:20%;
	content:" ";
	display:block;
	
background: -moz-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
background: linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	border-radius:10px;
}

#locations_section .location_container .row{/*position:absolute; bottom:25px; margin-left: 1px;*/}
#locations_section .location_container .title {
	font-size: 22px;
	text-transform: uppercase;
	/*word-spacing: 100vw;*/
	line-height: 25px;
}

#locations_section .location-image{border:2px solid #transparent;}
#locations_section .slick-active .location-image{border:2px solid #fff;}

.btn-time{background:#fff;}
/*old styles*/





.start_page_locations{list-style:none; margin:0;}
.start_page_locations li{display:block; text-align:center; border:1px solid #000; border-radius:10px; padding:25px; margin-bottom:10px;}
.start_page_locations li.active{border:1px solid red;}

.start_page_locations .open{cursor:pointer;}
.start_page_locations .closed{cursor:not-allowed;}

.start_page_locations li .title{float:left;}
.start_page_locations li .distance{float:right;}


.start_order_go{/*display:inline-block;*/}

/*.logo img{width:150px; margin:auto;}*/

.main-message{font-size:40px;}


/*
	global styles
*/




.menu-header-row-mobile{display:none;}

#postcode_section{display:none;}

footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 !important;
}


.main-image.blocked .image-blocker{height:100vh; width:100%; background:#000; opacity:0.7;}

.site-info{display:none;}

.storefront-handheld-footer-bar{
	border: none;
	background: transparent;
	box-shadow: none;
}

.storefront-handheld-footer-bar ul li.cart > a::before{display:none; /* hide icon*/}
.storefront-handheld-footer-bar ul li > a{
	text-indent:0;
	display: block;
	height: auto;
	border: none;
	text-decoration: none;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
	background:#28a745;
	border-radius:0;
	
}

/*
	order confirmation
*/
.woocommerce-order{
	background: #fff;
	margin-top: 30px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.woocommerce-thankyou-order-received{
	text-align: center;
	padding-top: 50px;
}

.woocommerce-thankyou-order-details{text-align:center; background:none;}
.woocommerce-order .order_details::before, .woocommerce-order .order_details::after{background:none;}
.woocommerce-thankyou-order-details.order_details li{display:inline-block; width:33%;}
.woocommerce-order .woocommerce-order-overview__date{display:none !important;}
.woocommerce-order .woocommerce-order-overview__email{display:none !important;}

.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details{display:none !important;}


.aromodal-backdrop  {
	background: #000;
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10;
	opacity: 0.7;
}

.fdoe-top-sticky.aroaffix {	z-index: 9;}

.storefront-handheld-footer-bar{z-index:9;}



.single-product .cart .fuse-del-options__wrapper .fdo__option{
    display: inline-block!important;
    width: auto;
    padding-right: 20px;
}
.single-product .cart .fuse-del-options__wrapper .fdo__option label{
	display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.single-product .cart .fuse-del-options__wrapper .fdo__options-picker.hidden,
.single-product .cart .fuse-del-options__wrapper .wrap.hidden,
.single-product .cart .fuse-del-options__wrapper .js__collection_timepicker.hidden{
	display:none;
}



@media only screen and (max-width: 919px) {  /*tablet*/
	.start-page-container {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}

@media only screen and (max-width: 480px) { /*mobile - phones*/
	
	.logo img{height:45px !important;}
	
	.nav-items {
		font-size: 16px;
		margin-top: 8px;
		right: 15px;
	}
	
	.main-message {	font-size: 30px;	line-height: 35px; margin-top: 0 !important; padding-top: 0 !important;}
	
	.start-page-container{padding-left: 15px !important; padding-right: 15px !important;}
	
	.delivery_type_selection li{ }
	.delivery_type_selection li i{font-size: 27px;}
	
	
	
	.storefront-handheld-footer-bar ul li.nav > a:before {	content: "\f0c9";}
	
	.menu-header-row-mobile{display:block;}
	.menu-header-row-mobile a {
		position: absolute;
		right: 37px;
		margin-top: -36px;
		z-index: 999;
	}
	.site-footer{display:table;}
	footer{display:table; position:relative; background:none !important;}

}
