 .top-row {
		min-height: 80vh;
	}

body {
/*	color: #fff;
	background: #000;*/
}

h1,h2,h3,h4,h5 {
}

body.menu, body.inner {
/*	background: #fff;
	color: #000;*/
}

.space-top {
	margin-top: 100px;
}

.spacing-top {
	margin-top: 160px;
}

.standheader {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 500;
}

.navbar-toggler {
	padding: 0;
	font-size: 2rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid transparent;
	margin-right: 1rem;
}

.navbar {
	font-family: 'corporatecondensed-bold', sans-serif;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text a {
	color: #BCBEC0;
	font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

.nav-item {
	text-transform: uppercase;
}

.newlogo {
	background: url('https://witzcomedytv.com/witz-images/logo/witz-sized.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 174px;
	height: 45px;
	padding: 0;
	margin: 0;
}

.newlogo-md {
	background: url('https://witzcomedytv.com/witz-images/logo/witz-sized.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	margin: 0;
	background-position: center bottom;
}


.newlogo-club {
	background: url('https://witzcomedytv.com/witz-images/logo/witz-sized.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	margin: 0;
}

.navbar-brand {
}


.mobilerestaurant {
	height: 90% !important;
}

.navbar-brand {
	font-size: 2.1rem;
	line-height: 1;
	margin: 0;
	text-align: right;
	font-weight: 700;
	font-family: hobo-std, sans-serif;
}

.navbar-dark .navbar-brand {
	color: #e3be00;
}

.hobo {
	font-family: hobo-std, sans-serif;
}

.text-witz-yellow {
	color: #e3be00
}

.larger {
	font-size: 2rem;
}

#standardtop {
	background-repeat: no-repeat, no-repeat !important;
	background-position: center, center;
	background-size:  cover, cover  !important;
	background-blend-mode: normal, normal  !important;
	padding-top: 60px;
	min-height: 500px;
}


/* Home Page */
	
	.restaurant-side {
		color: #fff;
		text-align: center;
		min-height: 90%;
	}

	
	#home-top {
		background: rgb(255,255,255);
		background: radial-gradient(ellipse, rgba(255,255,255,1) 30%, rgba(215,204,171,1) 100%);
		background-repeat: no-repeat, repeat;
		background-position: center, top;
		background-size:  cover, contain;
		background-blend-mode: normal, normal;
	}
	
	.bg-yellow-burst {
		background: rgb(255,255,255);
		background: radial-gradient(ellipse, rgba(255,255,255,1) 30%, rgba(215,204,171,1) 100%);
		background-repeat: no-repeat, repeat;
		background-position: center, top;
		background-size:  cover, contain;
		background-blend-mode: normal, normal;
	}
	
	.reservations {
		color: #fff;
		text-align: center;
		background: #000 url("/images/site/resy-bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size:  cover;
		min-height: 400px;
	}

	
	.restaurant-side p {
		text-shadow: 1px 1px 8px #333;
	}
	
	#sr-res-root {
		margin: 0 auto;
	}
	
	.resy a {
		color: #fff8e4;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .1rem;
	}
	
	.resy a:hover {
		color: #fff;
	}
	
	.club-side {
		background: #fff8e4;
		border: 8px solid #fff8e4;
	}	
	
	
	.tonight-head {
		font-size: 1.7rem;
		line-height: 1.7rem;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		color: #000;
	}
	
	.tonight-head span {
		font-family: 'corporatecondensed-bold', sans-serif;
		text-transform: uppercase;
		color: #004A88;
		font-size: 2rem;
	}
	
	.upcoming-head {
		font-size:1.5rem;
		color:#222;
		border-bottom:1px solid #004A88;
	}
	
	.upcoming-head span {
		 font-size:1.8rem;
		 font-family: 'corporatecondensed-bold', sans-serif;
		 color: #004A88;
	}
	
	
	.home-showinfo {
		color: #004A88;
		font-size: 1.2rem;
		line-height: 1.8rem;
		text-transform: uppercase;
	}
	
	.home-showinfo strong {
		color: #222;
	}
	
	.home-show-room {
		text-transform: uppercase;
		display: inline-block;
		font-weight: 700;
		color: #004A88;
	}
	
	.btn-boldtext {
		font-family: 'corporatecondensed-bold', sans-serif;
	}

/* End Home Page */

	.white-section {
		background:#fff;
		color:#222;
	}
	
	body#pre, body.comics {
		background: linear-gradient(to top, rgba(0, 0, 0,.7) 0%,rgba(0, 0, 0,.7) 100%), url("/images/site/new-wallpaper.jpg");
		background-repeat: no-repeat, repeat;
		background-position: center, top;
		background-size:  cover, contain;
		background-blend-mode: normal, normal;
	}
	
	body.other {
		background: linear-gradient(to top, rgba(0, 0, 0,.7) 0%,rgba(0, 0, 0,.7) 100%), url("/images/site/stand-other-bg.jpg");
		background-repeat: no-repeat, repeat;
		background-position: center, top;
		background-size:  cover, cover;
		background-blend-mode: normal, normal;
	}

	.btn-twitter { background: #00acee; border-radius: 0; color: #fff }
	.btn-twitter:link, .btn-twitter:visited { color: #fff }
	.btn-twitter:active, .btn-twitter:hover { background: #0087bd; color: #fff }


	a {
		 color: #e3be00;
	}
	
	a:hover {
		color: #b09300;
		text-decoration: none;
	}
	
	.dark-links a {
		color: #fff8e4;
	}
	
	.info-card {
		background: #fff8e4;
		color: #000;
	}

		.btn-witz {
		color: #000;
		background-color:  #e3be00;
		border: 1px solid  #e3be00;
		transition: 1s;
		}
		
		.btn-witz:hover {
		color: #000;
		background-color: #FFDD33;
		border: 1px solid #FFDD33;
		}
		
		.btn-gift {
			font-family: 'corporatecondensed-bold', sans-serif;
			font-size: 1.5rem;
		}

	.text-shadow-subtle {
			text-shadow:0 0 2px rgba(31, 31, 31,0.33), 0 0 4px rgba(31, 31, 31,0.25);
		}
		
		.text-shadow-strong {
			text-shadow:0 0 2px rgba(31, 31, 31,0.66), 0 0 4px rgba(31, 31, 31,0.75), 0 0 8px rgba(31, 31, 31,0.75), 0 0 16px rgba(31, 31, 31,0.75);
		}
	

	.home-top-row {
		padding-top: 80px;
	}

	


	.author-credit {
		padding-top: 10px;
		color: #fff;
		font-family: 'corporatecondensed-bold', sans-serif;
		font-weight: 500;
		padding-bottom: 0;
		margin: 0 0 0 22px;
	}
	
	
	.morelink_dev {
		position: absolute;
		bottom: 15%;
		right: 30%;
		font-family: 'corporatecondensed-bold', sans-serif;
		line-height: 16px;
		font-size: 16px;
		color: #fff;
		text-align: right;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		text-transform: uppercase;
	}

	.cover {
		right: 7%;
		top: 10%;
		position: absolute;
		transition: all 1.5s  ease-in-out;
		-moz-transition: all 1.5s  ease-in-out;
		-webkit-transition: all 1.5s  ease-in-out;
		opacity: 0.5;
	}
	
	.cover_dev {
		max-height: 150px;
		width: auto;
		transition: all 1.5s  ease-in-out;
		-moz-transition: all 1.5s  ease-in-out;
		-webkit-transition: all 1.5s  ease-in-out;
		opacity: 0.5;
		margin-top:20px;
		margin-bottom: 20px;
		margin-left: -20px
	}
	
	.home-head {
		font-family: 'corporatecondensed-bold', serif;
		color: #c41400;
		margin-top:20px;
		font-weight: 400;
		text-align: center;
	}
	
	.page-head, .hero-head {
		margin-bottom: 1rem;
		color: #fff8e4;
		font-family: 'corporatecondensed-bold', serif;
		text-align: center;
		margin-top: .5rem;
	}
	
	.page-head-blue {
		color:  #004A88;
	}
	
	.hero-head {
		text-shadow: 0px 0px 1px #000, 0px 0px 4px #000, 0px 0px 8px #000;
	}
	
	.subhead {
		
	}
	
	.home-head span {
		color: #fff;
		font-size: 21px;
		font-style: italic;
	}

	.faded {
		opacity: 0;
	}

   .unfaded {
	   opacity: 1;
   }
   
   .move-right{
    transform: translate(1rem,0);
    -webkit-transform: translate(1rem,0); /** Chrome & Safari **/
    -o-transform: translate(1rem,0); /** Opera **/
    -moz-transform: translate(1rem,0); /** Firefox **/
	   opacity: 1;
	}
	
	.recent_news li {
    padding: 5px 0;
}

.recent_news a {
	color: #c41400;
}


.footer-text {
	font-size: .9rem;
	color: rgba(255,255,255,.75);
	text-align: center;
}

footer a {
	color: #fff8e4
}

footer a:hover {
	color: #fff;
}

.footer-list {
	text-transform: uppercase;
	font-weight: 700;
}

.footer-list li {
	padding-top: 1rem;
}

.footer-text span{
	color: #d2bba0;
}

.footer-text a {
	color: #aaa;
}


	

	
	.show_row {
		margin-bottom: 18px;
/*		border-bottom: 1px solid rgba(255,248,228,.75);*/
	}
	
	
.show_row:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255,248,228,.75);
  margin: 0 15px;
  width: 100%;
padding-bottom: 18px;

}
	
	.show_row:last-of-type:after {
		border-bottom: 0;
	}
	
	.showtitle, .tonight-showtitle, .home-showtitle {
		font-size: 1.4rem;
		color: #fff8e4;
		font-weight: 700;
		margin-top: 0;
		padding-top: 0;
	}
	
	.showtitle a, .tonight-showtitle a, .home-showtitle a {
		color: #fff8e4;
	}

	.showtitle span, .tonight-showtitle span, .home-showtitle span {
		font-size: 1.1rem;
		line-height: 1.5rem;
		display: block;
	}
	

	.tonight-showtitle, .home-showtitle {
		color:  #004A88;
	}
	
	.showtitle a:hover {
	}
	
	.show_time {
	}

	.show-room {
		padding: 1px 4px;
		text-transform: uppercase;
		display: inline-block;
		font-size: 14px;
	}

	.show-room1 {
		background: #d2bba0;
		color: #000;
	}
	
	.show-room2 {
		background: #9f7e69;
	}
	
	.showinfo {
		font-size: 20px;
		color: #004A88;
	}
	
	.show_date {
		color: #fff;
		font-size: 18px;
	}
	
	.list-show-room {
		padding: 1px 4px;
		text-transform: uppercase;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		color: #000;
		background: #fff8e4;
		margin-left: 20px;
	}
	
	.home-show {
		color: #004A88;
		border: 4px solid #fff;
	}
	
	.show_reservations {
		border-top: 2px solid #fff8e4;
		border-bottom: 1px solid #fff8e4;
	}

	.checkout-button a:link, .checkout-button a:visited {
    background: #004A88 !important;
}


	
	.home-showdate {
		font-size: 1rem;
		color: #000;
	}
	

	.lineup-item {
		font-size: .9rem;
		line-height: 1.1rem;
		color: #fff;
		margin-bottom: .6rem;
	}
	
	.lineup-item a {
		color: #fff;
	}
	
	.lineup-head {
		font-size: 16px;
		margin-top: 20px;
		text-transform: uppercase;
		color: #fff8e4;
		font-weight: 700;
	}
	
	.food-container {
		background: #fff8e4;
		border: 2px solid #fff8e4;
	}
	
	.food-container-dev {
		background: #BCBEC0;
		border: 2px solid #BCBEC0;
	}
	

	
	/* Shows */
	
	.nye {
		border: 1px solid #d0a111;
		border-radius: 1rem;
	}	


	
	.cal-month a {
		color: #fff8e4;
		text-transform: uppercase;
	}
	
	.cal-month i {
		font-size: 1.3rem;
	}
	
	.current {
color: #4b535c;
background-color: #343a40;
}
	
	.calendar td, .calendar th {
    	padding: .35rem;
	}
	
	.calendar a {
		color: #fff8e4;
	}
	
	.given {
		background: #004A88;
		border-radius: 1rem;
	}
	
	/* Menu */
	
	.main-banner {
		height: 65vh;
		min-height: 500px;
		position: relative;
	}
	
	.guest-chef-date {
		font-family: 'corporatecondensed-bold', sans-serif;
		text-align: center;
		margin: 1rem 0;
		color: #004A88;
	}
	
	.guest-chef-date span {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-style: italic;
		color: #222;
	}
	
	.guest-chef {
		text-align: center;
		background: #eee;
		padding: 1rem;
		border-radius: .5rem;
	}
	
	.guest-chef-sub {
		font-size:1.2rem;
		letter-spacing:.6rem;
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #BCBEC0;
		text-transform: uppercase;
		}
	
	.guest-chef-head {
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #004A88;
		font-size: 3.5rem;
	}
	
	.menu-side {
		margin-bottom: 1rem;
	}
	
	.note {
		font-size: 1.1rem;
	}
	
	.menu-nav-link {
		padding: 0 .5em;
	}
	
	.menu-nav-link.active {
		color: #005caa;
	}
	
	.comic-hero-bg-layer {
		background: linear-gradient(to bottom, 
			rgba(0,0,0,0) 70%, rgba(0,0,0,1) 95%);
		height: 100%;
	}
	
	.menu-hero-bg-layer {
		background: linear-gradient(to bottom, 
			rgba(0,0,0,0) 70%, rgba(0,0,0,1) 95%);
		height: 100%;
	}
	
	#menu-top {
		z-index: 8;
	}
	
	.no-hero-top {
		background:#000;
		height:70px;
	}

	.comic-hero-head {
		position: absolute;
		bottom: 0;
		text-align: left;
		z-index: 10;
	}
	
	.menu-subhead {
		font-family: 'corporatecondensed-bold', serif;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.4rem;
		text-align: center;
	}
	
	.menu-head {
		font-size: 2.1rem;
		color: #fff8e4;
		font-family: 'corporatecondensed-bold', serif;
		text-align: center;
		margin-top: .5rem;
	}
	
	.menu-hero-head {
	}

	
	.sidenav {
		font-family: 'corporatecondensed-bold', sans-serif;
		font-size: 1.2rem;
	}

	
	.diet {
		font-size: .9rem;
		color: #666;
	}
	
	.dotted-spaced {
		background: linear-gradient(to right, rgba(0, 74, 136, 1) 25%, rgba(255, 255, 255, 0) 0%);
		background-position: bottom;
		background-size: 5px 1px;
		background-repeat: repeat-x;
	}
	
	.menu-section {
		padding-bottom: .3rem;
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #004A88;
		margin-top: 2rem;
		font-size: 1.8rem;
	}
	
	.the-ticket {
		text-transform: uppercase;
	}
	
	.price {
		font-size: 1.2rem;
		color: #fff;
		margin-top: .5rem;
		text-align: center;
	}
	
	.dish-description {
		margin: 0;
		padding: 0;
	}
	
	.dish-description p {
		margin: 0;
	}
	
	.loading-btn {
		text-transform: uppercase;
		font-family: 'corporatecondensed-bold', sans-serif;
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	
	.btn-buy {
		text-transform: uppercase;
		font-family: 'corporatecondensed-bold', sans-serif;
		font-size: 2rem;
	}

	/* Comedian Page */
	
	.comichead {
		font-weight: 400;
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #004A88;
	}
	
	.comic_show_row {
		margin-bottom: .75rem;
		padding-bottom: .75rem;
		border-bottom: 1px solid #004A88;
	}
	
	.comic_show_info {
		text-align: center;
	}
	
	.comic_show_date {
		font-size:1.2rem;
		color: #004A88;
		text-align: center;
		font-family: 'corporatecondensed-bold', sans-serif;
		text-transform: uppercase;
	}
	
	.comic_show_time {
		font-size:1.2rem;
	}
	
	.comic_show_time span {
		font-size:1.0rem;
	}
	
	.comic_showtitle {
		font-size: 1.4rem;
		font-weight: 600;
		margin-top: .5rem;
		padding-top: 0;
	}
		
	.btn-ticket-dark {
		font-family: 'corporatecondensed-bold', sans-serif;
		text-transform: uppercase;
		color: #004A88;
		background-color: transparent;
		background-image: none;
		border-color: #004A88;
	}


	.btn-ticket-dark:hover {
		color: #fff;
		background-color: #004A88;
		border-color: #004A88;
	}
	
	.comedian-link {
		color: #fff8e4;
	}
	
	.comedian-link:hover {
		color: #fff;
	}
	
	.comedian-link:hover .comedian-item img {
		border: 2px solid #fff;
	}
	
	.comedian-item {
		margin-bottom: .9rem;
	}
	
	.comedian-item img {
		border: 2px solid #fff8e4;
	}

	
	/* Inner Pages */
	

	
	/* About Page */
	.other-banner {
		background: linear-gradient(to top, rgba(0, 0, 0,0) 50%,rgba(0, 0, 0,.7) 100%), url("/images/site/stand-other-bg.jpg");
		background-repeat: no-repeat, repeat;
		background-position: center, center;
		background-size:  cover, cover;
		background-blend-mode: normal, normal;
	}
	
	p.about:first-child:first-letter {
		color: #004A88;
		float: left;
		font-family: 'corporatecondensed-bold', sans-serif;
		font-size: 6rem;
		line-height: 4.1rem;
		padding-top: 20px;
		padding-right: 8px;
		padding-left: 3px;
		}
		
	p.about {
		line-height: 2.0rem;
	}
		
	.about-dave {
		text-align: center;
	}

	
	#davetop {
		background: linear-gradient(to top, rgba(0, 0, 0,.1) 0%,rgba(0, 0, 0,.5) 100%), url("/images/site/kimowitz-	page.jpg");
		background-repeat: no-repeat, no-repeat;
		background-position: center, right bottom;
		background-size:  cover, cover;
		background-blend-mode: normal, normal;
		padding-top: 60px;
		min-height: 500px;
	}
	
	/* Private Events */
	
	.modal-title {
		color: #004A88;
	}

	
	.private-room {
		margin-bottom: 1rem;
	}
	
	/* TripleSeat Overrides */
	
	body #tripleseat_embed_form_inline .tripleseat_field .button {
	    font-size: 1rem;
	    color: #fff;
		background-color: #004A88;
		border: 1px solid #3b9bc4;
		border-radius: .2rem;
		padding: .25rem .5rem;
		display: block;
		width: 100%;
		font-family: 'corporatecondensed-bold', sans-serif;
		font-size: 1.5rem;
		text-transform: uppercase;
	}

	
	body .row_details_header {
		margin-top: 1.5rem;
	}
	
	.tripleseatcolumn {
		position: static;
	}
	
	body #tripleseat_embed_form_inline .ts_submit {
		float: none;
		margin-top: 1rem;
		margin-right: 10px;
	}

	body #tripleseat_embed_form_inline .ts_first_name, body #tripleseat_embed_form_inline .ts_last_name {
		width: 100%;
	}
	
	body #tripleseat_embed_form_inline .ts_email_address, body #tripleseat_embed_form_inline .ts_company, body .ts_event_description {
		width: 100%;
	}
	
	body .ts_phone_number, body .ts_event_date, body .ts_start_time, body .ts_end_time {
		width: 48%;
	}

	body #tripleseat_embed_form_inline .ts_extension {
	}
	
	#tripleseat_embed_form_inline .tripleseat_field input {
		width: 100%;
		margin-right: 0;
		border-radius: .2rem;
	}
	
