/*
Theme Name: Royal Pavilion Ice Rink
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	max-width:100%;
	overflow-x:hidden;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
	text-align: left;
	color: #333;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Global
----------------------------------------------- */

@font-face {
    font-family: 'CallunaSansRegular';
    src: url('fonts/callunasansregular-webfont.eot?') format('eot'),
         url('fonts/callunasansregular-webfont.woff') format('woff'),
         url('fonts/callunasansregular-webfont.ttf') format('truetype'),
         url('fonts/callunasansregular-webfont.svg#webfont9DgrotJc') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CallunaRegular';
    src: url('fonts/calluna-regular-webfont.eot?') format('eot'),
         url('fonts/calluna-regular-webfont.woff') format('woff'),
         url('fonts/calluna-regular-webfont.ttf') format('truetype'),
         url('fonts/calluna-regular-webfont.svg#webfontQfWVJ6gC') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, input, textarea {
	color: #373737;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 150%;
}
body {
	background: #e2e2e2;
}

#page {
	margin: 0 auto;
	max-width: 1200px;
	width:100%;
	background: #fff;
	position: relative;
	z-index: 100000;
}

#main {
	padding-bottom:75px;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'CallunaRegular', serif;
	line-height: 110%;
	letter-spacing: -0.025em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	color: #333;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 165%;
	padding: 15px 0;
}

span {
	display: block;
}

li {
	list-style: none;
	padding: 5px;
}

/* Links */
a {
	color: #B10033;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #B89D3A;
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.spacer {
	height:1px;
	clear: both;
}



/* =Menu
-------------------------------------------------------------- */

header {
	height: 132px;
	border-top: 7px solid #B89D3A;
	background: url('images/header_background.png') no-repeat;
	position: relative;
	z-index: 100000;
}

.wrapper--navigation {
	display: block;
	margin-left: 20px;
}


@media (min-width: 1024px) {
	.wrapper--navigation {
		display: flex;
		align-items: flex-end;
		justify-content: space-around;
		margin-left: 0px;
	}
}

.wrapper--navigation::after {
	height: 45px;
    background-color: rgba(126,0,30,0.5);
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
		display: none;
}

@media (min-width: 1024px) {
	.wrapper--navigation::after {
		display:block;
	}
}

#header-logo {
    background: url("images/header_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 5px solid #b11e38;
    height: 138px;
    width: 131px;
    z-index: 100000;
		margin-top: 20px;

}

.social--icons {
display: flex;
column-gap: 10px;
position: absolute;
right: 20px;
top: 90px;
}

@media (min-width: 1024px) {
	.social--icons {
		top: 20px;
	}
}

.wrapper--navigation nav {
	background: #7E001E;
	position:absolute;
	right: 0;
	top: 0;
	width: calc(100vw - 40px);
	height: 0px;
	overflow-y: hidden;
	transition: width 0.4s ease-in-out;
	padding: 20px;
	opacity: 0;
}

.wrapper--navigation nav.open {
	height:100vh;
	opacity: 1;
	overflow-y: scroll;
}

@media (min-width: 1024px) {
.wrapper--navigation nav {
	position:static;
		padding: 0 0 41px;
		height: 25px;
		display: flex;
		justify-content: space-evenly;
		column-gap: 10px;
		opacity: 1;
		overflow-y:inherit;
		background: transparent;
		width: auto;
	}
}



nav a {
	margin: 25px;
	height: auto;
	font-size: 20px;
	color: #fff;
	font-family: 'CallunaRegular', serif;
		display: block;
}

@media (min-width: 1024px) {
	nav a {

		margin: 0;
		height: 30px;
		font-size: 14px;
	}
}

@media (min-width: 1280px) {
	nav a {

		margin: 0 7px;

	}
}



nav a:hover, nav a.selected {
	color: #B89D3A;
}

@media (min-width: 1024px) {
	nav a:hover, nav a.selected {
		text-decoration: none;
		border-bottom: 5px solid #B89D3A;
	}
}

@media (min-width: 1024px) {
	#nav-icon {
		display: none;
	}
}

