/*
Theme Name: Jujus Bar & Stage
Theme URI: http://www.jujusbarandstage.com
Author: digital@trumanbrewery.com
Author URI: https://www.trumanbrewery.com
Description: Theme designed especially for Juju's Bar & Stage
Version: 1.0
Text Domain: jujusbarandstage
*/

@font-face {
font-family: "Monoxil";
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.otf') format('opentype');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.eot');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.eot#iefix') format('embedded-opentype'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.woff') format('woff'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/Monoxil.ttf')  format('truetype')
}

@font-face {
font-family: "HankenGrotesk-Regular";
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.otf') format('opentype');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.eot');
src: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.eot#iefix') format('embedded-opentype'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.woff') format('woff'),
     url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/fonts/HankenGrotesk-Regular.ttf')  format('truetype')
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

@media (max-width: 1024px) {
	p {
		font-family: "HankenGrotesk-Regular";
		font-size: 12px;
		text-align: left;
		line-height: 20px;
		color: #1C1C1C;
	}
}

a {
	color: #1C1C1C;
	text-decoration:  none;
}

a:hover, a:active {
	color: #1C1C1C;
	text-decoration: none;
}

#description {
	position: absolute;
	top: -9999px;
	left: -9999px;	
	z-index: -999;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #77C5BE;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

#menu-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 90px;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16); 
	z-index: 999;
}

.menu-logo {
	position: absolute;
	left: 42px;
	top: 8px;
	width: 115px;
	height: 75px;
}

.menu-logo a img {
	width: 100%;
	height: 100%;
}

#menu-nav {
	position: absolute;
	top: 30px;
	left: 20vw;
}

@media (max-width: 1024px) {
	#menu-bar {
		height: 50px;
	}
	
	.menu-logo {
		position: absolute;
		left: 25px;
		top: 2px;
		width: 72px;
		height: 45px;
	}

	#menu-nav {
		display: none;
	}
}

#menu-nav ul {
	margin:  0;
	padding: 0;
}

#menu-nav li {
	display: inline;
	list-style-type: none;
	font-family: "Monoxil";
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000000;
	margin-right:  52px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

#menu-social {
	position: absolute;
	top: 30px;
	right: 180px;
}

#menu-social ul {
	margin:  0;
	padding: 0;
}

#menu-social li {
	display: inline;
	list-style-type: none;
	line-height: 12px;
	margin-right:  30px;
}

#menu-social li img {
	width: 16px;
	height: 16px;
}

#sign-up {
	position: absolute;
	right: 42px;
	top: 23px;
}

@media (max-width: 1573px) {
	#menu-social {
	right: 30px;
	}
	
	#sign-up {
		display: none;
	}
}

@media (max-width: 1390px) {
	#menu-social {
	display: none;
	}
}

#menu-device {
	display: none;
}

#menu-device-dropdown {
	display: none;
}

@media (max-width: 1024px) {
	#menu-device {
		display: block;
		font-family: "Monoxil";
		font-size: 14px;
		line-height: 12px;
		letter-spacing: 3px;
		color: #000000;
		text-transform: uppercase;
		-webkit-text-stroke-width: 1px;
   	 	-webkit-text-stroke-color: #000000;
		position: absolute;
		right: 25px;
		top: 20px;
		cursor: pointer;
	}
	
	#menu-device-dropdown {
		display: block;
		position: fixed;
		z-index: 500;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		background-color: #FFFFFF;
		top: 0px;
		left: 0px;
		right: 0px;
		margin-top: -100vh;
		transition: all 0.7s ease;
	}
	
	#menu-device-dropdown.active {
		margin-top: 0vh;
		transition: all 0.7s ease;
	}	
	
	#menu-device-dropdown-nav {
		position: relative;
		z-index: 10;
	}
	
	#menu-device-dropdown-nav ul {
		list-style-type: none;
		margin-top: 15vh;
		margin-bottom: 20vh;
		margin-left: 0px;
		padding-left: 0px;
		display: flex;
		flex-direction: column;
		height: 70vh;
		z-index: 10;
	}
	
	#menu-device-dropdown-nav ul li {
		font-family: "Monoxil";
		font-size: 20px;
		text-align: center;
		line-height: 26px;
		color: #000000;
		height: 10vh;
		text-transform: uppercase;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
}

#menu-device-foliage-1 {
	position: absolute;
	width: 40vh;
	height: 40vh;
	top: -2vh;
	right: -15vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transform: rotate(160deg);
}

#menu-device-foliage-2 {
	position: absolute;
	width: 54vh;
	height: 54vh;
	bottom: 10vh;
	left: -10vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-pink.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
	transform: rotate(10deg);
}

#menu-device-foliage-3 {
	position: absolute;
	width: 80vh;
	height: 80vh;
	bottom: 10vh;
	left: -40vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 4;
	transform: rotate(40deg);
}

#menu-device-dropdown-footer {
	position: absolute;
	background-color: #1C1C1C;
	color: #FFFFFF;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 93px;
	transition: all 0.7s ease;
	z-index: 9;
}

#device-credit-social {
	position: relative;
	width: 100vw;
	margin-top: 20px;
	text-align: center;

}

#device-credit {
	font-family: "HankenGrotesk-Regular";
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
}

#device-credit-social .credit-social li {
	margin-right: 20px !important;
	margin-left: 20px !important; 
}

#device-credit-social .credit-social li a img {
	width: 20px !important;
	height: 20px !important; 
}

#logo {
	width: 100%;
	max-width: 378px;
}

.explore {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 34px;
	color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
}

.title {
	font-family: "Monoxil";
	font-size: 50px;
	color: #000000;
	text-align: left;
	line-height: 50px;
	margin-bottom: 20px;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

@media (max-width: 1024px) {
	.title {
		font-family: "Monoxil";
		font-size: 34px;
		color: #000000;
		text-align: center;
		line-height: 42px;
		margin-bottom: 10px;
		vertical-align: top;
		text-transform: uppercase;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
}

.button {
	font-family: "Monoxil";
	color: #000000;
	background-color: #F7BABE;
	padding: 14px 24px 14px 24px;
	padding-top: 14px;
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 22px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	transition: all 0.2s linear;
	text-align: center;
}

.button:hover, .button-black:hover, .button-orange:hover, .button-pink:hover, .button-blue:hover, .button-yellow:hover, .button-red:hover {
	text-decoration: none;
}

.button-black {
	color: #FFFFFF;
	background-color: #000000;
	line-height: 15px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
	transition: all 0.2s linear;
}

.button-black:hover {
	background-color: #3A3A3A;
	transition: all 0.2s linear;
}

.button-orange {
	background-color: #FF8240;
	transition: all 0.2s linear;
}

.button-orange:hover {
	background-color: #FF9157;
	transition: all 0.2s linear;
}

.button-pink {
	background-color: #F7BABE;
	transition: all 0.2s linear;
}

.button-pink:hover {
	background-color: #F7C8CB;
	transition: all 0.2s linear;
}

.button-blue {
	background-color: #77C5BE;
	transition: all 0.2s linear;
}

.button-blue:hover {
	background-color: #92C9C4;
	transition: all 0.2s linear;
}

.button-darkblue {
	background-color: #109ECA;
	transition: all 0.2s linear;
}

.button-darkblue:hover {
	background-color: #30AED7;
	transition: all 0.2s linear;
}

.button-yellow {
	background-color: #FFD24A;
	transition: all 0.2s linear;
}

.button-yellow:hover {
	background-color: #FCD663;
	transition: all 0.2s linear;
}

.button-red {
	background-color: #EA564B;
	transition: all 0.2s linear;
}

.button-red:hover {
	background-color: #EB736A;
	transition: all 0.2s linear;
}

#home-page-header {
	margin-top: 90px;
	height: calc(100vh - 90px);
	background-image: url(https://www.jujusbarandstage.com/wp-content/uploads/2021/05/Jazz16-2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width: 1024px) {
	#home-page-header {
		margin-top: 50px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#home-page-header-logo {
	position: relative;
	width: 26%;
	left: 50%;
	margin-left: -13%;
	top: 26%
}

#home-page-header-logo img {
	-webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.06)); 
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.06));
	width: 100%;
	height: 100%;
}

