:root {
	--dark: #ad7d17;
	--light: #ad7d17;
	--hsfA: #AAA;
	--hsfB: #999;
	--serif: 'Libre Baskerville', Baskerville, 'Times New Roman';
	--sans: Montserrat, Verdana;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

html {

	font-size: 12px;
	color: #333;
	font-weight: 400;
}

body {
	font-family: var(--sans), sans-serif;
	margin: auto;
	padding: 0;
	position: relative;
/*	background: url(../img/bg-white.jpg); */
	background-size: cover;
	background-color: #fff;
}

a {
	color: #333;
	transition: all .2s;
}

a:hover {}

hr {
	margin: 2em auto;
	padding: 0;
	border: none;
	height: 1px;
	background: #CCC;
}

main {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding:
		clear: both;
	flex: 1;
	position: relative;
}

main:after {
	content: '';
	display: block;
	clear: both;
}


video {
	opacity: .75;
	display: block;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: url(../img/bokeh.jpg);
	z-index: -9999;
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* QUICK MANUAL FIXES 8 */
.headline {
	text-align: center;
	text-wrap: balance;
	width: 100%;
}

.mt {
	margin-top: 1em;
}

.introline {
	font-size: 1.25em;
	font-weight: bold;
}

.social2 {
    font-size: .6em !important;
    text-transform: lowercase;
    display: inline-block;
    margin-top: 2.1em;
	margin-left: 1em;
    font-family: var(--sans), sans-serif;
	font-style: normal;  
    font-weight: 400;
/*    color: #f2bcac; */
}

.social2 img {
	margin-left: 1em;
    height: 1.5em;
	position: relative;
	left: -20px;
    bottom: -10px;
}

hr.s8 {
	height: 6px;
	border-top: 2px solid var(--light);
	border-bottom: 1px solid var(--light);
	background: none;
	width: 100%;
}

.signed-fix {
	text-align: left;
	margin-left: 0;
	margin-top: .5em;
}

#faq {
    margin: 2em;
	order: 5;
	text-align: center;
	width: 100%;
}

#faq .faq-text h1 {
	color: var(--light);
    display: inline-block;
	font-size: 2em;
    font-style: italic;
    font-family: var(--serif), serif;
    margin-bottom: .5em;
	margin-top: 1em;
}

#faq .faq-text p {
    line-height: 1.6;
    font-size: 1.25em;
    margin: auto;
    white-space: pre-line;
    text-wrap: pretty;
}

.setitle {
	text-align: center;
	width: 100%;
}

#book .blfix ul {
	padding: 0;
	/* Removes list indent */
	list-style-type: none;
	display: flex;
	flex-flow: wrap;
	justify-content: center !important;
	text-align: center;
	gap: 1em;
	margin: .5em 0 0;
}

.wristbanded {
	text-align: left;
    margin: 3em 4.5em 0;
}


/*** QUICK FIX END ***/

/***************************

MAIN BOOK SECTIONS

****************************/

.section {
	width: 100%;
	max-width: calc(100rem + 6vw);
	margin: auto;
	padding-left: 3vw;
	padding-right: 3vw;
}

.section:after {
	content: '';
	display: block;
	clear: both;
}


/***************************

TITLE + AUTHOR

****************************/

h1,
h2,
h3,
h4 {
	margin: auto;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.1em;
}


#book:after {
	content: '';
	height: 1em;
	display: block;
	background: url(../img/gold-foil.jpg);
	background-size: 1000px auto;
}


#book .section {
	display: flex;
	flex-flow: wrap;
	padding: 6em 3vw 2em;

}

/***************************

BOOK TITLE

****************************/

#book .title {
	margin: 0 0 2em;
/*	border-bottom: 1px solid var(--light); */
	padding-bottom: 0;
	margin: auto;
    text-align: center;
}

#book .title h1 {
	font-family: var(--sans), sans;
	font-size: 4em;
/*	font-style: italic; */
	margin: 0 0 .25em;
	color: var(--dark);
	letter-spacing: -.05em;
}

#book .title h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
}

#book .title h3 {
	text-transform: uppercase;
