/*
	Theme Name: ICT Bloktoberfest
	Description: Sledgehammer Base Theme w/ Bootstrap 5.1.3
	Version: 3.0.0
	Author: Sledgehammer Creative

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ----------FONTS---------- */
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/base25/fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/base25/fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/base25/fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/base25/fonts/roboto-condensed-v30-latin-900.woff2') format('woff2');
}

/* ----------BASE STYLES---------- */
:root {
	--orange: #d76611;
	--yellow: #f0b927;
  --linen: #fbf3db;
  --brown: #54463a;
  --text: #3b3128;
}
body {
	background-color: var(--linen);
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.6;
	overflow-x: hidden; /*aos fix*/
}
p, ul, ol {
  font-size: 1.125rem;
	margin-bottom: 1rem;
}
p.strong, p strong, p b {
	font-weight: 700;
}
a, a:link, a:visited {
	color: var(--orange);
	text-decoration: none;
	transition: all 0.3s ease !important;
}
a:hover, a:active, a:focus {
	color: var(--brown);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'bc-vajgar', 'Garamond', sans-serif;
	margin: 0 0 1rem 0;
	font-weight: 400;
	color: var(--text);
	line-height: 1;
	text-transform: none;
}
h1 {font-size:3rem;}
h2 {font-size:1.5rem;}
h3 {font-size:1.375rem;}
h4 {font-size:1.125rem;}
h5 {font-size:1rem;}
h6 {font-size:.875rem;}
@media (min-width : 768px) {
	h1 {font-size:4rem;}
	h2 {font-size:2rem;}
	h3 {font-size:1.5rem;}
	h4 {font-size:1.375rem;}
	h5 {font-size:1.125rem;}
	h6 {font-size:1rem;}
	p, ul, ol {font-size: 1.25rem;}
}
@media (min-width : 1200px) {
	h1 {font-size:5rem;}
}

/* ---Buttons--- */
button, a.btn-primary, a.btn-secondary, a.btn-tertiary, a.btn-outline {
  display: inline-block;
  margin: 7px 0;
	padding: 14px;
  vertical-align: middle;
  border: none;
	border-radius: 5px;
  font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
  transition: all 0.3s ease;
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus,
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus,
a.btn-tertiary:hover, a.btn-tertiary:active, a.btn-tertiary:focus,
a.btn-outline:hover, a.btn-outline:active, a.btn-outline:focus {
  box-shadow: none;
}
button, a.btn-primary {
	background-color: var(--orange);
	color: #fff;
	border: 2px solid var(--orange);
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	background-color: transparent;
	color: var(--orange);
}
a.btn-secondary {
	background-color: var(--yellow);
	color: var(--brown);
	border: 2px solid var(--yellow);
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
	background-color: transparent;
	color: var(--brown);
}
a.btn-tertiary {
	background-color: var(--brown);
	color: #fff;
	border: 2px solid var(--brown);
}
a.btn-tertiary:hover, a.btn-tertiary:active, a.btn-tertiary:focus {
	background-color: transparent;
	color: var(--brown);
}

/* ---Dividers--- */
.divider {
	position: absolute;
	left: 0;
	bottom: -13px;
  width: 100%;
  height: 25px;
	z-index: 99;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 50'%3e%3cpath fill='%23d76611' d='M70.14 25 35.07 0 0 25l35.07 25 35.07-25z'/%3e%3cpath fill='%2354463a' d='M140 25 104.93 0 69.86 25l35.07 25L140 25z'/%3e%3c/svg%3e");
	background-size: 70px 25px;
	background-repeat: repeat-x;
	background-position: center;
}
@media (min-width : 768px) {
	.divider {
		bottom: -25px;
	  height: 50px;
		background-size: 140px 50px;
	}
}
@media all and (-ms-high-contrast:none) {
	.divider { /*remove unsupported svg in IE11*/
		display: none;
	}
}

/* ---Misc Sitewide--- */
/* used on anti-spam form */
#theForm {position:absolute;top:0;left:-99999px;}
.overlay {
  position: absolute;
  top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 0;
}
.corners {
	border-radius: 5px;
}
.narrow {max-width: 800px;}
/* Image Placeholders */
.ratio > * {
	/*bootstrap overrides */
  top: inherit;
  left: inherit;
  width: inherit;
	height: inherit;
}
.ratio {
  position: relative;
  aspect-ratio: 3 / 2;
}
.ratio .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ratio .wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--linen);
}
.ratio .wrapper img {
  width: 110px;
  height: auto;
  opacity: .6;
  transition: all 0.25s linear;
}
.ratio .wrapper img:hover {
  opacity: 1;
}
@media (max-width : 767px) { /* Increase side padding on mobile */
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: calc(var(--bs-gutter-x) * 1);
		padding-right: calc(var(--bs-gutter-x) * 1);
	}
}
/* Form Placeholders */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #7c7c7c;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7c7c7c;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #7c7c7c;
}

