.content-area {
	display: none;
}
.container{
	max-width: 80%;
}
body {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background: #fff;
	font-family: 'LocoBody';
}
#home{
	background: #fff;
}
#notfound {
	padding: 50px 0 200px;
}
.z-index{
	z-index: 9;
}
.oveflow-hidden{
	overflow: hidden;
}
h1,h2,h3,h4,h5 {
color: #000;	
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5 {
color: #fff;	
}

h1,h2 {
	font-family: 'LocoHead', 'LocoBody';
	font-weight: bold;
}
h3,h4,h5, h2.menu-titles {
	font-family: 'LocoBody';
}
h2.menu-titles{
	text-transform: uppercase;
}
.header {
	font-size: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	display: inline-block;
	clear: both;
}
.header::before, .moto-copy .col-12::before {
	content: " ";
	width: 25px;
	height: 25px;
	background: url(../images/corner.svg) no-repeat scroll center/contain transparent;
	position: absolute;
	left: -30px;
	top: -15px;
}
.header::after, .moto-copy h2::after {
	content: " ";
	width: 25px;
	height: 25px;
	background: url(../images/corner.svg) no-repeat scroll center/contain transparent;
	position: absolute;
	right: -25px;
	bottom: -10px;
	transform: rotate(180deg);
}
img{
	width: 100%;
	height: auto;
}
a{
	color:#959595;
	text-decoration: none;
}
a:hover, a:focus{
	color:#000;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}
.dark a{
	color: #fff;
}
.dark a:hover, .dark a:focus{
	color: #959595;
}
.button, .button:hover, .button:focus {
	color: #959595;
	font-family: 'LocoSerif';
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}
.dark .button, .dark .button:hover, .dark .button:focus {
color: #fff;
}
.button:after {
	content: " ";
	width: 0%;
	height: 2px;
	background: #959595;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transition: all 0.3s;	
}
.dark .button:after {
	background: #fff;
}
.button:hover:after {
	width: 100%;
	transition: all 0.3s;	
}
.button-dark {
	background: #000;
	color: #fff;
	padding: 10px 50px;
	transition: all 0.3s;
}
#menu-second .button-dark {
	border: 10px solid #fff;
}
.button-dark:hover {
	background: #000;
	color: #fff;
	padding: 10px 80px;
}
/*plugins*/
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	color: #000;
	background: #fff;
	border-radius: 0;
	padding: 10px 20px;
}
.cookie-notice-container {
	padding: 22px 30px;
}

/*scroll now*/
.scrollnow {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
 }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*masonry*/
.grid, .events-grid {
	min-width: 100%;
	margin: auto;
}
.grid-sizer, .grid-item {
	width: calc(25% - 20px);
	float: left;
}
.event-sizer, .event-item {
	width: calc(33.33% - 20px);
	float: left;
}
.grid-item, .event-item {
  float: left;
  margin-bottom: 20px;
 }
.grid-gutter, .event-gutter {
  margin:10px;
  float: left;
 }
 .blocks-gallery-grid {
	min-width: 100%;
}
.blocks-gallery-item {
	width: calc(33.33% - 20px);
	float: left;
}
#main-content .grid-item:nth-child(4), #main-content .grid-item:nth-child(6) {
	margin-top: 50px;
}

/*header*/
.custom-logo {
	max-height: 120px;
	width: auto;
}
.menu ul {
	padding-left: 0;
	display: flex;
	justify-content: space-around;
}
.menu li {
	list-style: none;
	display: inline-block;
}
.menu a {
	text-transform: uppercase;
	color:#000;
}
#mobile-menu {
	right: 15px;
	width: 40px;
	height: 55px;
	top: calc(50% - 22.5px);
	cursor: pointer;
}
#mobile-menu-modal {
	right: 0;
	background: #000;
	width: 200px;
	text-align: center;
	z-index: 9999;
	padding: 20px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	cursor: initial;
	overflow: hidden;
}
.menu-line {
	background: #000;
	width: 100%;
	height: 3px;
	display: block;
	position: relative;
}
.menu-line::before {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 100%;
	height: 100%;
	content: " ";
	background: #000;
	opacity: .3;
}
.menu-line.center-line {
	margin: 8px 0;
}
.menu-word {
	font-family: 'LocoHead';
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	opacity: 0.3;
}
#mobile-menu-modal ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
#mobile-menu-modal li {
	list-style: none;
	margin: 20px;
}
#mobile-menu-modal a {
	color: #fff;
}
#mobile-menu-modal a:hover, #mobile-menu-modal a:focus {
	color: #959595;
}
#mobile-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
#mobile-close svg {
	width: 27px;
}
#mobile-close .menu-word {
	margin-top: 6px;
}