/*	color: #666; */
	font-size: 1em;
	letter-spacing: .05em;
}

#book .title h4 {
	margin-top: 1em;
}


/***************************

BOOK JACKET

****************************/

#book picture.bookshot#main {
	flex: 1;
	order: 2;
	margin: 0 2em;
}

#book picture.bookshot img {
	width: 100%;
	height: auto;
	padding: 0 1em;
}

/***************************

BUY LINKS

***************************/

.js #main .buylinks h1,
.js #main .buylinks h2 {
	opacity: 0;
	/* Removes flash from ON SALE JS */
}

#book .info {
	flex: 0 30%;
	order: 3;
}

#book .buylinks button {
	display: none;
}


#book .buylinks h1 {
	display: inline-block;
	font-size: 2em;
	color: var(--light);
	font-style: italic;
	font-family: var(--serif), serif;
	margin-bottom: .5em;
}

#book .buylinks h4 {
	display: inline-block;
	font-size: 2em;
	color: var(--light);
	font-style: italic;
	font-family: var(--serif), serif;
	margin-bottom: .5em;
}

#book .buylinks h2 {
	font-size: 1.25em;
	margin-bottom: .25em;
}


#book .buylinks ul {
	padding: 0;
	/* Removes list indent */
	list-style-type: none;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	text-align: center;
	gap: 1em;
	margin: .5em 0 0;
}

#book .buylinks li {
	display: flex;
	flex: 0 calc(50% - .5em);
	/* Three buttons per line */
	overflow: hidden;
}


#book .buylinks li a {
	width: 100%;
	padding: .75em 1em;
	background: transparent;
	text-decoration: none;
	border: 1px solid var(--dark);
	overflow: hidden;
	white-space: nowrap;
	border-radius: 2em;
	text-overflow: ellipsis;
}

#book .buylinks li a:hover {
	background: var(--dark);
	color: #FFF;
}

#book .buylinks li a:before {
	color: var(--light);
}

#book .buylinks li a.tbd:before {
	color: #fff;
}


#book .buylinks .tbd {
	opacity: .5;
	border-color: #333;
	pointer-events: none;
}

/***************************

DESCRIPTION

****************************/

#book .desc {
	flex: 0 30%;
	order: 1;
}


/* LIVE TYPE TITLE

#book .desc h1,
#book .buylinks#default:before {
	font-size: 0;
	color: transparent;
	text-indent: -999999;
	padding: 30%;
	margin: 0 0 3rem;
	background: url(../img/WelcomeWelcome_final.png);
	background: url(../img/WelcomeWelcome_final.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}

#book .buylinks#default:before {
	display: none;
}
*/

/* DESIGNED SVG TITLE 

header h1 span {
    font-size: 0;
    color: transparent;
    text-indent: -999999;
	width: 7rem;
	height: 2.5rem;
	vertical-align: 1.25rem;
	margin: 0;
    background: url(../img/caraval.png);
    background: url(../img/caraval.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

*/

.desc p {
	line-height: 1.6;
	font-size: 1.2em;
	margin: auto;
	white-space: pre-line;
	text-wrap: pretty;
}

/***************************

SPECIAL EDITIONS

****************************/

#editions {
	flex: 0 1 100%;
	margin: auto;
	margin-bottom: 4em;
	margin-top: 4em;
	order: 4;
	display: flex;
	gap: 8em;
	border-top: 1px solid var(--light);
	padding-top: 6em;
}

#editions > div {
	flex: 1;
	/* display: flex; */
}

#editions picture.bookshot {
	flex: 1;
	padding-right: 2em
}

#editions #boxset picture.bookshot {
	margin-right: 2%;
}

#boxset {
	order: -1;
}

#editions picture.bookshot img {
	display: block;
}



#editions .buylinks {
	flex: 1;
	padding-top: 1em;
}

#editions .buylinks ul li {
	flex: 0 1 66%;
}


/***************************

EVENTS

****************************/


#events {
    /* background: #000; /* var(--dark); */
    background-size: 50%;
    text-align: center;
    padding: 0;
	order: 4;
	margin-top: 0;

}

