body,
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "GothamNarrowBook";
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  transition: all 0.5s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0px;
  font-family: "GothamNarrowMedium";
}

p {
  font-size: 20px;
  line-height: 36px;
  margin: 0px;
  color: #000;
  font-family: "GothamNarrowBook";
  padding-bottom: 37px;
}

p:last-child {
  padding-bottom: 0px;
}

h1,
h2 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 15px;
}

h3 {}

h4 {}

@font-face {
  font-family: 'GothamNarrowBlack';
  src: url('../fonts/GothamNarrowBlack.eot');
  src: url('../fonts/GothamNarrowBlack.eot') format('embedded-opentype'),
    url('../fonts/GothamNarrowBlack.woff2') format('woff2'),
    url('../fonts/GothamNarrowBlack.woff') format('woff'),
    url('../fonts/GothamNarrowBlack.ttf') format('truetype'),
    url('../fonts/GothamNarrowBlack.svg#GothamNarrowBlack') format('svg');
}

@font-face {
  font-family: "GothamNarrowMedium";
  src: url("../fonts/GothamNarrowMedium.eot");
  src: url("../fonts/GothamNarrowMedium.eot") format("embedded-opentype"),
    url("../fonts/GothamNarrowMedium.woff2") format("woff2"),
    url("../fonts/GothamNarrowMedium.woff") format("woff"),
    url("../fonts/GothamNarrowMedium.ttf") format("truetype"),
    url("../fonts/GothamNarrowMedium.svg#GothamNarrowMedium") format("svg");
}

@font-face {
  font-family: "GothamNarrowBold";
  src: url("../fonts/GothamNarrowBold.eot");
  src: url("../fonts/GothamNarrowBold.eot") format("embedded-opentype"),
    url("../fonts/GothamNarrowBold.woff2") format("woff2"),
    url("../fonts/GothamNarrowBold.woff") format("woff"),
    url("../fonts/GothamNarrowBold.ttf") format("truetype"),
    url("../fonts/GothamNarrowBold.svg#GothamNarrowBold") format("svg");
}

@font-face {
  font-family: "GothamNarrowBook";
  src: url("../fonts/GothamNarrowBook.eot");
  src: url("../fonts/GothamNarrowBook.eot") format("embedded-opentype"),
    url("../fonts/GothamNarrowBook.woff2") format("woff2"),
    url("../fonts/GothamNarrowBook.woff") format("woff"),
    url("../fonts/GothamNarrowBook.ttf") format("truetype"),
    url("../fonts/GothamNarrowBook.svg#GothamNarrowBook") format("svg");
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.common-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 37px;
}

.common-content ul li {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  font-family: "GothamNarrowBook";
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 400;
}

.common-content ul li:last-child {
  margin-bottom: 0;
}

span.price {
  font-style: normal;
}

.common-content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../../../wp-content/uploads/2024/12/Shape-8-copy-3.svg");
}

.sec-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-video .et_pb_code_inner {
  width: 100%;
  height: 100%;
}

.sec-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.video-common-box video {
  width: 100%;
  height: auto;
}

/* .inner-banner-sec .hero-video {
    display: none;
}
.page-id-22 .inner-banner-sec .hero-video {
    display: block;
}
body.page-id-22:not(.home) div#page-container {
    padding-top: 0px !important;
}
body.page-id-22:not(.home) header, body.page-id-22 .et_pb_section.main-header {
    background: transparent;
}
body.page-id-22:not(.home) header.nav-down {
    background: #000;
}
body.page-id-22 .et_pb_section.inner-banner-sec {
    padding: 256px 0px 136px 0;
}
body.page-id-22 .inner-banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgb(0, 0, 0, .5);
}
body.page-id-22 .inner-banner-sec {
	height: 60vh;
    display: flex;
    align-items: center;
}
body.page-id-22 .inner-banner-desc {
	z-index: 9;
	position: relative;
} */

.video-col .et_pb_video_overlay {
  background-position: top center;
}

.video-col .et_pb_video_overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.4);
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video div {
  width: 100%;
  height: 100%;
}

.hero-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/*Menu page css start*/
body #main_site_popup_id {
  display: none !important;
}

body.popup-class #main_site_popup_id {
  display: block !important;
}

.btm-popup-text {
  font-size: 20px;
  line-height: 28px;
  color: #D9B451;
  text-align: center;
  font-family: "GothamNarrowMedium";
  padding-top: 12px;
}

body ul.menu-list>li:last-child>a {
  background-color: #d9b451;
  border: 0;
  padding: 8px 25px;
  border-radius: 100px;
  font-weight: 500;
  transition: all .6s;
  position: relative;
  color: #fff;
  display: inline-block;
}

body ul.menu-list>li:last-child>a:hover {
  background: #fff;
  color: #000;
}

.ttl-top {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  font-family: "GothamNarrowMedium";
  margin-bottom: 7px;
}

.ttl-top sub {
  font-size: 13px;
  font-family: "GothamNarrowMedium";
  padding-left: 12px;
  position: relative;
  top: 0px;
}

.menu-bdr {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.menu-bdr ul li p {
  font-style: italic;
  margin-top: 0;
  letter-spacing: .6px;
}

.menu-box {
  font-size: 16px;
  line-height: 24px;
}

.menu-box h3 {
  color: #d9b451;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 30px;
  font-family: "GothamNarrowBold";
}

.menu-bdr ul li {
  margin-bottom: 12px;
}

.menu-bdr ul li:last-child {
  margin-bottom: 0;
}

.menu-sec span.et_pb_image_wrap img {
  margin: 0px auto 50px auto;
}

.menu-box p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 12px;
}

.menu-content-bottom {
  padding: 0px 20px;
}

.menu-bdr::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-59.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
  height: calc(100vh - 40px);
  max-height: 628px;
}

.et_pb_section.happy_hour_popup_section.main_site_popup {
  max-width: 628px;
}

.lt-col .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.lt-col .et_pb_text_inner .menu-box-item {
  width: calc(50% - 15px);
}

.menu-bdr h3 {
  padding-bottom: 12px;
}

.lt-col .et_pb_text_inner .menu-box-item:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.lt-col .menu-content-bottom h3 {
  padding-bottom: 0px;
  padding-top: 30px;
}

.rt-col .menu-bdr ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.rt-col .menu-bdr ul li {
  width: calc(50% - 10px);
}

.rt-col .menu-bdr ul li,
.lt-col .menu-bdr ul li {
  margin-bottom: 17px;
}

.lt-col .menu-bdr ul li:last-child {
  margin-bottom: 0;
}

.without-box img {
  margin: 40px auto 35px auto;
}

.lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
  margin-bottom: 35px;
}

.menu-sec .rt-col {
  padding-left: 0px;
  width: 100%;
}

.menu-sec .lt-col {
  padding-right: 0px;
  width: 100%;
  padding-bottom: 40px;
}

body ul.menu-list>li:last-child>a {
  background-color: #d9b451;
  border: 0;
  padding: 8px 25px;
  border-radius: 100px;
  font-weight: 500;
  transition: all 0.6s;
  position: relative;
  color: #FFFFFF;
  display: inline-block;
}

.event_main_section .evcal_cblock .evo_end {
  font-size: 30px;
}

body ul.menu-list>li:last-child>a:hover {
  background: #fff;
  color: #000;
}