@media (max-width: 1140px) {
	#home-page-header-logo {
		position: relative;
		width: 30%;
		left: 50%;
		margin-left: -15%;
		top: 26%
	}
}

@media (max-width: 1024px) {
	#home-page-header-logo {
		position: relative;
		width: 40%;
		left: 50%;
		margin-left: -20%;
		top: 26%
	}
}

@media (max-width: 768px) {
	#home-page-header-logo {
		position: relative;
		width: 50%;
		left: 50%;
		margin-left: -25%;
		top: 26%
	}
}

@media (max-width: 414px) {
	#home-page-header-logo {
		position: relative;
		width: 80%;
		left: 50%;
		margin-left: -40%;
		top: 26%
	}
}

#home-page-header-explore {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	-webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.06)); 
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.06));
	cursor: default;
}

@media (max-width: 1024px) {
	#home-page-header-explore {
		bottom: 80px;
	}
}

#home-page-header-explore img {
	width: 24px;
}

.banner1 {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 380px;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner1.png);
	background-size: cover;
	background-position: center;
}

.banner2 {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 380px;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner1.png);
	background-size: cover;
	background-position: left bottom;
}

.banner3 {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 380px;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner3.png);
	background-size: cover;
	background-position: left bottom;
}

.banner4 {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 380px;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner4.png);
	background-size: cover;
	background-position: left bottom;
}

.banner5 {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 380px;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner5.png);
	background-size: cover;
	background-position: left bottom;
}

@media (max-width: 1024px) {
	.banner1 {
		background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner2.png);
	}

	.banner2 {
		background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner4.png);
	}
	
	.banner3 {
		background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner2.png);
	}
	
	.banner5 {
		background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/banners/banner2.png);
	}
}

@media (max-width: 767px) {
	.banner1, .banner2, .banner3, .banner4 {
		padding-bottom: 70px;
	}
}

.banner-featuredevent {
	margin-top: 90px;
}

@media (max-width: 1024px) {
	.banner-featuredevent {
		margin-top: 50px;
	}
}

.banner-panel {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 380px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	background-color: #FFD24A;
	font-family: "HankenGrotesk-Regular";
	color: #1C1C1C;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.banner-panel-button {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
	bottom: 20px;
}

@media (max-width: 1024px) {
	.banner-panel {
		margin-top: 0px;
		margin-bottom: 0px;
		max-width: 380px;
		padding-top: 20px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 40px;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	
	.banner-panel-button {
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
		bottom: 0px;
	}
}

@media (max-width: 767px) {
	.banner-panel {
		margin-top: 0px;
		margin-bottom: 0px;
		max-width: calc(100% - 30px);
		padding-top: 20px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 40px;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	
	.banner-panel-button {
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
		bottom: -25px;
	}
}

.overlap-left {
	margin-left: 80px;
	z-index: 2;
}

.overlap-right {
	margin-top: 20px;
	margin-left: -110px;
	z-index: 1;
}

@media (max-width: 1024px) {
	.overlap-left {
		margin-left: 0px;
		z-index: 2;
	}

	.overlap-right {
		margin-top: 0px;
		margin-left: 0px;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.overlap-left {
		margin-left: 0px;
		margin-top: -20px;
		z-index: 2;
	}
}

.title-reservations {
	font-family: "Monoxil";
	font-size: 44px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

@media (max-width: 1024px) {
	.title-reservations {
		font-size: 34px;
		text-align: center;
		line-height: 42px;
		margin-bottom: 11px;
	}
}

#home-page-whatson {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
	#home-page-whatson {
		padding-top: 30px;
		padding-bottom: 60px;
	}
}

.home-whatson-grid-sizer,
.home-whatson-grid-item { 
	width: calc(50% - 140px);
	margin-right: 140px;
}

@media (max-width: 1024px) {
	.home-whatson-grid-sizer,
	.home-whatson-grid-item { 
		width: 100%;
		margin-right: 0px;
	}
}

.home-whatson-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: 40px;
	max-width: 435px;
}

.home-whatson-description-button {
	max-width: 280px;
}

@media (max-width: 1024px) {
	.home-whatson-description {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.home-whatson-description-button {
		max-width: 100%;
		text-align: center;
	}
}

.home-whatson-grid-item {
	background-color: #FFF;
}

.home-listing {
	margin-left: 100px;
	margin-right: -100px;
	margin-top: 100px;
}

.home-whatson-listing-img {
	height: 365px;
	min-width: 410px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.home-listing {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 40px;
	}
	
	.home-whatson-listing-img {
		height: 200px;
		min-width: 100%;
		max-width: 100%;
	}
}

.home-whatson-listing-img img {
	height: 100%;
	min-width: 100%;
}

.home-whatson-listing-date {
	position: absolute;
	background-color: #000;
	padding: 20px;
	top: 0px;
	left: -100px;
	cursor: pointer;
}

.home-whatson-listing-month {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 8px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

.home-whatson-listing-day {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.home-whatson-listing-date {
		padding: 12px;
		padding-right: 4px;
		top: 0px;
		left: 0px;
	}
	
	.home-whatson-listing-month {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 8px;
	}

	.home-whatson-listing-day {
		font-size: 33px;
		line-height: 22px;
		letter-spacing: 7px;
	}
}

.home-whatson-listing {
	position: relative;
	width: 100%;
	z-index: 9;
}

.home-whatson-listing-info {
	min-width: 410px;
	padding: 30px;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}

.home-whatson-listing-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 16px;
	color: #000000;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.home-whatson-listing-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

.home-whatson-listing-button {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -10px;
}

@media (max-width: 1024px) {
	.home-whatson-listing-info {
		min-width: 100%;
		padding: 14px;
		padding-bottom: 22px;
		padding-top: 22px;
		margin-bottom: 20px;
	}
	
	.home-whatson-listing-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 14px;
	}
	
	.home-whatson-listing-description {
		font-size: 12px;
		line-height: 20px;
	}
	
	.home-whatson-listing-button {
		left: 50%;
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
		bottom: -35px;
	}
}

.home-whatson-grid .home-whatson-grid-item:first-child .button {
	background-color: #FFD24A;
	transition: all 0.2s linear;
}

div.home-whatson-grid > div.home-listing:nth-child(3) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button {
	background-color: #F7BABE !important;
	transition: all 0.2s linear;
}

div.home-whatson-grid > div.home-listing:nth-child(4) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button {
	background-color: #FF8240 !important;
	transition: all 0.2s linear;
}

div.home-whatson-grid > div.home-listing:nth-child(5) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button {
	background-color: #77C5BE !important;
	transition: all 0.2s linear;
}

div.home-whatson-grid > div.home-listing:nth-child(6) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button {
	background-color: #FFD24A !important;
	transition: all 0.2s linear;
}

@media (max-width: 1024px) {
	.home-whatson-grid .home-whatson-grid-item:first-child .button, div.home-whatson-grid > div.home-listing:nth-child(3) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button, div.home-whatson-grid > div.home-listing:nth-child(4) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button, div.home-whatson-grid > div.home-listing:nth-child(5) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button, div.home-whatson-grid > div.home-listing:nth-child(6) > div.home-whatson-listing > div.home-whatson-listing-info > div.home-whatson-listing-button > a > div.button {
		background-color: #FF8240 !important;
	}
}

.home-whatson-listing-foliage {
	position: absolute;
	z-index: 1;
	background-color: transparent !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-whatson-grid > .home-listing:nth-child(3) > .home-whatson-listing-foliage {
	transform: rotate(100deg);
	top: 120px;
	left: -220px;
	width: 400px;
	height: 400px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png');
}

.home-whatson-grid > .home-listing:nth-child(4) > .home-whatson-listing-foliage {
	transform: rotate(15deg);
	top: 50px;
	left: -320px;
	width: 500px;
	height: 500px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png');
}

.home-whatson-grid > .home-listing:nth-child(5) > .home-whatson-listing-foliage {
	transform: rotate(-15deg);
	top: 80px;
	left: -180px;
	width: 400px;
	height: 400px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Red.png');
}

.home-whatson-grid > .home-listing:nth-child(6) > .home-whatson-listing-foliage {
	transform: rotate(250deg);
	top: 320px;
	left: -140px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png');
}

#home-page-whatson-foliage {
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(25deg);
	bottom: 40px;
	right: 60px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-purple.png');
}

#home-page-whatson-allevents {
	margin-top: 80px;
	text-align: center;
}

#home-page-whatson-allevents .button {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.home-whatson-listing-foliage, #home-page-whatson-foliage, #home-page-whatson-allevents {
		display: none;
	}
}

