/* inter-200 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../webfonts/inter-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/inter-v11-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/inter-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/inter-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/inter-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/inter-v11-latin-200.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/inter-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/inter-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/inter-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/inter-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/inter-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/inter-v11-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/inter-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/inter-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/inter-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/inter-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/inter-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/inter-v11-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

/* ApfelGrotezk Regular - latin */
@font-face {
  font-family: 'ApfelGrotezk';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/ApfelGrotezk-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ApfelGrotezk-Regular.woff') format('woff'); /* Modern Browsers */
}

/* ApfelGrotezk Fett - latin */
@font-face {
  font-family: 'ApfelGrotezk';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/ApfelGrotezk-Fett.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ApfelGrotezk-Fett.woff') format('woff'); /* Modern Browsers */
}

/* ApfelGrotezk Brukt - latin */
@font-face {
  font-family: 'ApfelGrotezk';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../webfonts/ApfelGrotezk-Brukt.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/ApfelGrotezk-Brukt.woff') format('woff'); /* Modern Browsers */
}

/* Default Settings */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ApfelGrotezk', sans-serif;
  font-weight: 700;
  color: #7e4594;
}

a {
  color: #7e4594;
}

a:hover {
	color: #7e4594;
}

/* Header */

header {
  padding: 15px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
  transition: all 0.3s;
}

.logo img {
  max-height: 125px;
  transition: all 0.3s;
  width: 215px;
  object-fit: contain;
}

.navigation nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.navigation nav ul li {
  display: inline-block;
  list-style: none;
}

.navigation nav ul li a {
  display: block;
  padding: 5px 10px;
  color: #000000;
  transition: all 0.3s;
  font-size: 18px;
}

.navigation nav ul li a:hover,
.navigation nav ul li.current_page_item a {
  color: #ffffff;
  text-decoration: none;
  background-color: #7e4594;
}

header.scrollstate {
  padding: 10px 0;
}

header.scrollstate .logo img {
  max-height: 75px;
  width: 130px;
}

.mobile_nav_open {
	font-size: 35px;
	color: #7e4594;
	display: none;
	cursor: pointer;
	text-align: right;
}

.mobile_nav_close {
	display: block;
	color: #7e4594;
	font-size: 35px;
	margin-bottom: 10px;
	padding: 15px 25px 15px 10px;
	text-align: right;
	cursor: pointer;
	display: none;
}

/* Content */

main {
  margin: 150px 0 150px 0;
}

main > section {
  padding: 50px 0;
}

section.decoration_top_left,
section.decoration_top_right,
section.decoration_bottom_right,
section.decoration_bottom_left {
  position: relative;
  min-height: 200px;
  padding: 100px 0;
  margin-bottom: 0;
}

section.decoration_top_left::before,
section.decoration_top_right::before,
section.decoration_bottom_right::before,
section.decoration_bottom_left::before {
  content: '';
  height: 200px;
  width: 200px;
  background-image: url('/wp-content/themes/showtime/img/spot_down.svg');
  position: absolute;
  top: 0;
  left: 100px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

section.decoration_bottom_right::before,
section.decoration_bottom_left::before {
	background-image: url('/wp-content/themes/showtime/img/spot_up.svg');
	bottom: 0;
	top: initial;
}

section.decoration_top_right::before,
section.decoration_bottom_right::before {
  left: initial;
  right: 100px;
  transform: scaleX(-1)
}

.banner_big {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

.banner_big img {
  height: calc(100vh - 150px);
  width: 100vw;
  object-fit: cover;
}

.banner_big .banner_big_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  font-family: 'ApfelGrotezk', sans-serif;
  font-size: 50px;
  font-weight: 700;
  word-wrap: break-word;
}

.banner_big .banner_big_overlay strong {
  font-size: 100px;
}

.banner_scrollanchor {
  position: absolute;
  bottom: 25px;
  left: 50%;
  font-size: 50px;
  color: #fff;
  margin-left: -25px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

section.text_image .imagewrap img {
  max-width: 100%;
}

section.text_image .textwrap a {
  text-decoration: underline;
  color: #000000;
  transition: all 0.3s;
}

section.text_image .textwrap a:hover {
  opacity: 0.8;
}

section.countdown {
  background-color: #7e4594;
  color: #ffffff;
  padding: 50px 0;
  margin-bottom: 0;
}

.countdown_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.count_entry {
  text-align: center;
  font-family: 'ApfelGrotezk', sans-serif;
  padding: 0 25px;
  margin-bottom: 15px;
}

.countdown_wrap span,
.countdown_wrap strong {
  display: block;
}

.countdown_wrap strong {
  font-size: 100px;
  line-height: 100px;
}

.countdown_wrap span {
  font-size: 40px;
  font-weight: 700;
}

.ticketlink_wrap {
  text-align: center;
  margin-top: 30px;
}

.ticketlink_wrap a {
  color: #ffffff;
  display: inline-block;
  font-family: 'ApfelGrotezk', sans-serif;
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.ticketlink_wrap a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.ticketlink_wrap a i {
  padding-left: 10px;
}

.tribe-events-view,
#tribe-events-pg-template {
	margin: 150px 0 150px 0;
	z-index: 888;
}

:root {
	--tec-color-accent-primary: #7e4594;
}

.postercollection img {
  width: 100%;
  margin-bottom: 30px;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar {
  padding: 0 15px;
}

.tribe-events-view, #tribe-events-pg-template {
  width: 1140px;
  max-width: 100%;
  margin: 150px auto;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
  width: 100%;
}

.tribe-events-venue-map {
  width: 100%;
}

/* Footer */

footer {
  background-color: #7e4594;
  color: #ffffff;
  padding: 50px 0;
}

footer strong {
  font-family: 'ApfelGrotezk', sans-serif;
  font-weight: 700;
  font-size: 25px;
  display: block;
  margin-bottom: 15px;
}

footer a {
  display: block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.4s;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.footer_column {
	margin-bottom: 25px;
}

/* Responsive */

@media only screen and (max-width: 1750px) {
	section.decoration_top_left::before, 
	section.decoration_top_right::before,
	section.decoration_bottom_right::before,
	section.decoration_bottom_left::before {
		display: none;
	}
}

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

	.navigation {
		display: none;
		display: block;
		position: absolute;
		top: 0;
		right: -100%;
		height: 100vh;
		z-index: 999;
		background: #fff;
		width: 500px;
		max-width: 75%;
		box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
		padding: 0;
		transition: all 0.3s;
	}

	.navigation.navopen {
		right: 0;
	}

	.navigation nav ul li {
		display: block;
		border-bottom: 1px solid #efefef;
	}

	.navigation nav ul li a {
		padding: 15px 15px 15px 10px;
	}

	section.text_image .textwrap {
		margin-bottom: 25px;
	}

	section.text_image .imagewrap img {
		width: 500px;
		max-width: 100%;
		display: block;
		margin: auto;
	}

	.mobile_nav_open,
	.mobile_nav_close {
		display: block;
	}

}

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

	.banner_big .banner_big_overlay {
		font-size: 30px;
	}

	.banner_big .banner_big_overlay strong {
		font-size: 70px;
	}

  .count_entry {
    width: 50%;
  }

}

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

	.banner_big .banner_big_overlay {
		font-size: 20px;
	}

	.banner_big .banner_big_overlay strong {
		font-size: 40px;
	}

  .count_entry {
    width: 100%;
  }

}