/*Menu page css end*/


/*Header css start*/
body.header-sticky {
  padding-top: 249px;
}

.header-section.sticky-header,
.header-sticky .header-section {
  display: none;
}

.header-sticky .header-section.sticky-header {
  display: block;
}

body:not(.home) .header-section {
  display: none;
}

body:not(.home) .header-section.sticky-header {
  display: block;
}

body:not(.home) .et_pb_section.main-header {
  padding-top: 0;
}

body:not(.home) div#page-container {
  padding-top: 106px;
}

body {
  background: #000;
}

body:not(.home).header-sticky {
  padding-top: 0;
}

body:not(.home) header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}

.sticky-header .logo_col {
  max-width: 220px;
}

.sticky-header .header_col_row {
  flex-direction: initial;
}

.sticky-header nav.nav-menu-col {
  width: calc(100% - 220px);
  text-align: right;
}

ul.menu-list>li.active-li>a {
  color: #D9B451;
}

.footer-sec .copy-lt:last-child {
  padding: 0;
  margin: 0;
}

body .grecaptcha-badge {
  visibility: visible !important;
  z-index: 99999 !important;
  opacity: 1;
}

.ftr-lt {
  z-index: 0;
}

body.home .et_pb_section.main-header {
  background: transparent;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all .6s ease;
}

.home header {
  position: fixed;
}

/* ul.menu-list li:nth-child(4) a {
    color: #fff;
} */
/* ul.menu-list li.menu-item-has-children.active-li:nth-child(4) a::before {
    background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
} */
/* ul.menu-list li.menu-item-has-children.active-li:hover:nth-child(4) a::before {
        background-image: url(../../../../wp-content/uploads/2025/01/arrow-hover1.svg);
} */
body .nav-down .et_pb_section.main-header,
body.page-id-113 .nav-down .et_pb_section.main-header,
body.page-id-3 .nav-down .et_pb_section.main-header {
  padding: 0px 0px;
}

.sticky-header ul.menu-list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: -8px 0px;
}

ul.menu-list>li.menu-item-has-children {
  position: relative;
}

.sticky-header ul.menu-list>li.menu-item-has-children>a::before {
  top: 9px;
}

ul.menu-list>li.menu-item-has-children:hover>a::before {
  transform: rotateX(180deg);
}

.sticky-header ul.menu-list ul.sub-menu {
  top: 60px;
}

header.nav-up {
  top: -100%;
  position: absolute;
}

body .et_pb_section.main-header {
  padding-top: 50px;
  background-color: transparent
}

ul.menu-list .mobile_menu_close,
.mobile_menu_open {
  display: none;
}

body.home.header-sticky {
  padding-top: 0px;
}

body.home header.nav-down {
  background: #000;
}

.logo_col img {
  width: 100%;
  height: auto;
}

.logo_col a {
  width: 100%;
  height: auto;
  display: inline-block;
}

body.home .logo_col {
  max-width: 732px;
  display: none;
}

.header_col_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 45px;
  align-items: center;
  transition: all 0.5s;
  /* flex-direction: column-reverse; */
  flex-direction: row;

}

body.home .header_col_row {
  row-gap: 70px;
}

nav.nav-menu-col {
  /* width: 100%; */
  /* text-align: center; */
  padding-left: 0px;
  justify-content: center;
  transition: all 0.5s;
  text-align: end;
  width: 80%;
}

.logo_col {
  max-width: 280px;
  display: flex;
  transition: all 0.5s;
}

.header-section {
  transition: all 0.5s ease;
}

header.nav-down {
  border-bottom: 1px solid #343434;
  position: fixed;
}

ul.menu-list {
  display: inline-flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
}

/*ul.menu-list > li:last-child > a {
    border: 1px solid #D9B451;
    padding: 5px 25px;
    background: #D9B451;
    color: #fff;
}
ul.menu-list > li:last-child > a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}
ul.menu-list > li.current-menu-item:last-child > a {
    color: #fff;
}
ul.menu-list > li.current-menu-item:last-child > a:hover {
    color: #000;
}*/
ul.menu-list li a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 27px;
  color: #fff;
  font-family: "GothamNarrowMedium";
  letter-spacing: 0.9px;
}

ul.menu-list>li.current-menu-item>a,
ul.menu-list>li>a:hover,
ul.menu-list>li.menu-item-has-children:hover>a {
  color: #D9B451;
}


ul.menu-list li {
  display: inline-flex;
}

ul.menu-list>li.current-menu-ancestor>a {
  color: #FFCE03;
}

ul.menu-list ul.sub-menu {
  background: #fff;
  width: 180px;
  display: none;
  position: absolute;
  top: 28px;
  left: 0px;
  border-left: 1px solid #d9b45159;
  border-right: 1px solid #d9b45159;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 7px;
}

ul.menu-list>li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

ul.menu-list ul.sub-menu>li {
  border-bottom: 1px solid #d9b45159;
  width: 100%;
  text-align: left;
}

ul.menu-list ul.sub-menu>li>a {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px;
  width: 100%;
  text-transform: none;
}

ul.menu-list ul.sub-menu>li>a:hover,
ul.menu-list ul.sub-menu>li.current-menu-item>a {
  background: #D9B451;
  color: #fff;
}

ul.menu-list>li.menu-item-has-children>a::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  height: 7px;
  width: 11px;
  background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

ul.menu-list>li.menu-item-has-children>a:hover::before,
ul.menu-list>li.menu-item-has-children.active-li>a::before,
ul.menu-list>li.menu-item-has-children:hover>a:before {
  background-image: url(../../../../wp-content/uploads/2025/01/arrow-hover1.svg);

  background-repeat: no-repeat;
}

ul.menu-list>li.menu-item-has-children>a {
  position: relative;
  padding-right: 18px;
  pointer-events: none;
}

/*Header css end*/


/*Banner css start*/

.et_pb_row.hero-img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

.et_pb_row.hero-img div,
.et_pb_row.hero-img div span {
  height: 100%;
  width: 100%;
}

.et_pb_row.hero-img div span img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
  padding: 0;
  width: 19px;
  height: 32px;
  transition: 0.5s;
  filter: brightness(100%) invert(1);
  cursor: pointer;
  z-index: 1;
}

button.slick-next {
  right: 30px;
  background-image: url(../../../../wp-content/uploads/2025/01/next-arrow.svg);
}

button.slick-prev {
  left: 30px;
  background-image: url(../../../../wp-content/uploads/2025/01/prev-arrow.svg);
}

button.slick-arrow:hover {
  opacity: 0.7;
}

body .et_pb_section.inner-banner {
  padding: 120px 0px 136px 0px;
}

body.home .inner-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 180px 0px 79px 0px;
  height: 100%;
  z-index: 5;
}

.inner-banner span.et_pb_image_wrap img {
  margin: auto;
  width: 100% !important;
}

.main-banner {
  height: calc(100vh + 70px);
  margin-bottom: -78px;
}

.et_pb_row.hero-img .et_pb_image_wrap {
  position: relative;
}

.main-banner {
  position: relative;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgb(0, 0, 0, 0.5);
}

.et_pb_row.hero-img .et_pb_image_wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0, 0, 0, 0.6);
}

.inner-banner .et_pb_image {
  max-width: 680px;
  margin-bottom: 120px !important;
}