@media (max-width: 1024px) {
.home-blog-latest {
	padding-bottom: 0px;
}
}

#home-page-blog {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
	#home-page-blog {
		padding-top: 30px;
		padding-bottom: 60px;
	}
}

.home-blog-grid {
	z-index: 5;
}

.home-blog-grid-sizer {
	width: calc(33% - 80px);
	margin-right: 80px;
}

.home-blog-grid-item-small { 
	width: calc(33% - 80px);
	margin-right: 80px;
}

.home-blog-grid-item-medium { 
	width: 66%;
}

.home-blog-grid-item-large { 
	width: 100%;
}

@media (max-width: 1024px) {
	.home-blog-grid-sizer,
	.home-blog-grid-item-small,
	.home-blog-grid-item-medium,
	.home-blog-grid-item-large { 
		width: 100%;
		margin-right: 0px;
	}
}

.home-blog-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
	margin-top: 10px;
	margin-bottom: 40px;
}

.home-blog-description-button {
	max-width: 280px;
}

@media (max-width: 1024px) {
	.home-blog-description {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.home-blog-description-button {
		max-width: 100%;
		text-align: center;
	}
}

.home-blog {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.home-blog {
		margin-top: 40px;
		margin-bottom: 0px;
	}
}

.home-blog-post {
	position: relative;
	width: 100%;
	z-index: 9;
}

.home-blog-col {

}

.home-blog-listing-info {
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #F5F5F5;
	width: 100%;
}

@media (max-width: 1024px) {
	.home-blog-listing-info {
		padding-top: 20px;
		padding-bottom: 35px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.home-blog-post-category {
	font-family: "Monoxil";
	font-size: 14px;
	text-align: left;
	letter-spacing: 4px;
	line-height: 18px;
	color: #FFD24A;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFD24A;
	margin-bottom: 15px;
}

div.home-blog-grid > div.home-blog:nth-child(5) > div.home-blog-post > div.no-gutters > div.home-blog-col > div.home-blog-listing-info > div.home-blog-post-category {
	color: #77C5BE;
    -webkit-text-stroke-color: #77C5BE;
}

.home-blog-post-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	margin-bottom: 30px;
}

.home-blog-post-content {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

.home-blog-post-button {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -20px;
}

@media (max-width: 1024px) {
	.home-blog-post-title {
		margin-bottom: 12px;
	}

	.home-blog-post-content {
		font-size: 12px;
		line-height: 20px;
	}
	
	.home-blog-post-button {
		bottom: -25px;
		min-width: 165px;
	}
}

div.home-blog-grid > div.home-blog:nth-child(4) > div.home-blog-post > div.no-gutters > div.home-blog-col > div.home-blog-listing-info > div.home-blog-post-button > a > div.button {
	background-color: #FFD24A !important;
	transition: all 0.2s linear;
}

div.home-blog-grid > div.home-blog:nth-child(5) > div.home-blog-post > div.no-gutters > div.home-blog-col > div.home-blog-listing-info > div.home-blog-post-button > a > div.button {
	background-color: #77C5BE !important;
	transition: all 0.2s linear;
}

.home-blog-post-img img {
	max-height: 490px;
}

#home-page-blog-allposts {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 1024px) {
	.home-blog-post-img img {
		min-width: 100%;
		max-height: none;
	}	
	
	#home-page-blog-allposts {
		display: none;
	}
}

#home-page-blog-allposts .button {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.home-blog-post-foliage {
	position: absolute;
	z-index: 1;
	background-color: transparent !important;
	background-size: contain;
	background-repeat: no-repeat;
}

div.home-blog-grid > div.home-blog:nth-child(4) > div.home-blog-post-foliage {
	transform: rotate(70deg);
	top: 200px;
	left: -520px;
	width: 350px;
	height: 350px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Blue.png');
}

div.home-blog-grid > div.home-blog:nth-child(5) > div.home-blog-post-foliage {
	transform: rotate(0deg);
	top: 30px;
	right: -450px;
	width: 350px;
	height: 350px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-pink.png');
}

#home-page-blog-foliage {
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	top: -40px;
	right: 220px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png');
}

@media (max-width: 1024px) {
	.home-blog-post-foliage, #home-page-blog-foliage {
		display: none;
	}
}

#footer {
	background-color: #77C5BE;
	padding-top: 48px;
	padding-bottom: 44px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	color: #1C1C1C;
	text-transform: uppercase;
}

.subscribe-title {
	font-family: "Monoxil";
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: none;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.subscribe-text {
	font-family: "HankenGrotesk-Regular";
	font-size:  14px;
	line-height: 24px;
	text-transform: none;
	color: #1C1C1C;
	max-width: 330px;
}

.subscribe-button {
	width: 137px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	#footer {
		padding-top: 35px;
		padding-bottom: 20px;
		font-size: 12px;
		line-height: 24px;
		text-align: center !important;
	}
	
	.subscribe-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 12px;
		text-align: center;
		text-transform: none;
		color: #000000;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
	
	.subscribe-text {
		font-size:  12px;
		line-height: 24px;
		max-width: 100%;
		text-align: center;
	}
	
	.subscribe-button {
		width: 100%;
		margin-top: 12px;
		text-align: center;
	}
}

ul.footer-contact {
	margin-top: -5px;
	margin-left: 0;
	padding-left: 0;
}

ul.footer-contact:first-child {
	margin-bottom: 28px;
}

ul.footer-contact li {
	display: inline-block;
	vertical-align:  top;
	list-style-type: none;
	margin-right: 16px;
}

ul.footer-contact li img {
	width: 20px;
}

@media (max-width: 1024px) {
	ul.footer-contact {
		margin-top: 30px;
		text-align: center;
	}

	ul.footer-contact li {
		margin-right: 0px;
		text-align: center;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	ul.footer-contact li img {
		width: 30px;
	}
}

ul.footer-nav {
	margin-top: -9px;
	margin-left:  0;
	padding-left: 0;
}

ul.footer-nav li {
	list-style-type: none;
	font-size:  14px;
	line-height:  33px;
}

@media (max-width: 1024px) {
	ul.footer-nav {
		margin-top: 3px;
	}
	
	ul.footer-nav li {
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
}

#credit {
	background-color: #1C1C1C;
	padding-top: 18px;
	padding-bottom: 14px;
	font-family: "HankenGrotesk-Regular";
	font-size: 10px;
	text-align: left;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#credit a {
	color: #FFFFFF !important;
	text-decoration: none;
}

#credit a:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

ul.credit-social {
	padding: 0;
	margin: 0;
}

ul.credit-social li {
	display:  inline;
	list-style-type: none;
	margin-left: 0;
	padding-right: 0;
	margin-right: 30px;
	text-align: left;
}

ul.credit-social li img {
	height: 14px;
}

@media (max-width: 1024px) {
	#credit {
		padding-top: 25px;
		padding-bottom: 6px;
		text-align: center;
	}
	
	#credit a {
		color: #FFFFFF !important;
		text-decoration: none;
	}

	#credit a:hover {
		color: #FFFFFF !important;
		text-decoration: underline;
	}
	
	ul.credit-social li {
		margin-left: 24px;
		margin-right: 24px;
		text-align: center;
	}
	
	ul.credit-social li img {
		height: 20px;
		width: 20px;
		margin-bottom: 15px;
	}
}

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