/* ----------HEADER---------- */
header {
	position: absolute;
	margin-top: 30px;
	padding: 15px;
	z-index: 9;
}
header .brand-wrap {
	margin-bottom: -35px;
}
.navbar-brand .brand {
	display: block;
	position: relative;
	margin-top: -34px;
	width: 200px;
	height: auto;
	z-index: 9;
}
.int-header {
	position: relative;
	background-image: url(/wp-content/themes/base25/img/bg-header.svg);
  background-color: var(--brown);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.int-header h1 {
  position: relative;
	margin: 0;
	padding: 210px 0 50px;
	text-align: center;
  color: var(--linen);
  z-index: 2;
}
@media (min-width : 992px) {
	header {
		margin-top: 30px;
	}
	header .brand-wrap {
		margin-bottom: 0;
	}
	.navbar-brand .brand {
		margin-top: 0;
		width: 240px;
	}
	.int-header h1 {
		padding: 240px 0 100px;
	}
}

/* ----------NAVIGATION---------- */
header nav.navbar {
	background-color: rgba(0, 0, 0, 0.3);
	border: 2px solid var(--yellow);
	border-radius: 5px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	height: 65px;
}
.nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: auto;
}
.navbar-collapse {
	margin-top: -35px;
}
#menu-primary-menu-left {
	background-color: var(--brown);
	padding: 40px 15px 0;
	border-right: 2px solid var(--yellow);
	border-left: 2px solid var(--yellow);
}
#menu-primary-menu-right {
	background-color: var(--brown);
	padding: 0 15px 10px;
	border-right: 2px solid var(--yellow);
	border-left: 2px solid var(--yellow);
	border-bottom: 2px solid var(--yellow);
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:link,
.navbar-nav .nav-link:visited {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--linen);
	text-transform: uppercase;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
	color: var(--yellow);
}
.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
	font-size: 1.25rem;
	color: var(--linen);
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
	background-color: transparent;
	color: var(--yellow);
}
.dropdown-menu {
	position: static !important;
	border-radius: 0;
	border: none;
	transform: none !important;
	transition: all 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar .navbar-toggler {
	position: absolute;
	top: 9px;
	right: 1rem;
	margin: 0;
	padding: 10px;
	background-color: var(--yellow);
	border: none;
  border-radius: 5px;
	z-index: 99;
}
.navbar .navbar-toggler:focus {
	background-color: var(--yellow);
  box-shadow: none;
}
.navbar-toggler-icon {
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
  background-size: 24px;
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M0 3.43C0 2.36.86 1.5 1.93 1.5h20.14c1.07 0 1.93.86 1.93 1.93 0 1.07-.86 1.93-1.93 1.93H1.93C.86 5.36 0 4.5 0 3.43ZM0 12c0-1.07.86-1.93 1.93-1.93h20.14c1.07 0 1.93.86 1.93 1.93 0 1.07-.86 1.93-1.93 1.93H1.93C.86 13.93 0 13.07 0 12Zm0 8.57c0-1.07.86-1.93 1.93-1.93h20.14c1.07 0 1.93.86 1.93 1.93 0 1.07-.86 1.93-1.93 1.93H1.93C.86 22.5 0 21.64 0 20.57Z' style='fill:%2354463a'/%3e%3c/svg%3e");
}
.navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M22.3 24c-.45 0-.88-.18-1.2-.5l-7.23-7.23c-.5-.5-1.16-.77-1.87-.77s-1.37.27-1.87.77L2.9 23.5c-.32.32-.75.5-1.2.5s-.88-.18-1.2-.5c-.66-.66-.66-1.74 0-2.4l7.23-7.23c.5-.5.77-1.16.77-1.87s-.27-1.37-.77-1.87L.5 2.9A1.702 1.702 0 0 1 1.7 0c.45 0 .88.18 1.2.5l7.23 7.23c.5.5 1.16.77 1.87.77s1.37-.27 1.87-.77L21.1.5c.32-.32.75-.5 1.2-.5s.88.18 1.2.5c.66.66.66 1.74 0 2.4l-7.23 7.23c-.5.5-.77 1.16-.77 1.87s.27 1.37.77 1.87l7.23 7.23a1.702 1.702 0 0 1-1.2 2.9Z' style='fill:%2354463a'/%3e%3c/svg%3e");
}
header nav.navbar li {
	position: relative;
}
@media (min-width : 992px) {
	.navbar .container {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.navbar-collapse {
	  display: flex;
	  justify-content: flex-end;
	  flex: 1;
	  margin-top: 0;
	}
	.navbar-collapse .navbar-nav {
	  display: flex;
	  flex-direction: row;
	  gap: 1rem;
	}
	header nav.navbar {
		max-height: 100px;
	}
	header .nav-wrap {
    flex-direction: row; /* inline side-by-side on desktop */
    justify-content: space-between;
    align-items: center;
  }
  header .nav-wrap > .navbar-collapse {
    width: auto !important;
    flex-grow: 0;
  }
  header nav.navbar li:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: -10px;
	  top: calc(50% - 2px);
	  width: 4px;
	  height: 4px;
	  background-color: var(--yellow);
	  border-radius: 50%;
	}
	header nav.navbar li:first-of-type:before {
	  background-color: transparent;
	}
	header nav.navbar li:last-of-type .nav-link {
	  padding-right: 1.5rem;
	}
	#menu-primary-menu-left, #menu-primary-menu-right {
		background-color: transparent;
		padding: 0;
		border: none;
	}
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		font-size: 1.125rem;
	}
  .dropdown-menu {
		position: absolute !important;
		background-color: var(--brown);
		border-top: 2px solid var(--yellow);
		border-bottom: 2px solid var(--yellow);
		transform: none !important;
	}
	#menu-primary-menu-right .btn-tickets .nav-link {
		position: relative;
		padding: .25rem .75rem;
		background-color: var(--linen);
		font-size: 1.25rem;
		color: var(--brown);
		border-radius: 5px;
	}
	#menu-primary-menu-right .btn-tickets .nav-link:focus,
	#menu-primary-menu-right .btn-tickets .nav-link:hover,
	#menu-primary-menu-right .btn-tickets .nav-link:active {
		background-color: var(--yellow);
	}
