.elementor-kit-7{--e-global-color-primary:#B4AA98;--e-global-color-text:#BAC4BA;--e-global-color-accent:#E0DDDC;--e-global-color-secondary:#E3D9CA;--e-global-color-a897de7:#000000;--e-global-color-c510f6f:#FFFFFF;--e-global-color-a06845c:#000000CC;--e-global-color-ecef751:#83745E;--e-global-color-cbf5da9:#B4AA9800;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Elementa Pro";--e-global-typography-secondary-font-size:0.9rem;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );font-family:"Elementa Pro", Sans-serif;font-size:22px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-a897de7 );font-family:"Elementa Rough Pro", Sans-serif;text-transform:uppercase;}.elementor-kit-7 a:hover{color:var( --e-global-color-ecef751 );text-decoration:underline;}.elementor-kit-7 h1{font-family:"Elementa Rough Pro", Sans-serif;font-size:2.8rem;}.elementor-kit-7 h2{font-family:"Elementa Rough Pro", Sans-serif;font-size:2.8rem;}.elementor-kit-7 h3{font-family:"Elementa Rough Pro", Sans-serif;font-size:2rem;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Elementa Rough Pro", Sans-serif;color:var( --e-global-color-a897de7 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-ecef751 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*horizontal scroll fix*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*Padding*/
.p-tb-l {
    padding-top: 10em;
    padding-bottom: 10em;
}

.p-tb-m {
    padding: 7em 0em;
}

.p-tb-s {
    padding: 3em 0em;
}
.p-b-l {
    padding-bottom: 10em;
}
.p-b-s {
    padding-bottom: 3em;
}

.p-b-xs {
    padding-bottom: 1em;
}

.p-t-s {
    padding-top: 3em;
}

.p-lr-xxs {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.p-l-s {
    padding-left: 1em;
}

.p-r-s {
    padding-right: 1em;
}

.p-all-0{
    padding:0;
}

h2:nth-child(n+2) {
  margin-top: 2em;
}

/*Buttons*/
.elementor-button {
    line-height: 0;
    padding: 1.5em 4em;
    transition: all .3s;
    background-image: url("/wp-content/uploads/Noci-Button-v1.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
}

.elementor-button:hover {
    transform: scale(0.7);
    transform: rotate(3deg);
    }


/*Tabs header clash fix*/
.e-n-tabs-heading {
    z-index: 100;
}


/*Other*/
.subfooter {
    text-align: center;
    line-height: 2rem;
    border-top: 1px solid #E4DFD4;
    margin-top: 5rem;
    padding-top: 5rem;
    font-size: 0.9rem
}


.heroimg {
    height: 80vmin;
}
/*main menu background colour on focus fix */
#sm-1709726568527012-1 {
    background: none;
}
/*sub menu */
.elementor-sub-item {
    font-size: 1.3rem !important;
    padding-left: 4rem !important;
}

/* --------password field---------------------------*/

/* General container for the password form */
.custom-password-protection {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Header section with logo and title */
.custom-password-header {
    margin-top: 1.3rem;
}

.custom-logo {
    max-width: 75px; /* Adjust logo size as needed */
    height: auto;
}

.custom-password-header h1 {
    font-size: 1.6rem;
    padding-top: 2rem;
}

/* Body section with custom copy and form */
.custom-password-body p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Password form styling */
.post-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.post-password-form label {
    font-weight: bold;
    margin-bottom: -1rem;
}

.password-input {
    width: 100%;
    max-width: 300px;
    padding: 1.4rem;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding is included in width */
}

.password-submit-button {
    line-height: 0;
    padding: 1.5em 4em;
    transition: all .3s;
    background-image: url("/wp-content/uploads/Noci-Button-v1.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.password-submit-button:hover {
    transform: scale(0.7);
    transform: rotate(3deg);
    background-color: inherit;
    transition: rotate 0.3s ease;
} 



/* Devices 767px) */
@media only screen and (max-width: 766px) {
/*Padding*/
.p-tb-l {
    padding-top: 5em;
    padding-bottom: 7em;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Elementa Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://nocirestaurant.mom/wp-content/uploads/2023/04/ElementaPro.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Elementa Rough Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://nocirestaurant.mom/wp-content/uploads/2023/04/ElementaRoughPro-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */