/*
Theme Name: Upriver
Author: Kin Lo Designs

*/



html {
	height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
body {
	font-family: "Archer";
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
	padding: 0;
	height: auto !important;
	min-height: 100%;
	overflow-x: hidden !important;
	overflow-y: auto !important;
    max-width: 100vw;
    position: relative;
}
*, *::before, *::after {
    box-sizing: border-box;
}

h1{
	margin:0px;
	padding:20px 0px;
}

.home{
	overflow: hidden !important;
}

h2{
	margin-top:0px;
}




a{
	color:#000;
}

.button{
	color:#fff;
	background:#000;
	padding:5px 10px;
	font-size:10px;
	-webkit-font-smoothing:subpixel-antialiased;

	cursor:pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.button:hover{
	background:#333;
	border:1px solid #333;
	color:#fff !important;
	-webkit-font-smoothing:subpixel-antialiased;
}

.page-id-14 h3{
	margin:10px 0px 5px 0px;
}

.page-id-14 p{
	margin:0px 0px 40px 0px;
}

p, small{
	font-family:"Avenir";
	font-size:12px;
	line-height:21px;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	color:#000;
}

a{
	text-decoration: none;
}

a img{
	border:none;
}


.col-33{
	width:33%;
	float:left;
}

.col-50{
	width:50%;
	float:left;
}

.col-25{
	width:25%;
	float:left;
}
.col-66{
	width:66%;
	float:left;
}
.col-75{
	width:75%;
	float:left;
}
.clearfloats{
	clear:both;
}

ul{
	padding:0px;
	margin:0px;
}

ul li{
	list-style:none;
}
.bottom{
	height:70px;
}
#body_wrapper{
	width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	flex: 1;
}

#footer_wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: relative;
    bottom: auto;
    background: #000 !important;
    opacity: 1 !important;
    z-index: 99999999;
}

.home #footer_wrapper {
    position: absolute;
    bottom: 0;
}

#footer_wrapper .content{
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	font-family:"Avenir";
	padding-top:20px;

}

#footer_wrapper a{
	color:#fff;

}

#nav{
	background:#000;
	color:#fff;
	width:230px;
	position:absolute;
	top:70px;
	left:0;
	z-index: 999;
	border:1px solid #fff;
	display:none;
}

.home #nav{
	display: none;
}
#page{
	width: 90%;
	max-width:800px;
	margin:0 auto;
	background:rgba(0,0,0,0.92);
	color:#fff;
	border: 1px solid #333;
	margin-bottom:100px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.7);
	box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    display: block;
}

#page a, #page p, #page li, #page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
	color: #fff !important;
}

.page-id-23 #page .padding{
	padding:40px;
}
#page .padding{
	padding: 60px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.page-id-14 #page .padding{
	padding:40px;
}

.padding{
	padding:20px;
}

#nav-btn{
	display:block;
	width:40px;
    z-index: 9999;
	height:40px;
	position:absolute;
	left:20px;
	margin-top:70px;
	background-color: #000;
	background-image: linear-gradient(to bottom, #fff 0, #fff 2px, transparent 2px, transparent 7px, #fff 7px, #fff 9px, transparent 9px, transparent 14px, #fff 14px, #fff 16px);
	background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: center;
	cursor:pointer;
	border-radius: 0;
}



#nav .padding{
	padding:35px 35px 35px 0px;
}
#nav ul{
	padding:20px 0px;
}
#nav ul li{
	padding:10px 0px;
}

#nav ul li a{
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left:35px;
	font-size:12px;
}

.current-menu-item::before{
	content:" ";
	left:-10px;
	background:url(../images/current.png);
	position:absolute;
	width:20px;
	height:20px;
	background-size:contain;
}

.current-menu-item a {
	text-decoration: none !important;
}

#close{
	float:right;
	width:12px;
	height:12px;
	background:url(../images/close.png);
	background-size:contain;
	display:block;
	margin-right:-10px;
	margin-top:-10px;
	cursor:pointer;
}


body.page-template-0_about{
	    background: url(../images/aboutbg.jpg) no-repeat center center fixed;
		background-size:cover;
}

body.page-template-0_origins{
	    background: url(../images/originsbg.jpg) no-repeat left center fixed;
		background-size:cover;
}

#txt_logo{
	display:block;
	width:auto;
    max-width: 100%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-family:"Archer";
	height:auto;
	text-transform: uppercase;
	font-size:20px;
	line-height:20px;
	letter-spacing: 2px;
	padding:25px 0px;
}
#logo{
	width:200px;
	height:169px;
	background:url(../images/upriver-logo-black.svg) no-repeat;
	background-size:contain;
	background-position:center;
	margin:70px auto 0 auto;
}

#social-icons a{
	float:left;
	width:20px;
	height:20px;
	margin-right:10px;
}

#social-icons a.last{
	margin-right:0px;
}

a#fb{
	background:url(../images/social.png);
	background-position:0px 0px;
	background-size:173px 20px;
}
a#tw{
	width:30px;
	background:url(../images/social.png);
	background-position:-30px 0px;
	background-size:173px 20px;
}
a#in{
	width:25px;
	background:url(../images/social.png);
	background-position:-73px 0px;
	background-size:173px 20px;
}
a#tu{
	background:url(../images/social.png);
	background-position:-114px 0px;
	background-size:173px 20px;
}
a#pi{
	background:url(../images/social.png);
	background-position:-153px 0px;
	background-size:173px 20px;
}
a#sc{
	width:25px;
	background:url(../images/sc.png);
}
#footer_wrapper{
	width: 100%;
}

#footer_wrapper a.subscribe-btn{
	color:#000;
	font-weight:600;
	background:#fff;
	padding:3px 8px;
	top:5px;
	position:relative;

	font-family:"Avenir";
	font-weight:400;
}

.single{
	position:relative;
}

.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
	float:left;
	margin-right:100px;
}

.home #txt_logo{
	display:none;
}

body.page-template-0_menus{
	    background: url(../images/hero2.jpg) no-repeat center center fixed;
		background-size:cover;
}

body.page-template-0_menus #page .padding{
	padding:50px;
}

body.page-template-0_menus #page .menu-advisory{
	margin-top:20px;
}

body.page-template-0_menus .content h1{
	font-size:13px;
	text-transform: uppercase;
	font-weight:600;
	-webkit-font-smoothing:antialiased;
	margin:0px;
	padding:0px;
}

body.page-template-0_menus p{
	padding:0 0 20px 0;
	margin:0px;

	font-family:"Avenir";
}
body.page-template-0_menus .menu_content{
	margin-top:20px;
}

body.page-template-0_menus  table{
	margin-bottom:30px;
	font-size:11px;
	font-family:"Avenir";
	 -webkit-font-smoothing: antialiased;
}

body.page-template-0_menus  table th{
	text-align:left;
	font-size:13px;
	font-family:"Archer";
}
body.page-template-0_menus  table th.name{
	padding:0px;
}


body.page-template-0_menus  table td, body.page-template-0_menus  table th{
	padding-left:10px;
}

tr.space{
	height:20px;
}

body.page-template-0_menus .selector{
	text-align:center;
    margin-bottom: 40px;
}
.selector{
	margin-top:40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.selector a{
	text-transform: uppercase;
	padding:7px 14px;
	font-size:27px;
	cursor:pointer;
	position: relative;
	margin:0px;
	aspect-ratio:1.7/1;
	display: flex;
	align-items: center;
	max-width:100%;
	color:#fff;
	justify-content:center;
	z-index: 1;
	font-weight:600;
	margin-bottom: 0px;
	background:#000;
	border: 1px solid #fff;
}

.selector a::after{
	transition:all 1s;
	content: "";
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:black;
	opacity: 0;
}

.selector a:hover::after{
	opacity: .5;
}
#food-btn{
	background: url(../images/food.jpg) no-repeat center center;
	background-size:cover;
}
#drinks-btn{
	background: url(../images/drinks.jpg) no-repeat center center;
	background-size:cover;
}
#happy-btn{
	background: url(../images/happy.jpg) no-repeat center center;
	background-size:cover;
}
#group-btn{
	background: url(../images/groups.jpg) no-repeat center center;
	background-size:cover;
}