/*story*/
#story {
	margin-top: 50px;
	margin-bottom: 150px;
}
.top-dino {
	mix-blend-mode: difference;
	text-align: right;
	position: absolute;
	right: -150px;
	bottom: 0;
	max-width: 450px;
	z-index: 9;
}
.top-dino img {
	width: auto;
	height: 100%;
}
.story-left::before {
	content: " ";
	background: #000;
	position: absolute;
	left: 0;
	width: 80%;
	height: 100%;
	z-index: 0;
	top: -5%;
}
.story-left .story-main-img {
	position: relative;
	z-index: 9;
	width: 80%;
	left: 10%;
}
.story-left::after {
	content: " ";
	background: url(../images/story-bg.jpg) no-repeat scroll center center/cover;
	position: absolute;
	right: 0;
	width: 80%;
	height: 100%;
	z-index: 0;
	top: 10%;
}
.story-right {
	padding: 5%;
}
.l-letter {
	position: absolute;
	left: 6%;
	z-index: 99;
	top: -3%;
	width: 70%;
	mix-blend-mode: multiply;
	height: 100%;
}
.o-letter {
	position: absolute;
	right: -5%;
	z-index: 99;
	top: 50%;
	width: 30%;
	mix-blend-mode: screen;
	height: 100%;
	text-align: right;
}
.story-right::before {
	content: " ";
	height: 1px;
	background: #B5B5B5;
	width: 85%;
	position: absolute;
	left: -10%;
	top: 20px;
}


/*moto*/
#moto::before {
	content: " ";
	width: 100%;
	top: 20%;
	height: 80%;
	background: url(../images/moto-bg.jpg) no-repeat scroll center/cover;
	position: absolute;
}
#moto::after {
	background: #000;
	position: absolute;
	right: 0;
	top: 10%;
	width: 80%;
	height: 85%;
	content: " ";
	z-index: 0;
}
.moto-right, .moto-left {
	z-index: 9;
	position: relative;
}
.c-letter-bg {
	padding-right: 20%;
}
.row.moto-copy {
	padding: 150px 0 150px;
	position: relative;
}
.moto-copy .col-12::before {
	mix-blend-mode: difference;
	filter: invert(1);
}
.moto-copy h2::after {
	mix-blend-mode: difference;
	filter: invert(1);
	right: -50px;
}
#moto h2, #moto h3 {
	display: inline-block;
	position: relative;
	z-index: 9;
	float: left;
}

#moto h3 {
	font-size: 30px;
	line-height: 30px;
	mix-blend-mode: difference;
	color: #fff;
}
#moto h3::before {
	content: " ";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: calc(0px - 50px);
}
#moto h2 {
	font-size: 60px;
	line-height: 60px;
	margin-top: 100px;
	margin-left: 100px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color: #000;
}
/*menu*/
#menu-first {
	margin: 250px 0 0px;
	padding: 250px 0 150px;
}
#menu-first::before {
	width: 1px;
	height: calc(100% + 250px);
	content: " ";
	position: absolute;
	left: calc(50% - 0.5px);
	top: -250px;
	background: #B5B5B5;
}
#menu-first::after {
	content: "";
	width: 15%;
	height: calc(100% - 7%);
	position: absolute;
	background: url(../images/menu-bg.jpg) no-repeat scroll center center/cover transparent;
	right: 0;
	top: 7%;
	z-index: 0;
}
#menu-first .scrollnow {
	position: absolute;
	top: 0;
	right: 10%;
	max-width: 200px;
	z-index: 9;
 }