@media (max-width: 1024px) {
	.footer-social-align {
		text-align: center;
	}
}

.banner-whatson-panel {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 390px;
	padding-top: 36px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	background-color: #F5F5F5;
	font-family: "HankenGrotesk-Regular";
	color: #1C1C1C;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	-webkit-transform: translateY(10%);
    transform: translateY(10%);
}

@media (max-width: 1024px) {
	.banner-whatson-panel {
		-webkit-transform: translateY(0%);
    	transform: translateY(0%);
	}
}

@media (max-width: 767px) {
	.banner-whatson-panel {
		margin-top: -60px;
		z-index: 1;
		max-width: calc(100% - 30px);
		margin-left: 15px;
	}
}

.banner-whatson-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 24px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
}

.banner-whatson-panel-button {
	position: relative;
	max-width: 190px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -20px;
}

.banner-whatson-listing-date {
	position: absolute;
	background-color: #000;
	padding: 20px;
	top: 0px;
	left: -85px;
	cursor: pointer;
}

.banner-whatson-listing-month {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 8px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

.banner-whatson-listing-day {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.banner-whatson-title {
		margin-left: 50px;
		margin-bottom: 24px;
	}
	
	.banner-whatson-listing-date {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 2px;
		top: 0px;
		left: 0px;
	}
	
	.banner-whatson-listing-month {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 8px;
	}

	.banner-whatson-listing-day {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 8px;
	}
}

.banner-whatson-panel-featured {
	position: relative;
	max-width: 225px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: 27px;
	color: #FFFFFF !important;
	-webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #FFFFFF !important;
	cursor: default;
	z-index: 3;
}

.banner-whatson-panel-featured:hover {
	background-color: #77C5BE !important;
}

#whatson-page-thisweek {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 0px;
}

@media (max-width: 1024px) {
	#whatson-page-thisweek {
		padding-top: 30px;
		padding-bottom: 0px;
	}
}

.whatson-thisweek-grid-sizer,
.whatson-thisweek-grid-item { 
	width: calc(50% - 140px);
	margin-right: 140px;
}

.whatson-thisweek-grid-item-large { 
	width: calc(100% - 140px);
	margin-right: 140px;
	font-family: "Monoxil";
	font-size: 50px;
	color: #000000;
	text-align: left;
	line-height: 50px;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

@media (max-width: 1024px) {
	.whatson-thisweek-grid-item-large { 
		width: 100%;
		margin-right: 0px;
		font-size: 34px;
		text-align: center;
		line-height: 42px;
	}
}

.whatson-thisweek-empty {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.whatson-thisweek-grid-sizer,
	.whatson-thisweek-grid-item { 
		width: 100%;
		margin-right: 0px;
	}
	
	.whatson-thisweek-grid-item-large {
		font-family: "Monoxil";
		font-size: 34px;
		color: #000000;
		text-align: center;
		line-height: 42px;
		vertical-align: top;
		text-transform: uppercase;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
	
	.whatson-thisweek-empty {
		display: none;
	}
}

.whatson-thisweek-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: 40px;
	max-width: 435px;
}

.whatson-thisweek-description-button {
	max-width: 280px;
}

@media (max-width: 1024px) {
	.whatson-thisweek-description {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.whatson-thisweek-description-button {
		max-width: 100%;
		text-align: center;
	}
}

.whatson-thisweek-grid-item {
	background-color: #FFF;
}

.whatson-listing {
	margin-left: 100px;
	margin-right: -100px;
	margin-top: 100px;
}

.whatson-thisweek-listing-img {
	height: 365px;
	min-width: 410px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.whatson-listing {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 40px;
	}
	
	.whatson-thisweek-listing-img {
		height: 200px;
		min-width: 100%;
		max-width: 100%;
	}
}

.whatson-thisweek-listing-img img {
	height: 100%;
	min-width: 100%;
}

.whatson-thisweek-listing-date {
	position: absolute;
	background-color: #000;
	padding: 20px;
	top: 0px;
	left: -100px;
	cursor: pointer;
}

.whatson-thisweek-listing-month {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 8px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

.whatson-thisweek-listing-day {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.whatson-thisweek-listing-date {
		padding: 12px;
		padding-right: 4px;
		top: 0px;
		left: 0px;
	}
	
	.whatson-thisweek-listing-month {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 8px;
	}

	.whatson-thisweek-listing-day {
		font-size: 33px;
		line-height: 22px;
		letter-spacing: 7px;
	}
}

.whatson-thisweek-listing {
	position: relative;
	width: 100%;
	z-index: 9;
}

.whatson-thisweek-listing-info {
	min-width: 410px;
	padding: 30px;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}

.whatson-thisweek-listing-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 16px;
	color: #000000;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.whatson-thisweek-listing-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

.whatson-thisweek-listing-button {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -10px;
}

@media (max-width: 1024px) {
	.whatson-thisweek-listing-info {
		min-width: 100%;
		padding: 14px;
		padding-bottom: 22px;
		padding-top: 22px;
		margin-bottom: 20px;
	}
	
	.whatson-thisweek-listing-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 14px;
	}
	
	.whatson-thisweek-listing-description {
		font-size: 12px;
		line-height: 20px;
	}
	
	.whatson-thisweek-listing-button {
		left: 50%;
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
		bottom: -35px;
	}
}

.whatson-thisweek-grid .whatson-thisweek-grid-item:first-child .button {
	background-color: #FFD24A;
	transition: all 0.2s linear;
}

div.whatson-thisweek-grid > div.whatson-listing:nth-child(4) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(8) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button {
	background-color: #F7BABE !important;
	transition: all 0.2s linear;
}

div.whatson-thisweek-grid > div.whatson-listing:nth-child(5) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(9) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button {
	background-color: #FF8240 !important;
	transition: all 0.2s linear;
}
div.whatson-thisweek-grid > div.whatson-listing:nth-child(6) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(10) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button {
	background-color: #77C5BE !important;
	transition: all 0.2s linear;
}

div.whatson-thisweek-grid > div.whatson-listing:nth-child(7) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(11) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button {
	background-color: #FFD24A !important;
	transition: all 0.2s linear;
}

@media (max-width: 1024px) {
	.whatson-thisweek-grid .whatson-thisweek-grid-item:first-child .button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(4) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(5) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(6) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(7) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(8) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(9) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(10) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button, div.whatson-thisweek-grid > div.whatson-listing:nth-child(11) > div.whatson-thisweek-listing > div.whatson-thisweek-listing-info > div.whatson-thisweek-listing-button > a > div.button {
		background-color: #FF8240 !important;
	}
}

.whatson-thisweek-listing-foliage {
	position: absolute;
	z-index: 1;
	background-color: transparent !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.whatson-thisweek-grid > .whatson-listing:nth-child(4) > .whatson-thisweek-listing-foliage, .whatson-thisweek-grid > .whatson-listing:nth-child(8) > .whatson-thisweek-listing-foliage {
	transform: rotate(100deg);
	top: -25px;
	left: -230px;
	width: 420px;
	height: 420px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png');
}

.whatson-thisweek-grid > .whatson-listing:nth-child(5) > .whatson-thisweek-listing-foliage {
	transform: rotate(75deg);
	top: -400px;
	left: -220px;
	width: 500px;
	height: 500px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png');
}

.whatson-thisweek-grid > .whatson-listing:nth-child(6) > .whatson-thisweek-listing-foliage, .whatson-thisweek-grid > .whatson-listing:nth-child(10) > .whatson-thisweek-listing-foliage {
	transform: rotate(-15deg);
	top: 30px;
	left: -150px;
	width: 400px;
	height: 400px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Red.png');
}

.whatson-thisweek-grid > .whatson-listing:nth-child(7) > .whatson-thisweek-listing-foliage, .whatson-thisweek-grid > .whatson-listing:nth-child(11) > .whatson-thisweek-listing-foliage {
	transform: rotate(250deg);
	top: 320px;
	left: -140px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png');
}

.whatson-thisweek-grid > .whatson-listing:nth-child(9) > .whatson-thisweek-listing-foliage {
	transform: rotate(75deg);
	top: -0px;
	left: -240px;
	width: 500px;
	height: 500px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png');
}

#whatson-thisweek-foliage {
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(25deg);
	bottom: 90px;
	left: 60px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-purple.png');
}

#whatson-thisweek-allevents {
	margin-top: 80px;
	text-align: center;
}

#whatson-thisweek-allevents .button {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.whatson-thisweek-listing-foliage, #whatson-thisweek-foliage, #whatson-thisweek-allevents {
		display: none;
	}
}

