@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

@font-face {
	font-family: 'Impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/impact.woff2') format('woff2'),
		 url('../fonts/impact.woff') format('woff'),
		 url('../fonts/impact.ttf') format('truetype'),
		 url('../fonts/impact.svg#bebas_neueregular') format('svg');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Questrial', sans-serif;
	color: #000;
	font-size: 17px;
	padding-top: 75px;
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-family: 'Impact', sans-serif;
}

h1 {
	font-size: 46px;
	margin-top: 0px;
}

h2 {
	font-size: 55px;
	margin-top: 10px;
}

h3 {
	font-size: 36px;
	margin-top: 10px;
}

p {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

main {
	min-height: 85vh;
}

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

input[type=time], input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=date], select {
	font-size: 16px;
	height: 45px !important;
	border-radius: 0px;
}

a {
	color: #0000ff;
}

a:hover, a:focus, a:active {
	color: #FF6633;
}

hr {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 4px solid #00f;
	margin: 10px 0;
	width: 63px;
}

.btn {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Questrial', sans-serif;
	margin-top: 20px;
	padding: 10px 25px;
	border-radius: 0;
}

.btn-sm {
	font-size: 14px;
	margin-top: 10px;
	padding: 5px 15px;
}

.btn-lg.btn-success {
	margin-top: 0px;
}

.text-italics {
	font-style: italic;
}

.text-small {
	font-size: 14px;
}

.stformsubmit
, .stform-venue-hiresubmit
, #venue-hire-form .st-tickbox-wrapper .btn
, #venue-hire-form .links
, #venue-hire-form hr
, .btn-primary {
	color: #fff;
	border-color: #0000ff;
	background-color: #0000ff;
}

.btn-primary:hover
, .btn-primary:focus
, .btn-primary:active
, .stform-venue-hiresubmit:hover
, .stform-venue-hiresubmit:focus
, .stform-venue-hiresubmit:active {
	border-color: #000;
	background-color: #000 !important;
}

#venue-hire-form.st-even-columns .strow
, #venue-hire-form.st-even-columns .st-tickboxes .ticks {
	display: flex;
}

#venue-hire-form.st-even-columns .st-tickboxes .ticks {
	flex-wrap: wrap;
}

#venue-hire-form.st-even-columns .strow > .form-group {
	flex-grow: 1;
}

.orange {
	color: #FF6633;
}

.padd-top-10 {
	padding-top: 10px;
}

.padd-top-20 {
	padding-top: 20px;
}

.padd-top-30 {
	padding-top: 30px;
}

.padd-top-40 {
	padding-top: 40px;
}

.padd-top-50 {
	padding-top: 50px;
}

.no-padd-bot {
	padding-bottom: 0;
}

.mtop-1 {
	margin-top: 10px;
}

.mtop-2 {
	margin-top: 20px;
}

.mtop-3 {
	margin-top: 30px;
}

.mtop-4 {
	margin-top: 40px;
}

.mtop-5 {
	margin-top: 50px;
}

.mbot-1 {
	margin-bottom: 10px;
}

.mbot-2 {
	margin-bottom: 20px;
}

.mbot-3 {
	margin-bottom: 30px;
}

.mbot-4 {
	margin-bottom: 40px;
}

.mbot-5 {
	margin-bottom: 50px;
}

.navbar-default {
	min-height: 75px;
	background-color: #ffffff;
}

.navbar-brand {
	padding: 5px 15px;
}

.navbar-brand>img {
	width: 130px;
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar-default a:hover, .navbar-default a:focus, .navbar-default a:active {
	color: #ff7f55;
	text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #00f;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #00f;
}

.navbar-nav {
	margin-top: 12px;
}

.white-box {
	padding: 20px;
	background-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
}

.event-box h2, .event-box h3 {
	margin-top: 0;
}

.gray-box {
	padding: 20px;
	border-radius: 5px;
	background-color: #F2F2F2;
}

.total {
	font-size: 32px;
	font-weight: 700;
}

footer {
	color: #fff;
	background-color: #262626;
	padding: 15px 10px 10px 10px;
	text-align: center;
}

footer p {
	color: #fff;
	margin-bottom: 5px;
}

.header {
	background-color: #FF6633;
	color: #fff;
	text-align: center;
	padding: 40px 0 30px 0;
}

.header-bg {
	min-height: 450px;
	height: 60vh;
	padding: 20vh;
	background-image: url('../images/whats-on-bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.header h1 {
	font-size: 80px;
	font-weight: 700;
	font-family: Questrial, sans-serif;
}

.header p {
	font-size: 19px;
	font-style: italic;
}

.header hr {
	border-color: #ffffff;
	border-style: solid;
	width: 90px;
	border-bottom-width: 4px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.navbar-default a {
	color: #000;
}

.basket-ctn {
	color: #000;
	font-family: 'Impact', sans-serif;
	margin-top: 25px;
	text-align: right;
}

.basket {
	font-size: 16px;
}

.basket-ctn > span.login {
	margin-right: 15px;
}

.icon-circle {
	display: inline-block;
	color: #fff;
	height: 120px;
	width: 120px;
	padding-top: 30px;
	margin-bottom: 20px;
	border-radius: 100%;
	background-color: rgb(255, 102, 51);
}

.icon-circle .fa {
	color: #fff;
}

#eventList_wrapper input[type=search], #guestList_wrapper input[type=search] {
	font-size: 16px;
	height: 45px;
	border: solid 1px #ccc;
	border-radius: 0px;
}

#eventList img {
	display: inline-block;
	max-width: fit-content;
	width: 150px;
}

#eventList .btn-primary {
	font-size: 19px;
	margin-top: 0;
	padding: 6px 18px;
	width: 100%;
}

