/*
 Theme Name:   Twenty Twenty Child
 Template:     twentytwenty
*/

/*
Fave Script Pro

font-family: fave-script-pro, sans-serif;
font-weight: 400;
font-style: normal;

Fave Script Bold Pro

font-family: fave-script-pro, sans-serif;
font-weight: 700;
font-style: normal;

DIN font
DIN Condensed Regular

font-family: urw-din, sans-serif;
font-weight: 400;
font-style: normal;

Or 300
*/

/* Debug pricing colorsheet */
/* rect[price$='995'] { */
/*     fill: blue !important; */
/* } */
/* rect[price$='800'] { */
/*     fill: yellow !important; */
/* } */
/* rect[price$='1800'] { */
/* 	fill: pink !important; */
/* } */
/* rect[price$='675'] { */
/*     fill: green !important; */
/* } */
/* rect[price$='425'] { */
/*     fill: orange !important; */
/* } */
/* rect[price$='175'] { */
/*     fill: transparent !important; */
/* } */

/* Twenty Twenty Theme Related Styles */
html, body {
	height: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'urw-din', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
	font-family: 'urw-din', sans-serif;
}

@media all and (min-width: 1000px) {
	h1 {
		font-size: 55px;
	}
}

.page-template-default #site-content:not(.steps-page) .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 800px;
	width: auto;
}

.page-template-default #site-content:not(.steps-page) .entry-content {
	padding: 0 30px;
}

.post-inner ~ .section-inner {
	display: none;
}
.buy-a-seat-content ~ p {
	display: none !important;
}
.buy-a-seat-content {
	margin-bottom: 0 !important;
}
.progress-bar {
	margin: 0 auto !important;
}
/* End Twenty Twenty Theme Related Styles */

#gift_checkbox, label[for="gift_checkbox"] {
	display: none !important;
}


svg .st0, svg .st9 {
	stroke-width: 1px !important;
    fill: transparent !important;
    stroke: #014f6e !important;
	opacity: 1 !important;
}
svg g#Walls__x2B__Row_Letters .st4 {
	stroke: #014f6e !important;
}
svg g#L1_Walls__x2B__Row_Letter .st0 {
	stroke: #014f6e !important;
}
svg g#L1_Walls__x2B__Row_Letter, svg g#Walls__x2B__Row_Letters {
	fill: #014f6e !important;
}

/* For debugging purposes */
rect[product_missing="true"] {
	fill: #ff000066 !important;
}

rect[removable='true'] {
    stroke: #ffffff85 !important;
}

rect[sold='true'] {
	fill: #014f6e !important;
	stroke: #014f6e !important;
	cursor: not-allowed;
}
rect[sold='true'] ~ path {
	fill: #ffffff7d !important;
	cursor: not-allowed;
}

rect[selected] {
	fill: #c2db6f !important;
	stroke: #c2db6f !important;
}

rect[sold='false'], rect[sold='false'] ~ path {
	cursor: pointer;
}

form.info {
	text-align: left;
	max-width: 700px;
	margin: auto;
}

form.ack_form label, form.ack_form input {
	display: inline-block;
}
form.ack_form {
	margin-top: 50px;
}
form.ack_form a {
	color: white;
}

input#ack_checkbox, input#removable_checkbox {
	width: 25px;
	height: 25px;
	border: 1px solid white !important;
}
input#ack_checkbox:checked::before, input#removable_checkbox:checked::before {
	height: 25px;
	width: 26px;
	top: 1px;
	left: 0;
}
input#ack_checkbox ~ label, input#removable_checkbox ~ label {
	margin-bottom: 0;
	vertical-align: top;
	line-height: 19px;
	max-width: 500px;
}

input#removable_checkbox {
	background: #2da0ab !important;
}

.seat-info, .seat-form, .preview {
	display: none;
}

#plaque-canvas {
	background: transparent;
	display: block;
}

div.steps:not(.step-1) {
	display: none;
}
div.steps:not(.active) {
	display: none;
}
div.steps.active {
	display: block;
}