#menu-primary-menu-right .btn-tickets a::before {
		display: inline-block;
		position: relative;
		margin-right: 3px;
		content: '';
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2354463a%7d%3c/style%3e%3c/defs%3e%3cpath d='M15.99 11.96v-.45c0-.29-.23-.51-.55-.53-.16 0-.32 0-.48-.02-.46-.06-.82-.41-.9-.9-.07-.41.18-.87.57-1.07.23-.12.49-.12.76-.12.36 0 .6-.23.6-.6V6.95c-.02-.83-.62-1.56-1.43-1.74-.34-1.02-.68-2.03-1.03-3.04-.12-.35-.35-.61-.65-.76-.3-.14-.65-.15-1-.02l-2.68 1c-2.28.85-4.55 1.7-6.83 2.55l-.21.09c-.16.07-.32.13-.47.15-.94.09-1.67.87-1.69 1.8v1.31c0 .36.23.59.6.6h.12c.1 0 .2 0 .3.01.47.06.82.41.9.9.07.41-.17.87-.56 1.07-.21.11-.45.12-.71.12H.61c-.19 0-.34.05-.45.16-.11.11-.16.26-.16.46v1.21c0 .21.03.41.09.6.27.8.96 1.28 1.84 1.28h12.29c.85-.02 1.61-.69 1.73-1.54.06-.4.04-.8.04-1.19Zm-11-6.79 7.26-2.71c.11-.04.15-.03.15-.03s.03.02.07.13l.25.74c.21.62.42 1.23.63 1.87H4.99Zm.19 8.4H1.93c-.5 0-.8-.3-.8-.79V12.1c.9-.11 1.52-.61 1.81-1.45.3-.87.1-1.67-.59-2.32-.33-.32-.74-.5-1.22-.55v-.69c0-.47.31-.78.78-.78h3.26v.12c.02.3.26.52.55.53.3 0 .54-.21.57-.51v-.13h7.72c.56 0 .84.29.84.85v.62c-1.02.12-1.86.95-1.93 1.94-.08 1.13.61 2.1 1.71 2.35.06.02.13.03.22.04v.71c0 .45-.32.76-.77.76H6.29v-.11c-.02-.31-.26-.52-.57-.53-.3 0-.52.22-.55.53v.12Z' class='cls-1'/%3e%3cpath d='M5.17 9.11c0 .32.25.57.56.57.15 0 .3-.06.4-.17a.6.6 0 0 0 .16-.41V8.04a.56.56 0 0 0-.56-.58c-.31 0-.55.25-.55.57v1.09ZM5.74 12.41c.15 0 .29-.06.39-.16.11-.11.17-.26.18-.42v-1.06c0-.32-.24-.57-.55-.58-.29 0-.57.24-.57.58V11.84c0 .32.25.57.55.57Z' class='cls-1'/%3e%3c/svg%3e");
		background-size: 18px;
		background-repeat: no-repeat;
		width: 18px;
		height: 18px;
	}
}
@media (min-width : 1200px) {
	header nav.navbar {
		height: auto;
		max-height: 100px;
	}
	#menu-primary-menu-left {
		background-color: transparent;
		padding: 0;
		border: none;
	}
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		font-size: 1.25rem;
	}
	#menu-primary-menu-right .btn-tickets .nav-link {
		font-size: 1.5rem;
	}
}

