.center-nav{text-align: center;}
.main-navigation li{padding: 0 5px;float: none;display: inline-block;}
.main-navigation li a{font-size: 14px;}
/*#OT_logoLink,#OT_logo,#OT_searchWrapper .OT_feedTitle{position: initial!important;}*/
#booking-form{padding: 20px;background: #fff;}
#OT_searchWrapperAll,#OT_searchWrapper{height: 100px!important;}
#OT_searchWrapper .OT_feedTitle{font: normal 22px "EloquentJFRegular", sans-serif!important;right: 0;top: -19px!important;}
/*#OT_searchWrapper dl,dl#OT_defList{position: relative!important;}*/
/*#OT_searchWrapper dl{top: 0!important}*/
/*#OT_partySizeLbl{float: left;}*/
.fancybox-type-inline .fancybox-skin{background: rgba(0,0,0,0.6)!important;}

#the-about-content{
	padding-top: 40px;
}
#ot-widget-container2{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.cta--red {
	background:#C7373E;
	color: #fff !important;
	padding:10px 25px;
	margin-top:24px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
}

.content-box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-shadow: -16px 0px 14px black inset, 16px 0px 14px 0px black inset;
}

.about-bg {
	background-position: top;
}

.about-bg .content-box__inner {
	padding-top: 220px;
}

.about-wrap {
	display: flex;
	justify-content: space-between;
}

.about-wrap__col {
	width: 43%;
}

.about-col {
	list-style-type: none;
}

.content-box__inner {
	padding: 100px 80px;
}

.ot-wrap {
	display: flex;
	justify-content: center;
}

.ot-container {
	display:inline-block;
	width:40%;
	margin:0 25px;
}

.events-bg .content-box__inner {
	padding: 30px;
}

.events-bg__grid {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
}

.hours-bg .content-box__inner {
	padding-left: 40px;
	padding-right: 40px;
}

.hours-bg__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.hours-bg__wrap .hours-col {
	width: 100%;
}

.hours-bg .hours-col:nth-child(1) {
	text-align: left;
}

.hours-bg .hours-col:nth-child(2) {
	text-align: right;
}

#subForm .form-group:first-child {
	margin-right: 12px;
}

#subForm {
	padding:30px 0;	
}

#subForm p {
		font: 22px "OstrichSansMedium", sans-serif;
		color: rgb(211, 198, 184);
		line-height:1.3;
		margin-bottom:20px;
}

form#subForm {
	box-sizing: border-box;
	padding:0 100px;
}

#subForm input {
		background:rgb(211,198,185);
		border:none;
		outline:none;
		padding:10px;
		color:#8c5e4c;
}

#subForm button {
		background: rgb(227, 142, 81);
		border: none;
		color: rgb(56, 39, 21);
		padding: 20px 40px;
		margin-bottom: 20px;
		font-family: "OstrichSansBlack", sans-serif;
		font-size: 1.5rem;
		letter-spacing: 3px;
}

#subForm button:hover, #subForm button:focus {
		background:rgb(210, 126, 65);
		outline:none;
}

#subForm label {
		font: normal 20px "OstrichSansBlack", sans-serif;
		color: rgb(211, 198, 185);
		margin-bottom:10px;
}

#subForm .form-group {
		margin-bottom:30px;
}

#subForm .form-inputs {
		display:flex;
		justify-content:space-between;
margin-bottom:30px;
}

#subForm .form-inputs .form-group {
		text-align:left;
		width:49%;
}

#subForm .form-inputs input {
		width:100%;
		box-sizing:border-box;
}

.ot-dtp-picker {
	width:90%;
	margin:0 auto;
}

.ot-title {
	color:#222;
	display:none;
}

a.book-btn {
		display: block;
		background: #C7373E;
		color: #fff !important;
		padding: 10px 25px;
		font: normal 18px/18px "OstrichSansMedium", sans-serif;
		border-radius: 3px;
}

@media screen and (min-width: 768px) {
	.party-request-form .form-row{
		align-items: flex-end;
	}
}

@media screen and (max-width: 1120px) {
	.main-container {
		padding: 0 8%;
		box-sizing: border-box;
	}

	.content-box {
		background-size: cover;
	}

	.full-900 img {
		width: 100%;
	}

	.events-bg .content-box__inner {
		padding: 0 30px;
	}

	.hours-bg {
		background-size: 100%!important;
	}
}

@media screen and (max-width: 900px) {
	.ot-wrap {
		padding-top: 30px;
		flex-direction: column;
	}
}

@media screen and  (max-width: 767px) {
	.content-box__inner {
		padding: 50px 20px;
	}

	.party-request-form .form-row{
		flex-direction: column;
	}

	.party-request-form .form-group {
		margin-bottom: 12px;
	}

	.about-wrap {
		display: block;
	}

	.about-wrap__col {
		width: 100%;
		margin-bottom: 16px;
		padding: 0 24px;
		box-sizing: border-box;
	}

	.events-bg {
		background-image:linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.5)), url("/images/events-bg.jpg");
	}

	.events-bg__grid {
		grid-template-columns: 1fr;
	}

	.hours-bg {
		box-shadow: -16px 0px 14px black inset, 16px 0px 14px 0px black inset;
		background-size: 200%!important;
	}

	.hours-bg__wrap {
		display: block;
		margin-top: 120%;
	}

	.hours-bg__wrap .hours-col {
		width: 100%;
		margin: 0!important;
		text-align: center !important;
		padding-top: 40px;
	}

	.hours-bg .hours-col:nth-child(2) {
		padding-top: 0;
	}

	form#subForm {
		padding: 12px;
	}

	#subForm .form-inputs .form-group {
		width: 100%;
	}

	#subForm .form-inputs .form-group:first-child {
		margin-right: 0;
	}

	#subForm .form-inputs {
		flex-direction: column;
	}
}