div.steps {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#svgContainer {
	position: relative;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 45px;
}

svg {
	-webkit-transform-origin: center;
	   -moz-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
}

.buy-a-seat-content {
	background: #008996;
	width: 100% !important;
	max-width: none !important;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
body:not(.home) #site-content article .post-inner, body:not(.home) #site-content article {
	background: #008996;
	height: 100%;
}

.error404 #site-content {
	background: #008996;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
}

.buy-a-seat-content .progress-bar {
	position: absolute;
	top: 50px;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.progress-bar-wrapper, div.steps-navigation {
	max-width: none !important;
	max-height: none !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	text-align: center;
}

.buy-a-seat-content .steps {
	max-width: 90%;
	margin: auto;
}

ul.progress-bar {
	max-width: 500px;
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.progress-bar li {
	display: block;
	list-style-type: none;
	background-color: white;
	padding: 0;
	z-index: 1;
	height: 17px;
	width: 17px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

ul.progress-bar li {
	background: white;
	margin: 0;
}

ul.progress-bar li a {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.progress-bar-wrapper {
	padding: 30px 0 0 0 !important;
}

ul.progress-bar li.active ~ li {
	border: 1px solid white;
	background: #008996;
}

ul.progress-bar li:first-child {
	padding-left: 0;
}

ul.progress-bar li:last-child {
	padding-right: 0;
}

ul.progress-bar::after {
	content: '';
	border-bottom: 1px solid white;
	position: absolute;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	width: 100%;
}

.progress-bar li.active ~ li a:hover, .progress-bar li.active a:hover {
	cursor: default !important;
}

.seat-info {
	width: 100%;
	text-align: center;
	padding: 30px;
	font-size: 30px;
}

.steps-navigation {
	padding: 30px 0 30px 0 !important;
}

.btn-primary {
	display: inline-block;
	width: auto !important;
	border: 1px solid #008d97 !important;
	-webkit-border-radius: 25px !important;
	   -moz-border-radius: 25px !important;
	        border-radius: 25px !important;
	padding: 10px 30px !important;
	color: #008d97 !important;
	text-decoration: none !important;
	background: white !important;
	font-family: 'urw-din', sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.btn-primary:after {
    content: url(./images/arrow.png);
    vertical-align: text-top;
    height: 18px !important;
    width: 22px;
    margin-left: 10px;
    display: inline-block;
    margin-right: -10px;
    margin-top: -1px;
}

.btn-primary:hover {
	background: #014f6e !important;
	color: white !important;
}

a.prev-step {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0 auto;
}

.menu-area a {
	display: block;
}

#menuToggle {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  margin-bottom: 5px;
  position: relative;
  background: #008996;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  z-index: 1;
  width: 25px;
  height: 2px;
  -webkit-transform-origin: 2px 0px;
     -moz-transform-origin: 2px 0px;
      -ms-transform-origin: 2px 0px;
       -o-transform-origin: 2px 0px;
          transform-origin: 2px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -o-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -o-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -moz-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              -moz-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              -o-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
     -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
       -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
     -moz-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
       -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
     -moz-transform: rotate(45deg) translate(-2px, -1px);
      -ms-transform: rotate(45deg) translate(-2px, -1px);
       -o-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #008996;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
     -moz-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
       -o-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
     -moz-transform: rotate(-45deg) translate(0, -1px);
      -ms-transform: rotate(-45deg) translate(0, -1px);
       -o-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: fixed;
	top: 0;
	bottom: 0;
	margin-bottom: 0 !important;
	width: 300px;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */

	/* Use width for initial right value */
	right: -300px;
	-webkit-transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-o-transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-moz-transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menu li a:hover {
	color: #008d97 !important;
}

#menuToggle input:checked ~ ul {
	right: 0;
}

#menuToggle ul {
	padding-top: 30px;
}

li.small-menu-link a {
	font-size: 15px !important;
	line-height: 22px !important;
	display: block;
	color: #777575 !important;
}

li.small-menu-link {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

li.small-menu-link.top-padding {
	padding-top: 50px !important;
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
	width: 100%;
}

@media all and (max-width: 600px) {
	.woocommerce-checkout #site-content .woocommerce {
		padding: 0 !important;
	}
}

.zoom-pan-area .reset-pos {
	display: block;
	color: white;
	font-size: 17px;
	text-decoration: none;
}

.zoom-pan-area {
	text-align: center;
	color: white;
	font-family: 'urw-din', sans-serif;
}

.zoom-pan-area span {
	line-height: 28px !important;
	vertical-align: middle;
}

div.legend {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}

.legend ul {
	margin: 0 !important;
}

div.legend li {
	display: inline-block;
	color: white;
	font-size: 17px;
}

div.legend li:before {
    content: '';
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-right: 7px;
    display: inline-block;
	border: 1px solid;
}

li.available:before {
	background: transparent;
	border-color: #014f6e !important;
}

li.unavailable:before {
	background: #014f6e;
	border-color: #014f6e !important;
}

li.selected:before {
	background: #c2db6f;
	border-color: #c2db6f !important;
}

li.removable:before {
	background: transparent;
	border-color: #ffffff85 !important;
}

h2.step-title {
	text-align: center;
	margin: 10px 0;
	color: white;
	margin: 45px auto 45px auto;
	font-size: 25px !important;
	line-height: 36px !important;
	font-weight: 500 !important;
}

span.step-title-number {
	border: 1px solid white;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #c2db6f;
	margin-right: 5px;
}

footer#site-footer {
	margin: 0 !important;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	   -moz-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	padding: 0 !important;
	background: #008996;
}

footer#site-footer a {
	color: white;
}

footer#site-footer .section-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: none;
	font-size: 15px;
}