#whatson-all-listings {
	margin-top: 80px;
	margin-bottom: 40px;
	background-color: #FFF;
	overflow: hidden;
}

#whatson-all-listings-title {
	font-family: "Monoxil";
	font-size: 50px;
	text-align: left;
	line-height: 61px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	#whatson-all-listings {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	#whatson-all-listings-title {
		font-size: 34px;
		text-align: center;
		line-height: 36px;
		margin-bottom: 50px;
	}
}

.whatson-all-listings-categories {
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.whatson-all-listings-categories {
		background-color: #FFFFFF;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

ul.whatson-categories {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#whatson-categories-device {
	display: none;
}

@media (max-width: 1024px) {
	ul.whatson-categories {
		display: none;
	}
	
	#whatson-categories-device {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.filter-listings {
		font-family: "Monoxil";
		font-size: 16px;
		letter-spacing: 5px;
		line-height: 19px;
		color: #000000;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
		text-align: center;
		text-transform: uppercase;
		background-color: #FFFFFF;
		border: none;
		outline: 0;
	}
	
	.filter-listings:hover, .filter-listings:active, .filter-listings:focus {
		background-color: #FFFFFF !important;
		border: none !important;
		outline: 0 !important;
	}
	
	#whatson-categories-device .dropdown-menu .dropdown-item {
		font-family: "Monoxil";
		font-size: 16px;
		letter-spacing: 5px;
		line-height: 19px;
		color: #000000;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
		text-align: center;
		text-transform: uppercase;
		background-color: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
		cursor: pointer;
	}
	
	#whatson-categories-device .dropdown-menu .dropdown-item:hover {
		background-color: #F7BABE;
	}
}

ul.whatson-categories li {
	display: table-cell;
	width: 14.2%;
	text-align: center;
	vertical-align: middle;
	font-family: "Monoxil";
	font-size: 16px;
	letter-spacing: 6px;
	line-height: 19px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

ul.whatson-categories li:first-child {
	background-color: #109ECA;
}

ul.whatson-categories li:nth-child(2) {
	background-color: #FF8240;
}

ul.whatson-categories li:nth-child(3) {
	background-color: #FFD24A;
}

ul.whatson-categories li:nth-child(4) {
	background-color: #77C5BE;
}

ul.whatson-categories li:nth-child(5) {
	background-color: #F7BABE;
}

ul.whatson-categories li:nth-child(6) {
	background-color: #AF90C3;
}

ul.whatson-categories li:nth-child(7) {
	background-color: #EA564B;
}

.whatson-all-listings-month-selection {
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 5;
}

@media (max-width: 991px) {
	.whatson-all-listings-month-selection {
		margin-top: 20px;
		margin-bottom: 20px;
		z-index: 5;
	}
}

.whatson-all-listings-month {
	font-family: "Monoxil";
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	vertical-align: top;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	cursor: default;
	z-index: 5;
}

@media (max-width: 1024px) {
	.whatson-all-listings-month {
		font-size: 34px;
		line-height: 42px;
	}
}

.month-selection-button {
	max-width: 200px;
}

@media (max-width: 1024px) {
	.month-selection-button {
		display: none;
	}
}

#calendar-foliage-1 {
	position: absolute;
	z-index: 1;
	width: 460px;
	height: 460px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: -360px;
	top: -200px;
	transform: rotate(20deg);
}

#calendar-foliage-2 {
	position: absolute;
	z-index: 1;
	width: 460px;
	height: 460px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: -20%;
	top: 10%;
	transform: rotate(180deg);
}

#calendar-foliage-3 {
	position: absolute;
	z-index: 1;
	width: 380px;
	height: 300px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Red.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: -20%;
	top: 40%;
	transform: rotate(280deg);
}

#calendar-foliage-4 {
	position: absolute;
	z-index: 1;
	width: 420px;
	height: 420px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-purple.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: -20%;
	top: 58%;
}

#calendar-foliage-5 {
	position: absolute;
	z-index: 1;
	width: 400px;
	height: 300px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: -10%;
	top: 80%;
	transform: rotate(250deg);
}

@media (max-width: 1024px) {
	#calendar-foliage-1, #calendar-foliage-2, #calendar-foliage-3, #calendar-foliage-4, #calendar-foliage-5 {
		display: none;
	}
}

.calendar-grid {
	margin-top: 20px;
}

.calendar-item {
	width: 100%;
	margin-left: -10px;
}

.listing-break {
	margin-bottom: 20px;
	z-index: 5;
}

.calendar-listing {
	background-color: #F5F5F5;
	padding-top: 35px;
	padding-bottom: 35px;
	z-index: 5;
}

@media (max-width: 991px) {
	.calendar-item {
		width: 100%;
		margin-left: -15px;
	}
	
	.listing-break {
		background-color: #F5F5F5;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.calendar-listing {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.calendar-listing-date {
	display: inline-block;
	background-color: #000000;
	padding-top: 16px;
	padding-left: 13px;
	padding-right: 6px;
	padding-bottom: 27px;
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 991px) {
	.calendar-listing-date {
		display: inline-block;
		background-color: #F5F5F5;
		padding-top: 14px;
		padding-left: 8px;
		padding-right: 2px;
		padding-bottom: 22px;
		color: #FFFFFF;
		text-align: center;
	}
}

.date-djs {
	border-bottom: 10px solid #109ECA;
}

.date-workshop {
	border-bottom: 10px solid #FF8240;
}

.date-exhibiton {
	border-bottom: 10px solid #FFD24A;
}

.date-talks {
	border-bottom: 10px solid #77C5BE;
}

.date-live {
	border-bottom: 10px solid #F7BABE;
}

.date-film {
	border-bottom: 10px solid #AF90C3;
}

.date-theatre {
	border-bottom: 10px solid #AF90C3;
}

@media (max-width: 991px) {
	.date-djs {
		border-bottom: none;
		background-color: #109ECA;
	}

	.date-workshop {
		border-bottom: none;
		background-color: #FF8240;
	}

	.date-exhibition {
		border-bottom: none;
		background-color: #FFD24A;
	}

	.date-talks {
		border-bottom: none;
		background-color: #77C5BE;
	}

	.date-live {
		border-bottom: none;
		background-color: #F7BABE;
	}

	.date-film {
		border-bottom: none;
		background-color: #AF90C3;
	}

	.date-theatre {
		border-bottom: none;
		background-color: #AF90C3;
	}
}

.calendar-listing-date > .weekday {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 9px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-align: left;
}

.calendar-listing-date > .day {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 45px;
	line-height: 22px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
}

.calendar-listing-date > .month {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 9px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 12px;
	text-align: left;
}

@media (max-width: 991px) {
	.calendar-listing-date > .weekday {
		font-family: "Monoxil";
		color: #FFFFFF;
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 9px;
		-webkit-text-stroke-width: 1px;
   		-webkit-text-stroke-color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 4px;
		text-align: left;
	}

	.calendar-listing-date > .day {
		font-family: "Monoxil";
		color: #FFFFFF;
		font-size: 30px;
		line-height: 22px;
		-webkit-text-stroke-width: 1px;
   	 	-webkit-text-stroke-color: #FFFFFF;
		text-transform: uppercase;
		text-align: left;
		letter-spacing: 7px;
	}
	
	.calendar-listing-date > .month {
		font-family: "Monoxil";
		color: #FFFFFF;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 9px;
		-webkit-text-stroke-width: 1px;
   		-webkit-text-stroke-color: #FFFFFF;
		text-transform: uppercase;
		text-align: left;
		margin-top: 7px;
	}
}

.calendar-listing-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	padding-right: 45px !important;
	padding-left: 45px !important;
}

