/*
 * Theme Name: Jack Astor's_PHP8.1
 * Description: Custom theme for the Jack Astor's brand
 * Author: Tag Digital Studios Inc.
*

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap');
*/

:root {
	--red: #8c2232 !important;
}

html, body {
	/*font-family: 'Mostra Nuova', sans-serif;*/
	font-family: 'Poppins', sans-serif;
}

.location-gate__language-switcher,
.navbar__language-switcher{
	display: none;
}

.location-toggle .location-toggle_location {
	color: var(--white) !important;
	font-size: 1rem;
}

.location-toggle .right-arrow:after {
	width: 14px;
	right: 0px;
	top: 8px;
}

.theme1 .navbar .navbar-brand img {
	height: auto;
}

#main-content {
	padding-top: 0 !important;
	background: #ffffff;
}

header#header {
	background: var(--teal);
	box-shadow: 0 0 14px 9px rgba(0,0,0,0.6);
}
header#header .navbar .location-toggle__select {
	color: var(--orange);
}
header#header .navbar li a {
	color: var(--white);
}

/*body.light .navbar .collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(1, 1, 1, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}*/

.home__top {
	background: url(/wp-content/uploads/2023/04/ButcherPaperTexture_1.jpg);
	/*margin-bottom: 3rem;*/
}
.home__section.home__section2_old {
	background: var(--orange);
}
.home .home__section.home__section1 img {
	position: static;
}

.home .home__section.home__section1 {
	padding: 30px 0 !important;
}
.home__section.home__section1 h1 {
	font-size: clamp(3rem, 10vw, 9rem) !important;
	margin: 0 0 3rem !important;
    letter-spacing: 2rem;
	white-space: nowrap;
}
.home .home__section.home__section1 h2 {
	margin: 0 !important;
	padding: 2rem 0;
	position: static;
}
.reg {
    display: inline-block;
	font-size: 1rem;
    letter-spacing: 0rem;
    margin-left: -32px;
}

.border-top-bottom {
	border-top: 5px solid;
	border-bottom: 5px solid;
	padding: 1rem 2rem;
}

.home__address > div {
	padding: 0 0.5rem;
}

#dine-with-us {
	background: #ffffff;
}
.dine_with_us_image {
	max-width: 100%;
}

#reservation {
	margin: 1vw;
    padding: 2vw
}

#private_events_dining_content {
	max-width: 700px;
	margin: auto;
	background: rgba(255,255,255,0.9);
	color: var(--black);
}

#whats-fresh {
	padding-bottom: 3rem;
}

.home__promotions {
	background: url(/wp-content/uploads/2023/04/ButcherPaperTexture_1.jpg);
}

.home__reservation img {
	/*transform: none;*/
}

.footer__app-links a img {
	height: 35px;
}

/** Menu Page */
body.light {
	background: white;
	padding-top: 170px;
}
.menu .sir-menuheader__inner {
	padding-bottom: 0 !important;
}
.menu .sir-menuheader {
	padding: 30px 0 20px;
}
.menu .sir-menuheader__background-image,
.menu .sir-menuheader__background {
	z-index: 1;
}
.menu .sir-menuheader__copy, 
.menu .sir-menuheader__feature {
	z-index: 2;
}
/* .menu .sir-menucontent {
	background: url(/wp-content/uploads/2022/06/fork-knife-bg.jpg);
}
.sir-menu__section-header .sir-menu__image {
	background: white;
    padding: 0.5rem;
    box-shadow: 0 0 7px 5px rgba(0,0,0,0.1);
}
.sir-menu__section-body {
	background: white;
    padding: 1rem 1rem 0;
    margin-bottom: 2rem;
} */

.tease-sir_mm_item_page {
	margin: 3rem;
	padding: 3rem;
	background: white;
}
.tease-sir_mm_item_page h2 {
	margin-bottom: 1rem;
}
.tease-sir_mm_item_page h2 a {
	color: var(--red);
	text-decoration: none;
}
.tease-sir_mm_item_page .read-more {
	display: block;
	color: var(--red);
	margin-top: 0.5rem;
}

.sir-menu-nav__container {
	padding: 20px !important;
}

@media (min-width: 992px) {
	.sir-menu__section--left .sir-menu__title {
		width: 100%;
	}
}