.plaque-fields {
	display: none;
}

#site-header nav {
	position: absolute;
	right: 30px;
}


.page-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	height: 100%;
}

#site-header {
	background: #e5e5e5;
	padding: 10px 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	   -moz-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	z-index: 9999;
}

@media all and (max-width: 767px) {
	#site-header {
		padding: 32px;
	}
	/* #site-header .logo img {
		max-height: 115px;
	} */
}

#site-header .logo img {
	height: 120px;
	width: auto !important;
    max-width: 180px !important;
}

#site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: initial;
}

#site-header .logo {
	top: 0;
	left: 30px;
	position: absolute;
}

.header-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 2.8rem 0;
}

.home-content h1 {
	font-family: fave-script-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
}

.home-content h2 {
	font-family: 'urw-din', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: white;
	font-size: 38px;
}

.home-content h3 {
	font-family: 'urw-din', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
}

.home-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home-content > article {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.home .home-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-image: url('./images/home-bg.jpg');
}

footer#site-footer p {
	margin: 0 !important;
}

.home footer#site-footer a, .home footer#site-footer p {
	color: white;
}

.home .home-content h1, .home .home-content h2, .home .home-content h3 {
	margin: 0;
	padding: 0;
}

.home .home-content h1 {
	letter-spacing: 1px;
	font-size: 70px !important;
}

.home .home-content h2 {
	padding-bottom: 30px;
}

.home .home-content h3 {
	padding-bottom: 50px;
}

.home .home-content h3 {
	font-size: 24px;
	line-height: 29px;
	max-width: 500px;
	margin: auto;
}

p, li, div, b {
	font-family: 'urw-din', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
}

.page-template-default #site-content:not(.steps-page) p {
	font-size: 17px;
	line-height: 22px;
}

b {
	font-weight: 600;
}

a {
    color: #014f6e;
}

.home-content .post-inner {
	width: 65%;
	margin: auto;
	text-align: center;
	max-width: 750px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

#site-content article .post-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

img.take-your-seat {
	margin: auto;
}

@media all and (max-width: 767px) {
	.home-content h2 {
		padding-top: 15px;
	}
	.home-content .post-inner {
		padding-top: 100px !important;
	}
	.home-content .post-inner {
		width: 85%;
	}
	canvas#plaque-canvas {
		max-width: 500px;
	}
}

