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

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

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

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    padding: 0;
}

*::-moz-selection {
    color: #fff;
    background: #D9A23C;
}

*::selection {
    color: #fff;
    background: #D9A23C;
}

*::-moz-selection {
    color: #fff;
    background: #D9A23C;
}

*::-webkit-selection {
    color: #fff;
    background: #D9A23C;
}

*::-ms-selection {
    color: #fff;
    background: #D9A23C
}

*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: none !important;
    transition: 0.5s all;
}

body a:focus {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}

/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
    height: 60px;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    background: transparent;
    padding-left: 30px;
    opacity: 1;
    color: #4C4C4C;
    background: #fff;
}

/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
    text-align: left;
    padding-top: 5px;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}

body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}

body textarea:focus {
    box-shadow: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #D9A23C;
    font-weight: normal;
}

.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}

.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    color: #fff;
    background: #0f273d;
}

body a:focus, body a:hover {
	opacity: 1;
}
.ehf-header header.header #masthead {
    z-index: 9999 !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.title-wrap h2::after {
    content: "";
    display: block;
    border: 1px solid #D9A23C;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 1px;
    width: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: 3px;
}

.heading-wrap h2::after {
    margin: 0 auto;
}

.below-banner .heading-wrap h2::after, .Crafting-Section .heading-wrap h2::after {
    left: 0;
    left: 0;
    right: auto;

}
main#content  .button-custom a {
    width: 100%;
}

main#content .banner-section .button-custom a {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 40px;
    border:none;
}
.button-custom .elementor-widget-container {
    border-radius: 7px;
}
main#content .banner-section .button-custom a:hover {
    background: #EBAB4D;
    color: #FFFFFF;
}
main#content .banner-section .button-custom a:hover::before{
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
z-index: 1;
}
main#content .banner-section .button-custom a:before {
    content: "";
    background-image: url(../images/home-btn-sprite.png);
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: 13px;
    width: 57px;
    height: 59px;
    background-position: 0 -16px;
}
main#content div#book-table a:before {
    background-position: -3px -136px;
    margin-left: 10px;
}

main#content div#book-table a {
    padding-left: 76px;
    opacity: 1;
}

main#content div#host-function a:before {
    background-position: -3px -254px;
    margin-left: 10px;
}
main#content div#host-function a {
    padding-left: 59px;
    padding-right: 0;
}
main#content div#view-menu a {
    padding-left: 59px;
}
main#content div#view-menu a:before {
    background-position: -3px -387px;
    margin-left: 10px;
}
/*
main#content .button-custom a:hover {
    background: #D9A23C;
    color: #ffffff;
}
*/

main#content p {
    margin: 0;
}

main#content .image-custom {
    width: 100%;
}

dl.gallery-item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

dl.gallery-item a {
    height: 260px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

main#content .swiper-slide figure.swiper-slide-inner {
    background: #ffffff;
    margin: 0 7px 0 7px;
    height: 150px;
    width: auto;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}  

footer ul.contact {
    display: flex;
    justify-content: space-between;
}

header .logo-wrap {
    position: absolute;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9 !important;
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%;
    display: block;
    text-align: right;
    padding: 35px 0 0 0;
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li {
    float: left;
    padding: 0 5px 0 0;
}
header .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:nth-child(-n+3) {
	padding-right: 44px;
}
header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li:nth-last-child(-n+5) {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.elementor-custom-embed-play i.eicon-play {
    opacity: 1;
    font-weight: bold;
}

main#content .banner-section>div>div>div {
    height: 100%;
    width: 100%;
    justify-content: center;
}
.elementor-custom-embed-play i.eicon-play {
	margin-top: -20px;
	margin-bottom: 124px;
}

.shortcode-wrap .our-location {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 37px;
}

.content-wrap .testimonial-title h2, .content-wrap .location-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Ysabeau Infant',sans-serif;
    font-weight: 600 !important;
    padding: 20px 0 15px 0;
    position: relative;
    margin: 0px 0 25px 0;
}

.content-wrap .testimonial-title h2{
    color: #000000;
    
}