/* ----------HERO---------- */
.hero-wrap {
	background-color: var(--brown);
	aspect-ratio: 3 / 4;
}
.hero-wrap .wrapper {
	position: absolute;
	margin-top: 50px;
	padding: 15px;
	width: 90%;
	max-width: 480px;
	font-family: 'Roboto Condensed';
	font-size: 2.125rem;
	color: var(--yellow);
	line-height: 1.2;
	z-index: 1;
}
.hero-wrap .wrapper h1 {
	margin-bottom: .5rem;
	font-family: 'bc-vajgar', 'Tahoma', serif;
	font-weight: 400;
	font-size: 3.5rem;
	color: #fff;
}
.hero-wrap a.btn-secondary {
	display: inline-block;
	position: relative;
	font-size: 1.25rem;
}
.hero-wrap a.btn-secondary:hover, .hero-wrap a.btn-secondary:active, .hero-wrap a.btn-secondary:focus {
	color: #fff;
}
.hero-wrap .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width : 390px) {
	.hero-wrap .wrapper {
		font-size: 2.25rem;
	}
}
@media (min-width : 414px) {
	.hero-wrap .wrapper h1 {
		font-size: 4rem;
	}
}
@media (min-width : 576px) {
	.hero-wrap {
		aspect-ratio: 1 / 1;
	}
	.hero-wrap .wrapper h1 {
		font-size: 5rem;
	}
}
@media (min-width : 768px) {
	.hero-wrap {
		aspect-ratio: 4 / 3;
	}
	.hero-wrap .wrapper {
		padding: 30px;
	}
}
@media (min-width : 1200px) {
	.hero-wrap {
		aspect-ratio: auto;
		width: 100%;
		height: 800px;
	}
	.hero-wrap .wrapper {
		max-width: 550px;
	}
	.hero-wrap .wrapper h1 {
		margin-bottom: 1.5rem;
		font-size: 6rem;
	}
}

