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

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

h1, h2, h3, h4, h5, h6 {
	font-family: "ff-meta-web-pro", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

p, li, div, b {
	font-family: "ff-meta-web-pro", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

b {
	font-weight: 600;
}
a {
	color: white;
}

.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: "ff-meta-web-pro", sans-serif !important;
}

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

.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: white !important;
	opacity: 1 !important;
}

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;
}

.buy-a-seat-content input[type="checkbox"] {
	width: 25px !important;
	height: 25px !important;
	border: 1px solid white !important;
}
.buy-a-seat-content input[type="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;
}

#svgContainer svg {
	margin: auto;
}

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: #001844;
	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: #001844;
	height: 100%;
}

.error404 #site-content {
	background: #001844;
	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: #001844;
}

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: 99%;
}

.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 #FCAF17 !important;
    padding: 10px 20px !important;
    color: #001844;
    text-decoration: none !important;
    background: #FCAF17;
    font-family: "ff-meta-web-pro", sans-serif !important;
    line-height: 28px !important;	
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 21px;
}

.btn-secondary {
	display: inline-block;
	width: auto !important;
	border: 1px solid white !important;
	padding: 10px 20px !important;
	color: white;
	text-decoration: none !important;
	background: transparent;
	font-family: "ff-meta-web-pro", sans-serif !important;
	line-height: 28px !important;	
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 21px;
}

.btn-secondary:after {
	content: url(./images/arrow-white.png);
	height: 24px !important;
	vertical-align: middle;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	margin-right: -10px;
	margin-bottom: 0;
}

.btn-secondary:hover {
	opacity: .8;
}


.btn-primary.white {
	background: white !important;
	border: 1px solid white !important;
	color: #001844 !important;
}

.btn-primary:after {
    content: url(./images/arrow-white.png);
    height: 24px !important;
	vertical-align: middle;
    width: auto;
    margin-left: 10px;
    display: inline-block;
    margin-right: -10px;
    margin-bottom: 0;
}

.btn-primary:hover {
	opacity: .8;
}

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: black;
  -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: black;
}

#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: #001844 !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: "ff-meta-web-pro", sans-serif !important;
}

.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: white;
	border-color: white !important;
}

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

li.selected:before {
	background: #CC0033;
	border-color: #CC0033 !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 !important;
	font-size: 35px !important;
	line-height: 37px !important;
	font-weight: 500 !important;
}

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

footer#site-footer {
	background: #001844 !important;
	padding: 10px;
}

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

footer#site-footer .section-inner {
    text-align: left;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer#site-footer p {
	font-size: 18px;
	color: white;
	font-weight: 500;
}

.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: white;
	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 {
    height: 90px;
    width: auto !important;
    max-width: none;
}

#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 {
	position: absolute;
}

@media all and (min-width: 768px) {
	#site-header .logo {
		top: 50%;
		left: 30px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
				transform: translateY(-50%);
	}
}

.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;
}

@media all and (max-width: 767px) {
	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 {
		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: #CC0033;
	color: white;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.js-missing-error p {
	background: #CC0033;
	color: white;
	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: #CC0033 !important;
	padding: 10px !important;
	padding-left: 20px !important;
	color: white !important;
	font-size: 18px;
}

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

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

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: #142956 !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: black;
}

.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: #CC0033;
}

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 white !important;
}

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

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, #billing_address_1_field, #billing_city_field {
		width: 47%;
		display: inline-block;
	}
	#billing_city_field, #billing_postcode_field, #billing_email_field {
		float: right;
	}

	#billing_country_field {
		width: 100%;
	}
}

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: #142956;
}

h3#plaque_review_heading {
	margin-top: 0;
	font-weight: 400;
	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: "ff-meta-web-pro", sans-serif !important;
	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: #232323 !important;
}

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


.wc-stripe-elements-field.focused {
	border: 1px solid white !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: #c1c1c1;
}

.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: #777777 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	position: fixed !important;
}

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

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

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

.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;
}

.btn-secondary: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-secondary:hover:after {
	margin-left: 20px;
	margin-right: -20px;
}

button.btn-secondary: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;
}

@-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: #686a70;
	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 {
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: white;
	cursor: pointer;
	-moz-border-radius: 50px;
		 border-radius: 50px;
}

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

.select-floor-area {
    display: inline-block !important;
    width: 25% !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: #334669 !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;
}

