/*
Theme Name: Higher Booking
Theme URI: 
Author: Higher Booking
Author URI: http://www.higherbooking.com
Description: Wordpress Theme
Version: 1.0
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1; min-height: 100%; color:#fff;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
.altText{width:0;height:0;display:block;overflow:hidden;}
.cleaner{clear:both;height:0px;font-size:1px;overflow:hidden;border:none;margin:0;padding:0;background:transparent;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html{ scroll-behavior: smooth; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
a {color:#208E98; text-decoration: underline;}
*:focus-visible {
	outline:dashed 2px #000;
	border-radius:10px;
	outline-offset:4px;
}
#features *:focus-visible {
	outline:dashed 2px #FEC52E;
}
@font-face {
    font-family: 'MarkOTBlack';
    font-weight: normal;
    src: url("fonts/MarkOT-Black.otf") format("opentype");
}
@font-face {
    font-family: 'MarkOT';
    font-weight: normal;
    src: url("fonts/MarkOT-Medium.otf") format("opentype");
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'PoppinsRegular';
    font-weight: 400;
    src: url("fonts/Poppins-Regular.ttf") format("truetype");
}

body{
	width:100%;
	background:#28B6C2;
	line-height: 22px;
	letter-spacing:1px;
	font:normal 18px MarkOT,sans-serif;
}
.structure-block {
	max-width:1728px;
	display: block;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
#top {
	z-index:1000;
}
header {
}
header .nav-bar {
	height:110px;
	background:#8331A7;
}
header .hb-logo {
	position:absolute;
	left:0;
	top:0;
	background:#FB5373;
	width:18%;
	height:620px;
	background:url(img/behind-logo.svg) 0 0 no-repeat;
	background-size:contain;
	z-index: 100;
}
header .hb-logo h1 {
	width:69%;
	margin:20px auto 0 auto;
}
header .hb-logo h1 img {
	max-width:100%;
}
header nav {
	margin-left:20%;
}
header nav ul {
	padding-top:58px;
	display:flex;
	gap:69px;
}
header nav ul a {
	font:normal 20px Poppins, sans-serif;
	color:#fff;
	text-decoration: none;
}
.hero {
	background:#FFC52F url(img/header-shim.png) 0 0 no-repeat;
	background-size:contain;
	height:456px;
	display:flex;
	justify-content: flex-end;
}
.hero .hero-copy {
	padding:156px 0 0 0;
	width:33%;
}
.hero .hero-image {
	width:45%;
	position: relative;
	z-index:1;
}
.hero .hero-image img {
	max-width:100%;
	z-index:1000;
}
h2 {
	color: #000;	font-family:MarkOTBlack;
	font-size:40px;
	font-weight: 900;
	line-height: normal;
	margin-bottom:40px;
	display: inline-block;
}
.hero-copy h2 {
	text-shadow:none;
	margin-bottom:20px;
}
.hero-copy p{
	color:#000;
	margin-bottom:20px;
}
#kyle-story {
	padding:100px 0;
	background:#fff;
	z-index: 0;
	display:flex;
	justify-content: space-evenly;
}
#kyle-story .about-image {
	padding-top:20px;
	width:47%;
}
#kyle-story .about-image img {
	max-width:100%;
}
#kyle-story .about-copy {
	width:43%;
}
#kyle-story .about-copy p {
	color:#222;
	margin-bottom:30px;
}
.primary-button,
#contact input[type=submit] {
	width:350px;
	height:60px;
	line-height:60px;
	font:bold 24px MarkOT,sans-serif;
	background:url(img/primary-button.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
	color:#222;

}
.primary-button:hover,
#contact input[type=submit]:hover {
	text-decoration: underline;
}
#features {
	background:#fff url(img/bg-features.png) 0 0 no-repeat;
	background-size:cover;
	display:flex;
	justify-content: space-evenly;
	padding-top:150px;
	padding-bottom:200px;
}
#features .features-image {
	width:25%;
}
#features .features-image img {
	max-width: 100%;
	outline: solid 4px black;
	border-radius: 60px;
	outline-offset: -2px;
}
#features .features-copy {
	width:40%;
}

#features .features-copy h2 {
	margin-bottom:50px;
	color:#fff;
}
#features .features-copy h3 {
	font:normal 28px MarkOTBlack, sans-serif;
	color:#fff;
	margin-bottom:15px;
}
#features .features-copy p {
	color:#fff;
	margin-bottom:40px;
}
#roadmap {
	display: flex;
	justify-content:space-between;
	flex-direction:flex-start;
	background:#fff;
}
#roadmap .roadmap-image {
	width:45%;
	position: relative;
}
#roadmap .roadmap-image img {
	left: 0;
    position: absolute;
    top: -60px;
    max-width: 100%;
}
#roadmap .roadmap-copy {
	width:45%;
	padding:30px 0 250px 0;
}
#roadmap .roadmap-copy p{
	width:80%;
	color:#222;
	margin-bottom:20px;
}
#firstchair {
	padding:150px 0 144px 0;
	display: flex;
	justify-content:space-evenly;
	background:#fff url(img/bg-firstchair.png) 0 0 no-repeat;
	background-size:cover;
}
#firstchair .firstchair-copy {
	padding-top:77px;
	width:40%;
}
#firstchair .firstchair-copy p {
	margin-bottom:20px;
	color:#000;
}
#firstchair .firstchair-copy p.emphasis, #firstchair .firstchair-copy strong {
	font:bold 18px MarkOTBlack, sans-serif;
}
#firstchair .firstchair-copy h3 {
	font:bold 24px MarkOTBlack, sans-serif;
	color:#000;
}
#firstchair .firstchair-copy ul {
	color:#000;
	list-style:disc;
	list-style-position: inside;
	padding:20px 0;
}
#firstchair .firstchair-copy ul li {
	font-size:18px;
	margin-bottom:10px;
}
#firstchair .firstchair-image {
	width:40%;
}
#firstchair .firstchair-image img {
	max-width:100%;
}
#about {
	display: flex;
	justify-content:space-between;
	flex-direction:flex-start;
	background:#fff;
}
#about .about-image {
	width:50%;
	position: relative;
}
#about .about-image img {
	left: 10%;
    position: absolute;
    top: 10px;
    max-width: 100%;
}
#about .about-copy {
	width:45%;
	padding:30px 0 250px 0;
}
#about .about-copy p{
	width:80%;
	color:#222;
	margin-bottom:20px;
}
#contact {
	position: relative;
	z-index:0;
	background:#8231A7;
	display:flex;
	justify-content: space-around;
	padding:100px 0;
}
#contact .contact-logo {
	width:50px;
}
#contact .contact-title-wrap {
	margin-bottom:15px;
	display: flex;
	gap:10px;
	align-items: center;
}
#contact h2, #contact p {
	margin-bottom:15px;
}
#contact .contact-title-wrap h2 {
	margin:0;
	font-size:34px;
}
#contact .form-holder {
	width:40%;
	max-width:477px;
}
#contact label {
	width:100%;
	margin-bottom:10px;
	display: block;
}
#contact input[type="text"],
#contact input[type="email"]
 {
	width:100%;
	height:40px;
	border:none;
	background:#270835;
	display: block;
	margin-bottom:10px;
	color:#fff;
	text-indent: 10px;
	font:normal 18px MarkOT,sans-serif;
}
#contact textarea
 {
	width:100%;
	border:none;
	background:#270835;
	color:#fff;
	text-indent: 10px;
	margin-bottom: 20px;
	display: block;
	height:100px;
	padding-top:8px;
	font:normal 18px MarkOT,sans-serif;

}
#contact a {
	color:#FFC52F;
}
.gfield_validation_message,
.gform_submission_error {
	padding-bottom:10px;
	color:#FFC52F;
	font:normal 12px MarkOT,sans-serif;
	text-shadow:none;
}
footer {
	background:#27211E;
	padding:20px 0;
	text-align: center;
}
footer a {
	color:#fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer strong{
	font:bold 24px Poppins, sans-serif;
}
footer p{
	font:normal 18px PoppinsRegular, sans-serif;
}
footer .bottom-bar {
	padding-top: 45px;
}
footer .bottom-bar p {
	font:normal 14px PoppinsRegular, sans-serif;
}
a.top-button{
	display: none;
}
img.mobile-only{
	display: none;
}
#kyle-story a.mobile-expand {
	display:none;
}
#generic-page {
	padding:100px 20%;
	background:#FFC52F;
	z-index: 0;
}
#generic-page h2 {
	margin-bottom:14px;
	font-size:24px;
}
#generic-page h3 {
	font:normal 18px MarkOTBlack;
	margin-bottom:12px;
	margin-top:36px;
	color:#222;
}
#generic-page h3.sub-heading {
	margin-top:0;
}
#generic-page h4 {
	margin-bottom:8px;
	font:bold 14px MarkOTBlack;
	color:#222;
}
#generic-page p {
	margin-bottom:14px;
	color:#222;
	font:normal 14px PoppinsRegular;
}
#generic-page ul {
	list-style: inside disc;
}
#generic-page li {
	margin-bottom:4px;
	color:#222;
	font:normal 14px PoppinsRegular;
}
#generic-page .tos-copy-wrap {
	max-width:1000px;
	margin:0 auto;
}
#generic-page nav#tos-nav {
	position: sticky;
	top:0;
	left:0;
	padding:20px 0;
	background:#FFC52F;
	display: flex;
	justify-content:space-between;
}
#generic-page nav#tos-nav a {
	font-size: 16px;
}
.tos-section-wrap {
	padding-top:80px;
}
#generic-page .wrap-404 {
	min-height:30vh;
	padding:40px 0;
}
.wrap-404 {
	width:50%;
	margin:0 auto;
	text-align: center;
}
.wrap-404 .img-wrap{
	height:220px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wrap-404 img {
	margin:0 auto;
	display: block;
	-webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
.amo-button-holder {
	bottom:50px !important;;
	right:50px !important;
}
@media screen and (max-width:450px) {
	header .nav-bar.is-closed {
		height:80px;
		overflow: hidden;
	}
	header .nav-bar {
		height:250px;
		transition:height 1s;
	}
	header .nav-bar a#nav-toggle {
		position:absolute;
		top:20px;
		right: 20px;
	}
	header .hamburger {
		display: none;
	}
	header .xxx svg {
		fill:red;
	}
	header .nav-bar a#nav-toggle.is-closed .xxx {
		display: none;
	}
	header .nav-bar a#nav-toggle.is-closed .hamburger {
		display: block;
	}
	header .hb-logo {
		position:absolute;
		top:20px;
		left:20px;
		height:44px;
		width:148px;
		background: none;
	}
	header .hb-logo h1{
		width:100%;
		margin:0;
	}
	header nav {
		margin:0;
		position: absolute;
		top:25px;
		left:20px;
	}
	header nav ul {
		margin:0;
		display:block;
	}
	img.mobile-only {
		display: block;
	}
	img.desktop{
		display: none;
	}
	h2	{
		font-size:28px !important;
		margin-bottom:12px !important;
	}
	h3 {
		font-size:18px !important;
	}
	#contact .contact-title-wrap h2 {
		font-size:24px !important;
		margin: 0  !important;
	}
	/*General Mobile Overrides*/
	.hero,
	#kyle-story,
	#features,
	#roadmap,
	#firstchair,
	#about {
		padding:0;
		flex-wrap: wrap;
		height:auto;
		overflow: hidden;
	}
	.hero .hero-copy,
	.hero .hero-image,
	#kyle-story .about-image,
	#kyle-story .about-copy,
	#features .features-image,
	#features .features-copy,
	#roadmap .roadmap-image,
	#roadmap .roadmap-copy,
	#firstchair .firstchair-copy,
	#firstchair .firstchair-image,
	#about .about-copy,
	#about .about-image{
		padding:0;
		flex-basis:100%;
	}
	/*Section Mobile Overrides*/

	.hero{
		flex-wrap:wrap-reverse;
	}
	.hero-image {
		height:413px;
	}
	.hero .hero-image img {
		max-width:130%;
		position: absolute;
		left:-35px;
	}
	.hero .hero-copy {
		padding:10%;
		padding-bottom:20%;
	}
	#kyle-story {
		position: relative;
		z-index: 1;
	}
	#kyle-story .about-image {
		height:300px;
	}
	#kyle-story .about-image img {
		position: absolute;
		max-width:130%;
		left:-48px;
		top:-25px;
		rotate:-5deg;
	}
	#kyle-story .about-copy {
		padding:10% 5%;
	}
	#kyle-story a.mobile-expand {
		width:167px;
		height:52px;
		display: block;
		background:url(img/readmore.svg) 0 0 no-repeat;
		line-height:52px;
		text-decoration:none;
		text-align: center;
	}
	#kyle-story .about-copy .mobile-clench.closed {
		height:0px;
		overflow:hidden;
	}
	#features {
		padding-top:100px;
		background:url(img/bg-features-mobile.png) 0 0 no-repeat;
		background-color:#24272A;
		position: relative;
		overflow:visible;
	}
	#features .features-image img {
		max-width:80%;
		margin:0 auto;
		display: block;
	}
	#features .features-copy {
		padding:10%;
		padding-bottom:120px;
	}
	#roadmap{
		overflow: visible;
	}
	#roadmap .roadmap-image {
		position: relative;
		height:250px;
	}
	#roadmap .roadmap-image img {
		rotate:-10deg;
		max-width:100%;
		max-width:85%;
		left:25px;
	}
	#roadmap .roadmap-image a {
		top:-120px;
		left:50%;
		margin-left:-19px;
	}
	#roadmap .roadmap-copy {
		padding:10%;
	}
	#roadmap .roadmap-copy p {
		width:100%;
	}
	#firstchair {
		overflow:visible;
	}
	#firstchair .top-button{
		top:0;
	}
	#firstchair .firstchair-image {
		display: none;
	}
	#firstchair .firstchair-copy{
		padding:120px 5%;
	}
	#firstchair .firstchair-copy ul li {
		font-size:12px;
	}
	#about .about-image img {
		position:static;
		max-width:90%;
		margin:0 auto;
		display: block;
	}
	#about .about-copy {
		padding:10% 5%;
		padding-bottom:20%;
	}
	#contact {
		padding:50px 0;
		z-index:1;
		display: block;
	}
	#contact .merch {
		text-align: center;
		padding-bottom:25px;
	}
	#contact a.top-button {
		left:50%;
		margin-left:-19px;
	}
	#contact .form-holder {
		width: 90%;
		margin:0 auto;
	}
	.primary-button {
		width:287px;
		height:49px;
		background-size: cover;
		font-size:18px;
		display: block;
		margin:0 auto;
	}
	a.top-button {
		position:absolute;
		width:38px;
		height:38px;
		display: block;
		background:url(img/top.png) 0 0 no-repeat;
		top:-19px;
		z-index: 1;
	}
	footer strong{
		font-size:20px;
		display: block;
		margin-bottom:12px;
	}
	footer p {
		font-size:16px;
		display: block;
		margin-bottom:12px;
	}
	footer .bottom-bar{
		font-size:14px;
	}
	.mobile-break {
		display:block;
		width:0;
		height:0;
		overflow:hidden
	}
	#generic-page {
		padding:10% 5%;
	}
	#generic-page .wrap-404 {
		min-height:60vh;
	}
	.wrap-404 {
		width:90%;
	}
	#generic-page nav#tos-nav {
		flex-wrap: wrap;
		align-content: flex-start;
		gap:8px;
	}
	#generic-page nav#tos-nav a {
		font-size: 14px;
	}
.amo-button-holder {
	bottom:20px !important;;
	right:20px !important;
}
}