/* Mailing List */

	.mail_bar {
		background: #fff;
	}

	.mail-head {
		color: #004A88;
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: 400;
		font-size: 1.5rem;
	}
	
	.mail-head strong {
		color: #004A88;
		font-weight: 700;
		margin: 0;
		padding: 0;
	}
	
	/* Special */
	
	.price-tiers:not(:first-child) {
		border-left: 1px solid #ccc;
	}
	
	.price-tiers {
		text-align: center;
	}
	
	.special-subtitle {
		text-align: center;
		font-size: 1.5rem;
		font-style: italic;
		margin-top: .25rem;
		margin-bottom: .75rem;
		padding: 0 2rem 0;
	}
	
	.special-event {
		border-bottom: 1px solid rgba(188,190,192,.25);
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	
	.special-event img {
		border: 1px solid #000;
	}

	
	.special-date {
		font-family: 'corporatecondensed-bold', sans-serif;
		text-transform:uppercase;
		margin: 0 -5px;
		font-size: 1.5rem;
	}
		
	.special-time {
		font-size: 1.4rem;
		font-family: 'Lato', sans-serif;
	}
	
	.special-subhead {
		font-size:1.2rem;
		letter-spacing:.6rem;
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #BCBEC0;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: .5rem;
	}
	
	.special-price {
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #004A88;
		font-size: 2.5rem;
	}

	.special-includes {
		font-family: 'Lato', sans-serif;
		color: #000;
		font-size: .8rem;
		line-height: 1rem;
		font-style: oblique;
		text-align: center;
		margin-top: .25rem;
	}
	
	.special-price-note {
		font-size: .8rem;
		line-height: 1rem;
	}
	
	.special-time span {
		  font-variant: small-caps;

	}
	
	.merch-bg {
		padding: 0;
	}
	
	.merch-home {
		color:  rgba(188, 190, 192,1);
		background: #000;
		padding: 2rem 0;
	}



/* Marquee */

section.marquee_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
//	height: 100vh;
}
.marquee {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	display: block;
	transform-origin: 50% 100%;
	transition: transform 0.25s;
}