.select-floors-area {
    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;
}

@media all and (max-width: 1000px) {
	.select-floor-area {
	    display: block !important;
    	width: 400px !important;
		margin: 0 auto 30px auto !important;
	}
	.select-floors-area {
    	display: block;
	}
	.select-floor-area a.btn-primary {
	    margin: auto !important;
    	display: block;
	}
}

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

.select-floor-area:hover {
    background: #142956 !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;
    }
}

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

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-element {
    margin-bottom: 35px;
}

/*
 * Checkout button styles
 * */
.payment-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.payment-btns a.btn-primary.checkout {
	width: 100% !important;
	margin: 10px;
	padding: 20px !important;
	-webkit-border-radius: 10px !important;
	   -moz-border-radius: 10px !important;
	        border-radius: 10px !important;
}
a.btn-primary.checkout span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
	letter-spacing: 0;
}

a.btn-primary.checkout span.price {
	font-size: inherit;
	display: block;
	font-weight: inherit;
	margin-top: 3px;
	margin-bottom: 23px;
}

@media all and (max-width: 799px) {
	.payment-btns {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.steps.step-1 .subtitle {
    padding-bottom: 20px;
}
.steps.step-1 .step-title {
    margin-bottom: 20px;
}

div#menuToggle {
	border: 0;
	padding: 10px;
	background: transparent;
}
#menuToggle span {
	background: #001844;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}
#menuToggle span.first-line {
	margin-top: 3px;
}
#menuToggle input {
	width: 55px;
	height: 55px;
}
div#menuToggle:hover {
	background: transparent;
	border-color: transparent;
}
div#menuToggle:hover span {
    background: #001844;
	opacity: .8;
}

#menuToggle input[type="checkbox"]:checked ~ span {
	background: black !important;
}

#menuToggle input[type="checkbox"]:hover:checked ~ span {
	background: #001844 !important;
}

a[href^="mailto"] {
	color: white;
	text-decoration: none;
}
span.step-title-number {
	font-size: 25px !important;
	line-height: 35px;
    vertical-align: top;
	border: 1px solid #FCAF17;
}

input[type="checkbox"]:checked::before {
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23AAAAAA%27%2F%3E%3C%2Fsvg%3E");
}
.selected-seat-price {
	font-size: 23px !important;
}

.plaque-details-review .payment-option {
	margin-top: 30px;
}
.plaque-details-review p.order-total-due, p.order-total-paid {
	font-size: 19px !important;
}

@media all and (min-width: 768px) {
	#site-header {
        padding: 32px;
	}
}

@media all and (max-width: 767px) {
	.home .btn-primary { 
		font-size: 16px;
	}
	.home .btn-primary:after {
		margin-bottom: 0;
	}

	.home .btn-secondary { 
		font-size: 16px;
	}
	.home .btn-secondary:after {
		margin-bottom: 0;
	}
}

@media all and (max-width: 500px) {
	.home .btn-primary { 
		font-size: 15px;
	}
	.home .btn-primary:after {
		margin-bottom: 0;
	}

	.home .btn-secondary { 
		font-size: 15px;
	}
	.home .btn-secondary:after {
		margin-bottom: 0;
	}
}


@media all and (min-width: 768px) {
	.home div#menuToggle {
		background: transparent;
		border-color: transparent;
	}

	.home div#menuToggle span {
		background: #001844;
	}

	.home div#menuToggle:hover {
		background: transparent;
		border-color: transparent;
	}

	.home div#menuToggle:hover span {
		background: #001844;
	}

	.home a.btn-primary.about-link {
		margin-right: 15px;
	}
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 20px !important;
	line-height: 25px !important;
}
h1.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 38px;
    line-height: 43px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

#site-header .logo .logo-light {
	display: none;
}

@media all and (min-width: 768px) {
	.home #site-header .logo .logo-light {
		display: none;
	}
	.home #site-header .logo .logo-dark {
		display: block;
	}
}

@media all and (max-width: 600px) {
	h2.step-title span {
		display: block;
		margin: 0 auto 10px auto;
	}
}

a.prev-step {
    font-size: 17px;
}

.seat-info p.selected-seat-price {
    margin-top: 20px;
}

.payment-btns a.btn-primary.checkout {
    font-size: 22px;
    line-height: 32px;
}

p.payment-preference {
    padding-bottom: 30px !important;
}

