@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//siitaliano.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: 'Times New Roman', Times,serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(217,62,52);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* .whb-general-header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    height: 120px;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-bottom: none;
    height: fit-content;
} */
.wd-header-main-nav .menu .nav-link-text {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
    font-style: italic !important;
    color: #d94e34;
    font-weight: bold;
}



/* Si Italiano Classic Reservation Form - Vertical Layout */
.si-classic-reservation {
    max-width: 680px;
    margin: 0 auto;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background: #fff;
    padding: 20px 28px 32px;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.cf7-field-group {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.cf7-field-group label {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    color: #1e2a2e;
    margin-bottom: 8px;
    text-align: left;
}

.req-star {
    color: #D93E34;
    font-size: 14px;
    margin-left: 2px;
}

.cf7-field-group input:not([type="submit"]),
.cf7-field-group select,
.cf7-field-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    text-align: left;
}

/* Select dropdown styling */
.cf7-field-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 36px;
}

.cf7-field-group input[type="number"] {
    text-align: left;
}

/* Date input styling */
.cf7-field-group input[type="date"] {
    text-align: left;
    position: relative;
    padding-right: 36px !important;
    cursor: pointer;
    display: block;
}

/* Calendar icon styling */
.cf7-field-group input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.cf7-field-group input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* For Firefox */
.cf7-field-group input[type="date"]::-moz-calendar-picker-indicator {
    position: absolute;
    right: 12px;
    cursor: pointer;
}

/* Placeholder styling */
.cf7-field-group input::placeholder,
.cf7-field-group textarea::placeholder {
    text-align: left;
    color: #aaa;
}

/* Focus styling */
.cf7-field-group input:focus,
.cf7-field-group select:focus,
.cf7-field-group textarea:focus {
    outline: none;
    border-color: #D93E34;
}

/* Textarea styling */
.cf7-field-group textarea {
    min-height: 90px;
    resize: vertical;
}

/* Field hint */
.field-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 6px;
    font-style: normal;
    text-align: left;
}

/* Submit button */
input.si-submit-btn {
    width: 100%;
    background: #D93E34 !important;
    border: 2px solid #D93E34 !important;
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 0;
    margin-top: 8px;
    transition: all 0.25s ease;
    text-align: center;
}

input.si-submit-btn:hover {
    background: #fff !important;
    color: #D93E34 !important;
    border: 2px solid #D93E34 !important;
    box-shadow: none !important;
}

input.si-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Error message below input fields (Classic Form) */
.classic-field-error {
    color: #D93E34;
    font-size: 12px;
    margin-top: 5px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    display: none;
    text-align: left;
}

/* Success message at top */
.classic-success-msg {
    background: #f0f9ef;
    border-left: 4px solid #2e7d32;
    color: #1f5a21;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
}

/* Validation styling */
.wpcf7-not-valid {
    border-color: #D93E34 !important;
    background-color: #fff8f8 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-spinner {
    display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
    .si-classic-reservation {
        padding: 16px 18px 24px;
    }
    .cf7-field-group label {
        font-size: 14px;
    }
    .cf7-field-group input:not([type="submit"]),
    .cf7-field-group select,
    .cf7-field-group textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    input.si-submit-btn {
        font-size: 13px;
        padding: 12px 16px;
    }
}

.wpcf7-form-control-wrap.cf7-field-group input:not([type="submit"]), .cf7-field-group textarea, .cf7-field-group select {
    padding: 9px 14px !important;

}@media (min-width: 1025px) {
	.ourstorycontent {
    padding: 0px 222px;
}
}