.content-wrap .location-address, .content-wrap .location-timing {
    color: #333333;
    font-size: 19px;
    line-height: 29px;
    font-family: 'Noto Sans',sans-serif;
    width: 321px;
    position: relative;
    padding: 0 0 0 30px;
    min-height: 93px;
    font-weight: 500;
}

.content-wrap .location-title {
    margin: 0;
}

.content-wrap .location-address::before {
    content: "";
    position: absolute;
    background-image: url(../images/location-image.png);
    left: 0;
    right: 0;
    top: 5px;
    height: 25px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}

.content-wrap .location-title::before {
    content: "";
    position: absolute;
    background-image: url(../images/timing-image1.png);
    left: -7px;
    right: 0px;
    top: 24px;
    bottom: 0px;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
} 
.content-wrap .testimonial-title h2:after {
    content: "";
    display: block;
    border: 1px solid #D9A23C;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 2px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: 0;
}

.content-wrap .location-title {
    padding: 16px 0 0 30px;
}

.our-location .content-wrap {
    padding: 0 0px 0px 10px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
    top: 213px;
}
span.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}
body#neve_body span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #D9A23C;
}
footer ul.contact li {
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ffffff;
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    margin: 0px 0 0 15px;
    padding: 8px 0 0 0;
}

footer ul.contact li a {
    font-size: 0;
}

footer ul.contact li a::before {
    position: absolute;
    height: 24px;
    width: 10px;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    background: transparent;
    border-radius: 50%;
    content: "\f09a";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    padding: 5px 0 0 13px;
    color: #ffffff;
    background-repeat: no-repeat;
}

footer ul.contact li.instagram_url a::before {
    background-image: url(../images/insta-icon.png);
    content: "";
    top: 7px;
    left: 0;
    right: 0;
    width: 40px;
    background-position: center center;
    padding: 0;
}

footer ul.contact li a:hover::before {
    color: #D9A23C;
}

footer ul.contact li.instagram_url a:hover::before {
    filter: invert(45%) sepia(13%) saturate(2238%) hue-rotate(355deg) brightness(93%) contrast(82%);
}

main#content .gallery br {
    display: none;
}

main#content .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
} 

/*main#content .small-insight-sec .gallery {
    grid-template-columns: repeat(4,1fr);
}
main#content .est-gallary .gallery {
    grid-template-columns: repeat(5, 1fr);
}
*/
main#content .gallery dl.gallery-item {
    max-width: 100%;
}

/* header#masthead .hfe-nav-menu li:last-child a {
	color: #D9A23C;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D9A23C;
	border-radius: 7px 7px 7px 7px;
	padding: 15px 35px 15px 35px;
	font-weight: bold;
} */

header#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:last-child a {
    color: #D9A23C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9A23C;
    border-radius: 7px 7px 7px 7px;
    padding: 15px 16px 15px 16px;
    font-weight: 500;
}
header#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li:last-child a:hover {
    color: #fff;
    background: #D9A23C;
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li:nth-child(6), header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li:nth-child(7), header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li:nth-child(8) {
    padding-right: 20px;
}
header .hfe-nav-menu__layout-horizontal .hfe-nav-menu>li:last-child {
    padding-right: 0;
}

i.eicon-chevron-right,
i.eicon-chevron-left {
    display: none;
}

/* main#content .carousel-wrap .swiper {
    padding: 15px;
} */
main#content .carousel-wrap .swiper {
    padding: 0;
}               /*04-08-2023*/

main#content .Seen-Us-Section .carousel-wrap .swiper {
	padding: 10px 0;
}                   /*09-08-2023*/
main#content .Seen-Us-Section .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button{
    top: calc(50% - -19px / 2);
}               /*09-08-2023*/
.Seen-Us-Section .carousel-wrap {
	padding: 0 75px;
}
.breadcrumb,
.breadcrumb a {
    color: #fff;
    font-size: 22px;
    font-family: 'Arboria-Book';
}

.breadcrumb a:hover {
    color: #D9A23C;
}