#events h1 {
    color: var(--light);
    display: inline-block;
    font-size: 2em;
    font-style: italic;
    font-family: var(--serif), serif;
}

#events h1 br {
    display: none;
}

#events h1 i {
    color: var(--light);
    font-style: normal;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: .8em
}

#events .social img {
    height: .75em;
}

#events p {
    color: white;
    font-size: 1.5em;
}

#events .section {
    padding: 2em 3vw 2em;
}


#events .tour {
    margin: 2em auto 0;
    display: table;
    border-spacing: 4px 4px;
}

.tour .row,
.tour .header {
    display: table-row;
}

.tour .header {
    text-transform: uppercase;
    font-size: 1em;
    white-space: nowrap;
}

.tour .header div {
    display: table-cell;
    padding: .5em;
    /* background: #333; */
    color: var(--off);
    font-family: var(--sans);
    font-weight: bold;
    letter-spacing: .2em;
}

.tour .row > div {
    display: table-cell;
    padding: 1rem 1rem;
    font-size: 1.1em;
    line-height: 1.4rem;
    vertical-align: middle;
    color: #000;
    background: var(--light)
}

/*
.tour .row div {
    border-bottom: 1px solid var(--light);
    white-space: nowrap;
}
*/

.tour .row:nth-child(odd) div {
    background: var(--off);
    color: #333;
}

.tour .row div:nth-child(odd) {
    font-weight: bold;
}

.tour .row .venue {
    white-space: normal;
}

.tour .row:last-of-type > div {
    border-bottom: 0;
}

.tour .row .ticket {
    width: 10%;
}

.tour .ticket a {
    font-size: 1.1rem;
    padding: .5em 1em;
    display: block;
    color: #FFF;
    width: 100%;
    background: white;
    color: var(--dark);
    border: 3px solid var(--dark);
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-family: var(--sans);
}

.tour .ticket a:hover {
    background: var(--dark);
    color: var(--off);
}

.tour .ticket .tbd {
    background: black;
    color: white;
    border-color: transparent;
    opacity: .2;
    pointer-events: none;
}

.tour br {
    display: none;
}

/***************************

BACKLIST

****************************/

#backlist {
	background: #FFF;
	text-align: center;
	padding: 6em 0 0;

}

#backlist .section {
	display: flex;
	justify-content: center;
}

#backlist .section > div {
	text-align: center;
	flex: 1;
}

#backlist h1 {
/*	margin-right: 2rem; */
	font-weight: bold;
	text-transform: uppercase;
	color: var(--dark);
	font-size: 1.5em;
	line-height: 1.4;
	flex: 1;
	margin-top: 4em;

}

#backlist .books {
	margin-bottom: 2em;
}

#backlist .books img {
	position: relative;
	height: 150px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 1);
}

#backlist .books img:nth-of-type(2) {
	margin: -1em;
	z-index: 99
}

#backlist a {
	font-family: var(--serif), serif;
	font-style: italic;
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	font-size: 2em;
	text-indent: -1em;
	margin-left: 1em;
}

#backlist a:hover {
	text-decoration: underline;
	color: var(--dark)
}

/***************************

FLATRION FIRST EDITION SIGN UP

****************************/


#newsletter {
	margin: 0 auto 3em;
}

#newsletter h1 {
	text-transform: uppercase;
	font-family: var(--serif), serif;
	letter-spacing: .1em;
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 0 auto 2em;
	padding-top: 2em;
	border-top: 1px dotted #CCC;
	color: #666;
}


/***************************

FOOTER & COPYRIGHT

****************************/

footer {
	background: #FFF;
	text-align: center;
	padding: 3em 0 2em;
	position: relative;
}


footer a {}


#logo {
	display: block;
	width: 4em;
	margin: 0 auto 1em;
}

#logo img {
	width: 100%;
}


footer .social {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}


footer .social a {
	font-size: 1.25em;
	text-decoration: none;
	line-height: 0;
	font-weight: bold;
}



footer .social a {
	white-space: nowrap;
	margin: 0 1em .5em 0;
	display: inline-block;
}

footer .social a:hover {
	text-decoration: underline;
}