body.home .sticky-header nav.nav-menu-col {
  text-align: center;
}

body.home .inner-banner>.et_pb_row {
  margin: 0px auto;
}

.inner-banner h1 img {
  margin-left: -7px;
  width: 24px;
  height: auto;
}

.inner-banner h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
  justify-content: center;
  padding-bottom: 0px;
  letter-spacing: 6px;
  row-gap: 10px;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

body.home .inner-banner h1 {
  padding-bottom: 50px;
}

.et_pb_row.hero-img .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.et_pb_row.hero-img div span img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

/*Banner css end*/


/*Welcome to Chicane section css start*/
.common-sec {
  margin-bottom: -80px;
}

.et_pb_section.common-sec.careers {
  margin: 0;
}

.et_pb_section.common-sec .image-col .et_pb_image {
  position: sticky;
  top: 140px;
}

.common-sec.center-sec {
  margin-bottom: 0px;
}

.et_pb_section.change-sec.center-sec .form-col.image-col {
  padding: 70px 0px 50px 0px;
}

.common-sec.center-sec .common-content {
  padding-bottom: 50px;
}

.et_pb_section.common-sec.careers .common-content {
  padding-bottom: 60px;
}

.common-content {
  padding: 58px 80px 130px 0px;
  padding-left: calc((50% - 1400px / 2));
}

.form-col {
  padding: 60px 0px 140px 93px;
  padding-right: calc((50% - 1400px / 2));
  background: #d9b451;
}

.et_pb_section.common-sec .common-content {
  width: 51.4%;
}

.et_pb_section.common-sec .form-col {
  width: 48.6%;
}

.form-col h2 {
  color: #fff;
  padding-bottom: 8px;
}

.form-col p {
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

.contact-design .gform_wrapper .gfield input,
.contact-design .gform_wrapper .gfield textarea {
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 12px 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  opacity: 1;
  font-family: "GothamNarrowBook";
  border-radius: 10px;
}

.contact-design .ginput_container textarea.textarea {
  resize: none;
  height: 120px;
  min-block-size: auto;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder,
#gform_wrapper_1 .gform_fields .gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}

#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder,
#gform_wrapper_1 .gform_fields .gfield textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder,
#gform_wrapper_1 .gform_fields .gfield textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}

#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder,
#gform_wrapper_1 .gform_fields .gfield textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.contact-design .gform_wrapper form .gform_footer button.gform_button {
  background: #d3a957;
  padding: 12px 35px !important;
  border-radius: 100px;
  font-family: "Barlow Condensed" !important;
  font-weight: 500;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  text-transform: uppercase;
  color: #02133e;
  font-size: 20px;
  line-height: inherit !important;
  border: 0px !important;
  outline: none !important;
  text-shadow: none;
  box-shadow: none;
}

.et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
.et_pb_button_module_wrapper a.et_pb_button.df_menu_btn {
  background: #231f20;
  border: 1px solid #231f20;
  padding: 14px 38px;
  border-radius: 100px;
  font-weight: 500;
  transition: all 0.6s;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  font-family: "GothamNarrowBold";
}

.et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
.et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus {
  background: #fff;
  border-color: #fff;
  color: #231f20;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction,
.gform-theme--framework .gform_validation_errors {
  display: none !important;
}

.contact-design .gform_wrapper form .gform_footer button.gform_button:hover {
  color: #fff;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 2px solid #ff0000 !important;
}

.et_pb_button_module_wrapper.et_pb_module {
  text-align: center;
  margin-top: 0px;
}

/*.gform_ajax_spinner{position:absolute;left:9%;transform:translate(-9%);bottom:-25px;}*/
.contact-design .gform_wrapper .gfield input:focus,
.contact-design .gform_wrapper .gfield textarea:focus {
  border-color: #02133e;
}

.contact-design .gform_wrapper .gform_fields {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.contact-design .gform_wrapper .gfield input {
  height: 60px;
}

.gform_wrapper .gform_footer {
  margin: 0px;
  padding: 25px 0px 0px 0px;
}

/* Contact Css End */



/* RECEIVE EXCLUSIVE UPDATES + OFFERS Css Start */
.receive_offers_sec p span,
.inner-banner p span {
  font-family: "GothamNarrowMedium";
}

.receive_offers_sec #gform_ajax_spinner_2,
.inner-banner #gform_ajax_spinner_2 {
  position: absolute;
  bottom: -25px;
  left: 45%;
  transform: translateX(-45%);
}

.et_pb_section.receive_offers_sec {
  padding: 32px 0px 40px 0px;
  background-color: #000;
}

.receive_offers_sec form,
.inner-banner form {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: right;
  flex-wrap: wrap;
}

.receive_offers_sec .gform_wrapper .gform_footer,
.inner-banner .gform_wrapper .gform_footer {
  padding: 0px;
  position: relative;
  margin: 0px;
}

.receive_offers_sec .gform-body.gform_body,
.inner-banner .gform-body.gform_body {
  min-width: 260px;
  height: 38px;
}

.receive_offers_sec .et_pb_column .et_pb_heading_container h2 span,
.inner-banner .et_pb_column .et_pb_heading_container h2 span {
  color: #D9B451;
  font-family: "GothamNarrowBold";
}

.receive_offers_sec .et_pb_column .et_pb_heading_container h2,
.inner-banner .et_pb_column .et_pb_heading_container h2 {
  color: #fff;
  font-size: 13px !important;
  line-height: 22px !important;
  font-family: "GothamNarrowBold";
  padding-bottom: 11px;
  letter-spacing: 3px !important;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
}

.receive_offers_sec p,
.inner-banner p {
  color: #d9b451;
  font-family: "GothamNarrowMedium";
  letter-spacing: 2px;
  font-size: 20px;
}

.receive_offers_sec p span,
.inner-banner p span.line {
  margin: 0px 14px;
}

.gform_confirmation_message {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  max-width: 442px;
  margin-left: auto;
}

.receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
.inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
  background-color: #d9b451;
  padding: 0px 20px;
  font-size: 16px;
}

.receive_offers_sec .contact-design .gform_wrapper .gfield input,
.inner-banner .contact-design .gform_wrapper .gfield input {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 20px;
  color: #000;
  font-size: 15px;
  height: 38px;
}

.receive_offers_sec .contact-design .gform_wrapper .gfield input::placeholder,
.inner-banner .contact-design .gform_wrapper .gfield input::placeholder {
  color: #666666;
}

.et_pb_section.receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
.et_pb_section.receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus,
.et_pb_section.inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
.et_pb_section.inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus {
  border-color: #707070;
}

footer .receive_offers_sec p,
footer .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
  letter-spacing: 0.3px !important;
}

.copy-rt {
  padding-right: 22px;
  margin-right: 22px;
  position: relative;
}

.copy-rt::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #cac9c973;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
}

.copy-rt:last-child {
  padding-right: 0;
  margin-right: 0;
}

.copy-rt:last-child::after {
  display: none;
}


/* RECEIVE EXCLUSIVE UPDATES + OFFERS Css End */


/*Footer Css Start*/
body.page-id-24 div.et_pb_section.footer-sec,
body.page-id-28 div.et_pb_section.footer-sec,
body.page-id-76 div.et_pb_section.footer-sec,
body.page-id-3 div.et_pb_section.footer-sec,
body.page-id-113 div.et_pb_section.footer-sec,
body.error404.et-db #et-boc .et-l.et-l--footer div.footer-sec {
  background-color: #fff !important;
}