#nav-icon {
  width: 35px;
  height: 25px;
  position: absolute;
	top: 20px;
	right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	z-index:9;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #B89D3A;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 3px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 3px;
}


#ie_trouble_item {
	*width: 120px;
}

.top-image {
	display: block;
	max-height: 450px;
	min-height: 60vh;
	position: relative;
	background-size: cover;
}



@media (max-width: 1023px) {
	.top-image iframe {
		max-height: 60vh
	}

}

/* =Main and around site
-------------------------------------------------------------- */


#home-top-image {
	height: 675px;
	max-height: 675px;

	position:relative;
	/* cursor: grab; */

}



#food-drink-top-image {
	max-height: 675px;
	cursor: grab;
	position:relative;
}

#food-drink-top-image iframe {
	cursor: grab;

}

/* #home-top-image .header_poster_image_trigger {
	position: absolute;
	height: 675px;
	width: 100%;
	max-width:1200px
	top: 0;
	left: 0;
	z-index: 20;
	display:block;
} */

/* #home-top-image .header_poster_image {

} */

#content {
	padding: 60px 20px 0;
	width: calc(100% - 40px);
	max-width: 982px;
	margin: 0 auto;
	color: #2C3033;
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px)
{

	/* css for iphone and ipad only */
	#content {
		    min-height: 100vh;
	}
}

#content section {
	margin-bottom: 60px;
}

#content section:last-child {
	margin-bottom: 0px;
}

h1 {
	font-size: 52px;
	text-align: center;
}



h3 {
	font-size: 50px;
	margin-bottom: 25px;
	text-align:center;

}
.about-sub-heading{
	margin-top: 15px;
}

.standfirst {
	line-height: 140%;
	font-size: 24px;
	font-family: 'CallunaRegular', serif;
	color: #333;
	padding: 32px 0;
	text-align: center;
}

.standfirst.sans-serif {
	font-family: Arial, Helvetica, sans-serif;
}

.book-your-tickets-link {
	display: block;
	max-width: 549px;
	width:100%;
	padding: 0;
	border-top: solid #D6D7D7 1px;
	border-bottom: solid #D6D7D7 1px;
	margin: 15px auto 39px;
	text-align: center;
}

.book-your-tickets-link a:hover {
	color: #B89D3A;
}

#ticket-link-home {
	margin: 0 auto 39px;
}

.book-your-tickets-link a, .book-your-tickets-link.no-link-addition{
	color: #B10135;
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-family: 'CallunaRegular', serif;
	padding: 7px 0 4px 0;
	display: block;
}

.book-your-tickets-link a:hover {
	text-decoration: none;
}

.large-quote {
	clear: both;
	font-style: italic;
	font-size: 27px;
	line-height: 140%;
	font-family: 'CallunaRegular', serif;
	display: block;

}

.quote-author {
	font-size: 21px;
	color: #999999;
	font-style: normal;
	padding-left: 5px;
	display: inline;
}

#homepage-static-news {
	margin: 60px 0;
	color: #333;
	font-size: 14px;
	min-height: 380px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#background_video {
	position: relative;
  padding-bottom: 150px;
  height: 0;
  /* overflow: hidden; */
  max-width: 100%;
  margin-bottom: 55px;
  transition: padding 1s;
}

#background_video.large_video, #autoplay_video {
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#background_video .overlay {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  z-index: 99;
}

#background_video span {
	display: block;
  width: 285px;
  color: #B10034;
  position: relative;
  top: 165px;
}


#background_video iframe, #autoplay_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background_video #remove_video {
	z-index: 50;
}



/* #homepage-static-news #first-overlay {
	top:0;
	left:0;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
	width: 284px;
}

#homepage-static-news #second-overlay {
	top:0;
	left:347px;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
	width: 284px;
}

#homepage-static-news #third-overlay {
	top:0;
	left:692px;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
	width: 284px;
} */