.menu-right {
	padding-right: 0%;
	position: relative;
}
.menu-left, .menu-right {
	position: relative;
}
#menu-first .menu-left::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	width: 70vw;
	height: 100%;
	z-index: 0;
	left: -50vw;
	top: -5%;
}
#menu-first h2, #menu-second h2 {
	font-size: 50px;
	z-index: 99;
}
.menu-left img {
	z-index: 9;
	position: relative;
}
.header.vertical {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(-180deg);
	position: absolute;
	text-align: left;
	writing-mode: vertical-rl;
	z-index: 99;
}
.menu-left .header.vertical {
	mix-blend-mode: difference;
	color: #fff;
	right: -65px;
	bottom: 0;
}
.header.vertical:before, .header.vertical:after {
	mix-blend-mode: difference;
	filter: invert(1);
}
.header.vertical::before {
	left: unset;
	right: -15px;
	transform: rotate(90deg);
	top: -30px;
}
 .header.vertical:after {
right: unset;
left: -10px;
bottom: -25px;
transform: rotate(-90deg);

}
#menu-second {
	margin-bottom: 50px;
	padding-bottom: 150px;
}
#menu-second::after {
	width: 1px;
	height: 100%;
	content: " ";
	position: absolute;
	left: calc(50% - 0.5px);
	top: 0;
	background: #B5B5B5;
	z-index: -1;
}
#menu-second .menu-left-img::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	width: 95vw;
	height: 105%;
	z-index: 0;
	left: -50vw;
	top: -5%;
}
#menu-second .menu-right::after {
	content: "";
	width: 90%;
	height: calc(100% + 14%);
	position: absolute;
	background: url(../images/menusecond-bg.jpg) no-repeat scroll center center/cover transparent;
	right: 0;
	top: -7%;
	z-index: 0;
}
.menu-right img {
	position: relative;
	z-index: 9;
}
#menu-second .header.vertical {
	left: -65px;
	right: unset;
	z-index: 99;
	mix-blend-mode: difference;
	color: #fff;
}
#menu-second .menu-left {
	padding-left: 10%;
}
#menu-second .menu-right {
	padding-right: 2%;
}
.menu-left-img {
	padding-bottom: 10%;
	margin-top: 5%
}
#menu-second .menu-right {
	margin-top: 300px;
}
.c-coffee-bg {
	position: absolute;
	bottom: 0;
	mix-blend-mode: soft-light;
	z-index: 9;
	left: 40px;
	height: 90%;
}
.c-coffee-bg svg {
	width: auto;
	height: 100%;
}

/*events*/
#events {
	margin-bottom: 200px;
}
.book-event-title {
	padding: 50px 0;
}
.book-event-full {
	background: url(../images/bookevent-bg-final.jpg) no-repeat scroll center/cover #000;
	color: #fff;
	padding: 250px 0;
}
.book-event-full h3 {
	color: #fff;
	mix-blend-mode: difference;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 40px;
}
.book-event-full h4 {
	color: #fff;
	mix-blend-mode: difference;
	font-size: 80px;
	font-family: 'LocoHead';
}
#events .scrollnow {
	max-width: 200px;
	mix-blend-mode: difference;
	position: absolute;
	right: 10%;
	top: -100px;
}
.book-event-absolute {
	position: relative;
	background: #000;
	padding: 80px 100px 20px;
	text-align: center;
	margin-top:-100px;
	margin-right: 0;
	margin-left: auto;
}
.book-event-absolute img {
	position: absolute;
	max-width: 120px;
	left: calc(50% - 60px);
	top: -60px;
}
.book-event-absolute h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.book-event-absolute p {
	color: #838383;
}
/*events home*/
#latest-events {
	margin-bottom: 150px;
}
.events-row{
	position: relative;
}
#latest-events .events-row::before {
	content: " ";
	background: url(../images/events-bg.jpg) no-repeat scroll center/cover;
	width: 100%;
	height: calc(100% - 40px);
	position: absolute;
	left: -20%;
	top: -25px;
}
.event-post {
	position: relative;
}
.event-1 .event-info {
	position: absolute;
	right: 100%;
	bottom: 0;
	transform: rotate(-180deg);
	text-align: left;
	writing-mode: vertical-rl;
	z-index: 99;
}
.event-info h3 {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}
.event-info h3 a {
	color: #000;
}
.event-time {
	color: #B2B2B2;
	text-transform: uppercase;
	font-size: 15px;
}
.event-image {
	overflow: hidden;
	height: 500px;
	width: 100%;
	position: relative;
	min-height: 100%;
}
.event-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-1 {
	height: 80%;
}
.event-3, .event-2 {
	height: 100%;
}
/*2 events only*/
.event-count-2 .event-2 {
	padding-left: 5%;
}
.event-count-2 .event-2 .event-image {
	height: 350px;
}
/*3 events*/
.event-info {
	margin-top: 20px;
}
.event-count-3 .event-2 .event-image {
	height: 300px;
}
.event-count-3 .event-3 .event-image {
	height: 350px;
}
.event-count-3 .event-3 {
	padding-right: 25%;
}
.event-count-3 .event-2 {
	padding-left: 25%;
}
.event-outer {
	position: relative;
}
.event-1 .event-outer::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 40px;
	top: 20px;
	background: url(../images/events-o.svg) no-repeat scroll left center/contain transparent;
	mix-blend-mode: luminosity;
	z-index: 9;
}
.event-2 .event-outer::before {
	content: " ";
	width: 100%;
	height: 95%;
	position: absolute;
	left: -10px;
	top: -10px;
	background: url(../images/events-c.svg) no-repeat scroll left center/contain transparent;
	mix-blend-mode: luminosity;
	z-index: 9;
}
.event-1 .event-outer::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 40px;
	top: 20px;
	background: url(../images/events-o-outer.svg) no-repeat scroll left center/contain transparent;
	z-index: 9;
	mix-blend-mode: normal;
	background: ;
}
.event-2 .event-outer::after {
	content: " ";
	width: 100%;
	height: 95%;
	position: absolute;
	left: -10px;
	top: -10px;
	background: url(../images/events-c-outer.svg) no-repeat scroll left center/contain transparent;
	mix-blend-mode: luminosity;
	z-index: 9;
}
.event-3 .event-outer::before {
	content: " ";
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	left: 10px;
	top: -10px;
	background: url(../images/events-l.svg) no-repeat scroll left center/contain transparent;
	z-index: 9;
}
/*gallery*/
#gallery {
	margin-bottom: 10px;
}
#gallery .container {
	position: relative;
	z-index: 9;
	margin-bottom: 10px;
	padding-bottom: 200px;
}
#gallery::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 40%;
	height: 60%;
	width: 100%;
	background: url(../images/gallery-bg.jpg) no-repeat scroll center/cover transparent;
}
.bottom-dino {
	mix-blend-mode: difference;
	text-align: right;
	position: absolute;
	left: -150px;
	bottom: -50px;
	max-width: 450px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	z-index: 9;
}
.bottom-dino img{
	height: 100%;
	width: auto;
}
/*footer*/
#footer {
	background: url(../images/footer-top.png) no-repeat scroll 0% -3%/110% #000;
	padding: 100px 0 0px;
}
#footer p {
	color: #fff;
	font-weight: 300;
}
.footer-copy {
	color: #fff;
	padding-top: 150px;
	padding-bottom: 20px;
}
.social-link {
	margin-right: 20px;
}
#footer h3 {
	margin-bottom: 40px;
}
/*main content*/
#main-content {
	margin: 100px 0;
}
/*posts*/
ul.post-meta {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.post-meta {
	color: #6F6F6F;
	font-weight: 300;
}
.post-meta-key {
	display: none;
}
.post-title, .post-title a{
	font-family: 'LocoBody';
	margin-top: 20px;
	color:#000;
}
/*menu*/
#menu{
	height: 100vh;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}