.ftr-address .et_pb_text_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ftr-address .copy-rt ul.et-menu li {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 7px;
}

.bottom-ftr .et_pb_column {
  width: auto;
}

.footer-sec .bottom-ftr {
  justify-content: space-between;
  margin-top: 33px;
  z-index: 0;
}

.bottom-ftr .et_pb_column:nth-child(2) {
  margin: auto;
}

.ftr-address .copy-rt ul.et-menu li:last-child {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.copy-lt::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #cac9c973;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
}

.ftr-address .copy-rt ul.et-menu li a {
  padding: 0px;
  line-height: 14px;
  font-size: 16px;
  opacity: 1;
}

.copy-lt p {
  letter-spacing: 2px;
}

.ftr-address .copy-rt ul.et-menu {
  margin-bottom: 4px;
  display: block;
  width: 100%;
}


.ftr-address .et_pb_text_inner .contact-num p {
  padding-bottom: 0;
}

.email-wraps p {
  padding: 0;
  margin-block: 0;
}

.copy-lt {
  padding-right: 21px;
  margin-right: 21px;
  position: relative;
}

.ftr-address .copy-rt ul.et-menu li a {
  color: #fff;
}

.ftr-address .copy-rt ul.et-menu li a:hover,
.ftr-address .copy-rt ul.et-menu li.active-li a {
  color: #d6a33b;
}

.et_pb_section.footer-sec {
  z-index: 0;
}

.footer-sec .et_pb_text_inner {
  font-size: 16px;
  line-height: 24px;
}

.ftr-rt .et_pb_text_inner {
  margin-bottom: 20px;
}

.footer-sec .et_pb_text_inner,
.footer-sec .et_pb_text_inner p,
.footer-sec .et-menu-nav ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer-sec .et_pb_text_inner a {
  color: #d6a33b;
}

footer a.et_pb_button.popup-reservestaion-btn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  z-index: 2;
  letter-spacing: 1px;
}

footer a.et_pb_button.popup-reservestaion-btn:hover {
  background: #000 !important;
}

.footer-sec .et_pb_text_inner a:hover {
  color: #fff;
}

.footer-sec .et_pb_row .et_pb_column .et_pb_module {
  background: transparent;
  margin-bottom: 0px;
}

.footer-sec .et_pb_text_inner a:hover {
  color: #fff;
}

.ftr-rt .et_pb_image_wrap img {
  margin-left: auto;
}

.footer-sec .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-sec .et_pb_module.et_pb_image a {
  max-width: 350px;
  display: inline-block;
}

body div.et_pb_section.footer-sec {
  padding: 70px 0px 20px 0px;
  background-position: top 0px right !important;
  margin-top: -1px;
  background-color: transparent !important;
  width: 100%;
}

.social-add.et_pb_module .et_pb_text_inner {
  display: flex;
  align-items: center;
}

.copy-lt:last-child::after {
  display: none;
}

.footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li>a {
  padding: 0px;
  line-height: 15px;
}

.footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li>a:hover,
.footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li.current-menu-item>a {
  color: #d6a33b;
  opacity: 1;
}

.footer-sec .et_pb_module .et_pb_menu__menu>nav>ul {
  padding-left: 10px !important;
}

.ftr-rt .et_pb_module .et_pb_image_wrap {
  display: inline-flex;
  margin-bottom: -2px;
}

.et-db #et-boc .et-l .footer-sec .et_pb_module.et_pb_menu {
  background: transparent;
}

.footer-sec .ftr-lt .et_pb_text_align_right {
  width: 100%;
  text-align: start;
  padding-top: 18px;
}

.footer-sec .ftr-lt {
  width: 60%;
}

.footer-sec .ftr-rt {
  width: 40%;
}

.receive_offers_sec .gform-body.gform_body {
  min-width: 260px;
}

/*Footer Css End*/

/* contact us */
.contact-title p {
  padding-bottom: 10px;
}

.right-detail-col {
  padding-left: 50px;
}

.right_side p {
  padding-bottom: 0;
}

.contact_detail_card .icon img {
  width: 30px;
}

.contact_detail_card:first-child .icon {
  margin-top: 5px;
}

.contact_detail_card:nth-child(2) .icon {
  margin-top: 8px;
}

.contact-title.et_pb_module {
  margin-bottom: 40px !important;
}

.contact_detail_card h3 {
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 1px;
}

.contact_detail_card:last-child {
  margin-bottom: 0;
}

.et_pb_column.contact-form-left-col {
  width: 60%;
}

.et_pb_column.right-detail-col {
  width: 40%;
}

.contact_detail_card:nth-child(3) .icon {
  margin-top: 8px;
}

.contact_detail_card {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

/*Team Css Start*/
.team-section .et_pb_column .et_pb_blurb_content {
  max-width: 100%;
}

.team-section .et_pb_column .et_pb_main_blurb_image {
  width: 300px;
}

.team-section .et_pb_column .et_pb_main_blurb_image span {
  border-radius: 10px;
  overflow: hidden;
}

.team-section .et_pb_column .et_pb_blurb_container {
  width: calc(100% - 300px);
  padding-left: 45px;
}

.team-section .et_pb_column .et_pb_blurb_container {
  width: calc(100% - 300px);
}

.team-section .et_pb_column .et_pb_main_blurb_image img {
  width: 100%;
  height: auto;
  animation: none;
}

.team-section .et_pb_column h3 {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 0px;
}

.team-section .et_pb_column h3 span {
  font-family: "GothamNarrowBold";
}

.team-section .et_pb_column .et_pb_blurb_description p:first-child {
  color: #000;
  opacity: 0.7;
  padding-bottom: 10px;
}

/*Team Css End*/

.resy-btn iframe {
  vertical-align: top;
}

.et_pb_module.resy-btn {
  margin-top: 30px;
}

.careers-acc-row .acc-heading p {
  padding-top: 10px;
}

li.menu-item-has-children.active-li:has(a[target='_blank'])>a {
  color: #ffffff;
}

li.menu-item-has-children.active-li:has(a[target='_blank'])>a::before {
  background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
}

.menu-bdr.desserts {
  text-align: center;
}

.menu-bdr.desserts ul li {
  margin-bottom: 28px;
}

.menu-bdr.desserts {
  padding: 40px;
}

.menu-bdr.desserts h3 {
  padding-bottom: 25px;
}

.menu-bdr.desserts li span {
  display: block;
  font-style: normal;
}

.menu-bdr.desserts ul li:last-child {
  margin: 0px;
}

a.et_pb_button.df_menu_btn.live-pr-btn {
  background-color: #d9b451;
  border: 1px solid #d9b451;
  font-size: 15px;
  padding: 7px 20px !important;
}

a.et_pb_button.df_menu_btn.live-pr-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
  /* height: calc(80vh - 40px);
    max-height: fit-content;
    max-width: 1000px; */
  height: auto;
  max-height: 80vh;
  max-width: 1000px;
  overflow: auto;
}

.desktop-popup-image {
  display: block;
}


.mobile-popup-image {
  display: none;
}

body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup .popup-main-box br {
  display: none;
}