.static-news-item {
	display: block;
	float: left;
	width: 285px;
	height: 380px;
	margin: 0 auto;
}


.second-static-news-item-quote{
	font-style: italic;
}

.static-news-item .second-static-news-item-quote-author {
	margin-top: 0;
	padding-top: 0;
}

#third-static-news-item {

	border-right: none;
}

.third-static-news-item-quote{
	font-style: italic;
}

.static-news-item .third-static-news-item-quote-author {
	margin-top: 0;
	padding-top: 0;
}

.static-news-item span {
	line-height: 120%;
	font-size: 24px;
	font-family: 'CallunaRegular', serif;
	display: block;
}

.static-news-item a:hover, .static-news-item a.selected {
	text-decoration: none;
	color:#B89D3A;
}

.static-news-item p {
	margin: 20px 0 0;
	line-height: 150%;
}

.static-news-item-link, .footer-news-item-link {
	display: block;
	width: 285px;
	color: #B10034;
	position:relative;

}

/* .static-news-item-link::after, .footer-news-item-link::after, .news-image::after{
	position:absolute;
	width:100%;
	height:150px;
	background: #B10034;
	content:'';
	top:0;
	left: 0;
	z-index:0;
} */

.news-image::after{
	top: 15px;

}


.static-news-item-link img, .footer-news-item-link img, .news-image img {
	opacity: 1;
	transition: opacity 0.3s linear;
	position: relative;
	z-index:2;
}


.static-news-item-link:hover img, .footer-news-item-link:hover img, .news-image:hover img {
	opacity:0.4;
}


.divider {
	max-width: 549px;
	width:100%;
	height: 1px;
	margin: 15px auto;
	background: url('images/divider.jpg') no-repeat;
	display: block;
}

#ticket-link-smaller {
	margin: 15px auto;
}

/* =Tickets
-------------------------------------------------------------- */


#home-top-image {
	background: url('images/homepage_header.jpg') no-repeat;
	background-size: cover;
background-position: center center;
}

#tickets-access-top-image {
	background: url('images/tickets-top-image.jpg') no-repeat;
}

#tickets-top-image {
	background: url('images/tickets-top-image.jpg') no-repeat;
}


.tickets span {
	float: left;
	max-width: 620px;
	width:100%;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #333;
}

.tickets span.label {
	font-weight: bold;
	text-align: right;
	padding-left: 0px;
	width: 342px;
}

.tickets em {
	font-style: italic;
}

.bump_down {
	margin-top: 25px;
}


.sessions span {
	width: 100%;
	text-align: center;
	display: block;
	float: none;
	padding-left: 0px;
}

.session_inset {
	border: 1px solid #333;
	padding:0px;
	margin:0px;
}

.session_inset p {
	padding-top: 0px;
}

.book-your-tickets-link.no-margin {
	margin-bottom: 0px;
}

/* =Opening Times
-------------------------------------------------------------- */
#opening-times-sessions-top-image {
	background: url('images/opening-ice-rink.jpg') no-repeat;
	background-size: cover;
background-position-x: 70%;
}

.opening-caption {
	  color: white;
    position: relative;
    left: 87%;
    top: 93%;
}

.opening-caption a {
	color: white;
}

.opening-caption a:hover {
	color: #989898;
	transition: all ease 1s;
}