.hfe-copyright-wrapper span a:hover {
    color: #D9A23C !important;
}

/* Inner-Pages */

/* Location */
.container.single-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.nv-page-title {
    display: none;
}

/* body .banner-sec {
    margin-top: -60px;
} */

.bread-crumbs {
    margin: 23px 0;
    font-family: 'Arboria-Book';
    font-size: 18px;
}

body#neve_body .bread-crumbs span a {
    color: #0E263D;
    font-size: 17px;
    font-weight: 500;
    font-family: "Noto Sans", Sans-serif;
}

.bread-crumbs span.breadcrumb_last {
    color: #dda449;
}

body .nv-page-title-wrap {
    margin-top: 0px;
}

.breadcrumb-wrap span a,
.breadcrumb-wrap span {
    font-size: 18px;
    font-family: 'Arboria-Book';
    color: #333333;
}

/*.breadcrumb-wrap span a:hover{
     color: #D9A23C; 
}*/
.bread-crumbs span a:hover {
    color: #D9A23C;
}

.breadcrumb-wrap .breadcrumb_last {
    color: #D9A23C;
}

.concord-gallery dl.gallery-item a {
	height: 260px;
}

.concord-map .our-location .content-wrap.location {
    display: flex;
}

.concord-map .content-wrap .location-address,
.content-wrap .location-timing {
    width: auto;
    min-height: 0;
}

.concord-map .content-wrap.location .testimonial-thumbnail {
    margin-right: 88px;
}

.concord-map .our-location .content-wrap {
    padding: 0;
    align-items: center;
}

.small-insight-sec dl.gallery-item a, .patisserie-gallery dl.gallery-item a {
    height: 260px;
}
.catering-form-table-wrap>div {
    clear: both;
}

.catering-form-table-wrap>div>div:first-child {
    width: 49%;
    float: left;
}

.catering-form-table-wrap>div>div:last-child {
    width: 49%;
    float: right;
}

.catering-form-table-wrap label {
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arboria-Book;
    font-weight: 400;
    transition: all .5s ease 0s;
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 130%;
}

.catering-form-table-wrap>div .full-filled.name-field {
    position: relative;
}



.contact-us-form .full-filled.message-field::before {
    content: "\f086";
    top: 10px;
}

.contact-us-form .full-filled.catering-nearest-location-field::before {
    content: "\f041";
    ;
    top: 15px;
}

.contact-us-form .full-filled.date-field::before {
    content: "\f073";
    top: 15px;
}

.contact-us-form .full-filled.time-field::before {
    content: "\f017";
    top: 15px;
}

.contact-us-form .full-filled.comment-field::before {
    content: "\f086";
    top: 15px;
}

.contact-us-form .full-filled.catering-detail-field::before {
    content: "";
    background-image: url('../images/catering-icon.png');
    width: 25px;
    height: 16px;
    top: 17px;
    left: 15px;
}

.Seen-Us-Section .swiper-slide-inner .swiper-slide-image {
    padding: 12px;
}
main#content .concord-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}
.banner-section {
	height: 768px !important;
}

/* Date :- 10.07-2023 */

header #masthead .menu-item.current-menu-item a.hfe-menu-item {
    font-weight: 500;
}
.error404 .banner-section {
	height: 550px !important;
}


body#neve_body .title-wrap h2 {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 400;
}
body#neve_body .home-page-title{
    font-family: 'Ysabeau Infant', sans-serif;
}
main#content .Host-Function .button-custom, main#content .Crafting-Section .button-custom , main#content .Flavours-Section .button-custom {
    width: 100%;
    padding-top: 12px;
}
main#content .our-venues .button-custom a, main#content .Host-Function .button-custom a, main#content .Crafting-Section .button-custom a, main#content .Flavours-Section .button-custom a {
    font-family: 'Ysabeau Infant',sans-serif;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #ECAB4E;
    padding-bottom: 10px;
    position: relative;
    padding-right: 30px;
    border-radius: 0px;
    padding-top: 2px;
    z-index: 9;
}
main#content .Host-Function .button-custom a:hover, main#content .Crafting-Section .button-custom a:hover, main#content .Flavours-Section .button-custom a:hover {
	color: #0f273d;
	border-bottom-color: #0f273d;
}
/* main#content .Host-Function .button-custom a:hover, main#content .Crafting-Section .button-custom a:hover, main#content .Flavours-Section .button-custom a:hover {
    color: #000;
    border-bottom-color: #000;
} */
.button-custom a:focus{
    color:#ECAB4E !important;
}