/* ----------COUNTDOWN---------- */
.countdown-wrap {
  position: relative;
  margin-top: -80px;
  color: var(--linen);
  line-height: 1;
  z-index: 1;
}
.countdown-wrap .container {
  position: relative;
  /*top: -30px; remove when adding countdown date back*/
  background-image: url(/wp-content/themes/base25/img/bg-countdown.svg);
  background-color: var(--orange);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 5px;
}
.countdown-wrap #countdown > div {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  text-align: center;
}
.countdown-wrap #countdown > div:last-child {
  margin-right: 0;
}
.countdown-wrap .kicker {
  display: block;
  font-family: 'Roboto Condensed', 'Tahoma', sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
.countdown-wrap .title {
  display: block;
  font-size: 2rem; /*change when removing the date*/
  font-weight: 900;
}
.countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds {
  display: block;
  margin-top: 10px;
  font-family: 'germania-one', 'Trebuchet MS', sans-serif;
  font-size: 3rem;
  color: #efc929;
}
.countdown-wrap #timesup {
  display: block;
  margin-top: 10px;
  font-size: 2.25rem;
  color: var(--yellow);
}
.countdown-wrap .sub {
  display: block;
  margin-bottom: 0;
  font-size: 1em;
}
@media (min-width : 576px) {
	.countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds, .countdown-wrap #timesup {
    font-size: 3.5rem;
  }
}
@media (min-width : 768px) {
  .countdown-wrap {
    margin-top: -65px;
  }
  .countdown-wrap .title {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds, .countdown-wrap #timesup {
		margin-top: 0;
  }
  .countdown-wrap #timesup {
    margin-top: 0;
    font-size: 2.75rem;
  }
  .countdown-wrap .sub {
    margin-bottom: 5px;
    font-size: 1em;
  }
}
@media (min-width : 992px) {
  .countdown-wrap .title {
    font-size: 2.25rem;
  }
}
@media (min-width : 1200px) {
	.countdown-wrap .title {
    font-size: 2.5rem;
  }
  .countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds, .countdown-wrap #timesup {
    font-size: 4.375rem;
    min-width: 100px;
  }
  .countdown-wrap .sub {
    font-size: 1.25em;
  }
}

/* ----------CONTENT---------- */
main {
	position: relative;
	padding: 40px 0;
	background-color: var(--linen);
}
#home main {
	padding: 30px 0 80px;
}
main h2, main h3, main h4, main h5, main h6 {
	font-family: 'Roboto Condensed', 'Tahoma', serif;
	font-weight: 900;
	line-height: 1.2;
}
main h2 {
	font-size: 3.25rem;
}
main aside .ratio {
	aspect-ratio: 21 / 5;
}
main aside .featured.one {
	padding-right: 50px;
}
main aside .featured.two {
	padding-left: 50px;
}
main aside .featured.three {
	padding-left: 25px;
	padding-right: 25px;
}
main .sticker-schnitzel {
	position: absolute;
  top: 62px;
  right: 30px;
  width: 90px;
  height: auto;
  transition: transform 0.3s ease;
}
main .sticker-dadbod {
	position: absolute;
  top: 170px;
  left: 30px;
  width: 90px;
  height: auto;
  transition: transform 0.3s ease;
}
main .sticker-weinerdog {
	position: absolute;
  bottom: -25px;
  right: 70px;
  width: 90px;
  height: auto;
  transition: transform 0.3s ease;
}
@media (min-width : 428px) {
	main h2 {
		font-size: 3.75rem;
	}
}
@media (min-width : 576px) {
	#home main {
		padding: 30px 0 110px;
	}
	main .sticker-schnitzel {
	  top: 90px;
	  right: 20px;
	  width: 130px;
	}
	main .sticker-dadbod {
	  top: 230px;
	  left: 0;
	  width: 130px;
	}
	main .sticker-weinerdog {
	  bottom: -50px;
	  right: 90px;
	  width: 130px;
	}
}
@media (min-width : 768px) {
	main .sticker-schnitzel {
	  top: 110px;
	  right: 30px;
	  width: 150px;
	}
	main .sticker-dadbod {
	  top: 310px;
	  left: 10px;
	  width: 150px;
	}
	main .sticker-weinerdog {
	  bottom: -35px;
	  right: 100px;
	  width: 150px;
	}
}
@media (min-width : 992px) {
	main {
		padding: 100px 0;
	}
	#home main {
		padding: 80px 0;
	}
	main .sticker-schnitzel {
	  top: 62px;
	  width: 130px;
	}
	main .sticker-dadbod {
	  top: 170px;
	  width: 130px;
	}
	main .sticker-weinerdog {
	  bottom: 15px;
	  width: 130px;
	}
}
@media (min-width : 1200px) {
	#home main {
		padding: 80px 0 140px;
	}
	main h2 {
		font-size: 5rem;
	}
	main p, main ul, main ol {
  font-size: 1.5rem;
	margin-bottom: 1.25rem;
}
	main .sticker-schnitzel {
	  top: 80px;
	  width: 150px;
	}
	main .sticker-dadbod {
	  top: 220px;
	  width: 150px;
	}
	main .sticker-weinerdog {
	  bottom: -45px;
	  right: 130px;
	  width: 150px;
	}
}