footer .social img {
	height: 1.25em;
	width: 1.25em;
	vertical-align: -.25em;
	margin-right: .25em;
}

footer .social div {
	display: inline-block;
	margin: auto;
}



#newsletter .hbspt-form form label {
	color: var(--hsfB, #b9e1f8);
}


#newsletter .hbspt-form form .input input,
#newsletter .hbspt-form form .input select {
	border: 1px solid var(--hsfA, #5c9fe9);
	border-radius: 5em;
}

#newsletter .hbspt-form form .input select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--hsfA, #5c9fe9) 50%),
		linear-gradient(135deg, var(--hsfA, #5c9fe9) 50%, transparent 50%);
}

.is-placeholder {
	color: var(--hsfA, #5c9fe9);
}

#newsletter .hbspt-form form .hs-button {
	background: var(--hsfA, #5c9fe9);
	border: 2px solid var(--hsfA, #5c9fe9);
	border-radius: 5em;
	color: white;
	font-weight: bold;
}

#newsletter .hbspt-form form .hs-button:hover {
	background: transparent;
	color: var(--hsfA, #5c9fe9);
}

#newsletter .hbspt-form form .hs_error_rollup .hs-error-msgs label {
	color: red;
}




footer ul {
	list-style: none;
	margin: 0 5vw 0;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	justify-content: center;
	display: flex;
	gap: 1.5em;
	position: relative;
}

a.cookie-privacy:after {
	content: "";
	display: inline-block;
	vertical-align: -.6em;
	width: 2.5em;
	height: 1.5em;
	background-image: url(https://us.macmillan.com/wp-content/themes/macmillan-publishers/images/privacy-policy.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: .5em;
}

/*!!!!!!!!!!!!!!!!!!!!!!

MEDIA QUERIES

!!!!!!!!!!!!!!!!!!!!!!*/


/* Medium Desktop & Landscape iPad */

@media only screen and (max-width: 1200px) {}

/* Medium Desktop & Landscape iPad */

@media only screen and (max-width: 1024px) {
	#book .section {
		flex-flow: wrap;
		padding-top: 2em;
	}

	#book .title h1 {
		font-size: 7vw;
	}

	#book .title h2 {
		font-size: 4vw;
	}

	#book .title h3 {
		font-size: 2vw;
	}

	#book .title h4 {
		font-size: 1.25em;
	}


	#book .desc {
		flex: 100%;
		padding: 0 0 4em;
		order: 4;
	}

	#book .desc p {
		font-size: 1.5em;
		vertical-align: middle;
/*		margin-left: calc(50% + 5vw);	} */

	#book .desc h1 {
		flex: 1;
		width: calc(50% - 4em);
		padding: 20%;
		float: left;
	}


	#book picture.bookshot#main {
		flex: 0 40%;
		margin-left: 0;
	}


	#book .info {
		flex: 1;
	}

	#book .buylinks ul li {
		flex: 30%;
	}

	#editions {
		margin: 2em 0;
		padding-top: 0;
		gap: 0;
		order: 4;
		text-align: center;
		border: 0;
		align-items: flex-start;
	}

	#editions > div {
		flex-flow: wrap;
		justify-content: center;
	}

	#editions > div:nth-of-type(1) {
		padding-left: 5vw;
		order: 2;
		border-left: 1px solid #CCC;
	}

	#editions > div:nth-of-type(2) {
		padding-right: 5vw;
	}


	#editions .buylinks h1 {
		font-size: 1.5em;
		text-transform: uppercase;
		font-style: normal;
		color: #333;
		font-weight: bold;
		font-family: var(--sans);
	}
	
	#editions .buylinks h2 {
		
		padding-top: 1em;
	}

	#editions picture.bookshot {
		flex: 0 60%;
		padding: 0;
		margin: 0;
	}

	#editions picture.bookshot img {
		margin: 0;
		border: 0;
	}

	#editions .buylinks {
		flex: 0 100%;
		padding-top: 0;
	}

	#editions .buylinks ul {
		display: flex;

	}

	#editions .buylinks ul li {
		flex: 0 calc(50% - .5em);
		margin: 0;
	}

	#backlist {
		padding: 3em 0 0;
	}

	#backlist .section {
		flex-flow: wrap;
	}

	#backlist h1 {
		flex: 0 1 100%;
		margin: 0 auto 2rem;
		font-size: 3.5vw;
	}

	#backlist h1 br {
		display: none;
	}



	.tour .venue br {
		display: block;
	}

	.tour .row div {
		white-space: normal;
	}
}