main#content .our-venues .button-custom a:before, main#content .Host-Function .button-custom a::before,
main#content .Crafting-Section .button-custom a::before ,main#content .Flavours-Section .button-custom a::before {
    content: "";
    background-image: url(../images/contact-us-arrow-img.png);
    position: absolute;
    top: 7px;
    right: 0px;
    bottom: 0;
    left: auto;
    width: 21px;
    height: 18px;
    background-position: 0px -18px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(54%) saturate(6423%) hue-rotate(318deg) brightness(99%) contrast(87%);
}
main#content .our-venues .button-custom a:hover::before{
    filter:none;
    
}
main#content .our-venues .button-custom a:hover{
    border-bottom-color: #FFFFFF;
}
 /* main#content .Host-Function .button-custom a:hover::before,
main#content .Crafting-Section .button-custom a:hover::before ,main#content .Flavours-Section .button-custom a:hover::before{
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(102%) contrast(102%);
} */
main#content .Host-Function .button-custom a:hover::before, main#content .Crafting-Section .button-custom a:hover::before, main#content .Flavours-Section .button-custom a:hover::before {
	/* filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(102%) contrast(102%); */
	filter: invert(81%) sepia(7%) saturate(4871%) hue-rotate(169deg) brightness(90%) contrast(97%);
}

body#neve_body .our-standard-section h2:first-child {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 400;
    position: relative;
}
body#neve_body .our-standard-section h2:first-child::before {
    content: "";
    display: block;
    border: 1px solid #D9A23C;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 1px;
    width: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: -21px;
    margin: 0 auto;
}
body#neve_body .our-standard-section {
    padding: 58px 0  63px 0;
    margin: 0px;
    background: #ffffff;
}
div#patisserie-form {
    padding: 63px 0 79px 0;
    background-color: #F7F7F7;
}
.patisserie-gallery.e-con-full.e-flex.e-con {
    padding-top: 63px;
}
.venues.e-con-full.e-flex.e-con::before {
	box-shadow: inset 0px -201px 91px -99px rgba(0,0,0,0.55);
	display: block;
	content: "";
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 220px;
	z-index: 1;
	border-radius: 10px;
}
body#neve_body .cattering-page-form .function-class .proposal-wraped-field .full-filled.comments-field {
    width: 100% !important;
    
}

body#neve_body .wpcf7-not-valid{
    border-color: red !important;
}

 body#neve_body .patisserie-wraped-field4.patisserie-field .full-filled.date-field::before { 
    top: 15px;
  
}
#neve_body header .hfe-nav-menu .sub-menu li.menu-item a:hover {
	background: #0f273d;
	color: #EBAB4C;
}
header .hfe-nav-menu .menu-item-has-children .sub-menu {
	box-shadow: 0 0 6px 0px rgba(255,255,255,0.5);
}
html::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(15,39,61,0.60);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}
html.popup::before {
	opacity: 1;
	visibility: visible;
}
body .content-wrap .location-title {
    font-size: 28px;
    line-height: 34px;
    color: #333333;
} 
.location-shortcode .shortcode-wrap .our-location .location-phone-number a {
    color: #333;
}
.location-shortcode .shortcode-wrap .our-location .location-phone-number a:hover {
    color: #D9A23C;
}
#neve_body footer .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu li a {
	padding: 12px 10px;
}
#neve_body footer .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu li a:hover {
background: #0f273d;
  color: #EBAB4C;
}
body#neve_body .concord-map .view-btns a {
	padding-right: 30px;
	position: relative;
}
body#neve_body .concord-map .view-btns a::before {
	right: 0px;
	top: 5px;
}
.location-phone-number a {
	color: #333333;
}
.location-phone-number a:hover {
	color: #d9a23c;
}
.contact-page-shortcode .submit-btn.btn-common .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: -180px;
	margin: auto;
	top: 10px;
	bottom: 0;
}
.location-phone-number a, .location-phone-number a:focus {
	color: #333333;
}
/* 04-08-2023 */
body#neve_body .view-btns a:hover::before, .location-btn span > span a:hover::before, .location-btn a:hover::before {
	filter: invert(33%) sepia(13%) saturate(310%) hue-rotate(146deg) brightness(9%) contrast(57%);
}
.contact-us-form .contact-page-shortcode .proposal-form-table-wrap label em {
    color: #4C4C4C;
}
.catering .cattering-page-form form label em {
	color: #4C4C4C;
}