/* new menu design start */
p.date_details {
  margin-bottom: 30px;
  font-style: italic;
}

ul.inner_menu_list li {
  color: #000;
  margin-bottom: 0px !important;
}

ul.inner_menu_list sub {
  top: 0;
  /* font-size: 16px; */
  font-weight: 600;
}

.beff_row {
  max-width: 150px;
}

.beef-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.beff_row p {
  font-style: italic;
  padding: 0;
  text-align: center;
}

li.children_menu {
  margin-top: 70px !important;
}

.beff_row p:empty {
  display: none;
}

b.not_italic {
  font-style: normal;
}

.menu-bdr.brunch-menu-bar>ul li {
  width: 100%;
}

.beef-section.new_beef_section {
  align-items: end;
  margin-top: 10px;
}

.beef-section.new_beef_section ul {
  width: calc(100% - 150px);
  display: flex;
  justify-content: center;
}

.beef-section.new_beef_section ul li.children_menu {
  margin: 0 !important;
  width: 70%;
}

.beef-section.new_beef_section ul li.children_menu .ttl-top {
  text-align: center;
}
.menu-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

.rt-col .menu-bdr.summer_menu_sec ul {
    display: block;
}

.rt-col .menu-bdr.summer_menu_sec ul li {
    width: 100%;
}

.menu_right2 {
    margin-top: 60px;
}
li.children_menu.left_col_children .ttl-top {
    text-align: center;
}
p.column_para {
    margin-bottom: 16px;
    font-style: italic;
}
p {}

ul.summner_bottom_menus li p:first-child {
    font-style: normal;
}

span.italic {
    font-style: italic;
}

ul.summner_bottom_menus li p:first-child  sub {
    top: 0;
    font-size: 12px;
    font-weight: 600;
}
ul.bottom1 {
    margin-bottom: 40px;
}
.beef-section.summer_menu_bottom_sec {
    justify-content: center;
    margin-top: 40px;
}

.beef-section.summer_menu_bottom_sec .beff_row {
    max-width: none;
}

.beef-section.summer_menu_bottom_sec .beff_row img {
    max-width: 150px;
    margin: 0 auto;
}
li.sharable_top {
    margin-top: 40px;
}
ul.menu-list> li:nth-child(4) > ul {
    width: 210px;
}

/* new menu design end */







@media (max-width: 1639px) {
  body div.et_pb_section.footer-sec {
    background-position: top 0px right -40px !important;
  }

  .footer-sec .ftr-rt {
    padding-right: 70px;
  }

  .bottom-ftr .et_pb_column:nth-child(2) {
    padding-right: 70px;
  }
}




/* #page-id-3   */
/*Responsive css start*/
@media (max-width: 1500px) {

  /*Contact Form css start*/
  .form-col {
    padding: 60px 40px 145px 60px;
  }

  .common-content {
    padding: 65px 60px 130px 40px;
  }

  .inner-banner h1 {
    column-gap: 40px;
  }

  /*Header css start*/
  .sticky-header ul.menu-list,
  ul.menu-list {
    gap: 18px;
  }

  ul.menu-list li a {
    font-size: 13px;
    line-height: 26px;
  }



  /* .sticky-header nav.nav-menu-col {
    width: calc(100% - 150px);
} */
  nav.nav-menu-col,
  .sticky-header nav.nav-menu-col {
    width: calc(100% - 180px);
  }

  .logo_col,
  .sticky-header .logo_col {
    max-width: 170px;
  }

  body:not(.home) .sticky-header nav.nav-menu-col {
    width: calc(100% - 170px);
  }


  /*Footer css start*/
}


@media (max-width: 1439px) {

  .sticky-header ul.menu-list ul.sub-menu {
    top: 60px;
  }

  /* body:not(.home) .sticky-header nav.nav-menu-col {
    text-align: center;
  }
  body:not(.home) .sticky-header .logo_col {
    display: none;
  } */
  .sticky-header .header_col_row {
    justify-content: space-between;
  }

  .sticky-header nav.nav-menu-col {
    width: calc(100% - 230px);
  }

  .home .sticky-header .header_col_row {
    justify-content: center;
  }

  body:not(.home) div#page-container {
    padding-top: 103px !important;
  }

  .copy-rt {
    padding-right: 18px;
    margin-right: 18px;
  }

  .right-detail-col {
    padding-left: 35px;
  }

  .et_pb_column.contact-form-left-col {
    width: 55%;
  }

  .et_pb_column.right-detail-col {
    width: 45%;
  }

}

@media (max-width: 1365px) {
  .sticky-header nav.nav-menu-col {
    width: calc(100% - 150px);
  }

  /* .sticky-header ul.menu-list li a {
    font-size: 13px;
    line-height: 23px;
} */


  /* Footer section Here  */

  /* .footer-sec .ftr-lt{
  width: 55%;
}

.footer-sec .ftr-rt{
  width: 45%;
} */

  .footer-sec .copy-lt {
    padding-right: 18px;
    margin-right: 18px;
  }

}