#dessert-btn{
	background: url(../images/dessert2.jpg) no-repeat center center;
	background-size:cover;
}

#page img{
	max-width:100%;
}

.selector a.current{
	background:#000;
	color:#fff;
}
body.page-template-0_subscribe{
	    background: url(../images/subs.jpg) no-repeat center center fixed;
		background-size:cover;
}
body.page-template-0_reservation{
	    background: url(../images/01550.jpg) no-repeat center center fixed;
		background-size:cover;
}
body.page-template-0_chefs{
		background: url("../images/chef's table_bg.jpg") no-repeat center center fixed;
		background-size:cover;
}

body.page-template-0_contact{
	    background: url(../images/contact.jpg) no-repeat center center fixed;
		background-size:cover;
}
body.page-template-0_giftcards, body.page-template-0_giftcards_preview-php,
 body.page-template-0_thankyou-php,  body.page-template-0_large_party{
	    background: url(../images/p10.png) no-repeat center center fixed;
		background-size:cover;
}
body.page-template-0_group{
	    background: url(../images/upstairs.jpg) no-repeat center center fixed;
		background-size:cover;
}
#page .col-50 .padding{
	padding: 0px 20px 0px 0px;
}

body.page-template-0_menus .menu_content.drinks{
	display:none;
}

.menu_content.drinks p span, .menu_content.brunch p span{
	min-width:120px;
	display: block;
    font-weight: bold;
    line-height: 12px;
    margin-top: 10px;
}

/* ------------------------------------------ SUBSCRIBE ---------------------------- */
.indicates-required{
	display:none;
}
label{
	font-size:14px;
	line-height: 20px;
}

.mc-field-group{
	margin-bottom:20px;
}

#mc_embed_signup input{
	padding:0px;
	line-height: 20px;
	font-size:14px;
	width:100%;
	padding:3px 0px;
}

#mc_embed_signup div.mce_inline_error{
	background:none !important;
	color:red !important;
	padding:0px !important;
	font-size:11px;

}

#mc_embed_signup h3{
	margin-top:0px;
}

input#mc-embedded-subscribe{
	text-transform: uppercase;
    padding: 4px 17px;
    border: 1px solid #000;
    font-size: 12px !important;
    background: #fff;
    cursor: pointer;
    color: #000;
    font-family: "Archer";
    width:140px;
    margin:0 auto;
    display:block;
}

input#mc-embedded-subscribe:hover{
	color:#fff;
    background: #000;
    width:auto;
}

#mc_embed_signup input.birthday{
	width:30px;
	text-align: center;
}


.page-template-0_subscribe #page{
	max-width:420px;
}

#mce-success-response{
	margin-bottom:20px;
	font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-family: "Avenir";
}

#mc_embed_signup input.mce_inline_error{

	border-color:red !important;
}

#confirmation p{
	font-family: "Avenir";
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	font-family: "Archer";
    font-size:13px !important;
    padding:7px 20px;
    border:none;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover{
	background:#333;
	color:#fff !important;
}


body .gform_wrapper .top_label div.ginput_container{
	margin-top:3px !important;
}
.gform_wrapper .field_description_below .gfield_description{
	padding-top:2px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top:0px !important;
}

#field_2_11{
	margin-top:40px !important;
}
/* ------------------------------------------ OPEN TABLE ---------------------------- */

.OT_wrapper{
	border-radius:0px !important;
	border:1px solid #000 !important;
}

.page-id-23 .entry-content{
	text-align: center;
}

#OT_form, #post-23{
	margin:0 auto !important;
}