@media all and (max-width: 600px) {
	canvas#plaque-canvas {
		max-width: 90%;
	}
}

.steps {
	text-align: center;
}

canvas#plaque-canvas {
	margin: auto;
}

@media all and (max-width: 600px) {
	/* #site-header .logo img {
		max-height: 115px;
	} */
	.home-content .post-inner {
		width: 100%;
	}
	#site-header {
		background: white;
	}
	#site-header .logo {
		left: 50%;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.error-notices-area, .cookies-error, .js-missing-error {
	width: -webkit-calc(100% - 60px) !important;
	width: -moz-calc(100% - 60px) !important;
	width: calc(100% - 60px) !important;
	margin: auto;
}

.error-notices-area p, .cookies-error p {
	display: none;
	background: #c2db6f;
	color: #014f6e;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.js-missing-error p {
	background: #c2db6f;
	color: #014f6e;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.woocommerce-error {
	background: transparent !important;
}

ul.woocommerce-error li {
	display: block !important;
	margin: 0 0 5px 0 !important;
	background: #c2db6f !important;
	padding: 10px !important;
	padding-left: 20px !important;
	color: #014f6e !important;
}

.woocommerce-error {
	margin-bottom: 0;
}

.select-level-template .home-content {
	background: #008996;
}

.home .btn-primary {
	border: none !important;
}

.home footer#site-footer {
	margin-top: -50px !important;
	background: transparent;
}

.page-template-select-level-template .btn-primary {
	min-width: 250px;
	text-align: left;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

@media all and (min-width: 768px) {
	.page-template-select-level-template .with-margin-right {
		margin-right: 15px;
	}
}

@media all and (max-width: 900px) {
	.page-template-select-level-template .btn-primary {
		margin-right: 0 !important;
		display: block;
	}
}

.page-template-select-level-template a.btn-primary:after {
	float: right;
}

@media all and (max-width: 767px) {
	.page-template-select-level-template .btn-primary {
		display: block;
	}
}

form input, form select, form textarea, .selection span {
	margin-bottom: 20px !important;
	border: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	border: 1px solid transparent !important;
	background: #2da0ab !important;
	color: white !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}

.select2-container--default .select2-results>.select2-results__options {
	background: #2da0ab;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #014f6e;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background: #c2db6f;
}

form input:focus, form input:focus-visible,
form select:focus, form select:focus-visible, form textarea:focus, form textarea:focus-visible {
	outline: 0;
	border: 1px solid #c2db6f !important;
}

form input[type=checkbox] ~ label {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: bottom;
}

form.info select, form.info input, form.info textarea {
	padding: 10px !important;
	width: 100% !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: white;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: white;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: white;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: white;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: white;
}

input::placeholder, textarea::placeholder {
	color: white;
}

@media all and (min-width: 768px) {
	#billing_postcode_field, #billing_country_field, #billing_state_field, #billing_city_field, #billing_phone_field, #billing_email_field {
		width: 47%;
		display: inline-block;
	}
	#billing_city_field, #billing_postcode_field, #billing_email_field {
		float: right;
	}
}

form[name="checkout"] {
	max-width: 800px;
	margin: auto;
}

form[name="checkout"] .plaque-review-area {
	margin-top: 10px;
}

@media all and (max-width: 767px) {
	p#billing_first_name_field, p#billing_last_name_field {
		width: 100%;
	}
}

.woocommerce input, .woocommerce select, .woocommerce textarea {
	margin-bottom: 0 !important;
}

.plaque-review-area {
	padding: 30px;
	background: #014f6e;
}

h3#plaque_review_heading {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
}

.plaque-review-area p {
    font-size: 17px;
}


.plaque-review-area p.plaque-name {
	font-weight: 600;
}

.plaque-review-area p.plaque-reason {
	font-style: italic;
}