/* ----------FUNNELS---------- */
.funnel-wrap {
	position: relative;
	padding: 40px 0;
	background-color: var(--text);
	color: var(--linen);
}
.funnel-wrap .funnel {
	position: relative;
	padding: 40px 30px;
	border-radius: 5px;
	overflow: hidden;
}
.funnel-wrap .row .wrapper:nth-of-type(1) .funnel {
  background-color: var(--yellow);
  color: var(--text);
}
.funnel-wrap .row .wrapper:nth-of-type(2) .funnel {
  background-color: #e76e13;
  color: var(--linen);
}
.funnel-wrap .row .wrapper:nth-of-type(3) .funnel {
   background-color: var(--linen);
   color: var(--text);
}
.funnel-wrap .row .wrapper .funnel::before {
	content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transition: all 0.5s ease !important;
}
.funnel-wrap .row .wrapper:nth-of-type(1) .funnel::before {
  background-image: url('/wp-content/themes/base25/img/bg-pattern-beer.svg');
  opacity: .3;
}
.funnel-wrap .row .wrapper:nth-of-type(2) .funnel::before {
  background-image: url('/wp-content/themes/base25/img/bg-pattern-music.svg');
  opacity: .15;
}
.funnel-wrap .row .wrapper:nth-of-type(3) .funnel::before {
  background-image: url('/wp-content/themes/base25/img/bg-pattern-dog.svg');
  opacity: .15;
}
.funnel-wrap .row .wrapper .funnel:hover::before {
  transform: scale(1.2);
}
.funnel-wrap .funnel .icon {
	position: relative;
	display: block;
	margin-bottom: 20px;
	width: 128px;
	height: auto;
	z-index: 9;
}
.funnel-wrap .funnel h3 {
	position: relative;
	font-family: 'Roboto Condensed', 'Tahoma', sans-serif;
	font-size: 2.75rem;
	font-weight: 900;
	color: var(--text);
	z-index: 9;
}
.funnel-wrap .row .wrapper:nth-of-type(2) .funnel h3 {
  color: var(--linen);
}
.funnel-wrap .funnel p {
	position: relative;
	margin: 0;
	font-size: 1.25rem;
	z-index: 9;
}
@media (min-width : 576px) {
	.funnel-wrap {
		padding: 60px 0;
	}
	.funnel-wrap .funnel h3 {
		font-size: 3.25rem;
	}
}
@media (min-width : 768px) {
	.funnel-wrap .funnel h3 {
		font-size: 3rem;
	}
}
@media (min-width : 992px) {
	.funnel-wrap {
		padding: 100px 0;
	}
	.funnel-wrap .funnel {
		padding: 50px 30px;
	}
}
@media (min-width : 1200px) {
	.funnel-wrap {
		padding: 140px 0;
	}
}

/* ----------TICKETS---------- */
.ticket-wrap {
	position: relative;
	padding: 40px 0; /* with widget */
	/* padding: 80px 0;  without widget */
	background-color: var(--text);
	background-image: url('/wp-content/themes/base25/img/beer-barrel-sm.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: var(--linen);
}
.ticket-wrap .container > div {
	position: relative;
	max-width: 800px;
	z-index: 9;
}
.ticket-wrap h2 {
	margin-bottom: 20px;
	font-size: 2.75rem;
	color: var(--yellow);
}
.ticket-wrap p {
	margin: 0;
	font-size: 1rem;
}
.ticket-wrap .tt-widget {
	margin-top: 30px;
}
.ticket-wrap a, .ticket-wrap a:link, .ticket-wrap a:visited {
	color: var(--yellow);
}
.ticket-wrap a:hover, .ticket-wrap a:active, .ticket-wrap a:focus {
	color: var(--linen);
}
.ticket-wrap .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width : 576px) {
	.ticket-wrap {
		padding: 60px 0;
		background-image: url('/wp-content/themes/base25/img/beer-barrel-md.jpg');
	}
	.ticket-wrap h2 {
		font-size: 3.5rem;
	}
}
@media (min-width : 992px) {
	.ticket-wrap {
		padding: 100px 0; /* with widget */
		/*padding: 160px 0;  without widget */
		background-image: url('/wp-content/themes/base25/img/beer-barrel-lg.jpg');
		background-attachment: fixed;
	}
	.ticket-wrap h2 {
		font-size: 4.5rem;
	}
	.ticket-wrap p {
		margin: 0;
		font-size: 1.125rem;
	}
}
@media (min-width : 1400px) {
	.ticket-wrap {
		background-image: url('/wp-content/themes/base25/img/beer-barrel-xl.jpg');
	}
}