#menu .fa, #menu .fas {
	font-weight: 900;
}
/*contact*/
.form-control {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
}
.form-control:focus {
	border-color: transparent;
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.15);
}
.form-group .button-dark {
	border: none;
	width: 100%;
}
.form-group textarea {
	max-height: 100px;
}
.scrollnow img {
	height: auto;
	width: 95%;
}
.title-and-price {
	font-weight: bold;
	text-transform: uppercase;
}
.description-and-sign p {
	margin: 0;
}
.description-and-sign {
	font-weight: 300;
}
.title-and-price img {
	width: 25px;
	display: inline-block;
	margin-top: -10px;
}
.page-id-477 #main-content {
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.menu-navigation {
	padding-left: 0;
}
.menu-navigation li {
	list-style: none;
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.menu-notes {
	font-weight: 300;
}
#menu_options {
	background: #000;
	padding: 20px;
	text-align: left;
	max-width: 600px;
	margin: auto;
}
.title-and-hours a,
.title-and-hours span {
	color: #fff;
}
.menu-item-options {
	margin: 20px 0;
	padding: 20px 0;
}
.title-and-hours a,
.title-and-hours span{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
}
.title-and-hours a,
.title-and-hours span {
	font-size: 38px;
}
.hours {
	font-weight: 300;
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
span.hours {
	font-size:18px;
}
.plate_img {
	/* max-width: 100px; */
	border-radius: 10px;
	margin: 10px 0;
}
.page-template-template-menu .reveal.header {
	text-align: center;
	margin: auto;
	display: block;
	max-width: 400px;
	margin-bottom: 100px;
}
button svg {
	width: 15px;
	display: block;
	margin: auto;
}

button#wpforms-submit-2207 {
	background: #000;
}
.page-id-1032 #main-content .container {
	max-width: 900px;
}
.page-id-1032  figure.wp-block-image.size-large {
	/* min-width: 49%; */
	padding: 0;
}
.page-id-1032  .events-gallery {
	padding: 0 00px;
	margin: 20px 0;
}
.single-post .container {
	max-width: 1400px;
}