.OT_ExtLink{
	width:auto !important;
}


/* ------------------------------------------ ORIGINS ---------------------------- */

.page-template-0_origins-php #main ul{
	margin-top:20px;
}
.page-template-0_origins-php #main ul li{
	line-height:21px;
	margin-bottom:5px;
}
.page-template-0_origins-php #main ul li a.current{
	border-bottom:1px solid #000;
}


/* ------------------------------------------ RESOS ---------------------------- */

.page-template-0_reservation{

}
.sr-fa{
	display:none !important;
}

#sr-res-root{
	color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 13px !important;
    background:#000 !important;

    width:auto !important;
}
#sr-res-root:hover{
	background:#fff !important;
	color: #000 !important;
}
#sr-res-root span{
	font-family:"Archer" !important;
	display:inline 	!important;
}


/* ------------------------------------------ FUNDRAISER ---------------------------- */

.page-template-0_fundraiser{
	background:url(../images/bg2.jpg) center center fixed;
	background-size:cover;
}

.page-template-0_fundraiser hr{
	margin:20px 0px;
}

.page-template-0_fundraiser p b{
	display: block;

}

.page-template-0_fundraiser .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border:1px solid #aaa;
}

#gform_1 #input_1_3 .ginput_price{
	display: none;
}

#gform_1 h2.gsection_title{
	margin-top:40px !important;
}

.gform_wrapper .top_label .gfield_label{

    font-size: 13px;
}

#gform_1 input[type="text"], #gform_1 input[type="email"], #gform_1 input[type="tel"],
#gform_1 textarea{
	border:1px solid #ccc;
}

.gform_wrapper .gsection{
	border:none !important;
	margin-bottom:0px !important;
}

#gform_1 select{
	border:1px solid #ccc;
    height: 31px;
    border-radius: 0px;
}

.gform_wrapper span.gform_description {

    font-size: 14px;
    line-height: 23px;
}

/* ------------------------------------------ COVID ---------------------------- */

body.page-template-0_menus .menu_content{
	display: none;
}

#takeout h1{
	text-align: center;
	font-size:23px;
	line-height:35px;
	font-weight:600;
	text-transform: capitalize;
}

#takeout h2{
	text-align: left;
	font-size:18px;
	line-height:20px;
	font-weight:600;
}

#takeout p.message{
	text-align: center;
	padding:0;
	margin:10px 0px;
	line-height: 18px;
}

#takeout .center{
	text-align: center;
}

#takeout ul{
	margin-left:20px;
    margin-bottom: 30px;
}
#takeout .menu_content{

}
#takeout ul li{
	list-style: disc;
	font-size:14px;
	line-height:19px;
	margin-bottom:10px;
}




#home-content{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
    justify-content: center;
}


#home-content h1{
	color:#fff;
    font-size: 35px;
    line-height: 50px;
    margin-bottom:20px;
}

#home-content h2{

	color:#fff;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 40px;
}
#home-content .text .button {
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    padding: 12px 24px !important;
    border: 1px solid #fff !important;
    display: inline-block !important;
    line-height: 15px !important;
    margin: 5px !important;
    cursor: pointer !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: #000 !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
}
#home-content .text .button:hover {
    transform: translateY(-3px) !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2) !important;
}
#home-content p{

	color:#fff;
    font-size: 16px;
    max-width: 600px;
    line-height: 25px;
    font-weight: 600;
}

#input_4_1{
	    border: 1px solid #ccc;
}

body.page-template-0_feed-php{
	background:url(../images/collage2.jpg) repeat;
}
body.page-template-0_feed-php .gform_wrapper ul li.gfield{

 padding-bottom:0;
}

.page-template-0_feed-php .gform_wrapper h2.gsection_title{
	font-size:17px;
}

.page-template-0_feed-php h3{
	font-size:22px;
}

.page-template-0_feed-php .gsection_title{
	margin-top:30px;
}