@media (max-width: 1199px) {
  body:not(.home) header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body.home .nav-down .et_pb_section.main-header {
    padding: 15px 0px;
  }

  .contact_detail_card:nth-child(3) .icon {
    margin-top: 5px;
  }

  .contact_detail_card:nth-child(2) .icon {
    margin-top: 6px;
  }

  .copy-lt {
    padding-right: 12px;
    margin-right: 12px;
  }

  body:not(.home) .nav-down .et_pb_section.main-header {
    padding: 0 0;
  }



  body:not(.home) div#page-container {
    padding-top: 77px !important;
  }

  body:not(.home) .sticky-header nav.nav-menu-col {
    width: calc(100% - 210px);
  }

  body:not(.home) .sticky-header .logo_col {
    /* display: flex; */
  }

  h1,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 26px;
  }

  body.popup-class #main_site_popup_id {
    max-width: 600px;
  }

  .common-content ul {
    margin-bottom: 26px;
  }

  .et_pb_module.event_main_section p#evcal_cur {
    font-size: 30px;
  }

  /* 
  .common-content ul li {
    font-size: 18px;
    line-height: 32px;
  } */

  /*Header css start*/
  .gform_wrapper .gform_footer {
    padding-top: 20px;
  }

  .common-content ul li::after {
    top: 9px;
  }

  /*Header css start*/
  body.page-id-113 .et_pb_section.main-header,
  body.page-id-3 .et_pb_section.main-header {
    padding-bottom: 0px;
  }

  body.page-id-113:not(.home) header,
  body.page-id-3:not(.home) header,
  body.error404:not(.home) header,
  body.page-id-76:not(.home) header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ul.menu-list>li.menu-item-has-children>a::before {
    display: none;
  }

  ul.menu-list {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 420px;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    transition: all 0.5s;
    display: block;
    padding: 25px 0px 30px 0px;
    z-index: 9;
    background: #D9B451;
  }

  ul.menu-list>li.current-menu-item>a,
  ul.menu-list>li>a:hover {
    color: #000;
  }

  ul.menu-list li {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    display: block;
  }

  /*  ul.menu-list > li:last-child a {
    border: 1px solid #000;
    padding: 5px 25px;
    color: #000;
    width: auto;
}*/
  /*ul.menu-list > li.current-menu-item:last-child > a {
    color: #000;
}
ul.menu-list > li.current-menu-item:last-child > a:hover {
    color: #fff;
    border-color: #000;
}
ul.menu-list > li:last-child a {
        padding: 7px 30px;
    }
nav.nav-menu-col ul.menu-list > li:last-child {
    border-bottom: 0px;
    margin: 20px 0px 0px 20px;
    text-align: left;
}*/
  ul.menu-list>li:last-child>a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }

  ul.menu-list li a {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #000000;
  }

  .inner-banner .et_pb_image {
    max-width: 540px;
  }

  .header_col_row {
    row-gap: 0px;
    justify-content: left;
    flex-direction: initial;
  }

  body.home nav.nav-menu-col {
    width: 100%;
  }

  nav.nav-menu-col,
  .sticky-header nav.nav-menu-col {
    width: calc(100% - 210px);
    text-align: right;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: right;
    align-content: normal;
  }

  ul.menu-list .mobile_menu_close,
  .mobile_menu_open {
    display: block;
  }

  .mobile_menu_open {
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-left: auto;
  }

  .mobile_menu_open svg {
    width: 100%;
    height: auto;
  }

  .mobile_menu_close span svg {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }

  .mobile_menu_close span {
    width: 20px;
    height: 20px;
    border: 0;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    display: block;
    margin-left: auto;
  }

  .active-responsive-menu ul.menu-list {
    right: 0px;
  }

  .header_col_row .nav-menu-col ul.menu-list li.mobile_menu_close {
    padding-bottom: 25px;
    padding-right: 20px;
  }

  body.active-responsive-menu {
    overflow: hidden;
  }

  body.active-responsive-menu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .active-responsive-menu .logo_col {
    opacity: 7%;
    pointer-events: none;
  }

  body .et_pb_section.main-header {
    padding-top: 20px;
  }

  .logo_col,
  .sticky-header .logo_col {
    max-width: 210px;
  }

  body .et_pb_section.inner-banner {
    padding: 100px 0px 100px 0px;
  }

  body.header-sticky {
    padding-top: 78px;
  }

  .sticky-header ul.menu-list>li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
  }

  .active-responsive-menu header.nav-down {
    border-bottom: 0px;
  }

  ul.menu-list>li.menu-item-has-children::before {
    display: none;
  }

  span.mobile-toggle {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  span.mobile-toggle:before,
  span.mobile-toggle:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #000000;
    position: absolute;
    border-radius: 1px;
    transition: all 0.6s ease;
    right: 15px;
  }

  span.mobile-toggle:after {
    transform: rotate(90deg);
  }

  span.mobile-toggle.active:after {
    transform: rotate(0deg);
  }

  ul.menu-list>li.active-li>span.mobile-toggle:before,
  ul.menu-list>li.active-li>span.mobile-toggle:after {
    background: #000;
  }

  ul.menu-list>li.active-li>a {
    color: #000;
  }
  body ul.menu-list>li.menu-item-has-children.active-li>a {
    color: #fff;
  }

  ul.menu-list ul.sub-menu {
    background: transparent;
    width: 100%;
    display: none;
    position: initial;
    padding: 0px 0px 5px 20px;
    margin-top: -10px;
    box-shadow: none;
  }
ul.menu-list> li:nth-child(4) > ul{
  width: 100%;
}
  ul.menu-list ul.sub-menu>li {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
  }

  ul.menu-list ul.sub-menu>li:last-child {
    border: 0px;
  }

  ul.menu-list ul.sub-menu>li>a {
    padding: 11px 10px;
    color: #000000;
  }

  .mobile_menu_close span svg path {
    fill: #000000;
  }

  /* ul.menu-list ul.sub-menu > li > a:hover,  */
  ul.menu-list ul.sub-menu>li.current-menu-item>a {
    background: transparent;
    color: #000;
  }

  ul.menu-list ul.sub-menu>li>a:hover,
  ul.menu-list ul.sub-menu>li.current-menu-item>a,
  ul.menu-list>li.current-menu-item>a,
  ul.menu-list>li>a:hover,
  ul.menu-list>li.menu-item-has-children:hover>a {
    color: #ffffff;
  }

  /*.nav-menu-col ul.menu-list > li.menu-item-has-children ul.sub-menu {
    display: none;
}
.nav-menu-col ul.menu-list > li.menu-item-has-children ul.sub-menu.sub-menu-open {
    display: block;
}*/
  ul.menu-list>li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }

  body.home .header_col_row {
    row-gap: 40px;
  }

  body.home .logo_col {
    max-width: 400px;
  }

  body ul.menu-list>li:last-child>a {
    width: 100%;
    max-width: 170px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #ffffff;
    color: #000;
  }

  body ul.menu-list>li:last-child>a:hover {
    background-color: #000000;
    color: #ffffff;
  }

  body ul.menu-list>li:last-child {
    border-bottom: 0 !important;
    text-align: left;
  }

  /*Banner css*/

  /*Contact Form css start*/
  .form-col p {
    font-size: 22px;
    line-height: 32px;
  }

  .form-col {
    padding: 60px 20px 140px 20px;
  }

  .common-content {
    padding: 60px 20px 130px 20px;
  }

  /*Menu page css start*/
  .rt-col {
    padding-left: 20px;
  }

  .lt-col {
    padding-right: 20px;
  }

  .lt-col .et_pb_text_inner {
    gap: 20px;
  }

  .lt-col .et_pb_text_inner .menu-box-item {
    width: calc(50% - 10px);
  }

  .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
    font-size: 12px !important;
    padding-bottom: 12px;
    line-height: 20px !important;
  }

  .footer-sec .et_pb_text_inner,
  .footer-sec .et_pb_text_inner p,
  .footer-sec .et-menu-nav ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  /* Footer section Here  */
  body.error404.et-db #et-boc .et-l div.et_pb_section.footer-sec {
    background-image: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-1697-1.svg) !important;
  }

  body div.et_pb_section.footer-sec {

    background-image: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-1697-1.svg) !important;

    background-position: top 0px right 0px !important;
    padding: 35px 0px 14px 0px;
  }

  .footer-sec .ftr-lt {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cac9c973;
  }

  .footer-sec .et_pb_text_inner,
  .footer-sec .et_pb_text_inner p,
  .footer-sec .et-menu-nav ul li a {
    justify-content: center;
    text-align: center;
  }


  .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
    max-width: 100%;
  }

  .receive_offers_sec form,
  .inner-banner form {
    justify-content: center;
  }

  .footer-sec .ftr-rt {
    padding-right: 0;
    width: 100%;
    order: -1;
    padding-bottom: 30px;
    margin-bottom: 18px !important;
    border-bottom: 1px solid #cac9c973;
  }


  .right-detail-col {
    padding-left: 25px;
  }

  .et_pb_column.contact-form-left-col {
    width: 50%;
    padding-right: 20px;
  }

  .et_pb_column.right-detail-col {
    width: 50%;
  }

  .contact_detail_card h3 {
    font-size: 24px;
    line-height: 34px;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
    max-height: 605px;
  }

  /* body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup{
      max-height: fit-content;
    } */
  li.children_menu {
    margin-top: 40px !important;
  }
}