.plaque-review-area p {
	margin-bottom: 5px !important;
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
	padding-left: 0;
}

.woocommerce-order-received #site-content article {
	height: 100%;
}

h3#order_review_heading, h3#plaque_review_heading {
	margin: 0;
	padding-bottom: 20px;
}

.woocommerce-order-received h3#plaque_review_heading {
	margin-top: 30px !important;
}


.woocommerce-order-received h3 {
	font-size: 35px !important;
	font-family: 'urw-din', sans-serif;
	font-weight: 300 !important;
	font-style: normal;
}

.woocommerce-checkout #site-content .woocommerce {
	max-width: none;
	padding: 0 30px;
	margin: 0 auto;
	width: 100%;
}

@media all and (min-width: 768px) {
	.woocommerce-checkout #site-content .woocommerce {
		padding: 30px 30px 0 30px;
	}
}

.woocommerce-order-received .woocommerce-order {
	text-align: center;
}
.woocommerce-order-received .plaque-review-area {
	max-width: 600px;
	margin: auto;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	padding-bottom: 20px;
}

.wc_payment_method .payment_box {
	background: transparent !important;
	padding: 0;
}
.payment_box div fieldset {
	padding: 0 !important;
}

li.wc_payment_method {
	padding: 0 !important;
	margin: 0 !important;
}

.payment_box .woocommerce-error {
	width: 100% !important;
}

.woocommerce-thankyou-order-failed {
	margin: 0 auto 30px auto;
	max-width: 550px;
}

/* Stripe form fields */
span.InputContainer {
    background: #2da0ab !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 0 !important;
    padding: 10px !important;
    background-color: #2da0ab !important;
    outline: 0 !important;
}

.wc-stripe-elements-field {
	border: 1px solid #2da0ab !important;
}

.wc-stripe-elements-field.focused {
	border: 1px solid #c2db6f !important;
}

form input, form select, form textarea, .selection span {
	margin-bottom: 4px !important;
}
.woocommerce form .form-row .required {
	color: #b9dbde !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-terms-and-conditions-link::after {
	border-color: white transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open::after {
	border-color: transparent transparent white transparent;
}

label {
	color: #b9dbde;
}

.woocommerce form input, .woocommerce form textarea, .woocommerce form select {
	padding: 10px !important;
}

.woocommerce input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border: 1px solid white !important;
}

.woocommerce input[type="checkbox"]:checked:before {
	height: 25px;
	width: 26px;
	left: 0;
	top: 0;
}

.woocommerce input[type="checkbox"] ~ span {
	margin-bottom: 0;
	vertical-align: top;
	line-height: 30px;
	margin-left: 10px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	height: 42px !important;
	line-height: 42px !important;
}
.select2-selection__rendered {
	margin-top: -1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0 !important;
}
.select2-container--default .select2-selection--single {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}
.select2-selection__rendered {
	padding-left: 10px !important;
}

.woocommerce form.checkout .blockUI.blockOverlay {
	opacity: .8 !important;
	background: #014f6e !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	position: fixed !important;
}

div#order_review .blockUI.blockOverlay {
	position: absolute !important;
}

.seat-hover-box {
	display: none;
	pointer-events: none;
	position: fixed;
	background: white;
	width: 150px;
	height: 75px;
	z-index: 9999;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.seat-hover-box.visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.seat-hover-box:after {
	border-right: solid 6px transparent;
	border-left: solid 6px transparent;
	border-top: solid 6px white;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
}

@media all and (max-width: 600px) {
	.seat-hover-box.visible {
		display: none;
	}
}

.seat-hover-box p {
	margin: 0;
	color: #014f6e;
}

.seat-hover-box p.seat-name {
	font-weight: 600;
	font-size: 20px;
}

form.info select, form.info input {
	margin-bottom: 15px !important;
}
.step-2.form .steps-navigation {
	padding-top: 15px !important;
}

.btn-primary:after {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn-primary:hover:after {
	margin-left: 20px;
	margin-right: -20px;
}

button.btn-primary:after {
	line-height: 30px;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
	color: #b9dbde;
	vertical-align: top;
}

div#customer_details .plaque-details-review .plaque-reason {
	margin-top: 20px;
}

#svgContainer svg:focus {
	outline: 0;
}