/* Small Desktop & Portrait iPad */

@media only screen and (max-width: 800px) {




	#book .desc p {
		font-size: 1.25em;
	}
	#editions {
		order: 4;
	}
	
	.desc {
		margin-top: 4em;
	}


	#events p {
		font-size: 1.5em;
	}


	#events .tour {
		display: block;
		text-align: left;
		max-width: 20em;
	}

	.tour .row,
	.tour .header {
		display: flex;
		flex-flow: wrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
	}

	.tour .row div,
	.tour .header div {
		display: block;
		border: 0;
	}

	.tour .row {
		padding: 1em 0;
	}

	.tour .row div {
		padding: 0 1rem;
	}

	.tour .row:nth-child(odd) {
		background: var(--light);
	}

	.tour .header .venue,
	.tour .header .host {
		display: none;
	}

	.tour .date {
		flex: 1;
		white-space: nowrap !important;
		padding-bottom: 1em;
	}

	.tour .row .date {
		border-right: 1px solid var(--light) !important;
	}

	.tour .row:nth-child(odd) .date {
		border-color: white !important;

	}

	.tour .time {
		flex: 1;
	}

	.tour .row .date,
	.tour .row .time {
		font-size: 1.5em;
	}

	.tour .host {
		flex: 0 1 100%;
		order: 4;
		padding: .5em 1rem 0 !important;
		font-weight: bold;
	}

	.tour .host:before {
		font-family: var(--serif);
		content: 'In conversation with ';
		font-size: .9em;
		text-transform: none;
		font-weight: normal;
		font-style: italic;
		line-height: 1.5rem;

	}


	.tour .row div.venue {
		order: 4;
		text-indent: -4rem;
		margin-left: 4rem;
		margin-top: .5em;
		line-height: 1em;
		padding: 0 1rem !important;
	}

	.tour br {
		display: none;
	}

	.tour .row .venue br {
		display: block;
	}

	.tour .venue:before {
		content: 'Venue: ';
		font-weight: bold;
		text-transform: uppercase;
		font-size: .8em;
		line-height: 1.5rem;
		margin-right: .25rem;
	}

	.tour .row:nth-child(even) .host:before,
	.tour .row:nth-child(even) .venue:before {
		color: #333;

	}

	.tour .header .ticket,
	.tour .ticket,
	.tour .tbdticket {
		order: 3;
		flex: .5;
		text-align: center;
	}

	footer .social div {
		display: inline-block;
		text-align: left;
		margin-left: 1rem;
	}


	footer .social a {
		display: block;
	}

}

/* Mobile Device */

