/*==============================================
[Main stylesheet my-app.css]

Author:			WM_Team
Version:		1.0
Created:		20 September 2016
Last updated:	20 September 2016
Template:		Comida - Restaurant reservations Responsive App Mobile
================================================*/
/*
[Table of Contents]

01. COVER PAGE
02. LOGIN & REGISTRE & REMEMBER PASSWORD
03. LEFT MENU
04. WALKTHROUGH
05. RESTAURANTS
06. DETAIL RESTAURANT
07. FOOD CATEGORIES
08. RESERVATION FORM
09. LISTs
*/



/*===============================================*/
/* 01. COVER PAGE	 						     */
/*===============================================*/

#app-cover {
	background-image: url(../img/photos/bg-cover.jpg);
	background-position: right;
	background-size: cover;
	color: #FFFFFF;
	padding: 32px 15px;
	text-align: center;
}

#app-cover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background-image: url(../img/photos/frozen-back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    z-index: -1;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.app-cover-content {
	padding-top: 50px;
}

.frozen-back {
	display:block;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	background: inherit;
	border-radius: 5px;
	overflow: auto;
}

.store-badges a {
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index:10;
}
.logo {
	z-index:-1;
}

.logo img {
	border-radius: 6px;
	width:20vw;
}

.logo_pages img {
	border-radius: 6px;
	width:20vw;
}

@media only screen and (min-width: 320px) {

    .logo img {
	width:60vw;
    }

    .logo_pages img {
	width:60vw;
    }

}

@media only screen and (min-width: 425px) {

    .logo img {
	width:60vw;
    }

    .logo_pages img {
	width:60vw;
    }

}

@media only screen and (min-width: 728px) {

    .logo img {
	width:40vw;
    }

    .logo_pages img {
	width:40vw;
    }

}

@media only screen and (min-width: 1024px) {
	#app-cover:after {
		display:none;
	}
	
	.logo {
		position:absolute;
		top:40px;
		left:0px;
		right:0px;
	}
	
	.logo img {
	    width:22vw;
	}

	.logo_pages img {
	    width:22vw;
	}

	.app-cover-content {
		padding-top: 150px;
		z-index:1;
	}
	.store-badges a {
			margin-left: auto;
			margin-right: auto;
			display: block;
			z-index:10;
	}
	
	.col-md-9 {
		margin: 10px auto;
		width:500px;
	}
	
	.frozen-back {
		display:block;
		position: relative;
		margin: 0px auto;
		padding: 50px;
		width: 800px;
		background: inherit;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.frozen-back:before{
		content: '';
		width: 850px;
		height: 100%;
		background: inherit; 
		position: absolute;
		left: -25px;
		right: 0;
		top: -25px;  
		bottom: 0;
		box-shadow: inset 0 0 0 300px rgba(60,60,60,0.6);
		filter: blur(20px);
		background-image: url(../img/photos/smoke.png);
		background-repeat: no-repeat;
		background-position: bottom;
		z-index: -1;
	}


}

@media only screen and (min-width: 1280px) {
    .logo {
	top:30px;
    }

    .logo img {
	width:20vw;
    }

    .logo_pages img {
	width:20vw;
    }

}

@media only screen and (min-width: 1440px) {
    .logo {
	top:10px;
    }

    .logo img {
	width:16vw;
    }


    .logo_pages img {
	width:16vw;
    }

}

@media only screen and (min-width: 2560px) {
    .logo {
	top:10px;
    }

    .logo img {
	width:12vw;
    }

    .logo_pages img {
	width:12vw;
    }

}

/*===============================================*/
/* 02. LOGIN & REGISTRE & REMEMBER PASSWORD	     */
/*===============================================*/


.page-top-cover {
	width: 100%;
	height: 250px;
	background-image: url(../img/photos/bg-page.jpg);
	background-position: center;
	background-size: cover;
}

.navbar-no-color {
	background: transparent!important;
}

.input-icon  {
	margin-bottom:0px!important;
}

.input-icon i:before {
	font-size:26px!important;
}

.btn-form-group {
	padding: 0px 15px;
}

.recover-password {
	padding: 0px 30px;
}

.icon-recover i:before {
	font-size: 70px;
}

.back-close-icon i:before {
	font-size: 22px;
}


/*===============================================*/
/* 03. LEFT MENU	 						     */
/*===============================================*/

.left-menu-profile i:before {
	font-size: 18px!important;
}

.left-menu-profile input[type="text"] {
	border: 0px;
	background: #EFEFEF;
	width: 100%;
	height: 26px;
	text-align: center;
	border-radius: 3px;
	font-family: "Montserrat"!important;
}

.left-menu-profile .icon-location i:before {
	font-size: 10px!important;
}

.list-menu {
	margin: 30px 0px!important;
}

.list-menu i:before {
	font-size: 20px!important;
}

/*===============================================*/
/* 04. WALKTHROUGH	 						     */
/*===============================================*/

.walkthrough-icon {
	width: 100px;
	height: 100px;
	margin: 60px auto 40px;
}

.walkthrough-item {
	padding: 0px 15px;
}

.slick-dots li button::before {
	font-size: 20px!important
}

.slick-dots li {
    margin: 0 3px!important;
}

/*===============================================*/
/* 05. RESTAURANTS	 						     */
/*===============================================*/

.restaurant {
	margin-bottom: 40px;
}

.restaurant-img {
	width: 100%;
	height: auto;
}

.restaurant-grid {
	margin-bottom: 30px;
}

.link-deeporange {
	color: #ff5722!important;
}

/*===============================================*/
/* 06. DETAIL RESTAURANT	 				     */
/*===============================================*/

.tabs-menu {
	margin: 15px 0px 0px!important;
}

.tabs-menu a.active{
	color: #ff5722!important;
}

.user-reviews-star {
	margin: 0px!important;
	padding: 0px!important;
}

.user-reviews-star li{
	display: inline-block;
	margin-right: 5px;
}

.gray-star:before{
	color: gray!important;
}

.yellow-star:before{
	color: #FFC107!important;
}

/*===============================================*/
/* 07. FOOD CATEGORIES		 				     */
/*===============================================*/

.food-category {
	border: 1px solid #EFEFEF;
	padding: 15px;
	display: block;
	margin-bottom: 15px;
}

.icon-category:before {
	font-size: 60px!important;
}

/*===============================================*/
/* 08. RESERVATION FORM							 */
/*===============================================*/

.reservation-cover {
	background-image: url(../img/photos/bg-reservation.jpg)!important;
}

.booking-form ul li{
	margin-bottom: 15px;
}

/*===============================================*/
/* 09. LISTs		 						     */
/*===============================================*/

.content-background {
	background: #EFEFEF;
	color: #6d6d72;
}

.page-list .item-media i:before {
	font-size: 24px!important;
	height: 24px!important;
}

.no-border::after,
.no-border::before {
	background: none!important;
}

/*===============================================*/
/* 05. PRODUCTS	 						     */
/*===============================================*/

.product {
	margin-bottom: 40px;
}

.product-img {
	width: 100%;
	height: auto;
	min-height: 275px;
}


.product-grid {
	margin-bottom: 30px;
}

.link-deeporange {
	color: #ff5722!important;
}

.list-block .item-content {
	padding-right:15px;
}

.item-content > small  {
	padding-right:15px;
	position: absolute;
	top: 40px;
	right: 15px;
	font-size: small;
}

.init-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10000000;
}

.content-block-title {
    color: rgba(0,0,0,1) !important;
    font-size:16px !important;
}
