.elementor-kit-15982{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b2254d5:#0C0C0C;--e-global-typography-primary-font-family:"Harvey Nichols Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Harvey Nichols Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Harvey Nichols Sans";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Harvey Nichols Sans Headline";--e-global-typography-accent-font-weight:500;--e-global-typography-3cd397f-font-family:"Futura Bold";--e-global-typography-3cd397f-font-size:20px;--e-global-typography-3cd397f-font-weight:bold;--e-global-typography-3cd397f-line-height:1.4em;--e-global-typography-3cd397f-letter-spacing:0px;--e-global-typography-3cd397f-word-spacing:1px;--e-global-typography-9ffe141-font-family:"Harvey Nichols Sans";--e-global-typography-9ffe141-font-size:16px;--e-global-typography-9ffe141-font-weight:400;--e-global-typography-9ffe141-line-height:1.3em;--e-global-typography-9ffe141-letter-spacing:1px;--e-global-typography-b223097-font-family:"Harvey Nichols Sans";--e-global-typography-b223097-font-size:20px;--e-global-typography-b223097-font-weight:bold;--e-global-typography-b223097-line-height:1.4em;--e-global-typography-b223097-letter-spacing:0px;--e-global-typography-b223097-word-spacing:1px;--e-global-typography-29be9cf-font-family:"Harvey Nichols Sans";--e-global-typography-29be9cf-font-size:16px;--e-global-typography-29be9cf-font-weight:400;--e-global-typography-29be9cf-line-height:1.3em;--e-global-typography-29be9cf-letter-spacing:1px;--e-global-typography-b8fb505-font-family:"Harvey Nichols Sans Headline";--e-global-typography-b8fb505-font-size:14px;--e-global-typography-b8fb505-font-weight:400;--e-global-typography-b8fb505-text-transform:uppercase;--e-global-typography-b8fb505-line-height:1.3em;--e-global-typography-b8fb505-letter-spacing:1px;}.elementor-kit-15982 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#ts_embedded_form {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: inherit;
    color: #1a1a1a;
}

#ts_embedded_form h2,
#ts_embedded_form h3 {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 32px 0 16px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 8px !important;
}

#ts_embedded_form p {
    font-size: 14px !important;
    margin-bottom: 28px !important;
    color: #444 !important;
}

#ts_embedded_form label {
    display: block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    color: #1a1a1a !important;
}

/* Single column layout */
#ts_embedded_form form {
    display: block !important;
}

/* All inputs */
#ts_embedded_form input[type="text"],
#ts_embedded_form input[type="email"],
#ts_embedded_form input[type="tel"],
#ts_embedded_form input[type="number"],
#ts_embedded_form input[type="date"],
#ts_embedded_form input[type="time"],
#ts_embedded_form select,
#ts_embedded_form textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    background: #fff !important;
    color: #1a1a1a !important;
}

#ts_embedded_form input[type="text"]:focus,
#ts_embedded_form input[type="email"]:focus,
#ts_embedded_form input[type="tel"]:focus,
#ts_embedded_form input[type="number"]:focus,
#ts_embedded_form input[type="date"]:focus,
#ts_embedded_form input[type="time"]:focus,
#ts_embedded_form select:focus,
#ts_embedded_form textarea:focus {
    outline: none !important;
    border-color: #1a1a1a !important;
}

#ts_embedded_form textarea {
    min-height: 140px !important;
    resize: vertical !important;
}

/* Guest count width */
#ts_embedded_form input[type="number"] {
    width: 160px !important;
}

/* Time fields */
#ts_embedded_form input[type="time"] {
    width: 200px !important;
}

/* Checkbox */
#ts_embedded_form input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

/* Submit button */
#ts_embedded_form input[type="submit"],
#ts_embedded_form button[type="submit"] {
    background-color: #1a1a1a !important;
    color: #fff !important;
    padding: 16px 48px !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    width: auto !important;
    display: inline-block !important;
    margin-top: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#ts_embedded_form input[type="submit"]:hover,
#ts_embedded_form button[type="submit"]:hover {
    background-color: #333 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Harvey Nichols Sans Headline';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://oxotowerrestaurant.com/wp-content/uploads/2026/03/HarveyNicholsSansHeadline-Thin.woff') format('woff');
}
/* End Custom Fonts CSS */