@font-face {
	font-family: 'IBMPlexSans';
	src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-Text.otf');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
font-family: 'IBMPlexSans';
src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-Medium.otf');
font-weight: normal;
font-style: normal;
}*/

@font-face {
	font-family: 'IBMPlexSans';
	src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-SemiBold.otf');
	font-weight: bolder;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSans';
	src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-BoldItalic.otf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'IBMPlexSans';
	src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-Bold.otf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSans';
	src: url('https://caterpronto.com/shared/fonts/ibm-plex/IBMPlexSans-TextItalic.otf');
	font-weight: normal;
	font-style: italic;
}



/* Standard/Heading */
html{
	background-color: #EEEFF3;
	width: 100%;
	height: 100%;	
}

body{
/*	background-color: #F3F3F3;
*//*	color: #1F4D43;
*/	width: 100%;
	height: 100%;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

select {
	height: 42px;	
	font-size: 18px;	
	width: 100%;	
	border: 1px solid #979797;	
	background-color: #F9F9F9;
	margin-top: 6px;
	padding-left: 12px;
}

a {
	text-decoration: none;
}

#map {
    height: 300px; 
    width:100%;
    display: inline-block;
}

.illustration-panel {
	width: 100%;
/*	padding-top: 60px;
*/}

.city-ATX {
	width: 100%;
	background-color: #1F4D43;
	padding-bottom:40px;
	padding-top:100px;
	padding-left: 30px;
	padding-right: 30px;
}

.austin-art{
	width:250px;
	text-align: center;
}


/*.dash-bg-photo {	
	background-image: url("../img/HomepageBGPhoto.png");
	  height: 700px;
	  background-attachment: scroll;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}*/


/* DASH Colors */
.dash-green {
	background-color: #1F4D43;
}

.no-a {
	color: white;
}

.guest-topbar {
	height: 80px;	
	width: 100%;	
	background-color: #1F4D43;
	padding-top: 6px;
	position: fixed;
	z-index:10;
	padding-left: 30px;
	padding-right: 30px;
	/*box-shadow: 2px 0px 3px black;*/
}

.cart-left {
	float: left;
	width: 100px;
}

.cart-right {
	float: right;
	width: 200px;
}

.cart-count-box {
	height: 28px;	
	width: 28px;	
	border: 2px solid #F3F3F3;	
	border-radius: 6px;
	margin-left: 30px;
	margin-top: 6px;
	float: left;
	display: relative;
}

.cart-count-number {
	color: #F3F3F3;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	height: 16px;	
	margin-top: 2px;
	text-align: center;
}

.cart-subtotal {
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	float: left;
	display: relative;
	margin-left: 30px;
	margin-top: 24px;
}

.cart-view {
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-top: 9px;
	margin-right: 30px;
}

.cart-dash {
	margin-top: 20px; 
	width: 60px;
	position: relative;
	float: left;
	/*margin-left: 29px;*/
}

.cart-price-box {
	height: auto;	
	width: auto;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: white;
	margin-top: 16px;
	float: right;
	display: relative;
	position: inline-block;
	border: 2px solid white;	
}

.cart-order-box {
	height: auto;	
	width: auto;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px solid white;	
	margin-top: 16px;
	/*margin-right: 29px;*/
	float: right;
	display: relative;
	position: inline-block;
}

.cart-price {
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	/*margin-top: 2px;*/
	text-align: center;
}

.cart-order-text {
	color: white;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: normal;	
	/*height: 16px;	*/
	/*margin-top: 2px;*/
	text-align: center;
}

.topbar-text-left {
	color: #F3F3F3;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	float: left;
	display: relative;
	margin-top: 20px;
}

.topbar-text-right {
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	float: right;
	display: relative;
	margin-top: 20px;
}

.background-food {
	width: 100%;
	height: 0px;
}

.restaurant-list-header-select {
	width: 160px;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 2px;
	float:left;
	text-align: center;
	font-family: "IBMPlexSans", Helvetica;	
}

.restaurant-list-header-select-left {
	width: 160px;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 2px;
	margin-right: 8px;
	float:left;
	text-align: center;
	font-family: "IBMPlexSans", Helvetica;	
}

.restaurant-list-info-box {
	width: 100%;	
	margin-top:-2px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 47px;
	overflow: auto;
	position: relative;
	z-index: 9;
	background-color: #1F4D43;
}

.restaurant-info-box {
	/*height: 430px;	*/
	width: 100%;	
	padding-left: 30px;
	padding-right: 29px;
	padding-bottom: 47px;
	display: block;
	overflow: auto;
	position: relative;
	z-index: 9;
	background-color: #1F4D43;
	padding-top: 80px;
}

.restaurant-info-box-small {
	/*height: 339px;	*/
	width: 100%;	
	padding-left: 29px;
	padding-right: 29px;
	padding-bottom: 3px;
	display: block;
	overflow: auto;
	position: relative;
	z-index: 9;
	padding-top:40px;
}

.restaurant-info-text-box {
	margin-top: 12px;
	/*height: 40px;	*/
	width: 320px;	
	display: block;
	overflow: auto;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}

.restaurant-info-text {
	color: white;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 15px;	
	line-height: 20px;
	margin-top: 2px;
	font-weight: normal;
}

.restaurant-info-text-alert {
	color: #EE352E;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 15px;	
	line-height: 20px;
	margin-top: 2px;
}

.group-order-button {
	padding-top: 6px;
	padding-bottom: 6px;
	width: 150px;
	height: 40px;
	/*background-color: none;*/
	border: 2px white solid;
	border-radius: 6px;
	margin-top: 24px;
}

.group-order-button-text {
	color: white;
	font-size: 16px;
	font-family: "IBMPlexSans", Helvetica;	
	text-align: center;
}

.party-dropdown-closed {
	margin-top: 12px;
	height: 40px;	
	width: 180px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #1F4D43;	
}

.party-dropdown-open {
	margin-top: 12px;
	display: block;
	overflow: auto;
	width: 180px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-bottom: 12px;
	padding-top: 4px;
}


.location-dropdown-closed {
	height: 40px;	
	width: 330px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #1F4D43;
}

.location-dropdown-open {
	display: block;
	overflow: auto;
	width: 330px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-bottom: 12px;
	padding-top: 4px;
}

.menu-dropdown-closed {
	height: 50px;	
	width: 320px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #1F4D43;	
}

.menu-dropdown-open {
	/*margin-top: 24px;*/
	display: block;
	overflow: auto;
	width: 320px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
}

.tip-dropdown-closed {
	height: 50px;	
	width: 100px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #1F4D43;	
	display: block;
	overflow: auto;
	float: right;
	margin-top: 10px;
}

.tip-dropdown-open {
	/*margin-top: 24px;*/
	display: block;
	overflow: auto;
	width: 100px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	float: right;
	margin-top: 10px;

}

.menu-open-arrow {
	 /*Using a CSS trick to create the arrow */
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1F4D43;
	margin-top: 20px;
	float: right;
}

.menu-dropdown-text-selected {
	height: 19px;	
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 18px;	
	font-weight: bold;	
	line-height: 19px;
	margin-top: 14px;
	float: left;
}

.menu-dropdown-text {
	height: 19px;	
	color: #1F4D43;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 19px;
	margin-top: 16px;
	float: left;
}

.menu-dropdown-line {
	height: 40px;	
	width: 100%;	
}

.menu-party-dropdown-closed {
	margin-bottom: 12px;
	height: 40px;	
	width: 250px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #1F4D43;	
}

.menu-party-dropdown-open {
	margin-bottom: 12px;
	display: block;
	overflow: auto;
	width: 180px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-bottom: 12px;
	padding-top: 4px;
}

.menu-time-dropdown-open {
	margin-top: 12px;
	display: block;
	overflow: auto;
	height: 200px;
	width: 250px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-bottom: 12px;
	padding-top: 4px;
}

.time-dropdown-open {
	margin-top: 12px;
	display: block;
	overflow: auto;
	height: 200px;
	width: 200px;	
	border: 2px solid #1F4D43;	
	border-radius: 6px;	
	background-color: #F3F3F3;
	padding-bottom: 12px;
	padding-top: 4px;
}

.party-dropdown-text-selected {
	height: 19px;	
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: 600;	
	line-height: 16px;
	margin-top: 10px;
	float: left;
}

.party-dropdown-text {
	height: 14px;	
	color: #1F4D43;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: 600;	
	line-height: 14px;
	float: left;
}

.party-dropdown-line {
	height: 31px;	
	width: 100%;	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}

.dropdown-selected {
	background-color: #cccccc;
}