#guestList tr > td:nth-child(1) {
	text-align: center;
}

#guestList tr > td {
	font-size: 18px;
}

.bcount {
	display: inline-block;
	color: #fff;
	height: 25px;
	width: 25px;
	padding-top: 2px;
	border-radius: 50%;
	text-align: center;
	background-color: #FF6633;
}

.checkbox {
	display: none;
}

input[type="checkbox"] + label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background:url('../images/checkbox.png')  left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked + label span {
	background:url('../images/checkbox.png') -25px top no-repeat;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
	height: 15px;
	width: 15px;
	line-height: 16px;
	background-color: #e16633;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}

 table.dataTable tbody td {
	padding: 20px 10px;
}

table.dataTable thead th {
	padding: 10px 20px 10px 10px;
}

.event-box {
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.19);
}

ul.categories {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 20px;
	list-style-type: none;
	margin-left: 80px;
	margin-right: 80px;
	justify-content: center;
}

.st-GDXFRPM7-YVA8HEEC-wrapper {
	flex-grow: 0 !important;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:768px) {
	ul.categories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
}

ul.categories li {
	display: inline-block;
}

ul.categories li a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Arial', 'Helvetica', sans-serif;
	padding: 10px 10px;
}

ul.categories .active a {
	color: #FF6633;
}

ul.categories .active a:hover, ul.categories li a:hover {
	text-decoration: none;
}

.event-month, .event-day, .event-time, .event-audience {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}

.event-date {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 5px;
}

.event-price {
	font-weight: 600;
}

.event-audience {
	margin-top: 10px;
}

.input-group-addon {
	color: #000;
	font-size: 16px;
	background-color: #e2e2e2;
}

.btn-danger {
	color: #fff;
	background-color: #ce2924;
	border-color: #ce2924;
}

.donate-msg {
	color: #fff;
	text-align: center;
	padding: 11px 15px;
	border-radius: 5px;
	background-color: #FF6633;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.st-ticket p {
	line-height: 31px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.remove-ticket {
	display: none;
}

#form-EQQ6MDNR label
, .st-EQQ6MDNR-4Y7THHBU-wrapper
, .st-KZAPJKWP-VGWPEK7U-wrapper label
, .st-tickboxes .links
, .st-tickboxes hr
, .no-show
, select.st-currency {
	display: none;
}

ul.error {
	padding-left: 10px;
	text-align: left;
}

tr.attended td {
	text-decoration: line-through;
}
.loading , tr.loading td {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.basket-link a {
	font-size: 25px;
	padding-top: 11px !important
}

.btn-link a {
	margin: 0px;
	color: #fff !important;
}
.btn-link a:hover {
	color: #000;
}

.st-np-l {
	padding-left: 0px !important;
}

.st-np-r {
	padding-right: 0px !important;
}

.st-np {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.st-waiting {
	margin-bottom: 25px;
}

.st-waiting span {
	margin-top: 9px !important;
}

.waiting-remove:hover .donate-msg {
	cursor: pointer;
	color: #fff;
	background-color: #ce2924;
	border-color: #ce2924;
}

.st-multi-wrapper[data-id=form-R8BBWZ6D] .st-multi-title
, .st-radio-clear {
	display: none;
}

#password-reset-cancel {
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-top: 20px;
	margin-right: 50px;
}

@media screen and (max-width:992px) {
	.mspacer .container .row > div {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	h1, h2 {
		font-size: 36px;
	}

	#navbar {
		margin-top: 12px;
	}

	.header-bg h1 {
		font-size: 40px;
	}

	.basket-ctn {
		margin-top: -15px;
	}

	.event-box > .row > .pull-right img {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:480px) {
	h3 {
		font-size: 32px;
	}

	ul.categories {
		text-align: center;
	}

	.header-bg {
		min-height: 400px;
		height: 400px;
		padding-top: 12vh;
	}

	.basket-ctn {
		margin-top: -30px;
	}

	.basket-ctn .login, .basket-ctn .basket {
		display: block;
		margin-bottom: 7px;
	}

	.button-full .btn-primary {
		width: 100%;
	}

	.mobile-left, .mobile-left .text-right {
		text-align: left;
	}
	section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 320px) {
	.header-bg {
		padding: 5vh;
	}
	ul.categories {
		margin-left: 0px;
		margin-right: 0px;
	}
	section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