.page-template-0_feed-php select,
.page-template-0_sunday select{
	padding:10px;
	border-radius: 0px;
}

.page-template-0_feed-php  input, .page-template-0_feed-php select,
.page-template-0_sunday input, .page-template-0_sunday select{
	border:1px solid #ccc;
	background:#fff;
}

.page-template-0_feed-php .gform_wrapper .ginput_complex select,
.page-template-0_sunday  .gform_wrapper .ginput_complex select{
	width:90%;
}

.page-template-0_feed-php input[type="submit"],
.page-template-0_sunday input[type="submit"]{
	background:#000;
}

.page-template-0_feed-php .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
	margin-top:0px;
}


.page-template-0_sunday{
	background:url(../images/spread.jpg) center center fixed no-repeat;
	background-size:cover;
}

.page-template-0_sunday .gform_confirmation_wrapper{
	border: 1px solid #111;
    padding: 30px;
}

.page-template-0_sunday .ginput_product_price_label{
	display: none;
}

.page-template-0_sunday .gform_wrapper span.ginput_product_price{
	color:#060;
}

.page-template-0_heat .food h4{
	margin-bottom:5px;
}
body.page-template-0_heat {
    background: url(../images/frozen.jpg) no-repeat center center fixed;
    background-size: cover;
}

#takeout hr{
	border:none;
	border-top:1px solid #aaa;
	margin:40px 0px;
}


.page-template-0_feed p a{
	font-weight:bold;
}

    #ticker {
    width: 100%;
line-height: 50px;
	color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
#ticker p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}
body.page-template-0_health {
    background: url(../images/frozen.jpg) no-repeat center center fixed;
    background-size: cover;
}


body.page-template-0_at_home {
    background: url(../images/p.jpg) no-repeat center center fixed;
    background-size: cover;
}

body.page-template-0_delivery {
    background: url(../images/2go.jpg) no-repeat center center fixed;
    background-size: cover;
}

body.page-template-0_dineout {
    background: url(../images/dineout.jpg) no-repeat center center fixed;
    background-size: cover;

}

body.page-template-0_dineout h1{
	    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}
body.page-template-0_dineout #page p{
	    font-size: 12px;
    line-height: 17px;
}
body.page-template-0_dineout #page{
	text-align: center;
}

body.page-template-0_dineout h2{
	    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
}
#home-content h2 a{
	color:#fff;
	text-decoration: underline;
}


@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


#home-content .text{
	flex: 0 1 100%;
}

.promo{
	margin-top:60px;
	padding-left:20px;
	padding-right:20px;
	max-width:760px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

.promo  .headline{
	font-size:22px;
	line-height:30px;
	margin-bottom:20px;
}

.btn{

	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	line-height: 15px;
	margin-bottom: 3px;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
	background: #fff;
}

.btn:hover{
	background:#000;
	color:#fff;
}
/* ------------------------------------------ RESPONSIVE ---------------------------- */


@media screen and (max-width: 1400px) {

	.subscribe{
		margin-left:20px;
	}
	.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
		margin-right:80px;
	}
	#nav-btn{
		margin-left:20px;
	}
	#nav{
		margin-left:10px;
	}
}

@media screen and (max-width: 1300px) {

	.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
		margin-right:50px;
	}
}

@media screen and (max-width: 1200px) {

	.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
		margin-right:30px;
	}


}


@media screen and (max-width: 1024px) {
	.blog-link {
		display:none;
	}

	.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
		margin-right:60px;
	}

}


@media screen and (max-width: 900px) {


	.subscribe, .address, .phone-email, .blog-link, #social-icons, .copyright{
		margin-right:30px;
	}

}

@media screen and (max-width: 800px) {

	#logo{
		display: block;
		width: 150px;
		height: 110px;
		margin: 15px auto 0 auto;
	}

	#nav-btn{
		margin-top:15px;
		margin-left:15px;
		display:block;
	}

	#nav{
		display:none;
	}
	#page .padding{
		padding:40px;
	}

}