.party-dropdown-arrow {
	margin-top: 10px;
	float: right;
}

/* Booking page */
.page-container {
	margin-left: 30px;
	margin-right: 30px;
	width: auto;
}

.page-margin {
	margin-left: 26px;
	margin-right: 26px;
	width: auto;
}

/*.menu-page-margin {
	margin-top: 100px;
	padding-top: 100px;
	width: 100%;
	height: auto;
}*/

.dash-name {
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 40px;	
	font-weight: bold;	
	line-height: 42px;
	width: 150px;
	padding-top: 1em;
}

.menu-restaurant-name {
	color: white;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 40px;	
	font-weight: bold;	
	line-height: 42px;
	width: 250px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.menu-restaurant-name-green {
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 40px;	
	font-weight: bold;	
	line-height: 42px;
	width: 250px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
}

.menu-select-icon-line {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-select-icon {
	width: 120px;
	height: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	position: relative;
	margin-top: 10px;

}
	

.menu-select-text {
	width: 70px;
	height: auto;
	font-size: 18px;
	font-family: "IBMPlexSans", Helvetica;	
	color: black;
	text-align: center;
	margin-top: 5px;
	text-decoration: none;
	/*margin-left: 10px;*/
}
	.menu-select-text-inactive {
		color: #aaaaaa;
	}

.menu-icon {
	width: auto;
	height: 50px;
	margin-left: 12px;
}
	.dine-icon {
		margin-left: 15px;
	}
	.delivery-icon {
		margin-left: 0px;
	}
	.catering-icon {
		margin-left: 5px;
	}
	.takeout-icon {

	}

.input-label {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica, sans-serif;	
	font-size: 16px;	
	font-weight: 600;
	font-variant-caps: all-petite-caps;
	letter-spacing: .05em;	
	line-height: 19px;
	margin-top: 26px;
	float: left;
	width: 100%;
}

.input-label-subtitle {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica, sans-serif;	
	font-size: 14px;	
	font-weight: 200;	
	line-height: 19px;
	margin-top: 26px;
	margin-left: 10px;
	float: left;
}

.input-box {	
	height: 42px;	
	font-size: 18px;	
	width: 320px;	
	border: 1px solid #979797;	
	background-color: #F9F9F9;
	margin-top: 6px;
	padding-left: 12px;
}

.important-order-notes {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica, sans-serif;	
	font-size: 14px;	
	line-height: 19px;
	width: 100%;
	height: auto;
	min-height: 19px;
	overflow: auto;
	position: relative;
	margin-top: 5px;
}


.add-button {	
	height: 42px;	
	width: 226px;	
	border-radius: 3px;	
	background-color: #1F4D43;
	margin-top: 58px;
	margin-bottom: 58px;
	text-align: center;
	/*padding-top: 20px;*/
}

.confirm-button {	
	margin-left: auto;
	margin-right: auto;
}

.add-button-inactive {	
	height: 39px;	
	width: 226px;	
	border-radius: 3px;	
	background-color: #555555;
	margin-top: 58px;
	margin-bottom: 58px;
	text-align: center;
	/*padding-top: 20px;*/
}

.add-button-text {
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	padding-top: 10px;
	margin-bottom: 25px;
}


/* Menu pages */
.menu-title-box {	
	width: 100%;	
	background-color: #D8D8D8;
	min-height: 50px;
	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
	padding-top: 10px;
	padding-bottom: 16px;
}

.preorder-description {
	width: 60%;	
	color: #4D4E4E;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	line-height: 17px;
	float: left;
	position: relative;
	margin-left: 25px;
	padding-bottom: 10px;
}

.menu-title-textbox {
	color: #000000;	
	height: 38px;
	width: 100%;
	font-family: "IBMPlexSans", Helvetica;	
	float: left;
	margin-top: 10px;
	padding-left: 25px;
}

.selected-menu {
	border-left: 6px black solid;
	padding-left: 19px;
}

.menu-title-text {
	color: #000000;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 20px;	
	font-weight: bold;	
	line-height: 24px;
	float: left;
	margin-top: 8px;
	/*margin-left: 25px;*/
}

.menu-change-text {
	color: #000000;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 24px;
	float: right;
	margin-top: 8px;
	margin-right: 45px;
}

.alert-title-box {	
	border-top: 2px solid #888888;
	border-bottom: 2px solid #EEEFF3;
	width: 100%;	
	background-color: #dddddd;
	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
	padding-bottom: 20px;
	padding-left: 30px;
}

.alert-description {
	width: 90%;	
	color: #777677;
	font-family: "IBMPlexSans", Helvetica;	
	font-weight: 100;
	font-size: 14px;	
	line-height: 18px;
	margin-top: 6px;
	float: left;
}

.category-title-box {	
	border-top: 2px solid #D8D8D8;
	/*height: 56px;	*/
	height: auto;
	overflow: auto;
	width: 100%;	
	background-color: #dddddd;
	position: relative;
	z-index: 9;
	padding-left: 30px;
	padding-right: 30px;
}

.category-title-text {
	color: #1F4D43;	
	float: left;
	margin-top: 18px;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	letter-spacing: .15em;
	text-transform: uppercase;
}

.category-description-text {
	color: #1F4D43;	
	float: left;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 12px;	
	line-height: 14px;
	padding-bottom: 12px;
	width: 100%;
}

.category-collapse-icon {
	float: right;
	margin-top: 18px;
	color: #656565;	
}

.app-restaurant-title {
	float: left;
	margin-top: 16px;
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 18px;	
	font-weight: bold;
}

/* Aug 2020 design update - 2 items per line with photo for desktop, still full on mobile */
.menu-item-box-half {	
	width: 100%;	
	border-top: 1px solid #E1E1E1;
	background-color: #F6F6F6;
	min-height: 100px;
	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.menu-item-box-object {	
	width: 100%;	
	height: auto;
	min-height: 100px;
	display:block;
	overflow:auto;
	position: relative;
}

.menu-item-box-left {	
	width: 70%;	
	height: auto;
	float: left;
	overflow:auto;
	position: relative;
}

.menu-item-box-right {	
	padding-top:16px;
	width: 30%;	
	height: auto;
	float: right;
	overflow:auto;
	position: relative;
}

.item-price-half {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: 500;	
	float: left;
	margin-top: 17px;
	text-align: left;
}

.menu-item-section {
	width: 100%;	
	background-color: #F6F6F6;
	height: auto;
	display:block;
	overflow:auto;
	position: relative;
}

.item-description-half {
	width: 90%;	
	color: #777677;
	font-family: "IBMPlexSans", Helvetica;	
	font-weight: 100;
	font-size: 14px;	
	line-height: 18px;
	float: left;
}

.item-photo {
	height: 120px;
	width: auto;
	max-width: 160px;
	float: right;
}

.item-photo-selected {
	height: 240px;
	width: auto;
	max-width: 260px;
	float: left;
	margin-top: 20px;
}

/* Pre Aug 2020 - single line for item */
.menu-item-box {	
	width: 100%;	
	border-top: 1px solid #E1E1E1;
	background-color: #F6F6F6;
	min-height: 70px;
	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.item-title-text {
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	float: left;
	line-height: 18px;
	margin-top: 17px;
	color: #1F4D43;	
}

.promo-title-text {
	width: 100%;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: bold;	
	float: left;
	line-height: 18px;
	margin-top: 17px;
	color: #1F4D43;	
}

.app-restaurant-text {
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: text;	
	float: left;
	line-height: 18px;
	color: #1F4D43;	
}

.item-price {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: 500;	
	float: right;
	margin-top: 17px;
	text-align: right;
}

.item-description {
	width: 60%;	
	color: #777677;
	font-family: "IBMPlexSans", Helvetica;	
	font-weight: 100;
	font-size: 14px;	
	line-height: 18px;
	float: left;
}

.attribute-list {
	padding-right: 10px;
	color: #777677;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 10px;	
	line-height: 18px;
	float: left;
	text-transform:uppercase; 
	letter-spacing:1px; 
	font-weight: bold;
}

.promo-description {
	width: 100%;	
	color: #777677;
	font-family: "IBMPlexSans", Helvetica;	
	font-weight: 100;
	font-size: 14px;	
	line-height: 18px;
	float: left;
}

.menu-item-line {
	width: 100%;
	min-height: 40px;

	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
}

.cart-item-line {
	width: 100%;
	height: 40px;
}

.cart-drink-line {
	border-bottom: 1px #eeeeee solid;
}

.item-cart-text {
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;
	font-weight: 600px;	
	margin-top: 17px;
	color: #343334;	
	float:left;
}

.item-cart-count {
	width: 40px;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	margin-top: 17px;
	color: #343334;	
	float:right;
}

.order-item-count-line {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
}

.order-item-count {
	width: 40px;
	color: #343334;	
	float: left;
}

.drink-count {
	width: 40px;
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	margin-top: 10px;
	color: #343334;	
	float:right;
}

.drink-price {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	font-weight: 500;	
	float: right;
	margin-top: 14px;
	margin-right: 16px;
	text-align: right;
}


/* Item Order Page */
.order-item-container {
	width: 100%;
	height: auto;
	display:block;
	overflow:auto;
	padding-bottom: 30px;
	position: relative;
	background-color: white;
}

.order-item-box {	
	width: auto;	
	margin-top: 30px;
/*	border-bottom: 1px solid #E1E1E1;
*/	min-height: 70px;
	display:block;
	overflow:auto;
	position: relative;
	z-index:8;
	padding-bottom: 25px;
}

.order-item-title-line {
	width: 100%;
	height: 25px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.order-item-title-text {
	color: #003A2F;	
	font-family: "IBMPlexSans", Helvetica;
	font-weight: bold;	
	font-size: 20px;	
	font-weight: bold;	
	float: left;
	margin-top: 7px;
}

.item-cart-text-subtitle {
	margin-left: 10px;
	font-family: "IBMPlexSans", Helvetica;
	color:#343334;
	font-size:14px;
	font-weight:300;
	float: left;
	margin-top: 17px;
}

.order-item-close {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 20px;	
	font-weight: 100;	
	float: right;
	margin-top: 7px;
	text-align: right;
}

.order-item-description {
	width: 70%;	
	color: #4D4E4E;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	line-height: 17px;
	float: left;
}

.order-item-photo {
	width: 70%;	
	float: left;
}

.cart-title-box {	
	width: auto;	
	margin-top: 30px;
	margin-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	display:block;
	overflow:auto;
}

.order-extra-box {	
	width: 100%;	
	height: auto;
	margin-top: 30px;
	margin-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	display:block;
	overflow:auto;
}

.order-extra-line {
	width: 100%;
	height: 20px;
}

.order-extra-title {	
	height: 19px;	
	color: #2F2C2D;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	font-weight: regular;	
	line-height: 19px;
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.order-extra-subtitle {	
	height: 19px;	
	color: #2F2C2D;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	font-style: italic;
	font-weight: regular;	
	line-height: 19px;
	float: left;
	width: 100%;
	padding-bottom: 45px;
}

.payment-title-text {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;
	font-weight: bold;	
	font-size: 24px;	
	font-weight: bold;	
	float: left;
	margin-top: 7px;
}

.payment-subtitle-text {
	color: #343334;	
	font-family: "IBMPlexSans", Helvetica;
	font-weight: bold;	
	font-size: 18px;	
	font-weight: bold;	
	float: left;
	margin-bottom: 7px;
}

.payment-title-box {	
	width: auto;	
	background-color: #EEEFF3;
	border-bottom: 1px #cfcfcf solid;
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
	overflow:auto;
	padding-left: 30px;
}

.payment-info-box {	
	width: auto;	
	background-color: #EEEFF3;
	border-bottom: 1px #cfcfcf solid;
	padding-top: 10px;
	padding-bottom: 35px;
	height: auto;
	display:block;
	overflow:auto;
	padding-left: 30px;
	padding-right: 30px;
}

.payment-info-line {
	width: 100%;
	height: 20px;
	margin-top: 12px;
}

.payment-info-text {
	font-family: Helvetica;	
	font-size: 16px;	
	color: black;	
	font-weight: 500;
}

.confirmation-text-box {	
	width: auto;	
	margin-top: 30px;
	margin-bottom: 12px;
	display:block;
	overflow:auto;
}

.confirmation-line {
	width: 100%;
	display:block;
	overflow:auto;
	margin-top:20px;
}

.select-line {
	width: 100px;
}

.confirmation-text-title {
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;
	font-weight: bold;	
	font-size: 20px;	
	font-weight: bold;	
	float: left;
}

.confirmation-text {
	color: #272727;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
	float: left;
}

.confirmation-text-notes-title {
	color: #1F4D43;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
	font-weight: bold;
}

.confirmation-text-notes {
	color: #272727;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 14px;	
	font-weight: 400;
	margin-top: 6px;
}

.text-right {
	float: right;
}

.add-on-title-line {
	width: 100%;
	height: 50px;
	padding-top: 15px;
}

.add-on-line {
	width: 100%;
	height: 38px;
	padding-top: 10px;
}

.add-on-dropdown {
	width: 320px;
}

.add-on-checkbox {
	float: left;
	margin-top: 15px;
	background-color: black;
	height: 18px;	
	width: 18px;	
	border: 1px solid #272727;
}

.add-on-label-title {
	float:left;
	color: #272727;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;
	font-weight: 500;	
	line-height: 19px;
	margin-left: 0px;
	margin-top: 8px;
}

.add-on-label {
	float:left;
	color: #777677;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
	margin-left: 10px;
	margin-top: 5px;
}

.add-on-price {
	float:right;
	text-align: right;
	color: #272727;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
	margin-top: 5px;

}

.instructions-area {
	margin-top: 20px;
	width: 98%;
	height: 100px;
	border: 1px #A6A6A6 solid;
	background-color: #F9F9F9
}


.also-added-box {	
	width: 100%;	
	min-height: 70px;
	background-color: #EFEFEF;
	display:block;
	overflow:auto;
	border-top: 1px solid #E1E1E1;
}

.add-to-order-box {	
	width: 100%;	
	padding-bottom: 40px;
	background-color: #EEEFF3;
}

.add-to-order {	
	width: 226px;	
	margin: auto;
	margin-top: 20px;
	border-radius: 3px;	
	background-color: #1F4D43;
	padding: 10px 0;
}

.promo-line {	
	width: 100%;
	margin-top: 20px;
}

.promo-box {	
	width: 226px;	
	float: left;
	margin-top: 0px;
	border-radius: 3px;	
	background-color: #1F4D43;
	padding: 10px 0;
}

.add-to-order-inactive {	
	width: 226px;	
	margin: auto;
	margin-top: 20px;
	border-radius: 3px;	
	background-color: #999999;
	padding: 10px 0;
}

.add-to-order-text {	
	text-align: center;
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
}

/* Reservation confirmation page */
.confirmation-text {
	color: #000000;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	line-height: 19px;
}

.confirm-message {
	margin-top: 72px;
}

.confirmation-contact {
	margin-top: 20px;
}

.confirmation-time {
	margin-top: 40px;
}

.order-now-message {
	width: 80%;
	margin-top: 60px;
}

.order-now-button {
	width: 226px;	
	border-radius: 3px;	
	background-color: #000000;
	margin-top: 100px;
	padding: 10px 0;
}

.order-now-button-text {
	color: #FFFFFF;	
	font-family: "IBMPlexSans", Helvetica;	
	font-size: 16px;	
	text-align: center;
}

.loader-button {
	height: 0px;
	width: 0px;
	background:none;
	margin-left: auto;
	margin-right: auto;
}

.loader {
  border: 8px solid white;
  border-radius: 50%;
  border-top: 8px solid #FDA109;
  border-bottom: 8px solid #FDA109;
  width: 60px;
  height: 60px;
  margin-left: auto;
	margin-right: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Guest app homepage*/


.ef-logo {
	width: 22%;
}

.logo-style-0{
	fill:none;
}

.logo-style-1{
	fill:#272727;
}

.logo-style-2{
	fill:#ffffff;
}

.logo-style-x{
	fill:#F2F2F2;
}

.guest-homepage-container {
	margin-left: 25px;
	margin-right: 25px;
	width: auto;
}

.guest-homepage-title {
	color: #272727;
	font-family: "IBMPlexSans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 24px;
  width:100%;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.guest-homepage-subtitle {
	color: #272727;
	font-family: "IBMPlexSans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px;
  padding-top: .5%;
  padding-bottom: 1em;
  width:100%;
  font-weight: 500;

}

.guest-homepage-header {
	color: #272727;
	font-family: "IBMPlexSans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 14px;
  padding-top: 1.5em;
  padding-bottom: .3em;
  width:100%;
  border-bottom: #272727 1px solid;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
}

.error {
	color: red;
	font-family: "IBMPlexSans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 12px;
} 

/* Stripe CSS */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.stripe-button-custom {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}


/**************************************************/
/* Tablet Size Screens 700px */
/**************************************************/

@media (min-width: 700px) and (max-width: 1049px) { 

	.city-ATX {
		padding-left: 80px;
		padding-right: 80px;
	}

	.location-dropdown-closed {
		width: 350px;	
	}

	.location-dropdown-open {
		width: 350px;
	}

	.menu-dropdown-closed {
		width: 400px;
	}

	.menu-dropdown-open {
		width: 400px;
	}

	.guest-topbar {
		padding-left: 80px;
		padding-right: 80px;
	}

	.restaurant-list-info-box {
		padding-left: 80px;
		padding-right: 80px;
	}

	.restaurant-info-box {
		padding-left: 80px;
		padding-right: 80px;
	}


	.category-title-box {
		padding-left: 80px;
		padding-right: 80px;
	}

	.menu-item-box {
		padding-left: 80px;
		padding-right: 80px;
	}

	.menu-item-box-half {
		padding-left: 80px;
		padding-right: 80px;
	}

	.restaurant-list-header-select-left {
		margin-right: 28px;
	}

	.order-extra-box {	
		padding-left: 80px;
		padding-right: 80px;
	}

	.cart-title-box {	
		padding-left: 80px;
		padding-right: 80px;
	}

	.cart-drink-line {
		margin-right: 80px;
		margin-left: 80px;
	}

	.page-container {
		padding-left: 80px;
		padding-right: 80px;
	}

	.payment-title-box {	
		padding-left: 80px;
		padding-right: 80px;
	}

	.payment-info-box {	
		padding-left: 80px;
		padding-right: 80px;
	}

	.alert-title-box {	
		padding-left: 80px;
		padding-right: 80px;
	}

}


/**************************************************/
/* DesktopSize Screens -1050px */
/**************************************************/

@media (min-width: 1050px) and (max-width: 2000px) { 

	.city-ATX {
		padding-left: 120px;
		padding-right: 120px;
	}

	.location-dropdown-closed {
		width: 350px;	
	}

	.location-dropdown-open {
		width: 350px;
	}

	.menu-dropdown-closed {
		width: 400px;
	}

	.menu-dropdown-open {
		width: 400px;
	}

	.guest-topbar {
		padding-left: 120px;
		padding-right: 120px;
	}

	.restaurant-list-info-box {
		padding-left: 120px;
		padding-right: 120px;
	}

	.restaurant-info-box {
		padding-left: 120px;
		padding-right: 120px;
	}

	.category-title-box {
		padding-left: 120px;
		padding-right: 120px;
	}

	.menu-item-box {
		padding-left: 120px;
		padding-right: 120px;
	}

	.order-extra-box {	
		padding-left: 120px;
		padding-right: 120px;
	}

	.cart-title-box {	
		padding-left: 120px;
		padding-right: 120px;
	}

	.restaurant-list-header-select-left {
		margin-right: 28px;
	}

	.cart-drink-line {
		margin-right: 200px;
		margin-left: 200px;
	}

	.page-container {
		padding-left: 120px;
		padding-right: 120px;
	}

	.input-box {
		width: 400px;
	}

	.contact-info-input-line {
		width: 100%;
	}

	.payment-title-box {	
		padding-left: 120px;
		padding-right: 120px;
	}

	.payment-info-box {	
		padding-left: 120px;
		padding-right: 120px;
	}

	.alert-title-box {	
		padding-left: 120px;
		padding-right: 120px;
	}


	/* Aug 2020 design update - 2 items per line with photo for desktop, still full on mobile */
	.menu-item-section {
		padding-top: 25px;
	}

	.menu-item-box-half {	
		border: none;
		width: 50%;	
		min-height: 100px;
		display:inline-block;
		overflow:auto;
		position: relative;
		float: left;
		z-index:8;
		padding-bottom: 25px;
		padding-left: 120px;
		padding-right: 60px;
	}

	.menu-item-box-object {	
		width: auto;	
		height: auto;
		min-height: 100px;
		display:block;
		overflow:auto;
		position: relative;
		border-top: 1px #dddddd solid;
		box-shadow: 0px 1px 5px #dddddd;
		border-radius: 2px;
		padding-left: 20px;
	}

	.item-price-half {
		color: #343334;	
		font-family: "IBMPlexSans", Helvetica;	
		font-size: 12px;	
		margin-top: 7px;
		margin-top: 10px;
	}

	.menu-item-box-left {	
		width: 70%;
		max-width: 350px;	
	}

	.menu-item-box-right {	
		padding-top: 0px;
		width: 30%;
		max-width: 120px;	
	}



}