.woocommerce form .form-row .required {
    color: #c1c1c1 !important;
}
span.woocommerce-terms-and-conditions-checkbox-text a {
    color: #c1c1c1;
}
.steps.step-1 .subtitle {
    max-width: 600px;
    margin: auto;
}

.btn-primary.share {
	background: white !important;
	border-color: white  !important;
	display: block;
	margin: auto auto 30px auto;
	text-transform: none;
}

h1, h2, h3 {
    -webkit-font-feature-settings: "ss01" !important;
       -moz-font-feature-settings: "ss01" !important;
            font-feature-settings: "ss01" !important;
}

.footer-top-visible .footer-nav-widgets-wrapper {
    display: none;
}

div.plaque-preview {
	display: block;
	margin: auto;
	margin-bottom: 30px;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	position: relative !important;
}

div.plaque-preview p.full-name {
    padding: 10px !important;
	color: #c49a6c !important;
	font-size: 26px !important;
	line-height: 31px !important;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}

div.plaque-preview p.full-name span {
	color: #c49a6c !important;
}

b.selected-seat {
	display: block;
}

span.remove-product {
	cursor: pointer;
	line-height: 36px;
	vertical-align: text-bottom;
}

.selected-product-info .remove-product {
    color: #CC0033;
    font-size: 13px;
}

.woocommerce-checkout-review-order ul {
	margin: 0;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 30px;
}

a[href^="mailto:"]:hover {
	color: #fddb00;
}


p.seat-price, .selected-seat-price {
	font-family: "ff-meta-web-pro", sans-serif !important;
}

p.seat-price {
	font-weight: 600;
}


p.seat-price.has-padding {
	padding-top: 8px;
}

b.selected-seat {
    margin-top: 25px;
    font-size: 31px;
    line-height: 36px;
}

b.selected-seat-2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
}

.seat-info {
	font-size: 25px;
	line-height: 30px;
	padding-top: 0;
}

.seat-info p.selected-seat-price {
	margin-top: 30px;
	font-weight: 600;
	font-size: 27px !important;
	margin-bottom: 0;
}

a.btn-primary.checkout span.price {
	margin-top: 7px;
}

button#place_order {
	text-transform: none;
}

li.available:before {
	background: white;
	border-color: white !important;
}
li.unavailable:before {
	background: #627191;
	border-color: #627191 !important;
}

.page-id-34 p {
	font-size: 23px !important;
	line-height: 28px !important;
}
.page-id-34 a[href^="mailto"] {
	text-decoration: underline;
}
.page-id-34 .entry-content {
	max-width: 700px;
	margin: auto;
}

.btn-primary:after {
	content: '';
    height: 28px !important;
    width: 28px;
    display: inline-block;
    margin-right: -10px;
    -webkit-background-size: 26px 26px !important;
       -moz-background-size: 26px !important;
         -o-background-size: 26px !important;
            background-size: 26px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0;
    background: url(./images/arrow.svg);
}

.btn-primary.share:after {
	background: url(./images/arrow-white.svg);
}

.btn-secondary:after {
	content: '';
	height: 28px !important;
	width: 28px;
	display: inline-block;
	margin-right: -10px;
	-webkit-background-size: 26px 26px !important;
	-moz-background-size: 26px !important;
	-o-background-size: 26px !important;
	background-size: 26px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-bottom: 0;
	background: url(./images/arrow-white.svg);
}

.btn-secondary.share:after {
	background: url(./images/arrow-white.svg);
}

.page-id-19 h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    display: block !important;
    padding-top: 10px;
}

.page-id-19 a.btn-primary.choose-seat-link {
    margin-top: 10px;
    margin-bottom: 20px;
}

p.seat-name span {
    display: block;
}

@media all and (max-width: 600px) {
	#site-header .logo {
		left: 30px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@media all and (max-width: 767px) {
	.home a.btn-primary.choose-element-link {
		float: left;
		clear: both;
	}
}

.home h1 span {
	display: block;
}

a.btn-primary.home-btns {
    width: 300px !important;
    position: relative;
	max-width: 90%;
}

a.btn-primary.home-btns:after {
    position: absolute;
    right: 30px;
}

.entry-content h1 {
    margin: 0;
}

h2.step-title {
    text-transform: none;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
span.step-title-number {
    border: 2px solid #FCAF17;
	background: #FCAF17;
}

#Base g path {
    fill: white;
}

.seat-info p.selected-seat-price {
    margin-top: 5px;
	font-weight: 400;
}

label[for^="anon"] {
    vertical-align: top;
    display: inline;
	margin-left: 10px !important;
}

form.info .product_id {
    font-size: 23px;
    font-weight: 600;
}

.buy-a-seat-content input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}
.buy-a-seat-content input[type="checkbox"]:checked::before {
    height: 15px;
    width: 23px;
    top: 1px;
    left: 1px;
}