g:hover rect[sold='false'] {
	fill: #c2db6f !important;
	stroke: #c2db6f !important;
}

@media all and (max-width: 767px) {
	.home .home-content h3 {
		font-size: 22px !important;
		line-height: 27px !important;
	}

	.home .home-content h2 {
		padding-bottom: 30px !important;
		padding-top: 20px !important;
		font-size: 30px !important;
		line-height: 35px !important;
	}
	
	.home .home-content h1 {
		font-size: 60px !important;
	}
	
	.home .home-content .post-inner {
	    padding-top: 40px !important;
	}
}

@-webkit-keyframes home-image {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@-moz-keyframes home-image {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@-o-keyframes home-image {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes home-image {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

img.take-your-seat {
	-webkit-animation-name: home-image;
	   -moz-animation-name: home-image;
	     -o-animation-name: home-image;
	        animation-name: home-image;
	-webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	     -o-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	position: relative;
}

.slider {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	width: 150px;
	height: 10px;
	background: #014f6e;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: white;
	cursor: pointer;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #04AA6D;
	cursor: pointer;
}

.home .entry-content .btn-primary {
    max-width: 300px !important;
    display: block;
}
.home .entry-content .btn-primary:hover {
	background: #c2db6f !important;
	color: #008d97 !important;
}
a.btn-primary.choose-seat-link {
    background: #014f6e !important;
    color: white !important;
}

p.legend-asterisk {
	font-size: 16px;
	color: #ffffff85;
}

.select-floor-area {
    display: inline-block !important;
    width: 40% !important;
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    margin: 15px !important;
    padding: 30px !important;
    max-width: 400px;
    background: #014f6e !important;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.box-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.select-floor-area:hover {
    background: #014f6ec2 !important;
}

.select-floors-area {
    width: 100% !important;
    max-width: none !important;
}

.page-template-select-level-template .post-inner {
    width: 100% !important;
    max-width: none !important;
}

@media all and (max-width: 880px) {
    .select-floor-area {
        display: block !important;
        width: 100% !important;
        max-width: 400px;
        margin: 30px auto !important;
    }
}

.page-template-select-level-template a.btn-primary {
    border-color: white !important;
}

.page-template-select-level-template .select-floor-area:hover a.btn-primary {
    border-color: #008d97 !important;
    background: #014f6e !important;
	color: white !important;
}
.page-template-select-level-template .select-floor-area:hover a.btn-primary:after {
	margin-left: 20px;
	margin-right: -20px;
}

@media all and (max-width: 400px) {
    .page-template-select-level-template a.btn-primary {
        min-width: unset !important;
        font-size: 16px !important;
    }
    .page-template-select-level-template a.btn-primary:after {
        height: 16px !important;
        margin-top: 3px !important;
    }
}
@media all and (min-width: 401px) {
    .page-template-select-level-template a.btn-primary:after {
        margin-top: 1px;
    }
}

p.legend-asterisk {
    padding-top: 10px;
}

.page-id-92 li.removable, .page-id-92 p.legend-asterisk {
    display: none;
}

img.footer-chardiy-logo {
    display: inline-block !important;
    height: 25px;
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
}

.removable_checkbox_area {
    display: none;
}
.removable_checkbox_area input[type=checkbox] ~ label {
    display: inline-block;
}
input#removable_checkbox ~ label {
    vertical-align: middle;
    margin-top: 8px;
}

a.btn-primary.select-next-seat {
    margin-bottom: 35px;
}

a.btn-primary.choose-seat-link {
    line-height: 30px;
}

a.btn-primary.choose-seat-link:hover {
    background: #c2db6f !important;
    color: #008d97 !important;
}