@media (max-width: 980px) {
  .copy-lt.social-icon ul {
    gap: 8px;
  }

  .common-sec.center-sec .common-content {
    padding-bottom: 35px;
  }

  .et_pb_section.change-sec.center-sec .form-col.image-col {
    padding: 0px 20px 50px 20px;
  }

  .et_pb_section.common-sec .image-col .et_pb_image {
    position: initial;
  }

  .et_pb_section.common-sec.center-sec .form-col {
    margin-bottom: 0px !important;
  }

  footer {
    display: inline-block;
    width: 100%;
  }

  body.page-id-672 .common-sec,
  body.page-id-670 .common-sec {
    margin-bottom: 0px;
  }

  .et_pb_section.common-sec .form-col {
    margin-bottom: -30px !important;
  }

  .page-id-668 .common-sec {
    margin-bottom: 0px;
  }

  .form-col {
    padding: 60px 20px 90px 20px;
  }

  .common-content {
    padding: 60px 20px 60px 20px;
  }

  .common-content ul li::after {
    width: 12px;
    height: 12px;
  }

  .ftr-address .copy-rt ul.et-menu li a {
    font-size: 15px;
  }

  /*Banner css start*/
  .inner-banner h1 {
    font-size: 26px;
    line-height: 36px;
  }

  /*Footer css start*/
  .footer-sec .et_pb_menu .et_pb_menu__menu {
    display: block;
  }

  .footer-sec .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }

  .footer-sec .et_pb_text_inner,
  .footer-sec .et_pb_text_inner p,
  .footer-sec .et-menu-nav ul li a {
    font-size: 14px;
  }

  body div.et_pb_section.footer-sec {
    background-position: top 0px right 0px !important;
    padding: 35px 0px 14px 0px;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
    padding-left: 6px;
    margin-left: 6px;
  }

  .footer-sec .ftr-lt .et_pb_text_align_right {
    padding-top: 14px;
  }

  /* .bottom-ftr .et_pb_column:nth-child(1) {
    padding-left: 60px;
} */
  .footer-sec .copy-lt {
    padding-right: 10px;
    margin-right: 10px;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    padding: 0px 20px;
  }

  /*Menu page css start*/
  .lt-col {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .rt-col {
    padding-left: 0px;
  }

  .menu-sec span.et_pb_image_wrap img {
    margin: 0px auto 40px auto;
  }

  .lt-col .et_pb_text_inner .menu-box-item:nth-child(2) {
    gap: 25px;
  }

  .lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
    margin-bottom: 25px;
  }

  .lt-col .menu-content-bottom h3 {
    padding-top: 20px;
  }

  .footer-sec .ftr-rt {
    padding-right: 0;
    width: 100%;
    order: -1;
    padding-bottom: 30px;
    margin-bottom: 18px !important;
    border-bottom: 1px solid #cac9c973;
  }

  .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
    max-width: 100%;
  }

  .receive_offers_sec .gform-body.gform_body {
    min-width: 300px;
  }

  .bottom-ftr .et_pb_image a {
    width: 175px;
    display: inline-block;
  }

  .bottom-ftr .et_pb_column:nth-child(2) {
    padding-right: 0;
  }

  .footer-sec .bottom-ftr {
    margin-top: 20px;
  }

  .footer-sec .et_pb_text_inner,
  .footer-sec .et_pb_text_inner p,
  .footer-sec .et-menu-nav ul li a {
    justify-content: center;
    text-align: center;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    padding: 0px 12px;
    font-size: 14px;
    width: 100%;
  }

  .ftr-rt .et_pb_image .et_pb_image_wrap img {
    width: 200px;
  }

  .receive_offers_sec form,
  .inner-banner form {
    justify-content: center;
  }

  .copy-lt.social-icon a img {
    height: 23px;
    width: 23px;
  }

  .right-detail-col {
    padding-left: 0;
  }

  .et_pb_column.contact-form-left-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .et_pb_column.right-detail-col {
    width: 100%;
  }

  .contact-title.et_pb_module {
    margin-bottom: 33px !important;
  }

  .contact_detail_card .icon img {
    width: 26px;
  }

  .contact_detail_card h3 {
    padding-bottom: 0;
  }

  /* body.page-id-22 .et_pb_section.inner-banner-sec {
    padding: 185px 0 136px 0;
    height: 50vh;
} */
.beef-section.new_beef_section ul li.children_menu {
    width: 80%;
}
.menu-bdr.summer_menu_sec.bottom_summer_menu_sec .menu-col.right_menu_col ul.bottom1 +h3+ ul sub {
    padding: 0;
}
}


@media (max-width: 767px) {

  h1,
  h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 10px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .common-content ul {
    margin-bottom: 15px;
  }

  .common-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 20px;
  }

  .receive_offers_sec .gform_wrapper .gform_footer {
    width: auto;
  }

  .common-sec.center-sec .common-content {
    padding-bottom: 25px;
  }

  .menu-sec .lt-col {
    padding-bottom: 20px;
  }

  .without-box img {
    margin: 30px auto 25px auto;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    padding: 0px 20px !important;
  }

  /*Contact Form css start*/
  .common-content {
    padding: 51px 20px 54px 20px;
  }

  .et_pb_section.common-sec.careers .common-content {
    padding-bottom: 54px;
  }

  .form-col {
    padding: 51px 20px 85px 20px;
  }

  .contact-design .gform_wrapper .gfield input {
    height: 52px;
  }

  .contact-design .ginput_container textarea.textarea {
    height: 105px;
  }

  .contact-design .gform_wrapper .gfield input,
  .contact-design .gform_wrapper .gfield textarea {
    font-size: 17px;
  }

  .gform_confirmation_message {
    max-width: 100%;
  }

  .form-col p {
    font-size: 20px;
    line-height: 30px;
  }

  .gform_wrapper .gform_footer {
    padding-top: 15px;
  }

  .receive_offers_sec .gform-body.gform_body {
    width: 300px;
  }

  /*RECEIVE EXCLUSIVE UPDATES + OFFERS css start*/
  .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
    max-width: 100%;
  }

  .footer-sec .et_pb_row .et_pb_column .mobile-copy a {
    width: 180px;
    display: inline-block;
    margin-top: 18px;
  }

  .receive_offers_sec form,
  .inner-banner form {
    justify-content: center;
  }

  /*Footer css start*/
  body div.et_pb_section.footer-sec {
    padding: 35px 0px 58px 0px;
  }

  body .grecaptcha-badge,
  .userway_buttons_wrapper {
    bottom: 50px !important;
  }

  .footer-sec .ftr-lt {
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
    row-gap: 12px;
  }

  .footer-sec .ftr-ctr {
    width: 100%;
  }

  /*   .footer-sec .et_pb_text_inner a:hover,
  .footer-sec .et_pb_module .et_pb_menu__menu > nav > ul > li > a:hover,
  .footer-sec
    .et_pb_module
    .et_pb_menu__menu
    > nav
    > ul
    > li.current-menu-item
    > a {
    color: #000;
  } */
  .ftr-rt .et_pb_text_inner {
    margin-bottom: 12px;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .ftr-address .et_pb_text_inner {
    justify-content: center;
    column-gap: 0;
    row-gap: 10px;
  }

  .footer-sec .copy-lt {
    padding-right: 18px;
    margin-right: 10px;
  }


  .footer-sec .ftr-lt .et_pb_text_align_right {
    text-align: center;
    padding: 0;
  }

  .receive_offers_sec p {
    font-size: 18px;
  }

  /*Header css start*/


  /*Banner css start*/
  button.slick-next {
    right: 10px;
  }

  button.slick-prev {
    left: 10px;
  }

  button.slick-arrow {
    width: 16px;
    height: 29px;
  }

  .inner-banner h1 {
    font-size: 22px;
    line-height: 32px;
    column-gap: 15px;
  }

  .inner-banner h1 img {
    width: 20px;
    height: auto;
  }

  .common-content ul li::after {
    top: 7px;
  }

  body.home .inner-banner {
    padding: 100px 0px 34px 0px;
  }

  .inner-banner .et_pb_image {
    margin-bottom: 50px !important;
  }

  .inner-banner .et_pb_image {
    margin-bottom: 60px !important;
    max-width: 280px;
  }

  .main-banner {
    height: auto;
    margin-bottom: -35px;
  }

  body.home div.et_pb_section.footer-sec {
    margin-top: 0px;
  }

  .inner-banner h1 {
    letter-spacing: 4px;
  }

  body.home .inner-banner h1 {
    padding-bottom: 35px;
  }

  body.home .logo_col {
    max-width: 240px;
  }

  body.home .header_col_row {
    row-gap: 30px;
  }

  /*Menu page css start*/
  .menu-box h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .bottom-ftr .et_pb_image a {
    width: 160px;
  }

  .bottom-ftr .et_pb_column:nth-child(2) {
    padding-right: 0;
    margin: 0;
  }

  .bottom-ftr .et_pb_column:nth-child(1) {
    padding-left: 0;
  }

  .bottom-ftr .et_pb_column:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }

  .footer-sec .bottom-ftr .et_pb_text_inner {
    font-size: 13px;
  }

  .contact_detail_card h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .contact_detail_card {
    gap: 11px;
    margin-bottom: 15px;
  }

  .et_pb_column.contact-form-left-col {
    margin-bottom: 30px !important;
  }

  .contact-title.et_pb_module {
    margin-bottom: 25px !important;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
    max-height: max-content;
  }

  .desktop-popup-image {
    display: none;
  }


  .mobile-popup-image {
    display: block;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
    max-width: 500px;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
    height: calc(80vh - 40px);

  }

  .beef-section.new_beef_section ul {
    width: 100%;
  }

  .beef-section.new_beef_section {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .beef-section.new_beef_section ul li.children_menu {
    width: 100%;
  }
  .menu-columns {
    grid-template-columns: 1fr;
    /* row-gap: 20px; */
}

.menu_right2 {
    margin-top: 30px;
}

.rt-col .menu-bdr.summer_menu_sec ul {
    margin-bottom: 30px;
}
}