@media only screen and (max-width: 600px) {

	.signed-fix {
		text-align: center;
		width: 100%;
}

	.tour .row > div {
		background: none
	}

	#book {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, .9) 100%);
	}

	#book .section {
		padding: 0
	}

	#book .info {
		margin-top: 3em;
		order: 1;
		flex: 100%;
		text-align: center;
	}

	#book .buylinks#default:before {
		content: '';
		display: block;
		background-position: center;
	}

	#book .desc {
		border: 0;
		margin: 0;
		order: 4;
		padding: 0 5vw 2em;
	}

	#book .desc h1 {
		display: none;
	}

	#book .desc p {
		padding: 0;
		margin: 0;
	}

	#book .title {
		padding: 2em 5vw;
		color: #FFF;
		background: #000; /* var(--dark) url(../img/red_foil.webp) */
		background-size: 125px;
		border: 0;

	}

	#book .title h1 {
		font-size: 12vw;
		color: #FFF;
	}

	#book .title h2 {
		font-size: 6vw;
	}

	#book .title h3 {
		font-size: 1.1em;
		color: #FFF;
	}

	#book .title h4 {
		font-size: 1em;
	}

	#book picture.bookshot#main {
		flex: 0 75%;
		margin: auto;
		padding: 0;
	}

	#book .buylinks h1 {
		font-size: 1.75em;
	}

	#book .buylinks {
		flex: 0 1 100%;
		order: 1;
		margin: 0 0 2em;
		width: 100%;
	}


	.js #book .buylinks button {
		width: 13em;
		font-family: var(--sans);
		color: var(--dark);
		font-weight: bold;
		font-size: 1em;
		margin: auto;
		text-align: left;
		display: block;
		background: transparent;
		border: 1px solid var(--dark);
		padding: .5em 3em .75em 1em;
		border-radius: 2em;
		background-image:
			linear-gradient(45deg, transparent 50%, var(--dark) 50%),
			linear-gradient(135deg, var(--dark) 50%, transparent 50%);
		background-position: calc(100% - 1.5em) center, calc(100% - 1em) center;
		background-size: .5em .5em, .5em .5em;
		background-repeat: no-repeat;
		outline: none;
		transition: background-color .2s ease;
	}

	.js #book .buylinks button.clicked {
		border-color: var(--dark);
		background-color: var(--dark);
		background-image:
			linear-gradient(135deg, transparent 50%, white 50%),
			linear-gradient(45deg, white 50%, transparent 50%);
		background-position: calc(100% - 1.5em) center, calc(100% - 1em) center;
		font-weight: bold;
		color: white;
		transition: background-color .2s ease;
	}



	.js #book .buylinks div ul {
		display: none;
		margin-top: .5em;

	}

	.js #book .buylinks ul {
		display: block;
		text-align: left
	}

	.js #book .buylinks ul li {
		margin-bottom: .5em;
		display: inline-block;
		width: 49%;
		text-align: center;
	}

	.js #book .buylinks ul li:nth-of-type(odd) {
		margin-right: 1%;
	}

	.js #book .buylinks ul li a {
		display: block;
	}


	#editions {
		flex: 0 1 100%;
		margin: 0 5vw 2em;
		order: 4;
		display: block;
		padding-top: 3em;
	}

	#editions > div:nth-of-type(1) {
		padding: 3em 0 0 0;
		border-left: 0;
		order: 2;
/*		border-top: 1px solid var(--light); */
	}

	#editions > div:nth-of-type(2) {
		padding: 3em 0 0 0;
		order: 1;
		border-top: 1px solid var(--light);
	}

	#editions > div {
		display: flex;
		margin: 4em 0 1em 0;
	}

	#editions picture.bookshot {
		padding: 0;
		flex: 1;
		margin-right: 2em;
	}
	#editions #boxset picture.bookshot {
		margin-right: calc(2% + 2em)
	}
	

	#editions .buylinks h1 {
		font-size: 1.5em;
	}

	.js #editions .buylinks {
		flex: 1;
		display: block;
	}

	.js #editions .buylinks ul li {
		width: 100%;
	}

	#backlist .section {
		display: block;
	}

	#backlist h1 {
		font-size: 2em;
		line-height: 1.1
	}

	#backlist .section > div {
		padding-bottom: 4em;
	}

	#backlist h1 br {
		display: block;
	}

	#book #events {
		order: 5;
		margin: 0;
		border-width: 2px;
		padding-top: 2em;
	}

	#backlist a {
		margin: 0;
	}

	#events h1 {
		font-size: 2.5em;
	}

	.tour .header {
		display: none;
	}

	.tour {
		border-top: 1px solid var(--blue) !important;
	}

	.tour .row {
		padding-top: 1.5em;
	}

	.tour .row .date,
	.tour .row .time {
		flex: 1;
		font-size: 1.5em;
		white-space: normal !important;
	}


	.tour .ticket,
	.tour .tbdticket {
		flex: 0 1 100%;
		order: 5;
		margin-top: 1em;
	}

	footer {

		padding: 0 5vw 2em;
	}

	footer ul {
		display: block;
	}

	footer ul li a.cookie-privacy:after {
		display: block;
		margin: auto;
	}

	.social2 {
	margin-top: .5em;
	margin-bottom: 1em;

}
