/*Nourish Catering - updated 10-24-25 - Sherree*/
/* MASTER CSS STYING CODE as of 8-5-25*/

/* TOGO MENU STYLING A*/

/*ADOBE FONTS------------------------*/
/* Import Font For Proxima Nova */
@import url("https://use.typekit.net/rtw5awt.css");

/*TTE FONT FOLDER FONTS - CHANGE FONTS AS NEEDED------------------------*/

@font-face {
	font-family: "OpenSans-Regular";
	src: url(../../css/fonts/opensans/static/OpenSans/OpenSans-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: "OpenSans-SemiBold";
	src: url(../../css/fonts/opensans/static/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url(../../css/fonts/opensans/static/OpenSans/OpenSans-Bold.ttf);
}

@font-face {
	font-family: "PTSerif";
	src: url(../../css/fonts/PT_Serfi/PTSerif-Regular.ttf);
}

@font-face {
	font-family: "PTSerif-Bold";
	src: url(../../css/fonts/PR_Serfi/PTSerif-Bold.ttf);
}

/*----------DOW WE NEED THIS???? WE DEFINE THE FONTS BELOW----------*/

body {
	font-family: "OpenSans-Regular";
	color: #2e2e2e;
	letter-spacing: 0px;
}

/*----------END OF FONTS----------*/

/*----------WHAT IS THIS FOR??? BUTTONS??----------*/

.positive {
	color: #a6a974;
}

/*----------WHAT DOES THIS MEAN???----------*/

/* Code for aligning homepage */
#splash {
	text-align: center;
}
/* */

/*----------REVIEW THIS SECTION - ARE THESE LABELED CORRECTLY?----------*/

/*TOP BAR-------------------------------------*/

/*Top bar*/
.bar.bar-dark {
	background-color: #6a7743;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/*Titles on Top Bar - Views - Styling - Order*/
.bar.bar-dark .title {
	font-weight: 600 !important;
	color: #f8f5f2;
	font-size: 16px;
	font-family: "OpenSans-Regular";
	letter-spacing: 0px;
	text-transform: uppercase !important;
}

.button-clear.button-positive.fw600 {
	color: #000;
}

/*Title on Top Bar - Menu Back Button - Seen On Menu Item Page*/
.bar-dark .button.button-clear {
	font-weight: 600;
	color: #f8f5f2;
	font-size: 16px;
	font-family: "OpenSans-Regular";
	letter-spacing: 0px;
	text-transform: uppercase !important;
}

/*Top Bar - Shopping Cart Button Icon*/
.bar-dark .button.button-icon {
	color: #f8f5f2;
}
/*Top Bar - Not sure what text this changes*/
.bar.bar-dark .back-text {
	font-weight: 600 !important;
	color: #f8f5f2;
	font-size: 16px !important;
	font-family: "OpenSans-Regular";
	letter-spacing: 0px;
	text-transform: uppercase !important;
}
/*----------*/

/*----------REVIEW THIS SECTION - ARE THESE LABELED CORRECTLY?----------*/

/*BOTTOM BAR----------------------------------*/

/*Bottom Bar*/
.tabs-striped.tabs-dark .tabs {
	background-color: #6a7743;
	border-bottom: none;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

/*Code for bottom bar tabs*/
.tab-item .icon {
	color: #f8f5f2;
}

/*Code for bottom bar tabs border when active*/
.tab-item.tab-item-active {
	border-color: #f8f5f2 !important;
}

/*Code for font color for bottom bar tabs*/
.tabs-striped.tabs-dark .tab-item.tab-item-active {
	color: #f8f5f2;
}
.tabs .tab-item {
	color: #f8f5f2 !important;
}
/*----------*/

/*MENU INSTRUCTIONS - OFTEN ON CATERING SIDE----------------------------------------*/
/*why the words Hind and Lobster???*/

/*Menu Instruction Container*/
.menu-instructions {
	background: #ffffff;
	color: #ffffff;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-radius: 5px;
	text-align: center;
}

/*Menu Instructions - Heading*/
.menu-instructions-hind-upper {
	font-family: "PTSerif-Bold";
	font-size: 28px;
	line-height: 1.4;
	color: #a6a974;
	text-transform: capitalize !important;
	padding-bottom: 0px;
        padding: 2px;
}

/*Menu Instructions - Subheading*/
.menu-instructions-Lobster {
	font-family: "OpenSans-Bold";
	font-size: 20px;
	color: #2e2e2e;
	/*    background-color: #2E2E2E; /* Adjust color as needed */
	padding-top: 0px;
	line-height: 1.4;
}

/*Menu Instruction  - Underline underneath Heading (aka Lobster)*/
.menu-instructions .fw600::after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background-color: #2e2e2e; /* Adjust color as needed */
	margin: auto; /*centers the line*/
	margin-top: 12px;
	margin-bottom: 20px;
}

/*Menu Instructions - Body*/
.menu-instructions-hind-lower {
	font-family: "OpenSans-Bold";
	font-size: 14px;
	color: #2e2e2e;
	padding: 12px;
	line-height: 1.4;
}

/*Menu Instructions - Heading*/
.menu-instructions-body {
	font-family: "OpenSans-Regular";
	font-size: 16px !important;
	font-weight: 400;
	color: #2e2e2e;
	line-height: 1;
	padding-top: 0px;
	line-height: 1.4;
}

.menu-instructions-body a {
	color: #2e2e2e;
	text-decoration: none;
}

.menu-instructions a {
	text-decoration: underline;
}

/*MENU GROUP CONTAINER OR BOX----------------------------------------*/

/*Menu Box Background*/
.MenuGroup {
	background: #f8f5f2;
}

/*Menu Group Arrow*/
.menu-group-icon {
	color: #6a7743;
}

/*Menu Group Names*/
.menu-group-name {
	font-family: "PTSerif-Bold";
	font-size: 24px;
	color: #6a7743;
	letter-spacing: 0px;
	line-height: 1;
	padding-bottom: 5px !important;
}

/*Menu Group Descprtions*/
.menu-group-description {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	color: #6a7743;
	letter-spacing: 0px;
	line-height: 1.4;
	padding-top: 0px;
}

/*----------*/

/*MENU GROUP PLACEHOLDERS - Additional Content to Support Menu Groups such as Main Menu and A la Carte---------------------------------*/

/*Menu Group Placeholder - Background Color---- previously   .MenuItem-placeholder .ng-binding{
*/
.menu-instructions .ng-binding {
	color: #ffffff;
}

/*Menu Group Placeholder - Title*/
.menuGroupPlaceholder {
	ffont-family: "PTSerif-Bold";
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #2e2e2e !important;
	text-transform: capitalize !important;
	position: relative;
	margin-bottom: 0px;
	padding: 0px 16px 16px 16px;
}

.menuGroupPlaceholder .hand.fw600 {
	font-family: "PTSerif-Bold";
	font-size: 24px;
	font-weight: 800;
	color: #2e2e2e;
	text-transform: capitalize !important;
	position: relative;
	margin-bottom: 0px;
	padding: 16px 16px 0px 16px;
}

/*Menu Group Placeholder - Underline*/
.menuGroupPlaceholder .fw600::after {
	content: ""; /* Required to create the pseudo-element */
	display: block; /* Makes it act like a block-level element (so it can have width/height) */
	width: 70px; /* The line’s width */
	height: 2px; /* The line’s thickness */
	background-color: #a6a974; /* The color of the line — a bright red */
	margin: auto; /* Horizontally centers the line under the text */
	margin-top: 12px; /* Adds space between the text and the line */
}

/*Menu Group Placeholder - Description*/
.menu-group-placeholder-description {
	font-family: "OpenSans-Regular";
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #535353 !important;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	margin-top: 15px;
}

/*----------*/

/*----------WHAT DO THESE DO???----------*/

/*this code applies the background*/
.MenuItem-placeholder {
	background-color: #D7C8B1;
}
/* */

#bottomInst {
	padding-top: 10px !important;
}

.MenuItemDescription.dark.menu-group-description.menu-group-placeholder-description {
	padding: 0px !important;
}
/*----------*/

/*MENU ITEM-----------------------------------------*/
/*----------HOW TO CHANGE THE MENU ITEM SELECTION COLOR????----------*/

/*Menu Item Name*/
.menuItemName {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	font-weight: 600;
	color: #2e2e2e;
	letter-spacing: 0px;
	line-height: 1.2;
}

/*Code for menu item description*/
.MenuItemDescription {
	font-family: "OpenSans-Regular";
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #535353 !important;
	letter-spacing: 0px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Code for menu item cost*/
.menu-item-cost {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	font-weight: 600;
	color: #2e2e2e;
	letter-spacing: 0px;
	line-height: 1.2;
}

.MenuItem-placeholder{
	color: #f8f5f2;
}


.p.ng-binding {
	font-family: "OpenSans-Regular";
	color: #2e2e2e;
	font-size: 14px;
	margin-bottom: 2px;
}


/*----------*/

/*MENU ITEM PAGES - BUTTONS-----------------------------*/

/*ASSERTIVE BUTTONS-----------------------------*/
/*Assertive Buttons - BACK - OK - New Version*/
.button.button-assertive {
	background-color: #6a7743;
	color: #f8f5f2;
}
.button.button-assertive:hover {
	background-color: #6a7743;
	color: #f8f5f2;
	text-decoration: none;
}
.button.button-assertive.active,
.button.button-assertive.activated {
	background-color: #6a7743;
	color: #f8f5f2;
}
.button.button-assertive.button-clear {
	border-color: transparent;
	background: none;
	box-shadow: none;
	color: #2e2e2e;
}
.button.button-assertive.button-icon {
	border-color: transparent;
	background: none;
}
.button.button-assertive.button-outline {
	border-color: #6a7743;
	background: transparent;
	color: #6a7743;
}
.button.button-assertive.button-outline.active,
.button.button-assertive.button-outline.activated {
	background-color: #6a7743;
	box-shadow: none;
	color: #6a7743;
}
/*----------*/

/*BALANCED BUTTONS-----------------------------*/
/*Balanced Buttons - ORDER TO GO - ADD TO ORDER*/
.button.button-balanced {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Activated or Selected Color*/
.button.button-balanced.activated {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Hover */
.button.button-balanced:hover {
	background-color: #959868; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*Balanced Buttons - Outline*/
.button.button-balanced.button-outline {
	border-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Outline - Activated*/
.button.button-balanced.button-outline.activated {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Outline - Hover*/
.button.button-balanced.button-outline:hover {
	background-color: #959868; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*----------*/

/*POSTIVE BUTTONS - CHECKOUT - TIP -----------------------------*/
/*Positive Buttons - */
.button.button-positive {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Positive - Activated or Selected*/
.button.button-positive.activated {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Balanced Buttons - Positive - Hover*/
.button.button-positive:hover {
	background-color: #959868; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*Positive Outline Buttons*/
.button.button-positive.button-outline {
	border-color: #a6a974;
	color: #a6a974;
}
/*Positive Outline Buttons - Activated or Selected*/
.button.button-positive.button-outline.activated {
	background-color: #a6a974;
	color: #f8f5f2;
}
/*Positive Outline Buttons - Hover*/
.button.button-positive.button-outline:hover {
	background-color: #959868; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*----------*/

/*ENERGIZED BUTTONS-----------------------------*/
/*Energized Buttons - ORDER TO GO - ADD TO ORDER*/
.button.button-energized {
	background-color: #6a7743;
	color: #f8f5f2;
}
/*Balanced Buttons - Activated or Selected Color*/
.button.button-energized.activated {
	background-color: #6a7743;
	color: #f8f5f2;
}
/*Balanced Buttons - Hover */
.button.button-energized:hover {
	background-color: #5f6b3c; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*Balanced Buttons - Outline*/
.button.button-energized.button-outline {
	border-color: #6a7743;
	color: #f8f5f2;
}
/*Balanced Buttons - Outline - Activated*/
.button.button-energized.button-outline.activated {
	background-color: #6a7743;
	color: #f8f5f2;
}
/*Balanced Buttons - Outline - Hover*/
.button.button-energized.button-outline:hover {
	background-color: #5f6b3c; /*select a tint of the brand color - https://www.color-hex.com*/
	color: #f8f5f2;
}
/*----------*/

/*MENU ITEM PAGES - RADIO BUTTONS - CHECKBOXES -----------------------------*/

/*CHECKBOX BUTTONS-----------------------------*/
/*Checkbox - Before Selection*/
.checkbox-square .checkbox-icon:before {
	border-color: #b2b2b2;
}
/*Checkbox - Selected*/
.checkbox input:checked + .checkbox-icon:before {
	border-color: #a6a974;
	background: #a6a974;
	color: #ffffff;
}
/*----------*/

/*YES NO XTRA BUTTONS-----------------------------*/
/*YES NO XTRA Button*/
.button.button-small.button-stable.button-positive {
	background-color: #a6a974;
	color: #ffffff;
	border-color: #a6a974;
}
/*----------*/

/*RADIO BUTTONS-----------------------------*/
/*Radio Button - Before Selection*/
/*(Note: as of 11/20/24 !important is necessary to overide a !important in the inoic styling) */
.radio-positive .radio-icon:before {
	border-color: #b2b2b2 !important;
}
/*Radio Button - After (the little dot in the middle)*/
/* (Note: as of 11/20/24 !important is necessary to overide a !important in the inoic styling) */
.radio-positive .radio-icon:after {
	background: #a6a974 !important;
}
.item-radio input:checked + .radio-content .radio-icon:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*----------*/

/*WHOLE and HALF BUTTONS-----------------------------*/
/*Whole and Half - Selected*/
.circle-positive {
	border-color: #a6a974;
	background: #a6a974;
}
/*Whole and Half - Not Selected*/
.circle-negative {
	border-color: #b2b2b2;
}
/*----------*/

/* Code for input fields - I.E. quantity num or text in the styling editor */
/* (Note: as of 11/22/24 !important is required to overide a hard-coded color value when adding a menu item*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #2e2e2e !important;
}

/*----------*/

/*TEST---------------------------
.menu-view {
  background-color: #ffffff;
  border-bottom: #ddd;
  border-top: #ddd;
  height: 2px; /* The line’s thickness */
/*}
*/
/*TEST---------------------------
.menu-type-selected, .menu-view-selected {
  background-color: #f5f5f5;
  font-family: "OpenSans-Regular";
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
}
*/