.catering-donl-btn span > span:hover::before {
	filter: invert(33%) sepia(13%) saturate(310%) hue-rotate(146deg) brightness(9%) contrast(57%);
}
.catering-donl-btn span > span:hover {
	color: #0f273d;
}
.ready-experience .menu-section .new-book-button a {
	font-family: 'Ysabeau Infant',sans-serif;
	padding: 0;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	position: relative;
	padding-right: 30px;
	border-radius: 0px;
	padding-top: 2px;
	z-index: 9;
}
.ready-experience .menu-section .new-book-button a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 7px;
	left: auto;
	width: 21px;
	height: 14px;
	background: url(../images/press-arrow.png) no-repeat;
	margin: auto;
}
.ready-experience .menu-section .new-book-button a:hover {
	color: #fff;
}
.ready-experience .menu-section .new-book-button a:hover::before {
	filter: brightness(0) invert(1);
}
.ready-experience .menu-section .new-book-button .elementor-button-wrapper {
	text-align: center;
}
.new-enquiry-form form.wpcf7-form.init .proposal-form-table-wrap label em {
	color: #4C4C4C;
}
body .new-enquiry-form .wpcf7-form.init .smart-btn .wpcf7-submit:hover {
	background: #0f273d;
	transition: 0.5s all;
}
.new-function-btn span.elementor-button-text:hover {
	color: #0f273d;
	transition: 0.5s all;
}
body#neve_body .new-function-btn span.elementor-button-text:hover::before {
	filter: invert(81%) sepia(7%) saturate(4871%) hue-rotate(169deg) brightness(90%) contrast(97%);
}
.view-btn-con .new-function-btn span > span::before {
	top: 2px;
}
body#neve_body .function-wrapper-pdf .new-function-btn span.elementor-button-text:hover::before{
    filter: invert(33%) sepia(13%) saturate(310%) hue-rotate(146deg) brightness(9%) contrast(57%);
}
html.order-popup div#dropdown-class span:hover {
	background-color: #EBAB4C;
}
html.order-popup div#dropdown-class {
	text-align: center;
}
html.order-popup body div#dropdown-class > .popup_home {
    display: flex;
    grid-column-gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
html.order-popup body div#dropdown-class > .popup_home label {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
html.order-popup body div#dropdown-class > .popup_home .wrap-location {
    max-width: 49%;
    width: 49%;
    flex: 0 0 49%;
}
html.order-popup div#dropdown-class span {
	width: 100%;
	border-radius: 15px;
	background-color: #0f273d;
	font-size: 20px;
	font-family: 'OPTIMA';
	text-transform: uppercase;
	transition: 0.5s all;
	font-weight: 400;
	letter-spacing: 1.7px;
	color: #fff;
	padding: 17px;
	height: 70px;
}