@media screen and (max-width: 768px) {
	#footer_wrapper .address{
		display: none;
	}
}
@media screen and (max-width: 700px) {


	.address, .phone-email, .blog-link{
		display:none;
	}

	#social-icons{
		float:right;
	}


}

@media screen and (max-width: 600px) {
#page{
}
	.lSSlideOuter{
		width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
	}
    .lSSlideOuter .lslide {
        max-width: 100% !important;
    }
    .lSSlideOuter img {
        max-width: 100% !important;
        height: auto !important;
    }
	#takeout p{
		text-align: center;
	}
	#footer_wrapper .subscribe{
		display: none;
	}

	#footer_wrapper .copyright{

    margin-left: 20px;
	}
	.col-50{
		float:none;
		width:100%;
	}


	#page{
		max-width:90%;
		margin:0 5%;
	margin-bottom:100px;

	}
	#page .padding, body.page-template-0_menus #page .padding{
		padding:25px;
	}

	body.page-template-0_menus table td{
		padding:10px 0px;
	}
	body.page-template-0_menus p br{
		line-height: 30px;
	}

	body.page-template-0_menus p{
		line-height:16px;
		padding:0px;
		margin:10px 0px;
	}
	body.page-template-0_menus .content h1{
		margin:30px 0px 5px 0px;

	}
	.menu_content.drinks p span{
		display:block;
		min-width:120px;
	}


}

@media screen and (max-width: 600px) {
	#home-content .text{
		padding: 0 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#home-content .text .button {
		width: 100% !important;
		max-width: 250px !important;
		margin: 5px 0 !important;
		text-align: center !important;
		box-sizing: border-box !important;
		display: inline-block !important;
	}

	#takeout h1{
		margin-top:0px;
	}

	#takeout h2, h3{

    text-align: left;
	}
	.promo  .headline{
		font-size:18px;
		line-height:26px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 400px) {



	#page .padding, body.page-template-0_menus #page .padding{
		padding:20px;
    margin-bottom: 60px;
	}



}

/* ==========================================================================
   PAGE-SPECIFIC EXTERNALIZED STYLES
   ========================================================================== */

