/*The Shed - updated 10-21-25 - Sherree*/
/* MASTER CSS STYING CODE as of 8-5-25*/

/* TOGO MENU STYLING A*/

/*ADOBE FONTS------------------------*/
/* Import Font For Proxima Nova */

@font-face{
    font-family: "Enriqueta-Regular";
    src: url(../../css/fonts/Enriqueta/Enriqueta-Regular.ttf);
  }

@font-face{
    font-family: "Enriqueta-Medium";
    src: url(../../css/fonts/Enriqueta/Enriqueta-Medium.ttf);
  }

  @font-face{
    font-family: "Enriqueta-SemiBold";
    src: url(../../css/fonts/Enriqueta/Enriqueta-SemiBold.ttf);
  }

  @font-face{
    font-family: "Enriqueta-Bold";
    src: url(../../css/fonts/Enriqueta/Enriqueta-Bold.ttf);
  }

/*TTE FONT FOLDER FONTS - CHANGE FONTS AS NEEDED------------------------*/

@font-face{
  font-family: "Roboto-Regular";
  src: url(../../css/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face{
  font-family: "Roboto-Medium";
  src: url(../../css/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face{
  font-family: "Roboto-Bold";
  src: url(../../css/fonts/Roboto/Roboto-Bold.ttf);
}

@font-face{
  font-family: "Yellowtail-Regular";
  src: url(../../css/fonts/Yellowtail-Regular.ttf);
}

/*
@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/PR_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: "proxima-nova", sans-serif;
  color: #212221;
  letter-spacing: 0px;

}

/*----------END OF FONTS----------*/


/*----------WHAT IS THIS FOR??? BUTTONS??----------*/

.positive {
  color: #d25741;
}

/*----------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: #5a5145;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/*Titles on Top Bar - Views - Styling - Order*/
.bar.bar-dark .title {
  font-weight: 800 !important;
  color: #eedaad;
  font-size: 16px;
    font-family: "Roboto-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: 800;
    color: #eedaad;
    font-size: 16px;
    font-family: "Roboto-Regular"; 
    letter-spacing: 0px;
    text-transform: uppercase !important;
}

/*Top Bar - Shopping Cart Button Icon*/
.bar-dark .button.button-icon {
    color: #eedaad;
}
/*Top Bar - Not sure what text this changes*/
.bar.bar-dark .back-text {
    font-weight: 800 !important;
    color: #eedaad;
    font-size: 16px !important;
    font-family: "Roboto-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: #5a5145;
    border-bottom: none;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

/*Code for bottom bar tabs*/
.tab-item .icon {
    color: #eedaad;
}

/*Code for bottom bar tabs border when active*/
.tab-item.tab-item-active {
    border-color: #eedaad !important;
}

/*Code for font color for bottom bar tabs*/
.tabs-striped.tabs-dark .tab-item.tab-item-active {
    color: #eedaad;
}
.tabs .tab-item {
    color: #eedaad !important;
}
/*----------*/


/*MENU INSTRUCTIONS - OFTEN ON CATERING SIDE----------------------------------------*/
/*why the words Hind and Roboto-Medium???*/

/*Menu Instruction Container*/
.menu-instructions{
    background: #d25741;
    color: #eedaad;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top:5px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border-radius: 5px;
}

/*Menu Instructions - Heading*/
.menu-instructions-hind-upper {
    font-family: "Enriqueta-Bold";
    font-size: 28px;
    font-weight: 800;
    color: #eedaad;
    line-height: 1.2;
    text-transform: capitalize !important;
    padding-bottom: 0px;
}

/*Menu Instructions - Subheading*/
.menu-instructions-Lobster {
    font-family: "Yellowtail-Regular";
    font-size: 26px;
    color: #eedaad; 
    line-height: 1.2;
/*    background-color: #212221;*/ /* Adjust color as needed */
    padding-top: 0px;
    padding-bottom:20px;
}

/*Menu Instruction  - Underline underneath Heading (aka Roboto-Medium)*/
.menu-instructions .fw600::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #212221; /* Adjust color as needed */
    margin: auto; /*centers the line*/
    margin-top: 12px;
    margin-bottom: 20px;
}

/*Menu Instructions - Lower Heading*/
.menu-instructions-hind-lower {
    font-family: "Enriqueta-Bold";
    font-size: 24px;
    font-weight: 800;
    color: #eedaad;
    line-height: 1.2;
    padding: 0px 12px 0px 12px;
}

/*Menu Instructions - Lower Body*/
.menu-instructions-body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #eedaad;
    padding: 0px;
}

.menu-instructions-body a {
    color: #eedaad;
    text-decoration: none;
}

/*MENU GROUP CONTAINER OR BOX----------------------------------------*/

/*Menu Box Background*/
.MenuGroup {
    background: #eedaad;
}

/*Menu Group Arrow*/
.menu-group-icon {
    color: #716657;
}

/*Menu Group Names*/
.menu-group-name {
    font-family: "Enriqueta-SemiBold";
    font-size: 24px;
    font-weight: 800;
    color: #716657;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase !important;
    padding-bottom: 5px !important;
}

/*Menu Group Descprtions*/
.menu-group-description {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #716657;
    letter-spacing: 0px;
    line-height: 1;
    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 {
    font-family: "Yellowtail-Regular";
    font-size: 28px !important;
    color: #716657 !important;
    text-transform: capitalize !important;
    position: relative;
    margin-bottom: 0px;
    padding: 32px 16px 0px 16px;
    line-height: 1.4;
}


.menuGroupPlaceholder .hand.fw600 {
    font-family: "Yellowtail-Regular";
    font-size: 28px;
    font-weight: 800;
    color: #716657;
    text-transform: capitalize !important;
    position: relative;
    margin-bottom: 0px;
    padding: 32px 16px 0px 16px;
    line-height: 1.4;
}

/*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: #d25741; /* 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: "Roboto-Regular";
    font-size: 20px;
    font-weight: 400;
    color: #535353;
    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: #535353;
}
  /* */


#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: "Roboto-Medium";
  font-size: 16px;
  color: #212221;
  letter-spacing: 0px;
  line-height: 1.2;
  text-transform: uppercase;
}

/*Code for menu item description*/
.MenuItemDescription {
  font-family: "Roboto-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: "Roboto-Medium";
  font-size: 16px;
  color: #212221;
  letter-spacing: 0px;
  line-height: 1.2;
}
/*----------*/


/*MENU ITEM PAGES - BUTTONS-----------------------------*/


/*ASSERTIVE BUTTONS-----------------------------*/
/*Assertive Buttons - BACK - OK - New Version*/
.button.button-assertive {
    background-color: #212221;
    color: #fff; 
}
.button.button-assertive:hover {
    background-color: #343634;
    color: #fff;
    text-decoration: none; 
}
.button.button-assertive.active, .button.button-assertive.activated {
    background-color: #343634; 
    color: #ffffff;
}
.button.button-assertive.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #212221; 
}
.button.button-assertive.button-icon {
    border-color: transparent;
    background: none; 
}
.button.button-assertive.button-outline {
    border-color: #212221;
    background: transparent;
    color: #212221; 
}
.button.button-assertive.button-outline.active, .button.button-assertive.button-outline.activated {
    background-color: #343634;
    box-shadow: none;
    color: #fff; 
}
/*----------*/

/*BALANCED BUTTONS-----------------------------*/
/*Balanced Buttons - ORDER TO GO - ADD TO ORDER*/
.button.button-balanced {
    background-color: #d25741;
    color: #ffffff;
}
/*Balanced Buttons - Activated or Selected Color*/
.button.button-balanced.activated {
    background-color:#d25741; 
    color: #ffffff;
}
/*Balanced Buttons - Hover */
.button.button-balanced:hover {
    background-color:#b74233; /*select a tint of the brand color - https://www.color-hex.com*/
    color: #ffffff;
}
/*Balanced Buttons - Outline*/
.button.button-balanced.button-outline {
    border-color: #d25741;
    color:#d25741;
}
/*Balanced Buttons - Outline - Activated*/
.button.button-balanced.button-outline.activated {
    background-color: #d25741;
    color:#ffffff;
}
/*Balanced Buttons - Outline - Hover*/
.button.button-balanced.button-outline:hover {
    background-color:#b74233; /*select a tint of the brand color - https://www.color-hex.com*/
    color: #ffffff;
}
/*----------*/


/*POSTIVE BUTTONS - CHECKOUT - TIP -----------------------------*/
/*Positive Buttons - */
.button.button-positive {
    background-color: #d25741;
    color: #ffffff;
}
/*Balanced Buttons - Positive - Activated or Selected*/
.button.button-positive.activated {
    background-color:#d25741; 
    color: #ffffff;
}
/*Balanced Buttons - Positive - Hover*/
.button.button-positive:hover {
    background-color:#b74233; /*select a tint of the brand color - https://www.color-hex.com*/
    color: #ffffff;
}
/*Positive Outline Buttons*/
.button.button-positive.button-outline {
    border-color: #d25741;
    color: #d25741;
}
/*Positive Outline Buttons - Activated or Selected*/
.button.button-positive.button-outline.activated {
  background-color: #d25741; 
  color:#ffffff;
}
/*Positive Outline Buttons - Hover*/
.button.button-positive.button-outline:hover {
background-color:#b74233; /*select a tint of the brand color - https://www.color-hex.com*/
color: #ffffff;
}
/*----------*/


/*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: #d25741;
    background: #d25741;
    color: #ffffff;
}
/*----------*/

/*YES NO XTRA BUTTONS-----------------------------*/
/*YES NO XTRA Button*/
.button.button-small.button-stable.button-positive {
    background-color: #d25741;
    color: #ffffff;
    border-color: #d25741;
}
/*----------*/

/*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: #d25741 !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: #d25741;
    background: #d25741;
}
/*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: #212221 !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: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #212221;
}
*/