.Seen-Us-Section .carousel-wrap   .elementor-swiper-button {
	height: 50px;
	width: 50px;
}
.Seen-Us-Section .carousel-wrap   .elementor-swiper-button i {
	display: none;
}
.Seen-Us-Section .carousel-wrap .elementor-swiper-button::before {
	content: "";
	position: absolute;
	background: url(../images/new-home-page-carosuel.png) no-repeat;
	height: 50px;
	width: 32px;
	filter: brightness(0) invert(1);
	transition: 0.5s all;
	filter: invert(0%) sepia(0%) saturate(30%) hue-rotate(111deg) brightness(0%) contrast(0%);
}
.Seen-Us-Section .carousel-wrap .elementor-swiper-button:hover::before {
	filter: none;
}
.Seen-Us-Section .carousel-wrap .elementor-swiper-button.elementor-swiper-button-prev::before {
	transform: rotate(180deg);
}
.Seen-Us-Section .carousel-wrap .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button{
    top: calc(50% - -19px / 2);
}
 .new-added-btn-location.location-btn.e-con-full.e-flex.e-con {
	margin-left: 0;
}
body#neve_body .concord .new-added-btn-location.location-btn.e-con-full.e-flex.e-con .location-new-add-shortcode a{
    padding-right: 37px;
}
body#neve_body .concord .new-added-btn-location.location-btn.e-con-full.e-flex.e-con .location-new-add-shortcode a::before {
	top: 4px;
}
.leichhardtlocation-new .new-added-btn-location.location-btn.e-con-full.e-flex.e-con {
	margin-left: 0;
}
body#neve_body .leichhardtlocation-new .new-added-btn-location .location-new-add-shortcode a{
    padding-right: 37px;
}
.leichhardtlocation-new .new-added-btn-location .location-new-add-shortcode a:before{
    top: 4px;
}
.leonardslocation-new .location-btn.e-con-full.e-flex.e-con{
    margin-left: 0;
}
body#neve_body .leonardslocation-new  .location-new-add-shortcode a{
    padding-right: 37px;
}
body#neve_body .leonardslocation-new .location-new-add-shortcode a::before {
	height: 28px;
	top: 7px;
}
.concord-map .our-location .content-wrap .content-wrap {
	margin-top: -110px;
}
.concord-map .location-btn.e-con-full.e-flex.e-con {
	margin-left: 363px;
	margin-top: -87px;
}
body .enquire-sticky-bar {
	position: sticky;
	left: 0;
	right: 0;
	bottom: auto;
	top: 95px;
	background: #fff;
	z-index: 9;
}
.functions-heading h2::after {
	left: 0;
	right: 0;
	margin: auto;
}
.organica-concord.concord-map .location-btn.e-con-full.e-flex.e-con {
	margin-left: 331px;
	margin-top: -87px;
}
/* 08-08-2023 */
.Crafting-Section .crafting-inner-content {
	max-width: 651px;
	margin-left: auto;
}
.patisserie-contact-form label em {
	color: #4C4C4C;
}
main#content .banner-section .button-custom a:focus::before {
    filter: unset;
}
/* 09-08-2023 */
body#neve_body .location-class #location-popup .wrap-location .location-btn.active {
	background: #EBAB4C;
}
/* 18-08-2023 */
body:not(.home) .content-wrap .location-timing {
	margin-top: 10px;
	margin-bottom: 12px;
}
.location-phone-number a {
	font-weight: 600;
}
/* 21-08-2023 */
.wpcf7-spinner {
	background-color: #d9a23c;
}
.function-class .proposal-form-table-wrap .full-filled br {
	display: none;
}
main#content .Seen-Us-Section .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button-prev {
	left: -2px;
}
main#content .Seen-Us-Section .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button-next {
	right: -21px;
}
.patisserie-form-table-wrap .full-filled br {
	display: none;
}
body#neve_body .proposal-form-table-wrap .style-field .wpcf7-not-valid {
	border-color: #D3D3D3 !important;
}
body#neve_body .style-field .wpcf7-not-valid-tip {
	display: none;
}
/* 22-08-2023 */
.catering .cattering-page-form form .catering-form-table-wrap .submit-btn input {
	padding: 0 31px;
}
/* start 25-08-2023 */
.contact-us-form .wpcf7-form-control.has-spinner.wpcf7-submit {
	padding: 0 33px;
}
/* end 25-08-2023 */