/* Restaurant Classic template variation. */

.jcw-template-restaurant-classic {
	--jcw-primary: #4b1f1f;
	--jcw-secondary: #7a3a27;
	--jcw-accent: #f2c166;
	--jcw-dark: #2d140f;
	--jcw-light: #f9f1e6;
	--jcw-background: #fbf4ea;
	--jcw-text: #2f211c;
	background: linear-gradient(180deg, #fbf4ea 0%, #f5ead8 100%);
	color: var(--jcw-text);
}

.jcw-template-restaurant-classic .hero-area,
.jcw-template-restaurant-classic .breadcrumb-area,
.jcw-template-restaurant-classic .page-hero,
.jcw-template-restaurant-classic .jcw-service-hero,
.jcw-template-restaurant-classic .jcw-about-hero,
.jcw-template-restaurant-classic .jcw-contact-hero {
	background-image: linear-gradient(135deg, var(--jcw-primary) 0%, var(--jcw-secondary) 100%);
}

.jcw-template-restaurant-classic .site-section,
.jcw-template-restaurant-classic .about-area,
.jcw-template-restaurant-classic .service-area,
.jcw-template-restaurant-classic .contact-area {
	background: linear-gradient(180deg, rgba(242, 193, 102, 0.05) 0%, transparent 100%);
}

.jcw-template-restaurant-classic .card,
.jcw-template-restaurant-classic .jcw-about-block,
.jcw-template-restaurant-classic .jcw-about-sidebar-card,
.jcw-template-restaurant-classic .jcw-service-detail-card,
.jcw-template-restaurant-classic .jcw-contact-sidebar-card,
.jcw-template-restaurant-classic .jcw-contact-form-card,
.jcw-template-restaurant-classic .single-service,
.jcw-template-restaurant-classic .service-card {
	border-radius: 22px;
	box-shadow: 0 18px 38px rgba(45, 20, 15, 0.12);
	background: rgba(255, 250, 245, 0.94);
	border-color: rgba(122, 58, 39, 0.14);
}

.jcw-template-restaurant-classic .button,
.jcw-template-restaurant-classic button,
.jcw-template-restaurant-classic input[type="submit"],
.jcw-template-restaurant-classic .btn,
.jcw-template-restaurant-classic .theme-btn {
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(122, 58, 39, 0.18);
}

.jcw-template-restaurant-classic h1,
.jcw-template-restaurant-classic h2,
.jcw-template-restaurant-classic h3,
.jcw-template-restaurant-classic .section-title,
.jcw-template-restaurant-classic .breadcrumb-content h2 {
	letter-spacing: 0.01em;
	font-family: Georgia, "Times New Roman", serif;
}

.jcw-template-restaurant-classic .navbar,
.jcw-template-restaurant-classic .header-area {
	background: rgba(75, 31, 31, 0.96);
}