.page-id-13 .col_1 {
	max-width: 400px;
	width:100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

.page-id-13 .col_2 {
	max-width: 400px;
	width:100%;
	float: right;
	margin-bottom: 20px;
}

.page-id-13 p.bottom_border {
	border-top: 1px solid  #e6e6e6;
}

.page-id-13 p.first {
	padding-bottom: 10px;
	text-align:center;
}

.page-id-13 strong {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.page-id-13 ul li {
	margin-bottom: 30px;
}

.page-id-13 p.col_1 span, .page-id-13 p.col_2 span {
	line-height: 200%;
}

.page-id-13 li {
	font-size: 13px;
	display: inline;
	padding-right: 17px;
	padding-left: 2px;
	text-align:center;
	border-right: 1px solid #abacbb;
}

.page-id-13 li.last {
	display: inline;
	padding-right: 5px;
	border-right: 0px solid #abacbb;
}

/* =Food & Drink
-------------------------------------------------------------- */


h2 {
	font-style: italic;
	color: #444;
	font-size: 50px;
	text-align: center;
	margin: 10px 0 0;
}



.food-link {
	display: block;
	max-width: 549px;

	padding: 0;
	border-top: solid #D6D7D7 1px;
	border-bottom: solid #D6D7D7 1px;
	margin: 15px auto 39px;
	text-transform: uppercase;
	color: #333;
	font-family: 'CallunaRegular',serif;
	font-size: 21px;
    max-width: 595px;
		width:100%;
    padding: 3px 0px;
}

.food-link a:hover {
	color: #B89D3A;
}


/* =Kids
-------------------------------------------------------------- */


#kids-top-image {
	background: url('images/kids-pavilion.png') no-repeat;
	background-size: cover;
background-position-x: center;
}

.kids-caption {
	color: white;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.kids-caption a {
	color: white;
}

.kids-caption a:hover {
	color: #989898;
	transition: all ease 1s;
}

/* =Press
-------------------------------------------------------------- */

#press-link-wrapper {
	padding: 45px 0 25px;
	text-align: left;
}

#press-link-wrapper li {
	padding: 15px 0;
	border-bottom: solid 1px #D6D7D7;
}

#press-link-wrapper li a {
	font-size: 24px;
	font-family: 'CallunaRegular', serif;
	color: #B10033;
	line-height: 140%;
}

#press-link-wrapper li a:hover {
	text-decoration: none;
	color: #B89D39;
}


/* =News
-------------------------------------------------------------- */

#news-wrapper {
	padding: 35px 0;
	clear: both;
}

.news-summary-wrapper {
	max-width: 982px;
	width:100%;
	padding: 15px 0;
	border-bottom: 1px solid #D6D7D7;
	text-align: left;
	position: relative;
}

.news-summary-wrapper .red-overlay {
	top: 15px;
	left:0;
}

.news-image {
	float: left;
	width: 212px;
	margin-right: 18px;
	height: 120px;
}

.news-info {
	float: left;
	font-family: 'CallunaRegular', serif;
	max-width: 748px;
	width:100%;
}


.news-title a {
	color: #B10033;
	font-size: 24px;
}

.news-title a:hover, .news-title a.selected {
	text-decoration: none;
	color: #B89D39;
}

.news-date {
	color: #666;
	font-size: 14px;
	line-height: 120%;
	padding: 5px 0 15px;
}

.news-excerpt {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
}

#news-nav {
	background: none;
    height: 23px;
    margin-top: 0;
    padding: 15px 0 0;
    float: right;
    width: 151px;
    display: block;
}

.nav-previous, .nav-next {
	float: right;
	display: block;
	height: 22px;
}

.with-divide {
	border-right: solid 1px #D6D7D7;
}


#news-nav a {
	font-family: 'CallunaRegular', serif;
	font-size: 16px;
	color: #B10033;
}

#news-nav a:hover {
	text-decoration: none;
	color: #B89D39;
	border: none;
}

/* =Single Post
-------------------------------------------------------------- */

.news-post-wrapper {
	max-width: 982px;
	width:100%;
	clear: both;
}

.news-post-image {
	float: left;
	display: block;
	max-width: 474px;
	width:100%;
	padding-right: 23px;
}

.news-post-content-wrapper {
	text-align: left;
}

.news-post-content-wrapper article p {
	padding: 10px 0;
}

.news-post-content-wrapper article {
	padding-top:  20px;
}

.news-post-content-wrapper h1 {
	font-size: 50px;
	max-width: 479px;
	width:100%;
	display: inline;
}

