/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


#main-header,#main-footer{
	display: none !important;
}
.et_fixed_nav.et_show_nav #page-container{
	padding-top:0px !important;
}
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
.v-align{
	display: flex !important;
	align-items:center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
}


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
.custom-header-buttons {
  display: none;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .custom-header-buttons {
    display: flex;
	justify-content: flex-end; 
}

.custom-header-buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 0.875rem; /* text-sm */
  font-weight: 600; /* font-semibold */
  height: 44px; /* h-11 */
  border-radius: 0.375rem; /* rounded-md */
  padding-left: 2rem; /* px-8 */
  padding-right: 2rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-order-online {
  background-color: #E68A00; /* saffron */
  color: white;
  box-shadow: 0 4px 6px rgba(230, 138, 0, 0.3); /* shadow-warm */
}

.btn-order-online:hover {
  background-color: #c97500; /* saffron-dark */
  transform: scale(1.05); /* hover:scale-105 */
}

.btn-reserve-table {
  background: linear-gradient(to right, #FFD700, #B8860B); /* from-gold to-gold-dark */
  color: #4B392F; /* earth */
  box-shadow: 0 4px 6px rgba(184, 134, 11, 0.3); /* shadow-elegant */
}

.btn-reserve-table:hover {
  background: linear-gradient(to right, #B8860B, #FFD700); /* hover from-gold-dark to-gold */
}/* Style the anchor inside the list items for full button styling */

	

	
	
/* Target Divi menu items with your classes and the anchor */
#menu-item-194.ord-on-mob > a,.menu-item-194 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  height: 44px !important;
  border-radius: 0.375rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background-color: #E68A00 !important;
  color: white !important;
  box-shadow: 0 4px 6px rgba(230, 138, 0, 0.3) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

#menu-item-194.ord-on-mob > a:hover,.menu-item-194:hover
#menu-item-194.ord-on-mob > a:focus-visible {
  background-color: #c97500 !important;
  transform: scale(1.05) !important;
  outline-offset: 2px !important;
  outline: 2px solid #c97500 !important;
}

#menu-item-195.rsv-tbl-mob > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  height: 44px !important;
  border-radius: 0.375rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background: linear-gradient(to right, #FFD700, #B8860B) !important;
  color: #4B392F !important;
  box-shadow: 0 4px 6px rgba(184, 134, 11, 0.3) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

#menu-item-195.rsv-tbl-mob > a:hover,
#menu-item-195.rsv-tbl-mob > a:focus-visible {
  background: linear-gradient(to right, #B8860B, #FFD700) !important;
  outline-offset: 2px !important;
  outline: 2px solid #B8860B !important;
  transform: none !important;
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

/* Order Online button - menu-item-194 */
.menu-item-194 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  height: 44px !important;
  border-radius: 0.375rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background-color: #E68A00 !important; /* saffron */
  color: white !important;
  box-shadow: 0 4px 6px rgba(230, 138, 0, 0.3) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.menu-item-194 > a:hover,
.menu-item-194 > a:focus-visible {
  background-color: #c97500 !important; /* darker saffron */
  transform: scale(1.05) !important;
  outline-offset: 2px !important;
  outline: 2px solid #c97500 !important;
}

/* Reserve Table button - menu-item-195 */
.menu-item-195 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  height: 44px !important;
  border-radius: 0.375rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background: linear-gradient(to right, #FFD700, #B8860B) !important; /* gold gradient */
  color: #4B392F !important; /* earth tone */
  box-shadow: 0 4px 6px rgba(184, 134, 11, 0.3) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.menu-item-195 > a:hover,
.menu-item-195 > a:focus-visible {
  background: linear-gradient(to right, #B8860B, #FFD700) !important;
  outline-offset: 2px !important;
  outline: 2px solid #B8860B !important;
  transform: none !important;
}

/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
	