/* ----------EVENTS---------- */
.events-wrap {
	position: relative;
  padding: 80px 0 40px;
  background-color: var(--linen);
  color: var(--text);
}
.events-wrap .flags {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: auto;
}
.events-wrap .flags:nth-of-type(2) {
	left: auto;
	right: 0;
	transform: scaleX(-1);
}
.events-wrap h2 {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', 'Tahoma', sans-serif;
	font-weight: 900;
  font-size: 2.75rem;
  color: var(--orange);
}
.events-wrap h3 {
  font-size: 1.875rem;
  color: var(--text);
}
.event {
  display: flex;
  align-items: center;
  background-color: var(--brown);
  color: var(--linen);
}
.event .details {
  margin-left: 20px;
}
.event .title {
  display: block;
  font-family: 'germania-one', 'Trebuchet MS', sans-serif;
  font-size: 1.25rem;
	font-weight: 400;
	color: var(--yellow);
}
.event .time {
  display: block;
  font-size: 1rem;
}
.event .location {
  display: block;
  font-size: .875rem;
}
.events-wrap a.btn-primary:hover,
.events-wrap a.btn-primary:active,
.events-wrap a.btn-primary:focus {
	color: #fff;
}
/* ---Event Placeholders--- */
.event .ratio {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 40%;
  height: auto;
}
.event .ratio .img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
}
.event .ratio .placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--linen);
  opacity: 1;
}
@media (min-width : 576px) {
	.events-wrap {
	  padding: 120px 0 40px;
	}
	.events-wrap .flags {
		width: 260px;
	}
  .event .ratio .placeholder img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width : 768px) {
	.events-wrap {
	  padding: 160px 0 40px;
	}
	.events-wrap .flags {
		width: 360px;
	}
}
@media (min-width : 992px) {
	.events-wrap {
	  padding: 200px 0 100px;
	}
	.events-wrap .flags {
		width: 440px;
	}
  .event .ratio {
    width: 25%;
  }
  .events-wrap h2 {
	  font-size: 3.5rem;
	}
  .event .title {
    font-size: 1.5rem;
  }
  .event .time {
	  display: block;
	  font-size: 1.125rem;
	}
}
@media (min-width : 1200px) {
	.events-wrap {
	  padding: 220px 0 100px;
	}
	.events-wrap .flags {
		width: 500px;
	}
}

/* ----------SPONSORS---------- */
.sponsors-wrap {
	position: relative;
	padding: 40px 0;
	background-color: #fff;
}
.sponsors-wrap h3 {
	margin-bottom: 60px;
	font-size: 3rem;
}
.sponsors-wrap h4 {
	margin: 30px auto;
	max-width: 650px;
	font-family: 'Roboto Condensed', 'Tahoma', serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}
.presenting .sponsor {
	max-width: 200px;
}
.sponsors .sponsor {
	max-width: 100px;
}
@media (min-width : 992px) {
	.sponsors-wrap {
		padding: 100px 0;
	}
	.sponsors-wrap h4 {
		margin: 60px auto 30px;
	}
}

/* ----------GALLERY---------- */
.gallery-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 24px 0;
  background-color: var(--text);
  color: var(--linen);
}
.gallery-wrap .ratio {
	position: relative;
	aspect-ratio: 1 / 1;
}
.gallery-wrap .row > div:nth-child(-n+3) {
  margin-bottom: 24px;
}
.gallery-wrap a.btn-primary {
	margin-bottom: 0;
	padding: 7px 14px;
	font-size: 1rem;
}
.gallery-wrap a.btn-primary:hover,
.gallery-wrap a.btn-primary:active,
.gallery-wrap a.btn-primary:focus {
	color: #fff;
}
@media (min-width : 992px) {
	.gallery-wrap {
		padding: 30px 15px;
	}
	.gallery-wrap .row > div:nth-child(-n+3) {
	  margin-bottom: 0;
	}
}