@media (max-width: 991px) {
	.calendar-listing-title {
		font-family: "Monoxil";
		font-size: 13px;
		text-align: left;
		line-height: 20px;
		color: #000000;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
		padding-right: 0px !important;
	}
}

.calendar-listing-category {
	font-family: "Monoxil";
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 30px;
	text-transform: uppercase;
	color: #F7BABE;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7BABE;
}

@media (max-width: 991px) {
	.calendar-listing-category {
		display: none;
	}
}

.calendar-listing-category.category-djs {
	color: #109ECA !important;
    -webkit-text-stroke-color: #109ECA !important;
}

.calendar-listing-category.category-workshop {
	color: #FF8240 !important;
    -webkit-text-stroke-color: #FF8240 !important;
}

.calendar-listing-category.category-artshow {
	color: #FFD24A !important;
    -webkit-text-stroke-color: #FFD24A !important;
}

.calendar-listing-category.category-talks {
	color: #77C5BE !important;
    -webkit-text-stroke-color: #77C5BE !important;
}

.calendar-listing-category.category-liveband {
	color: #F7BABE !important;
    -webkit-text-stroke-color: #F7BABE !important;
}

.calendar-listing-category.category-film {
	color: #AF90C3 !important;
    -webkit-text-stroke-color: #AF90C3 !important;
}

.calendar-listing-category.category-theatre {
	color: #EA564B !important;
    -webkit-text-stroke-color: #EA564B !important;
}

.calendar-listing-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
	padding-right: 45px !important;
}

.calendar-listing-description p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

@media (max-width: 991px) {
	.calendar-listing-description {
		color: #F5F5F5;
		padding-right: 0px !important;
	}
	
	.calendar-listing-description p {
		color: #F5F5F5;
		height: 50px;
		overflow: hidden;
	}
}

.button-djs {
	background-color: #109ECA !important;
	max-width: 150px !important;
}

.button-workshop {
	background-color: #FF8240 !important;
	max-width: 150px !important;
}

.button-exhibition {
	background-color: #FFD24A !important;
	max-width: 150px !important;
}

.button-talks {
	background-color: #77C5BE !important;
	max-width: 150px !important;
}

.button-live {
	background-color: #F7BABE !important;
	max-width: 150px !important;
}

.button-film {
	background-color: #AF90C3 !important;
	max-width: 150px !important;
}

.button-theatre {
	background-color: #EA564B !important;
	max-width: 150px !important;
}

@media (max-width: 991px) {
	.button-djs, .button-workshop, .button-exhibition, .button-talks, .button-live, .button-film, .button-theatre {
		max-width: 130px !important;
		color: #FFFFFF;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #FFFFFF;
	}
}

#event-listing {
	margin-top: 90px;
	padding-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	#event-listing {
		margin-top: 50px;
		padding-top: 16px;
		margin-bottom: 0px;
}
}

#event-listing-foliage-1 {
	position: absolute;
	width: 50vh;
	height: 50vh;
	top: 50px;
	left: -15vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(12deg);
}

#event-listing-foliage-2 {
	position: absolute;
	width: 45vh;
	height: 28vh;
	top: 32vh;
	left: 50vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(250deg);
}

#event-listing-foliage-3 {
	position: absolute;
	width: 30vh;
	height: 30vh;
	bottom: 20vh;
	right: 10vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-purple.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(20deg);
}

@media (max-width: 1024px) {
	#event-listing-foliage-1, #event-listing-foliage-2, #event-listing-foliage-3 {
		display: none;
	}
}

.event-listing-img {
	z-index: 5; 
	max-height: 650px
}

.event-listing-info {
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.event-listing-info {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 0px;
		margin-bottom: 45px;
	}
}

.event-listing-info p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

.event-listing-category {
	font-family: "Monoxil";
	font-size: 14px;
	text-align: left;
	letter-spacing: 5px;
	line-height: 18px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.event-listing-category {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 13px;
	}
}

.category-djs {
	color: #109ECA;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #109ECA;
}

.category-workshop {
	color: #FF8240;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF8240;
}

.category-exhibition {
	color: #FFD24A;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFD24A;
}

.category-talks {
	color: #77C5BE;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #77C5BE;
}

.category-live {
	color: #F7BABE;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F7BABE;
}

.category-film {
	color: #AF90C3;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #AF90C3;
}

.category-theatre {
	color: #EA564B;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EA564B;
}

.event-listing-date {
	position: absolute;
	background-color: #000;
	padding: 20px;
	top: 0px;
	left: -85px;
	z-index: 5;
}

@media (max-width: 1024px) {
	.event-listing-date {
		display: none;
	}
}

.event-listing-month {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 8px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
}

.event-listing-day {
	font-family: "Monoxil";
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
	text-transform: uppercase;
	text-align: justify;
}

.event-listing-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	max-width: 250px;
	margin-bottom: 40px;
}

.event-listing-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

.event-listing-description p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

@media (max-width: 991px) {
	.event-listing-title {
		line-height: 26px;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.event-listing-description, .event-listing-description p {
		font-size: 12px;
		line-height: 20px;
	}
}

.event-listing-button {
	position: relative;
	left: 50%;
    -webkit-transform: translateX(-17%);
    transform: translateX(-17%);
	bottom: -103px;
}

@media (max-width: 1024px) {
	.event-listing-button {
    	-webkit-transform: translateX(-75px);
    	transform: translateX(-75px);
		bottom: -25px;
	}
}

#about-page-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/uploads/2021/05/jazz16.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	margin-top: 90px;
}

@media (max-width: 1024px) {
	#about-page-header {
		margin-top: 50px;
		height: 300px;
		background-position: bottom;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#about-page-about {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #727272;
	z-index: 1;
}

@media (max-width: 1024px) {
	#about-page-about {
		font-size: 12px;
		line-height: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

#about-page-about a {
	
}

.about-page-about-title {
	font-family: "Monoxil";
	font-size: 50px;
	text-align: left;
	line-height: 61px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.about-page-about-title {
		font-size: 34px;
		line-height: 42px;
		text-align: center;
		margin-bottom: 35px;
	}
}

@media (min-width: 1025px) {
	.about-info-spacing {
		padding-right: 80px;
	}
}

#about-foliage-1 {
	position: absolute;
	width: 400px;
	height: 400px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -250px;
	left: 50px;
	z-index: -2;
	transform: rotate(270deg);
}

#about-foliage-2 {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -180px;
	right: 25px;
	z-index: -2;
	transform: rotate(100deg);
}

#about-foliage-3 {
	position: absolute;
	width: 380px;
	height: 380px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Red.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 80%;
	right: 0px;
	z-index: 1;
}

#about-foliage-4 {
	position: absolute;
	width: 380px;
	height: 380px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -380px;
	left: 0px;
	z-index: 1;
	transform: rotate(240deg);
}

@media (max-width: 1024px) {
	#about-foliage-1, #about-foliage-2, #about-foliage-3, #about-foliage-4 {
		display: none;
	}
}

#about-page-location {
	position: relative;
	background-color: #F5F5F5;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
	text-transform: uppercase;
	z-index: 5;
}

.about-location-info {
	padding-top: 85px;
	padding-bottom: 85px;
}

.about-location-title {
	font-family: "Monoxil";
	font-size: 24px;
}