.news-post-date {
	color: #999;
	font-size: 18px;
	line-height: 120%;
	padding: 10px 0 25px;
	font-family: 'CallunaRegular', serif;
	border-bottom: solid 1px #D6D7D7;
	max-width: 474px;
	width:100%;
	display: inline;
	display: block;
	display: inline-block;
}


/* =Footer
-------------------------------------------------------------- */

footer {
	min-height: 558px;
	background: url('images/footer_background.png') no-repeat;
	position: relative;
	background-size: cover;
}

footer nav {
	display: block;
		padding: 0;
		height: 25px;
		display: flex;
		justify-content: space-evenly;
		column-gap: 10px;
		z-index:1;
}

footer nav a{
		display: none;
}



@media (min-width:1024px) {

	footer nav a{
			display: inline-block;
	}
}

.wrapper--footer-nav::after {
	background: #7E001E;
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 0;
	bottom: -6px;
}

footer nav a {
	font-size: 14px;
	height: 26px;
}

.copyright-material-notify {
	color: #BF808F;
	font-size: 13px;
	font-family: 'CallunaRegular', serif;
	margin: 0 10px;
	display: block;
	width: 138px;
	float: left;
}

.footer-content {
	max-width: 1022px;
	width:100%;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}

footer .footer-content h1 {
	font-size: 50px;
	color: #CCCCCC;
}

.footer-latest-news {
	padding: 37px 0 60px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.page-id-29 footer, .page-id-17 footer, .single-post footer {
	height: 41px;
	background: #7E001E;
	    min-height: 41px;
}

.page-id-29 footer .wrapper--footer-nav, .page-id-17 footer .wrapper--footer-nav, .single-post footer .wrapper--footer-nav {
	width: 100%;
	    top: -60px;
}

.footer-news-item {
	display: block;
	margin: 0;
	position: relative;
	width: 212px;
	    min-height: 94px;
}


.footer-news-item span {
	margin-top: 18px;
}

.footer-news-item-link {
	display: block;
	width: 212px;
	color: #FFF;
	font-size: 22px;
	font-family: 'CallunaRegular', serif;
	line-height: 120%;
	height: 196px;
    overflow: hidden;
}

.footer-news-item-link::after, .news-image::after {
	width: 212px;
	height: 120px;
}

.footer-news-item-link:hover {
	text-decoration: none;
	color: #B89D3A;
}

.footer-news-item-link.selected {
	text-decoration: none;
	color: #B89D3A;
}

.footer-news-item p {
	margin: 0;
	line-height: 150%;
	font-size: 14px;
	text-align: left;
	color: #999999;
	font-family: Arial, sans-serif;
	overflow: hidden;
	height: 94px;
}


@media (max-width:768px) {
	.footer-news-item {
		flex: 0 0 47%;
		margin: 0 auto 40px;
	}
	.footer-news-item a {
		margin: 0 auto;
	}
	.footer-news-item p {
		margin: 0 auto;
		width: 212px;

	}
}

.only-two {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 465px;
		width:100%;
}


.only-two .footer-news-item-link {
	max-width: 465px;
	width:100%;
	height: 235px;
	line-height: 145%;
}

#footer-logo {
	height: 64px;
	width: 59px;
	background: url('images/footer_logo.png') no-repeat;
	z-index: 1;
	    margin-bottom: -6px;
	border-top: 2px solid #b11e38;
}

.red-overlay {
	/* position: absolute;
	top: 0;
	left: 20px;
	background: url('images/red-overlay.png');
	display: block;
	padding-top: 120px;
	height: 0px;
	width: 212px;
	overflow: hidden; */
}

.only-two .red-overlay {
	/* max-width: 465px;
	width:100%;
	height: 0px;
	padding-top: 200px; */
}

.wrapper--footer-nav {
	display: flex;
        align-items: flex-end;
    justify-content: space-evenly;
		position:relative;
}

.icerink-footer {
	min-height: 1px;
}
/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}




#fb_share {
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: inline-block;
	padding-top: 30px;
	background: url('images/fb.png') 0px 0px no-repeat;
}