.marquee .inner {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	color: white;
	font-size: 8rem;
	white-space: nowrap;
}

.marquee .inner > * {
	padding: 0 1rem;
}

.marquee img {
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  max-height: 150px;
}

/* On Now */

#on-now-video {
	width: 99vw;
	height: 100%;
	border-radius: 0px;
}

/* Podcast Buttons */

.podcast-top {
	min-height:70vh;
}

/* Socials for Podcasts */

  .fa-stack.small {
	font-size: 1.5rem;
  }
  
  a.social {
	  color: #332F8E;
  }
  
  a.social:hover {
	  color: #0900E3
  }
  
  .list-img {
	  transition: transform .35s;
  }
  
  .list-img:hover {
	  transform:perspective(1000px) scale(1.03)
  }

  .podcast-top-bg {
	  margin-top:75px;
	  background:url(/witz-images/site/powered-by-cineverse.webp), url(/witz-images/site/witz-podcast-bg-v2-purple.webp);
	  background-size:188px 78px, cover;
	  background-position: top 5rem left 1rem, top;
	  background-repeat: no-repeat;
  }

@media (min-width: 500px) {
	
	
	.navbar-brand {
		font-size: 3rem;
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {

	.merch-bg {
		background: linear-gradient(84deg, rgba(188, 190, 192,0) 0%, rgba(188, 190, 192,0) 45%, rgba(0, 0, 0,1) 45% ), url('https://thestandnyc.com/images/site/legalize-comedy-ian-lara.jpg');
		background-repeat: no-repeat, no-repeat;
		background-size: auto, auto 100%;
		height: 50vh;
	}
	
	.merch-home {
		margin-top: 0;
		background: transparent;
	}

	
	/* Navbar */
	.navbar-expand-md {
		flex-flow: unset;
	}

	.navbar {
		align-items: flex-end;
	}

	.newlogo-md {
		height: 100px;
		width: 141px;
		background-position: center 49.8px;
	}
	
	.newlogo-club {
		height: 50px;
		width: 70px;
	}
	
	

	.no-hero-top {
		height:160px;
	}
	
	.main-banner {
		height: 70vh;
		position: relative;
	}
	
	.space-top {
		margin-top: 160px;
	}
	
	.space-top-shows {
		margin-top: 160px;
	}
	
	.mobilerestaurant {
		height: auto !important;
	}
	
	.home-top-row {
		padding-top: 130px;
	}
		
	.logosubhead {
		text-transform: uppercase;
		font-family: 'corporatecondensed-bold', sans-serif;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
	}
	
	.cover_dev {
		max-height: 280px;
		width: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.page-head {
		text-align: left;
	}

	.menu-subhead, .menu-head {
		text-align: left;
	}
	
	
	.restaurant-side {
		position: relative;
		padding: .5rem;
	}
	
	.showtitle {
		font-size: 2rem;
		line-height: 2.2rem;
	}
	
	.showtitle span {
		font-size: 1.5rem;
		line-height: 1.7rem;
		display: block;
	}

	
	.footer-head {
		text-align: right;
	}


	body #tripleseat_embed_form_inline .ts_first_name, body #tripleseat_embed_form_inline .ts_last_name {
		width: 48%;
	}
	
	body .ts_submit {
		width: 50%;
	}

}

@media (min-width: 992px) {
	
	.podcast-top {
		height:70vh;
	}
	
	.podcast-top-bg {
		  margin-top:75px;
		  background:url(/witz-images/site/powered-by-cineverse.webp), url(/witz-images/site/witz-podcast-bg-v2-purple.webp);
		  background-size:188px 78px, cover;
		  background-position: bottom 1rem right 1rem, top;
		  background-repeat: no-repeat;
	}



.space-top {
	margin-top: 150px;
}

.space-top-shows {
	margin-top: 150px;
}

	.home-page {
		background: radial-gradient(circle farthest-side at 10% 45%, 
			rgba(0,0,0,0) 40%, rgba(0,0,0,1) 90%), url("/images/site/stand-bg.jpg");
		background-repeat: no-repeat, no-repeat;
		background-position: top, top;
		background-size:  cover, cover;
	}
	
	
	.main-banner {
		height: 85vh;
		margin-top: 0;
	}

	
	.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
		font-size: 1.3rem;
		padding-top: .15rem;
	}

	.navbar {
		background-color #000 !important;
	}

	.newlogo-md {
		height: 109px;
		width: 154px;
		background-position: center 53.8px;
	}
	
	.newlogo-club {
		height: 50px;
		width: 70px;
	}
	
	.navbar-collapse {
		margin-bottom: .35rem;
	}

	.navbar-text {
		padding-top: 0rem;
	}
	
	.top-row {
		min-height: 80vh;
	}

	.restaurant-side p {
		width: 100%;
		margin: 0 0 1rem;
		text-align: center;
	}

	.cover_dev {
		max-height: 300px;
		width: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.author-credit {
		font-size: 1.5rem;
		padding: 0;
	}
		
	.morelink_dev {
		line-height: 20px;
		font-size: 20px;
		right: 24%;
	}


	
	/* Menu Page */
	

	.comic-hero-bg-layer {
		background: radial-gradient(circle farthest-side at 90% 45%, 
			rgba(0,0,0,0) 40%, rgba(0,0,0,1) 90%);
		height: 100%;
	}
	
	.menu-side {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-bottom: 9;
	}
	
	.make-me-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 1rem;
	}
	
	.sidenav {
		margin-top: 2rem;
	}
	
	.note {
		margin-top: 2rem;
		font-size: 1.5rem;
	}
	
	#standardtop {
		min-height: 500px;
	}

	.mail-head {
		text-align: right;
	}
	
	.menu-nav-link {
		padding: .5em 0;
	}
	
	.about-dave {
		text-align: left;
	}
	
	#davetop {
		min-height: 700px;
	}
}

@media (min-width: 1200px) { 

.merch-bg {
	background: linear-gradient(84deg, rgba(188, 190, 192,0) 0%, rgba(188, 190, 192,0) 40%, rgba(0, 0, 0,1) 40% ), url('https://thestandnyc.com/images/site/legalize-comedy-ian-lara.jpg');
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 54% auto;
	background-position: center, left center;
	height: 50vh;
}



	.home-top-row {
		padding-top: 160px;
	}
	
	.navbar-collapse {
		margin-bottom: .5rem;
	}

	
	.author-credit {
		font-size: 2rem;
		margin: 0 0 0 42px;
	}

	.show_row {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}

}