/* ---- Standard Page Heading ---- */
.page-heading {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}
.page-heading h2 {
    font-family: 'Archer', serif !important;
    font-size: 32px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    margin: 0 0 10px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.page-heading p {
    font-family: 'Avenir', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    color: #aaa !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

/* ---- Our Menu (menus.php) ---- */

.menu-tiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}
@media screen and (max-width: 600px) {
    .menu-tiles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.menu-tile {
    background: rgba(255,255,255,0.03);
    border: 1px solid #222;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
}
.menu-tile:hover {
    background: rgba(255,255,255,0.08);
    border-color: #555;
}
.menu-tile:last-child:nth-child(odd) {
    grid-column: span 2;
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .menu-tile:last-child:nth-child(odd) {
        grid-column: span 1;
        width: 100%;
    }
}
.menu-tile h3 {
    font-family: "Archer", serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 400;
}
.menu-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 100000000;
    overflow-y: auto;
    padding: 60px 0;
}
.menu-modal {
    background: #000;
    border: 1px solid #444;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}
.menu-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}
.menu-modal-title {
    font-family: "Archer", serif;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.menu-modal-item { margin-bottom: 20px; }
.menu-item-header { display: flex; justify-content: space-between; align-items: baseline; }
.menu-item-name { font-family: "Archer", serif; font-size: 16px; text-transform: uppercase; margin: 0; color: #fff; letter-spacing: 1px; }
.menu-item-price { font-family: "Avenir", sans-serif; font-size: 14px; color: #fff; }
.menu-item-desc { font-family: "Avenir", sans-serif; font-size: 12px; color: #aaa; margin: 5px 0 0 0; line-height: 1.4; }

/* ---- Gallery Page (gallery.php) ---- */
body.page-gallery {
    background: url(../images/aboutbg.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}
body.page-gallery #page {
    background: rgba(0,0,0,0.92);
    border: 1px solid #333;
    margin: 0 auto 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
body.page-gallery #page a,
body.page-gallery #page p,
body.page-gallery #page h2 {
    color: #fff !important;
}
.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}
.filter-btn {
    background: transparent;
    border: 1px solid #444;
    color: #888;
    padding: 8px 20px;
    font-family: "Avenir", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.filter-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: -1;
}
.filter-btn:hover::before,
.filter-btn.active::before { transform: scaleX(1); }
.filter-btn:hover,
.filter-btn.active { color: #000 !important; border-color: #fff; }

.gallery-grid { columns: 3 280px; column-gap: 16px; }
@media (max-width: 768px) {
    .gallery-grid { columns: 2 180px; }
    body.page-gallery #page { padding: 30px 20px; }
}
@media (max-width: 480px) { .gallery-grid { columns: 1; } }

.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.gallery-item.visible { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; display: block; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 30px 15px 15px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.gallery-item:hover .gallery-item-overlay { transform: translateY(0); }
.gallery-item-overlay .caption { font-family: "Avenir", sans-serif; font-size: 11px; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; }
.gallery-item-overlay .cat-tag { font-family: "Avenir", sans-serif; font-size: 9px; color: #aaa; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 4px; }

.gallery-empty { text-align: center; padding: 60px 20px; display: none; }
.gallery-empty p { font-family: "Avenir", sans-serif; color: #555 !important; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }

.gallery-loading { text-align: center; padding: 40px; }
.gallery-loading span { display: inline-block; width: 6px; height: 6px; background: #fff; border-radius: 50%; margin: 0 3px; animation: dot-blink 1.4s infinite ease-in-out both; }
.gallery-loading span:nth-child(1) { animation-delay: -0.32s; }
.gallery-loading span:nth-child(2) { animation-delay: -0.16s; }
@keyframes dot-blink { 0%, 80%, 100% { transform: scale(0); opacity: 0; } 40% { transform: scale(1); opacity: 1; } }

.gallery-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.gallery-modal {
    background: #111;
    border: 1px solid #444;
    width: 90%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.gallery-modal img { max-width: 100%; max-height: 70vh; display: block; margin-bottom: 20px; }
.gallery-modal-close { position: absolute; top: 20px; right: 20px; background: transparent; border: none; color: #fff; font-size: 32px; cursor: pointer; line-height: 1; }
.gallery-modal-prev, .gallery-modal-next { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #fff; font-size: 40px; cursor: pointer; transition: color 0.3s; }
.gallery-modal-prev:hover, .gallery-modal-next:hover { color: #aaa; }
.gallery-modal-prev { left: 20px; }
.gallery-modal-next { right: 20px; }
@media (max-width: 768px) { .gallery-modal-prev { left: 10px; font-size: 30px; } .gallery-modal-next { right: 10px; font-size: 30px; } .gallery-modal { padding: 40px 20px 20px 20px; } }
.gallery-modal-caption { font-family: "Archer", serif; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; color: #fff; text-align: center; }
.gallery-modal-cat { font-family: "Avenir", sans-serif; font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }

/* ---- Global Footer ---- */
.footer-top {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    width: 100%;
}
#social-icons { margin-right: 0; float: none; display: flex; align-items: center; }
#social-icons a { float: left; margin-right: 10px; display: block; width: 20px; height: 20px; background-repeat: no-repeat; }
#social-icons a:last-child { margin-right: 0; }
.address, .phone-email { margin-right: 0; float: none; text-align: center; font-family: 'Avenir', sans-serif; font-size: 12px; color: #aaa; line-height: 1.6; }
.address br { display: block; }
.phone-email a { color: #fff; text-decoration: none; }
.phone-email a:hover { text-decoration: underline; }

/* ---- Page Transition Styles ---- */
body {
    animation: pageFadeIn 0.5s ease-in-out forwards;
}

@keyframes pageFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

body.page-is-transitioning {
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
}

/* ==========================================================================
   Careers Page Styles
   ========================================================================== */
.jobs-list {
    margin: 40px 0;
}
.job-item {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.job-item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}
.job-description-container {
    position: relative;
}
.job-description {
    white-space: pre-wrap;
    color: #ddd;
    line-height: 1.6;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.job-description.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.read-more-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-decoration: underline;
}
.read-more-btn:hover {
    color: #ccc;
}
.application-form {
    display: none;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.application-form.active {
    display: block;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    color: #eee;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.form-group input,
.form-group textarea,
.application-form input,
.application-form textarea {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.form-group input:focus,
.form-group textarea:focus,
.application-form input:focus,
.application-form textarea:focus {
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}
.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 2px;
    display: none;
    font-size: 14px;
}
.form-message.success {
    background: rgba(46, 125, 50, 0.2);
    color: #81c784;
    border: 1px solid rgba(46, 125, 50, 0.5);
    display: block;
}
.form-message.error {
    background: rgba(198, 40, 40, 0.2);
    color: #e57373;
    border: 1px solid rgba(198, 40, 40, 0.5);
    display: block;
}

/* Custom Careers Filters and Badges */
.jobs-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}
.job-badge {
    display: inline-block;
    font-family: 'Avenir', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
}
.form-group textarea,
.application-form textarea {
    display: block !important;
    height: 120px !important;
    resize: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888 !important;
    opacity: 1 !important;
}

/* Back Link for Careers single page */
.back-link {
    display: inline-block !important;
    font-family: 'Avenir', sans-serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #aaa !important;
    text-decoration: none !important;
    margin-bottom: 25px !important;
    transition: color 0.3s ease !important;
    cursor: pointer !important;
}
.back-link:hover {
    color: #fff !important;
}

/* Email Fallback styles */
.email-fallback {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fallback-separator {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.fallback-separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
}
.fallback-separator span {
    background: #000;
    padding: 0 15px;
    color: #888;
    font-family: 'Avenir', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.fallback-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 2px;
}
.fallback-card h5 {
    font-family: 'Archer', serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}
.fallback-card p {
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #ccc !important;
    margin: 0 0 12px 0;
}
.fallback-card a {
    color: #fff !important;
    text-decoration: underline !important;
}
.fallback-card a:hover {
    color: #aaa !important;
}
.fallback-card ul {
    margin: 15px 0 0 0;
    padding-left: 20px;
}
.fallback-card ul li {
    list-style-type: disc !important;
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    line-height: 1.8;
    color: #ccc !important;
    margin-bottom: 8px;
}
.fallback-card ul li strong {
    color: #fff;
}

/* Premium Apply Now Button (Tactile Lift & Glow) */
.apply-now-btn {
    display: inline-block !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    padding: 12px 30px !important;
    border: 1px solid #fff !important;
    cursor: pointer !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: #000 !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    border-radius: 0px !important;
}
.apply-now-btn:hover {
    transform: translateY(-3px) !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2) !important;
}

/* ==========================================================================
   WhatsApp Click-to-Chat & Careers Responsive Layout Improvements
   ========================================================================== */
.whatsapp-container {
    margin: 25px 0 45px 0;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000;
    color: #fff !important;
    border: 1px solid #25d366;
    padding: 12px 26px;
    font-family: "Archer", serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0px;
}
.whatsapp-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: fill 0.3s ease;
}
.whatsapp-btn:hover {
    transform: translateY(-3px);
    background: #25d366;
    color: #fff !important;
    border-color: #25d366;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

@media (max-width: 768px) {
    .jobs-filter {
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
    }
    .jobs-filter .filter-btn {
        flex: 1 1 auto;
        min-width: 140px;
        text-align: center;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .whatsapp-btn {
        width: 100%;
        justify-content: center;
    }
    .jobs-filter .filter-btn {
        width: 100%;
        flex: 1 1 100%;
    }
}


