/*
 * Theme Name: Jack Astor's
 * 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: 'Work Sans', sans-serif;
}

#location-gate {
	background:url(/wp-content/uploads/2022/10/REDS_Table-Dragonroll.jpg) no-repeat #000;
	background-size:cover;
}

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

.location-toggle .location-toggle_location {
	color: #ffffff !important;
	font-size: 0.8rem;
}

.location-toggle .right-arrow:after {
	width: 100%;
	left: -1px;
	top: 20px;
}

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

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

header#header {
	background: var(--black);
	box-shadow: 0 0 10px 7px rgba(0,0,0,0.2);
}
header#header .navbar .location-toggle__select {
	color: var(--white);
}
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(255, 255, 255, 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/2022/10/bg-tile.png);
	margin-bottom: 3rem;
}
.home__section.home__section2_old {
	background: var(--red);
}
.home .home__section.home__section1 img {
	position: static;
	max-width: 450px;
}

.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 {
	background: url(/wp-content/uploads/2022/10/bg-tile.png);
}
.home__reservation img {
	margin: 0;
	max-width: 100%;
	height: 100%;
	width: 100%;
}

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

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

.home__promotions {
	background: url(/wp-content/uploads/2022/10/bg-tile.png);
}

.home__reservation img {
	transform: none;
}

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

/** Menu Page */
body.light {
	background: white;
	padding-top: 105px;
}
.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;
}
.sir-menu__section-body h2.sir-menu__title {
	position: static;
	text-align: left;
}

.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;
}

.section_title {
	color: rgba(0,0,0,.1);
    font-size: clamp(2.5rem, 6vw, 7rem) !important;
    text-align: center;
}

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