@media (max-width: 620px) {
  .ftr-address .et_pb_text_inner .copy-rt {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 13px;
    width: 60%;
  }

  .ftr-address .et_pb_text_inner .copy-rt:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .copy-rt::after {
    content: "";
    position: absolute;
    right: inherit;
    top: inherit;
    background-color: #cac9c973;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 50%;
  }

  .ftr-address .et_pb_text_inner {
    row-gap: 0;
  }
}

@media (max-width: 576px) {

  /*Footer css start*/
  span.text-second {
    display: block;
  }

  .menu-bdr.desserts {
    padding: 40px 20px;
  }

  .et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
  .et_pb_button_module_wrapper a.et_pb_button.df_menu_btn {
    padding: 14px 30px;
  }

  .inner-banner p span.line {
    display: none;
  }

  .footer-sec .ftr-lt {
    margin: auto;
  }

  .copy-lt {
    padding-right: 11px;
    margin-right: 11px;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul {
    padding-left: 0px !important;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li:first-child {
    padding-left: 0px;
    margin-left: 0px;
    border: 0px;
  }

  body div.et_pb_section.footer-sec {
    background-position: top 0px right 0px !important;
  }

  /*Contact Form css start*/

  /*Banner css start*/
  body .et_pb_section.inner-banner {
    padding: 80px 0px 80px 0px;
  }

  .inner-banner h1 {
    font-size: 14px;
    line-height: 20px;
    column-gap: 14px;
  }

  .inner-banner h1 img {
    width: 13px;
    height: auto;
  }

  /*Menu page css start*/
  .lt-col .et_pb_text_inner .menu-box-item {
    width: 100%;
  }

  .ttl-top {
    font-size: 16px;
    line-height: 20px;
  }

  .lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
    margin-bottom: 20px;
  }

  .rt-col .menu-bdr ul li {
    width: 100%;
  }

  .lt-col .et_pb_text_inner {
    gap: 40px;
  }

  .bottom-ftr .et_pb_column:nth-child(1) {
    padding-left: 0px;
    padding-bottom: 10px;
    width: 100%;
  }

  .bottom-ftr .et_pb_column:nth-child(2) {
    padding-right: 0px;
    width: 100%;
  }

  .bottom-ftr .et_pb_text_inner {
    line-height: 20px;
  }

  .ftr-address .et_pb_text_inner .copy-rt {
    width: 100%;
  }

  .footer-sec .bottom-ftr {
    row-gap: 5px;
  }

  .copy-lt::after {
    height: 38px;
  }

  .contact_detail_card .icon img {
    width: 23px;
  }

  .contact_detail_card:nth-child(3) .icon {
    margin-top: 6px;
  }

  .contact_detail_card:nth-child(2) .icon {
    margin-top: 6px;
  }

  .detail {
    width: 80%;
  }

}

@media (max-width: 479px) {

  /*Header css start*/
  ul.menu-list {
    width: 100%;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    padding: 0px 12px;
  }

  /*Footer css start*/
  .receive_offers_sec p span {
    margin: 0px 0px;
    opacity: 0;
    display: block;
    line-height: 0;
  }

  /* .copy-lt {
        padding-right: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 11px;
    } */
  .copy-rt {
    width: 100%;
    text-align: center;
  }

  /* .copy-lt::after {
      height: 1px;
      width: 180px;
      left: 50%;
      transform: translateX(-50%);
      top: auto;
      bottom: 0px;
  } */
  .ftr-address .copy-rt ul.et-menu {
    margin-bottom: 2px;
    width: 100%;
  }

  .receive_offers_sec .gform-body.gform_body {
    width: 250px;
    min-width: 250px;
  }

  /* .footer-sec .copy-lt{
      padding-right: 0;
      margin-right: 0;
    } */
  .ftr-address .et_pb_text_inner {
    column-gap: 0;
    row-gap: 0;
  }

  .contact_detail_card:nth-child(2) a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 21px;
  }

  .contact-title.et_pb_module {
    margin-bottom: 25px !important;
  }

}



@media (max-width: 402px) {
  .receive_offers_sec .gform-body.gform_body {
    width: 100%;
    min-width: 100%;
  }

  .receive_offers_sec .gform_wrapper .gform_footer {
    width: 100%;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    width: 100%;
  }
}

.page-id-26 .ftr-address .copy-rt ul.et-menu li:last-child>a {
  color: #D9B451;
}

.page-id-113 .ftr-address .copy-rt ul.et-menu li:nth-child(2)>a {
  color: #D9B451;
}

.page-id-3 .ftr-address .copy-rt ul.et-menu li:first-child>a {
  color: #D9B451;
}