#about-location-map {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 1024px) {
	.about-location-info {
		padding-top: 42px;
		padding-bottom: 42px;
		text-align: center;
	}
	
	.about-location-title {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	#about-location-map {
		height: 400px;
	}
}

#about-mezcal-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/drinks/cocktails_0005_bright.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
}

@media (max-width: 1024px) {
	#about-mezcal-header {
		height: 400px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#about-page-content {
	position: relative;
	font-family: "HankenGrotesk-Regular";
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	#about-page-content {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	#about-page-content {
		text-align: left;
	}
	
	#about-page-content .title {
		text-align: left;
	}
	
	#about-page-content img {
		padding-bottom: 25px;
		padding-top: 25px;
	}
}

.about-info-row-spacing {
	padding-bottom: 80px;
}

.about-button, .ourspaces-button {
	margin-top: 25px;
	max-width: 150px;
}

@media (max-width: 991px) {
	.about-button {
		display: none;
	}
	
	.about-info-row-spacing {
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.about-info-row-spacing {
		padding-bottom: 15px;
	}
}

#food-page-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/food/cracker-retouched.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	margin-top: 90px;
}

@media (max-width: 1024px) {
	#food-page-header {
		height: 300px;
		margin-top: 50px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#food-page-ourfood {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #727272;
	z-index: 1;
}

.food-page-ourfood-title {
	font-family: "Monoxil";
	font-size: 50px;
	text-align: left;
	line-height: 61px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	#food-page-ourfood {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.food-page-ourfood-title {
		font-size: 34px;
		text-align: left;
		line-height: 42px;
	}
}

@media (max-width: 991px) {
	.food-page-ourfood-title {
		text-align: center;
	}
}

#food-kitchen-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/food/_1410078_etouched.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
}

@media (max-width: 991px) {
	#food-kitchen-header {
		height: 300px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#food-page-content {
	position: relative;
	font-family: "HankenGrotesk-Regular";
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	#food-page-content {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.guest-kitchen {
	font-family: "Monoxil";
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 5px;
	color: #77C5BE;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #77C5BE;
	text-transform: uppercase;
	display: block;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.guest-kitchen {
		display: block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.food-button {
	margin-top: 40px;
	max-width: 220px;
	text-align: center !important;
}

@media (max-width: 991px) {
	.food-button {
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		left: 50%;
		margin-left: -110px;
	}
}

#food-foliage-1 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -120px;
	left: -350px;
	z-index: -2;
	transform: rotate(120deg);
}

#food-foliage-2 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -190px;
	right: -90px;
	z-index: -2;
	transform: rotate(0deg);
}

#food-foliage-3 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -130px;
	left: -180px;
	z-index: -2;
	transform: rotate(290deg);
}

#food-foliage-4 {
	position: absolute;
	width: 320px;
	height: 320px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-pink.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 40px;
	right: -100px;
	z-index: -2;
	transform: rotate(0deg);
}

@media (max-width: 1024px) {
	#food-foliage-1, #food-foliage-2, #food-foliage-3, #food-foliage-4 {
		display: none;
	}
}

#drinks-page-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/drinks/cocktails_0010.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
	margin-top: 90px;
}

@media (max-width: 1024px) {
	#drinks-page-header {
		height: 300px;
		margin-top: 50px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#drinks-page-craftbeers {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #727272;
	z-index: 1;
}

.drinks-page-craftbeers-title {
	font-family: "Monoxil";
	font-size: 50px;
	text-align: left;
	line-height: 61px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	#drinks-page-craftbeers {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.drinks-page-craftbeers-title {
		font-size: 34px;
		text-align: left;
		line-height: 42px;
	}
}

@media (max-width: 991px) {
	.drinks-page-craftbeers-title {
		text-align: center;
	}
}

#drinks-cocktails-header {
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/drinks/cocktails_0008.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	max-height: 600px;
}

@media (max-width: 991px) {
	#drinks-cocktails-header {
		height: 300px;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
}

#drinks-page-content {
	position: relative;
	font-family: "HankenGrotesk-Regular";
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	#drinks-page-content {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	#drinks-page-content img {
		margin-bottom: 20px;
	}
}

.drinks-button {
	margin-top: 40px;
	max-width: 220px;
	text-align: center !important;
}

@media (max-width: 991px) {
	.drinks-button {
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		left: 50%;
		margin-left: -110px;
	}
}

#drinks-foliage-1 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -120px;
	right: -50px;
	z-index: -2;
	transform: rotate(20deg);
}

#drinks-foliage-2 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -250px;
	right: -30px;
	z-index: -2;
	transform: rotate(70deg);
}

#drinks-foliage-3 {
	position: absolute;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-pink.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -160px;
	right: -120px;
	z-index: -2;
	transform: rotate(20deg);
}

#drinks-foliage-4 {
	position: absolute;
	width: 320px;
	height: 320px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -60px;
	right: -150px;
	z-index: -2;
	transform: rotate(245deg);
}

@media (max-width: 1024px) {
	#drinks-foliage-1, #drinks-foliage-2, #drinks-foliage-3, #drinks-foliage-4 {
		display: none;
	}
}

#exhibition-page-content {
	position: relative;
	padding-top: 90px;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #727272;
	z-index: 1;
}

@media (max-width: 1024px) {
	#exhibition-page-content {
		padding-top: 10px;
	}
}

.exhibition-title {
	font-family: "Monoxil";
	font-size: 50px;
	color: #000000;
	text-align: left;
	line-height: 50px;
	margin-bottom: 20px;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

@media (max-width: 1024px) {
	.exhibition-title {
		font-family: "Monoxil";
		font-size: 34px;
		color: #000000;
		text-align: left;
		line-height: 42px;
		margin-bottom: 10px;
		vertical-align: top;
		text-transform: uppercase;
		-webkit-text-stroke-width: 1px;
    	-webkit-text-stroke-color: #000000;
	}
}

#blog-page-blog {
	background-color: #fff;
	padding-top: 170px;
	padding-bottom: 80px;
}