#twitter_share {
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: inline-block;
	padding-top: 30px;
	background: url('images/twitter.png') 0px 0px no-repeat;
}
#insta_share {
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: inline-block;
	padding-top: 30px;
	background: url('images/instagram.png') 0px 0px no-repeat;
}


#email_share {
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: inline-block;
	padding-top: 30px;
	background: url('images/email.png') 0px 0px no-repeat;
}

#fb_share:hover, #twitter_share:hover, #email_share:hover, #insta_share:hover {
	opacity:0.7;
}


.page-template-default .top-image {
	display: none;
}

.page-template-default .entry-title {
	max-width: 700px;
	width:100%;
	margin: 0px auto;
}

#main #about-top-image {
	display: none;
}

.cornerstones {
	width: 100%;
	padding: 30px 0;
	text-align: left;
	border-top: solid #B89D3A 1px;
	border-bottom: solid #B89D3A 1px;
	margin: 20px auto;
	display: block;
	padding-left: 20px;
}

.cornerstones li {
	list-style: outside disc;
	color: #333;
	font-weight: bold;
}

.cornerstones li span {
	color: #333;
}

.gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
	display:none!important;
}


/* Tickets */

.page-template-tickets footer {
	height: auto;
	position: relative;
}


.page-template-tickets footer.container hr {
	width: 100%;

}


@media (min-width:1024px) {
	.page-template-tickets footer nav {
		width:100%;

	}
}



.page-template-tickets  h2 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 25px;
}

.page-template-tickets  h3 {
	text-align: left;
	font-size: 25px;
}

.page-template-tickets b {
	font-weight: bold;
}

.page-template-tickets p {
	font-style: normal;
}

body.page-template-tickets {
	padding-top: 0px;
	background: #e2e2e2;
}

.page-template-tickets .navbar-default {
	display: none;
}

.page-template-tickets .container.webshop {
	background-color: transparent;
	min-height: auto;
	width: 100%;
}

.page-template-tickets #content {
	max-width: 1160px;

}

.page-template-tickets span {
	display: inline-block;
}

.page-template-tickets .timeslot__seatgroups .col-lg-offset-4{
	margin-left:0px;
}

.page-template-tickets,
.page-template-tickets .webshop h1,
.page-template-tickets .webshop h2,
.page-template-tickets .webshop h3,
.page-template-tickets .webshop h4,
.page-template-tickets .webshop h5,
.page-template-tickets .webshop p,
.page-template-tickets .webshop b,
.page-template-tickets .webshop li,
.page-template-tickets .webshop label {
	font-family: 'CallunaRegular', serif;
		font-style: normal;
}

.page-template-tickets .timeslot-calendar__header .icon-arrow-left,
.page-template-tickets .timeslot-calendar__header .icon-arrow-right {
		line-height:2;
}

.page-template-tickets .timeslot-calendar__header h3 {
	text-align: center;
}

.page-template-tickets .input-group .input-group-addon {
	display: table-cell;
}

.page-template-tickets .input-group a {
	text-decoration: none;
}

@media (max-width: 401px) {
	.page-template-tickets .timeslot-time__slot-container div {
		padding: 14px;
	}
}

@media (max-width: 327px) {
	.page-template-tickets .timeslot-time__slot-container div {
		padding: 8px;
	}
}

@media (max-width: 360px) {
	body.page-template-tickets {
	    margin-top: 0px;
	}

}

@media (min-width: 1024px) {
	body.page-template-tickets .wrapper--navigation nav {
		//padding: 0 0 62px;

	}

}

.page-template-tickets .ticket-menu {
	margin-right: 40px;
  float: right;
  margin-top: 20px;
}

.page-template-tickets .ticket-menu li {
	display: inline-block;
	margin-right: 40px;

}

.page-template-tickets .ticket-menu li:last-child {
    margin-right: 0px;
}

.page-template-tickets .ticket-menu li a {
	text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
