/*
 * 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: 'Mostra Nuova', sans-serif;*/
	font-family: 'Montserrat', 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-color:rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 14px 9px rgba(0,0,0,0.6);
}
header#header .navbar .location-toggle__select {
	color: var(--black);
}
header#header .navbar li a {
	/*color: var(--black);*/
}

/*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 {
	/*margin-bottom: 3rem;*/
}
.home__section.home__section2_old {
	background: var(--black);
	color: #fff !important;
}
.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: 50px;
}
.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;
}

@media (max-width: 991x) { .sir-menu__title { 
	margin-bottom: 20px; 
	}
}

@media (max-width: 767px) { .sir-menu__section-description {
    font-size: 12px;
    line-height: 17.5px;
    width: 100%;
	}
}	

/* .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;
	margin-top:200px;
}
.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%;
	}
}

.grid-item {
    cursor:pointer;
}

@media (min-width: 576px) {
    .grid-item { min-width: 200px;    text-align: center;}
    .grid-item--width2 { width: 400px; }
    .grid-item .size-thumb{ display: none}
}

@media (max-width: 575px) {
    .grid-item { min-width: 200px;    text-align: center;}
    .grid-item--width2 { width: 200px; }
    .grid-item .size-medium { display: none}
}

@media (max-width: 450px) {	#masonrygallery {
	display: flex;
	flex-wrap: wrap;
	width: 440px;
	}
}

@media (max-width: 575px) {
  .grid-item {
	min-width: 150px;
	text-align: center;
    }
}

@media (max-width: 390px) { #gallery {
	right: 12px;
	position: relative;
	width: 440px !important;
	height: 2040px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
}
	
@media (min-width: 391px) and (max-width: 575px) { #gallery { 
	margin: -10px;
	position: relative;
	width: 440px;
	height: 2040px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
}

/*Menu Changes*/
div.sir-menuheader__inner {
    background-position-y: 80% !important;
}

.sir-menu a:hover {
	text-decoration: none !important;
}

.sir-menu__subtitle {
	color: var(--black) !important;
}

.sir-menu h4 {
	color: var(--black) !important;
}

.sir-menu__title {
    font-weight: 300;
}

@media (max-width: 992px) {
.sir-menu__section-description {
	padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
.sir-menu__title {
    font-weight: 300;
	text-align: left;
	}
}

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

.sir-menu__subsection--price-columned .sir-menuitem__price {
    font-weight: 500 !important;
}
.sir-menu__subsection--price-fixed .sir-menuitem__pricing {
    font-weight: 500 !important;
}

@media (max-width: 500px)	{.sir-menuheader__copy {
    padding-right: 20%;
    padding-bottom: 60px;
	}
}

/*Feature Steak/Fish Price Display*/
	
#sir_mm_menuitem_1-148 .sir-menuitem__pricing {
		display: none;
}
	
#sir_mm_menuitem_1-147 .sir-menuitem__pricing {
		display: none;
}

/*Smaller Menu Images*/
@media (min-width: 991px) { 
#SPRITZ .sir-menu__image, #NEGRONI .sir-menu__image, #SPIRIT_FREE .sir-menu__image	{
	width: 70%;		
	}
}

/*Nutritional Image Back Link*/
	.breadcrumb__item {
		color: var(--black) !important;
	}

/*Footer Logo*/

.footer__logo {
	width: 210px !important;
}

@media (min-width: 768px) and (max-width: 991px) { .theme1 .footer__logo {
	width: 100% !important;
	}
}

@media (max-width: 767px) { .theme1 .footer__logo {
	width: 80% !important;
	}
}

@media (max-width: 767px)
{ .footer__form-col {
    padding-bottom: 25px;
	}
}

	/*Reservations Only*/
.test-page #whats-fresh {
	display: block !important;
}

.test-page .d-flex.flex-wrap.flex-lg-nowrap {
	display: flex !important;
}

.test-page #masonrygallery {
	display: block !important;
}

.test-page footer.footer {
	display: block !important; 
}

.test-page #private_events_dining{
	display:block !important;
}

.test-page #location-map{
	display:block !important;
}

.test-page .home__address-section--hours{
	display:block !important;
}

.test-page div:has(> div.home__address-section--hours) { 
	max-width:auto;
	padding:auto;
	margin: auto !important;
}

.test-page .home__address-section--tel {
	display: block !important;
}

.test-page .home__section__profile {
    min-height: 0px;
    width: 100%;
    padding-left: 40px;
}

@media (min-width:768px){
.test-page	.home__section__profile{
		flex: auto;
		margin: auto;
	}
	
.test-page div:has(> div.home__address-section--tel){
	left:10%;
}
}