@media (max-width: 1024px) {
	#blog-page-blog {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

.blog-grid {
	z-index: 5;
}

.blog-grid-sizer {
	width: calc(33% - 80px);
	margin-right: 80px;
}

.blog-grid-item-small { 
	width: calc(33% - 80px);
	margin-right: 80px;
}

.blog-grid-item-medium { 
	width: 66%;
}

.blog-grid-item-large { 
	width: 100%;
}

.blog-grid-item-medium:nth-of-type(odd) {
	width: 66%;
	margin-right: 33%;
}

.blog-grid-item-medium:nth-of-type(even) {
	width: 66%;
	margin-left: 33%;
}

.blog-grid-item-medium:nth-of-type(4) {
	width: 66% !important;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 1024px) {
	.blog-grid-sizer,
	.blog-grid-item-small,
	.blog-grid-item-medium,
	.blog-grid-item-large { 
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.blog-grid-item-medium:nth-of-type(odd) {
		width: 100%;
		margin-right: 0px;
	}

	.blog-grid-item-medium:nth-of-type(even) {
		width: 100%;
		margin-left: 0px;
	}

	.blog-grid-item-medium:nth-of-type(4) {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.blog-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
	margin-top: 10px;
	margin-bottom: 40px;
}

.blog-description-button {
	max-width: 280px;
}

@media (max-width: 1024px) {
	.blog-description {
		font-size: 12px;
		line-height: 20px;
		padding-top: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.blog-description-button {
		max-width: 100%;
		text-align: center;
	}
}

.blog-post {
	position: relative;
	width: 100%;
	z-index: 9;
}

.blog-col {

}

.blog-page-post {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.blog-page-post {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

.blog-listing-info {
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #F5F5F5;
	width: 100%;
}

@media (max-width: 1024px) {
	.blog-listing-info {
		padding-top: 20px;
		padding-bottom: 35px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.blog-post-category {
	font-family: "Monoxil";
	font-size: 14px;
	text-align: left;
	letter-spacing: 4px;
	line-height: 18px;
	color: #FFD24A;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFD24A;
	margin-bottom: 15px;
}

div.blog-grid > div.blog:nth-child(5) > div.blog-post > div.no-gutters > div.blog-col > div.blog-listing-info > div.blog-post-category {
	color: #77C5BE;
    -webkit-text-stroke-color: #77C5BE;
}

.blog-post-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	margin-bottom: 30px;
}

.blog-post-content {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	color: #1C1C1C;
}

.blog-post-button {
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: -20px;
}

@media (max-width: 1024px) {
	.blog-post-title {
		margin-bottom: 12px;
	}

	.blog-post-content {
		font-size: 12px;
		line-height: 20px;
	}
	
	.blog-post-button {
		bottom: -25px;
		min-width: 165px;
	}
}

div.blog-grid > div.blog-grid-item-medium:nth-child(even) > div.blog-post > div.no-gutters > div.blog-col > div.blog-listing-info > div.blog-post-button > a > div.button {
	background-color: #FFD24A !important;
	transition: all 0.2s linear;
}

div.blog-grid > div.blog-grid-item-medium:nth-child(odd) > div.blog-post > div.no-gutters > div.blog-col > div.blog-listing-info > div.blog-post-button > a > div.button {
	background-color: #77C5BE !important;
	transition: all 0.2s linear;
}

.blog-post-img img {
	max-height: 490px;
}

#blog-page-blog-allposts {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 1024px) {
	.blog-post-img img {
		min-width: 100%;
		max-height: none;
	}	
	
	#blog-page-blog-allposts {
		display: none;
	}
}

#blog-page-blog-allposts .button {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.blog-post-foliage {
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
}

div.blog-grid > div.blog-page-post:nth-child(4) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(8) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(12) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(16) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(20) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(24) > div.blog-post-foliage {
	transform: rotate(70deg);
	top: 200px;
	left: -520px;
	width: 350px;
	height: 350px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Blue.png');
}

div.blog-grid > div.blog-page-post:nth-child(5) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(9) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(13) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(17) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(21) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(25) > div.blog-post-foliage {
	transform: rotate(0deg);
	top: 30px;
	right: -450px;
	width: 350px;
	height: 350px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-pink.png');
}

div.blog-grid > div.blog-page-post:nth-child(6) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(10) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(14) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(18) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(22) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(26) > div.blog-post-foliage {
	transform: rotate(290deg);
	top: 60px;
	left: -420px;
	width: 380px;
	height: 380px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png');
}

div.blog-grid > div.blog-page-post:nth-child(7) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(11) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(15) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(19) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(23) > div.blog-post-foliage, div.blog-grid > div.blog-page-post:nth-child(27) > div.blog-post-foliage {
	transform: rotate(0deg);
	top: 30px;
	right: -450px;
	width: 350px;
	height: 350px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Orange.png');
}

#blog-page-blog-foliage {
	position: absolute;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	top: -40px;
	right: 220px;
	width: 360px;
	height: 360px;
	background-color: transparent !important;
	background-image: url('https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-green.png');
}

@media (max-width: 1024px) {
	.blog-post-foliage, #blog-page-blog-foliage {
		display: none;
	}
}

#contact-page-content {
	position: relative;
	font-family: "HankenGrotesk-Regular";
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 170px;
	margin-bottom: 10px;
}

.contact-button {
	max-width: 220px;
}

@media (max-width: 1024px) {
	#contact-page-content {
		font-size: 12px;
		line-height: 20px;
		margin-top: 50px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	#contact-page-content img {
		padding-bottom: 25px;
	}
	
	.contact-button {
		position: relative;
		left: 50%;
		margin-left: -110px;
	}
}

@media (max-width: 767px) {
	#contact-page-content {
		text-align: left;
	}
	
	#contact-page-content .title {
		text-align: left;
		font-size: 20px;
		line-height: 26px;
	}
	
	#contact-page-content img {
		padding-bottom: 25px;
	}
}

#contact-foliage-1 {
	position: absolute;
	width: 420px;
	height: 420px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -70px;
	left: -250px;
	z-index: -2;
	transform: rotate(15deg);
}

#contact-foliage-2 {
	position: absolute;
	width: 420px;
	height: 420px;
	background-color: transparent !important;
	background-image: url(https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Red.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -230px;
	right: -50px;
	z-index: -2;
	transform: rotate(0deg);
}

@media (max-width: 1024px) {
	#contact-foliage-1, #contact-foliage-2 {
		display: none;
	}
}

#blogpost-listing {
	margin-top: 90px;
	padding-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	#blogpost-listing {
		margin-top: 50px;
		padding-top: 16px;
		margin-bottom: 0px;
}
}

#blogpost-listing-foliage-1 {
	position: absolute;
	width: 50vh;
	height: 50vh;
	top: 50px;
	left: -15vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Leaf-Long-Blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(12deg);
}

#blogpost-listing-foliage-2 {
	position: absolute;
	width: 45vh;
	height: 28vh;
	top: 32vh;
	left: 50vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/Fat-LeafwithStalk-Pink.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(250deg);
}

#blogpost-listing-foliage-3 {
	position: absolute;
	width: 30vh;
	height: 30vh;
	bottom: 20vh;
	right: 10vh;
	background-color: transparent !important;
	background-image: url("https://www.jujusbarandstage.com/wp-content/themes/jujusbarandstage/img/leaves/WigglyLeafwithStalk1-purple.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(20deg);
}

@media (max-width: 1024px) {
	#blogpost-listing-foliage-1, #blogpost-listing-foliage-2, #blogpost-listing-foliage-3 {
		display: none;
	}
}

.blogpost-listing-img {
	z-index: 5; 
	margin-right: 90px;
	margin-bottom: 10px;
	float: left;
}

.blogpost-listing-info {
	padding-right: 50px;
	padding-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

@media (max-width: 1024px) {
	.blogpost-listing-info {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 0px;
		margin-bottom: 45px;
	}
}

.blogpost-listing-info p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

.blogpost-listing-category {
	font-family: "Monoxil";
	font-size: 14px;
	text-align: left;
	letter-spacing: 5px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.blogpost-listing-category {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 13px;
	}
}

.blogpost-listing-title {
	font-family: "Monoxil";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #000000;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blogpost-listing-description {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

.blogpost-listing-description p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

@media (max-width: 991px) {
	.blogpost-listing-title {
		line-height: 26px;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.blogpost-listing-description, .blogpost-listing-description p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.blogpost-listing-description img, .blogpost-listing-description p img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
}

.blogpost-listing-button {
	position: relative;
	left: 50%;
    -webkit-transform: translateX(-17%);
    transform: translateX(-17%);
	bottom: -103px;
}

@media (max-width: 1024px) {
	.blogpost-listing-button {
    	-webkit-transform: translateX(-75px);
    	transform: translateX(-75px);
		bottom: -25px;
	}
}

.whatson-single-listing-date {
	display: inline-block;
	background-color: #000;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
	cursor: pointer;
	max-width: 100px;
}

.whatson-single-listing-info {
	padding-right: 50px;
	padding-bottom: 80px;
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

@media (max-width: 1024px) {
	.whatson-single-listing-info {
		padding-left: 0px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 0px;
		margin-bottom: 45px;
	}
	
	.whatson-single-listing-date {
		margin-left: 0px;
		margin-bottom: 0px;
	}
}

.whatson-single-listing-info p {
	font-family: "HankenGrotesk-Regular";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #727272;
}

.whatson-listing-button {
	display: inline-block;
	max-width: 190px;
	margin-top: 30px;
}

.post-nav-row {
	margin-top: 40px;
	margin-bottom: 0px;
}

@media (max-width: 1024px) {
	.post-nav-row {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

#notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}

.notice-bg {
	position: absolute;
	background-color:  rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 91;
}

.notice-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	font-family: "HankenGrotesk-Regular";
	font-size: 28px;
	text-align: left;
	line-height: 32px;
	color: #1C1C1C;
	text-align: center;
	padding: 65px;
	cursor: pointer;
	z-index: 95;
}