form.info > div {
    margin-bottom: 30px;
}

#plaque-preview-area .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
}

.payment-btns a {
    text-transform: initial;
    letter-spacing: 0;
}

.payment-btns a.btn-primary.checkout {
    font-size: 25px;
    line-height: 38px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    text-transform: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3, h3#plaque_review_heading, h3#order_review_heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px !important;
    line-height: 35px !important;
}

p.plaque-anonymous {
    display: none;
}

.woocommerce-checkout p.seat-name {
    margin-top: 30px;
}

h3#plaque_review_heading {
	padding-bottom: 0;
}

h3#order_review_heading {
    padding-bottom: 0;
}

.woocommerce-order-received .plaque-review-area {
    margin-top: 30px;
}

.woocommerce-order-received p.order-number {
    margin-top: 30px;
}

.btn-primary.share {
    background: #1878f3 !important;
    border-color: #1878f3 !important;
	color: white;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
}

p.floor-descr {
    text-align: center;
    line-height: 29px;
    font-size: 24px;
    font-weight: 600;
	margin-top: 10px;
}

span.plural {
    display: none !important;
}

span.plural.visible {
    display: inline !important;
}

li.small-menu-link {
    margin-top: 15px !important;
}

form.info input#ack_cbox {
    margin: 0 auto 10px auto !important;
    display: block;
}
.ack_checkbox_area label {
	text-align: center;
    line-height: 20px;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid.contact-row {
    margin: auto;
}
.vc_row.wpb_row.vc_row-fluid.about-row {
    margin: auto;
}

.vc_row.wpb_row.vc_row-fluid.contact-row h1, .vc_row.wpb_row.vc_row-fluid.about-row h1 {
    letter-spacing: 1px;
	font-weight: 600;
}

.wpb_text_column.wpb_content_element.contact-info p {
    font-size: 29px !important;
    line-height: 34px !important;
}

@media all and (max-width: 500px) {
	p.floor-descr {
   		line-height: 34px;
  		font-size: 29px;
	}
	.buy-a-seat-content .steps {
   		max-width: 100%;
	}
	.page-template-default #site-content:not(.steps-page) .entry-content {
    	padding: 0 15px;
	}
	.wpb_text_column.wpb_content_element.contact-info p {
    	font-size: 20px !important;
		line-height: 25px !important;
	}
}

@media all and (min-width: 501px) {
	.only-mob {
		display: none;
	}
}

label[for="custom-price"] {
	margin-top: 10px;
}

input.custom-price {
    width: auto;
    max-width: 100px !important;
    display: block;
    padding: 5px 6px;
    margin: 0 auto 5px auto;
}

.gift-section {
	display: none;
}

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

path {
	transition: initial;
}

label[for^="more_names"] {
	margin-left: 10px !important;
	width: 95%;
}

@media all and (max-width: 800px) {
	label[for^="more_names"] {
		width: 300px;
		margin-left: 10px !important;
		line-height: 19px;
		margin-top: -3px;
	}
}

p.plaque-add-more-names {
	display: none;
}

.select-floor-page .entry-content {
    margin-top: 60px;
}

.select-floor-page h1 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	line-height: 55px;
}

.select-floor-page h2, .select-floor-page h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 35px;
}

.select-floor-page section {
	padding: 0;
}

@media all and (max-width: 600px) {
	.select-floor-page h1 {
		font-size: 33px;
		line-height: 38px;
		max-width: 365px;
		margin: 0 auto;
	}

	.select-floor-page h2, .select-floor-page h3 {
		font-size: 25px;
		line-height: 30px;
	}
}

.error-notices-area p {
	margin-bottom: 15px;
}

.select-level-template .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 90%;
	width: auto;
}

.checkout div#payment {
	margin-bottom: 40px;
}

.btn-primary.with-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;
}