/* ----------FOOTER---------- */
footer {
	position: relative;
	padding: 20px 0;
	background-color: var(--brown);
	font-size: .875rem;
	color: var(--linen);
}
footer a, footer a:link, footer a:visited {
  color: var(--yellow);
  transition: all 0.3s ease !important;
}
footer a:hover, footer a:active, footer a:focus {
  color: var(--linen);
  text-decoration: none;
}
footer .spacer {
	display: inline-block;
	margin: 2px 10px;
  width: 4px;
  height: 4px;
  background-color: var(--linen);
}
footer span:first-of-type:before {
	background-color: transparent;
}

/* ----------MODALS---------- */
.modal .modal-content {
	background-color: var(--linen);
}
.modal .title {
	font-family: 'Roboto Condensed', 'Tahoma', sans-serif;
	font-size: 2rem;
	font-weight: 700;
}
.modal p {
	font-size: 1.125rem;
}

/* ----------FORMS---------- */
.grecaptcha-badge { visibility: hidden; }
form .small {font-size: .875rem}
.nf-form-fields-required {display: none;}
.nf-field-label label {font-weight: 700 !important;}
.nf-after-field .nf-error-msg {
	margin-right: 0;
	padding-left: 5px;
	background-color: #c40000;
	color: #fff !important;
}
.nf-error-msg.nf-error-field-errors {
	margin-top: 30px;
	font-weight: 700;
	color: #c40000 !important;
}
#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px !important;
}
.label-above .nf-field-label {
	margin-bottom: 5px !important;
	line-height: 1;
}
.list-checkbox-wrap .nf-field-element, .list-image-wrap .nf-field-element, .list-radio-wrap .nf-field-element {
	padding-left: 15px !important;
}
.list-checkbox-wrap .nf-field-element ul, .list-image-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element ul {
	line-height: 1.3 !important;
}
.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
	margin-top: 4px !important;
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
	margin-left: 20px !important;
	font-size: 1rem;
}
.nf-field-element input[type=text], .nf-field-element input[type=email], .nf-field-element input[type=tel] {
	padding: 0 5px;
	background-color: #fff;
	width: 100%;
	height: 40px;
	border: none;
}
.nf-field-element textarea {
	padding: 0 5px;
	background-color: #fff;
	width: 100%;
	max-height: 150px;
	border: none;
}
.nf-field-element select {
	display: block;
	margin-bottom: 15px;
	padding: 5px;
	width: 100%;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	background: #fff url(/wp-content/themes/base25/img/icons/icon-select.svg) right center no-repeat;
	background-size: 40px 40px;
	appearance: none; /* this is must */
	-webkit-appearance: none;
	-moz-appearance: none;
}
.field-wrap input[type="submit"] {
	margin: 7px 0;
	padding: 7px 14px;
	background-color: var(--orange);
	width:100% !important;
	border-radius: 3px;
	font-family: 'Roboto Condensed';
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid var(--orange);
	transition: all 0.3s ease;
}
.field-wrap input[type="submit"]:hover, .field-wrap input[type="submit"]:active, .field-wrap input[type="submit"]:focus {
	background-color: transparent;
	color: var(--orange);
}

/* ----------WP CORE---------- */
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.wp-block-image {
	margin:25px 0;
}
.wp-block-image figcaption {
	text-align: left;
	font-size: .875em;
}
.wp-block-image img {
	height: auto;
}
 .wp-block-buttons {
   margin-bottom: 15px;
 }
.wp-block-button__link {
	margin: 7px 0;
	padding: 14px;
	background-color: var(--orange);
  font-size: 1.125rem;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 1;
	border: 2px solid var(--orange);
	border-radius: 5px;
}
.wp-block-button__link:hover {
	background-color: transparent;
	color: var(--orange) !important;
}

/* ----------ANIMATIONS---------- */
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.wiggling-image:hover {
    animation: wiggle 0.5s ease-in-out infinite;
  }
@keyframes wiggle {
  0% { transform: rotate(0); }
  25% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0); }
}

/* ----------ACCESSIBILITY---------- */
@media screen and (prefers-reduced-motion) {
* {transition:none !important; transition-duration: 0s !important;}
}
* a:focus-visible, * button:focus-visible {
  outline: 3px solid #0000ff !important;
}
.skip-link {
  display: block;
  position: absolute !important;
  transform: translateY(-100%);
  overflow: hidden;
  margin-left: -100px;
  padding: 5px 0;
  background-color: var(--linen);
  width: 200px !important;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  left: 50%;
  z-index: 999;
}
.skip-link:focus {
  transform: translateY(0%);
}

/* ----------PRINT---------- */
@media print {
	blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
}