/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html,
*,
*:before,
*:after {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus {
  outline: none; }

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.inner--thin {
  width: 960px;
  margin: 0 auto; }

.inner--thinner {
  width: 760px;
  margin: 0 auto; }

.inner--thinnest {
  width: 560px;
  margin: 0 auto; }

.grid {
  letter-spacing: -1em;
  font-size: 0;
  margin: 20px -20px; }
  .grid > [class*="grid_"] {
    padding: 0 20px; }

.grid > [class*="grid_"] {
  display: inline-block;
  letter-spacing: normal;
  font-size: 19px;
  vertical-align: top; }

.grid_1-2 {
  width: 50%; }

.grid_1-3 {
  width: 33.33333%; }

.grid_2-3 {
  width: 66.66667%; }

.grid_1-4 {
  width: 25%; }

.grid_3-4 {
  width: 75%; }

.grid_1-5 {
  width: 20%; }

.grid_2-5 {
  width: 40%; }

.grid_3-5 {
  width: 60%; }

.grid_4-5 {
  width: 80%; }

.grid_1-6 {
  width: 16.66667%; }

.grid_5-6 {
  width: 83.33333%; }

.grid_1-8 {
  width: 12.5%; }

.grid_3-8 {
  width: 37.5%; }

.grid_5-8 {
  width: 62.5%; }

.grid_7-8 {
  width: 87.5%; }

.grid_1-10 {
  width: 10%; }

.grid_3-10 {
  width: 30%; }

.grid_7-10 {
  width: 70%; }

.grid_9-10 {
  width: 90%; }

.grid_1-12 {
  width: 8.33333%; }

.grid_5-12 {
  width: 41.66667%; }

.grid_7-12 {
  width: 58.33333%; }

.grid_11-12 {
  width: 91.66667%; }

.grid_in {
  position: relative; }

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px; } }

body {
  color: #4a4a4a;
  font-family: "myriad-pro", sans-serif;
  font-size: 19px;
  line-height: 1.58; }

ol li {
  list-style: decimal; }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

sup {
  font-size: 0.5em; }

.content ul,
.content p {
  margin: 0 0 20px; }

.content > p:first-child {
  font-size: 22px; }

.content a {
  color: #4a4a4a;
  font-weight: 600;
  transition: 0.2s;
  text-decoration: underline; }
  .content a:hover {
    color: #f6c70b; }

.content ul {
  padding: 0; }

.content li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative; }
  .content li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #fddb00;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 2px; }

.content blockquote {
  padding: 0 0 0 20px;
  border-left: 8px solid #fddb00; }

.content strong {
  font-weight: 600; }

.content hr {
  height: 2px;
  background-color: #cccccc;
  display: block;
  margin: 20px auto 18px;
  border: none; }

.alpha,
.beta,
.charlie,
.delta,
.echo,
.foxtrot,
.content h1,
.content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "atrament-web", sans-serif;
  letter-spacing: 1px;
  color: #2c2c2b; }

.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 700;
  font-family: "atrament-web", sans-serif;
  letter-spacing: 1px;
  color: #2c2c2b;
  line-height: 1.45; }

.alpha,
.content h1 {
  font-size: 50px; }

.beta,
.content h2 {
  font-size: 38px; }

.charlie,
.content h3 {
  font-size: 30px; }

.delta,
.content h4 {
  font-size: 25px; }

.echo,
.content h5 {
  font-size: 22px; }

.foxtrot,
.content h6 {
  font-size: 20px; }

.title_line_wrap {
  position: relative;
  text-align: center; }
  .title_line_wrap h1 {
    background-color: #ffffff;
    display: inline-block;
    line-height: normal;
    position: relative;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1; }

.title_line_wrap--left {
  text-align: left; }
  .title_line_wrap--left h1 {
    padding: 0 30px 0 0; }

.title_line_wrap--small {
  margin: 0 0 40px; }

.title_line {
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -3px 0 0;
  display: block;
  z-index: 0;
  background-color: #fddb00;
  border-radius: 3px; }

.title--yellow {
  color: #fddb00; }

.title--grey {
  color: #b0b0b0; }

@media screen and (max-width: 960px) {
  .alpha,
  .beta,
  .charlie,
  .delta,
  .echo,
  .foxtrot,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    line-height: 1.3; } }

.button--left {
  text-align: left; }

.button--center {
  text-align: center; }

.button--right {
  text-align: right; }

.button, .frm_submit input,
.frm_submit button {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  transition: 0.2s;
  cursor: pointer;
  font-family: "atrament-web", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px; }

.button--yellow {
  background-color: #fddb00; }
  .button--yellow:hover {
    background-color: #f6c70b; }

.button--black, .frm_submit input,
.frm_submit button {
  background-color: #2c2c2b;
  color: #ffffff; }
  .button--black:hover, .frm_submit input:hover,
  .frm_submit button:hover {
    background-color: #ffffff;
    color: #2c2c2b; }

.button--black--yellow:hover, .frm_submit input:hover,
.frm_submit button:hover {
  background-color: #fddb00; }

.button--grey {
  background-color: #e0e0df;
  color: #2c2c2b; }
  .button--grey:hover {
    background-color: #fddb00; }

.button--white {
  background-color: #ffffff;
  color: #2c2c2b; }
  .button--white:hover {
    background-color: #fddb00; }

.frm_submit {
  text-align: right; }
  .frm_submit input,
  .frm_submit button {
    border: none;
    font-size: 30px;
    color: #ffffff;
    appearance: none;
    padding: 5px 40px; }
  .frm_submit img {
    display: none; }

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  font-family: "atrament-web", sans-serif;
  letter-spacing: 1px;
  padding: 0 20px; }
  .mobile_menu_button p {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #2c2c2b; }

.lines-button {
  padding: 8px 5px 8px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  .lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 2rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x2 .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
  .lines-button.x2.close .lines {
    -webkit-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      top: 0;
      width: 2rem; }
    .lines-button.x2.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.lines {
  display: inline-block;
  float: left;
  width: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #2c2c2b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 25px;
    height: 0.25rem;
    background: #2c2c2b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.14286rem center;
    -ms-transform-origin: 0.14286rem center;
    transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

::-webkit-input-placeholder {
  color: #4a4a4a; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a; }

:-ms-input-placeholder {
  color: #4a4a4a; }

.frm_form_field {
  margin: 0 0 15px; }
  .frm_form_field.arrow {
    position: relative; }
    .frm_form_field.arrow:after {
      content: '';
      position: absolute;
      top: 54px;
      right: 20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #2c2c2b transparent transparent transparent;
      pointer-events: none; }
  .frm_form_field input[type="text"],
  .frm_form_field input[type="email"],
  .frm_form_field textarea,
  .frm_form_field select {
    font-size: 19px;
    font-family: "myriad-pro", sans-serif;
    border: 1px solid #4a4a4a;
    border: none;
    border-radius: 0;
    background-color: #f1f1f1;
    padding: 15px 18px;
    color: #4a4a4a;
    appearance: none; }
    .frm_form_field input[type="text"]:focus,
    .frm_form_field input[type="email"]:focus,
    .frm_form_field textarea:focus,
    .frm_form_field select:focus {
      outline: none; }
  .frm_form_field select {
    cursor: pointer; }
  .frm_form_field .frm_primary_label {
    font-weight: 700; }

.frm_hidden {
  display: none; }

.events {
  margin: 40px 0 0; }

.event {
  position: relative;
  margin-bottom: 60px;
  text-align: left; }

.event__image {
  position: relative; }
  .event__image:after {
    content: "";
    display: block;
    padding-bottom: 70%; }

.event__top {
  padding: 0 0 15px;
  border-bottom: 4px solid #e0e0df;
  overflow: hidden; }

.event__top__detail {
  display: inline-block;
  vertical-align: bottom; }

.event__title {
  float: left;
  width: 52%;
  line-height: 30px; }
  .event__title a {
    color: #2c2c2b;
    transition: 0.2s; }
    .event__title a:hover {
      color: #fddb00; }

.event__date,
.event__price {
  font-size: 22px;
  font-weight: 600; }

.event__date {
  float: left;
  width: 35%; }

.event__price {
  width: 13%;
  float: right;
  text-align: right; }

.event__category {
  font-weight: 300;
  line-height: 22px;
  clear: both; }

.event__bottom {
  padding: 15px 0 0; }

.event__excerpt,
.event__buttons {
  display: inline-block;
  vertical-align: top; }

.event__excerpt {
  width: 60%;
  max-width: 500px; }

.event__excerpt__other p a {
  color: #4a4a4a;
  transition: 0.2s; }
  .event__excerpt__other p a:hover {
    color: #f6c70b; }

.event__buttons {
  float: right;
  margin: 5px 0 0; }

.event__info {
  margin: 0 16px 0 0;
  padding: 10px 17px 4px;
  vertical-align: middle; }

.event__info__image {
  height: 28px; }

.event__tickets {
  vertical-align: middle; }
  .event__tickets:hover {
    background-color: #fddb00; }

.event__tickets--sold {
  display: inline-block; }
  .event__tickets--sold:hover {
    background-color: transparent; }

@media screen and (max-width: 1200px) {
  .event__title {
    width: 100%;
    float: left;
    text-align: left; }
  .event__date {
    width: 87%; }
  .event__excerpt,
  .event__buttons {
    width: 100%; }
  .event__excerpt {
    margin: 0 0 20px; } }

@media screen and (max-width: 960px) {
  .venue_wrap .grid_2-5,
  .venue_wrap .grid_3-5 {
    width: 100%; }
  .venue__map {
    margin: 0 0 20px; }
  .event {
    margin: 20px 0;
    margin-bottom: 40px; }
    .event > [class*="grid_"] {
      padding: 0 0; }
    .event .grid_1-5 {
      display: none; }
    .event .grid_4-5 {
      width: 100%; }
  .event__excerpt {
    margin: 0 0 10px; } }

.content iframe {
  width: 760px;
  height: 430px;
  margin: 0 auto 30px;
  display: block; }

@media screen and (max-width: 800px) {
  width: 100%; }

.gallery {
  overflow: hidden;
  margin: 50px 0 0; }

.gallery-item {
  width: 25%;
  float: left;
  margin: 0 0 10px;
  padding: 0 10px 1px;
  position: relative;
  overflow: hidden; }
  .gallery-item:after {
    content: "";
    display: block;
    padding-bottom: 75%; }
  .gallery-item img {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

.page__filter {
  margin: 40px 0; }

.page__filter__button {
  padding: 4px 15px;
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
  margin: 0 10px 10px;
  display: inline-block; }
  .page__filter__button:hover, .page__filter__button.active {
    background-color: #fddb00; }
  .page__filter__button.middle {
    margin: 0 30px 10px; }

@media screen and (max-width: 500px) {
  .page__filter__button {
    width: 180px;
    display: block;
    margin: 0 auto; }
    .page__filter__button.middle {
      margin: 10px auto; } }

.faq {
  cursor: pointer;
  padding: 20px 0 20px 70px;
  position: relative;
  text-align: left; }
  .faq:hover .faq__button {
    background-color: #fddb00; }
  .faq:before {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #e0e0df; }

.faq__button {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  transition: 0.2s; }
  .faq__button:before, .faq__button:after {
    content: "";
    display: block;
    height: 4px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -3px auto 0;
    background-color: #2c2c2b;
    border-radius: 6px;
    transition: 0.2s; }
  .faq__button:after {
    transform: rotate(90deg); }

.faq--open .faq__button {
  background-color: #fddb00; }
  .faq--open .faq__button:after {
    transform: rotate(0deg); }

h3.faq__title {
  font-weight: 600; }

.faq__content {
  display: none; }

@media screen and (max-width: 500px) {
  .faq {
    padding: 20px 0 20px 50px; }
  .faq__button {
    width: 35px;
    height: 35px;
    top: 22px; } }

.tablepress {
  width: 100%;
  text-align: left;
  margin: 0 0 30px; }
  .tablepress thead .row-1 {
    background-color: #fddb00;
    color: #2c2c2b;
    font-weight: 600; }
  .tablepress .odd {
    background-color: #f1f1f1; }
  .tablepress .even {
    background-color: #dcdcdc; }
  .tablepress td,
  .tablepress th {
    padding: 5px 10px 5px 10px;
    border-right: 2px solid #ffffff; }
  .tablepress .column-1 {
    font-weight: 600; }

@media screen and (max-width: 560px) {
  .tablepress {
    font-size: 13px; } }

.section.error {
  padding: 40px 0 80px; }
  .section.error p {
    font-size: 24px; }
    .section.error p a {
      font-weight: 600;
      color: #4a4a4a;
      transition: 0.2s; }
      .section.error p a:hover {
        color: #f6c70b; }

.error__title {
  font-size: 180px;
  line-height: 1.2;
  color: #2c2c2b;
  font-family: "atrament-web", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (max-width: 500px) {
  .error__title {
    font-size: 100px; } }

a {
  text-decoration: none; }

ul,
ol {
  padding: 0 0 0 20px; }

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

img {
  height: auto; }

.section {
  padding: 60px 0;
  position: relative;
  z-index: 1; }

.section--grey {
  background-color: #f1f1f1; }

.section--yellow {
  background-color: #fddb00;
  padding: 40px 0 60px; }
  .section--yellow .button, .section--yellow .frm_submit input, .frm_submit .section--yellow input,
  .section--yellow .frm_submit button, .frm_submit .section--yellow button {
    margin: 0 10px 10px; }
  .section--yellow p a {
    color: #2c2c2b;
    text-decoration: underline; }

.section--center {
  text-align: center; }

.section--half_yellow {
  background-color: #ffffff; }
  .section--half_yellow:after {
    content: "";
    display: block;
    background-color: #fddb00;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }

.image--roll:hover .image--overlay {
  opacity: 1; }

.image {
  position: relative; }

.image--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s; }

.page__links {
  margin-bottom: 40px; }

.page__link {
  height: 270px;
  overflow: hidden; }
  .page__link:hover .page__link__title {
    color: #fddb00; }

.page__link__image {
  height: 218px; }
  .page__link__image.line-up {
    background-image: url(assets/images/page-links/line-up.jpg); }
  .page__link__image.dancing {
    background-image: url(assets/images/page-links/dancing.jpg); }
  .page__link__image.workshops {
    background-image: url(assets/images/page-links/workshops.jpg); }
  .page__link__image.travel {
    background-image: url(assets/images/page-links/travel.jpg); }
  .page__link__image.accommodation {
    background-image: url(assets/images/page-links/accommodation.jpg); }
  .page__link__image.faq_link {
    background-image: url(assets/images/page-links/faq.jpg); }
  .page__link__image.around-town {
    background-image: url(assets/images/page-links/around-town.jpg); }
  .page__link__image.camping {
    background-image: url(assets/images/page-links/camping.jpg); }

.page__link__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #2c2c2b;
  padding: 10px 20px;
  transition: 0.2s; }

@media screen and (max-width: 960px) {
  .page__links .grid_1-3 {
    width: 400px;
    display: block;
    margin: 0 auto 20px; } }

@media screen and (max-width: 400px) {
  .page__links .grid_1-3 {
    width: 100%; } }

.header {
  background-color: #fddb00;
  padding: 10px 0 20px;
  position: relative;
  z-index: 20; }

.header__inner {
  position: relative; }

.header__top {
  position: absolute;
  top: -6px;
  right: 20px;
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 4px 0 0;
  color: #2c2c2b; }

.header__top__info {
  margin: 0 32px 0 0;
  font-size: 25px;
  font-weight: 400; }

.header__top__souvenir {
  position: relative;
  color: #ffffff;
  background-color: #2c2c2b;
  padding: 15px 15px 10px;
  margin: 0 0 0 20px;
  transition: 0.2s; }
  .header__top__souvenir:hover {
    color: #fddb00; }

.header__top__tickets {
  position: relative;
  color: #ffffff;
  background-color: #2c2c2b;
  padding: 15px 15px 10px;
  transition: 0.2s; }
  .header__top__tickets:hover {
    color: #fddb00; }

.header__logo {
  height: 105px;
  vertical-align: middle;
  transition: 0.2s; }

.header__logo--grow {
  transition: 0.2s;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .header__logo--grow:hover .header__logo {
    transform: scale(1.02); }

.header__nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 90px 0 0; }

.menu {
  width: 790px;
  padding: 0; }

.menu-item {
  display: inline-block;
  list-style: none;
  font-size: 25px;
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0 30px;
  position: relative;
  font-weight: 600;
  cursor: pointer; }
  .menu-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2c2c2b transparent;
    margin: 0 0 0 -5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s; }
  .menu-item:hover:after,
  .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  .menu-item.current-page-parent:after {
    opacity: 1;
    visibility: visible; }
  .menu-item a {
    color: #2c2c2b;
    transition: 0.2s; }
  .menu-item > a {
    padding: 0 0 21px; }

.sub-menu {
  min-width: 200px;
  position: absolute;
  top: 59px;
  left: -20px;
  z-index: 10;
  padding: 15px 20px;
  background-color: #2c2c2b;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s; }
  .sub-menu .menu-item {
    display: block;
    margin: 0 0 10px;
    font-weight: 400; }
    .sub-menu .menu-item:last-child {
      margin: 0; }
    .sub-menu .menu-item:after {
      display: none; }
    .sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
      color: #fddb00; }
    .sub-menu .menu-item a {
      color: #ffffff; }

@media screen and (max-width: 1200px) {
  .header {
    padding: 60px 0 0;
    text-align: center; }
  .header__inner {
    position: static;
    padding: 0; }
  .header__top {
    top: 0;
    right: 0;
    left: 0;
    background-color: #2c2c2b;
    margin: 0;
    padding: 5px; }
  .header__top__tickets,
  .header__top__souvenir {
    padding: 0;
    font-size: 20px;
    color: #fddb00; }
  .header__top__info {
    font-size: 20px;
    color: #ffffff; }
  .header__nav {
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0;
    background-color: #f6c70b;
    text-align: left;
    position: relative; }
  .mobile_menu_button {
    display: inline-block; }
  .menu-menu-1-container {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    background-color: #f6c70b;
    padding: 10px 20px;
    overflow: hidden; }
  .menu {
    width: 100%;
    opacity: 0;
    transition: 0.2s; }
  .menu--fade {
    opacity: 1; }
  .menu-item {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 6px;
    border-bottom: 2px solid #2c2c2b; }
    .menu-item:last-child {
      border: none;
      padding: 0; }
    .menu-item:after {
      top: 12px;
      right: 20px;
      left: initial;
      opacity: 1;
      visibility: visible;
      border-width: 8px 5px 0 5px;
      border-color: #2c2c2b transparent transparent transparent; }
    .menu-item a {
      padding: 0; }
  .sub-menu {
    position: static;
    background-color: transparent;
    visibility: visible;
    display: none;
    transition: none; }
    .sub-menu .menu-item {
      border: none;
      padding: 0; }
      .sub-menu .menu-item:hover a {
        color: #2c2c2b; }
      .sub-menu .menu-item a {
        color: #2c2c2b;
        display: block; }
  .sub-menu--fade {
    opacity: 1; } }

@media screen and (max-width: 560px) {
  .header__top__info .mobile {
    display: none; } }

@media screen and (max-width: 400px) {
  .header__top__info {
    margin: 0 6px 0 0; }
  .header__top__souvenir {
    margin: 0 0 0 6px; }
  .header__logo {
    width: 100%;
    padding: 0 20px; } }

.footer {
  position: relative; }

.footer__top {
  padding: 20px 0;
  background-color: #2c2c2b;
  color: #ffffff;
  overflow: hidden; }
  .footer__top p {
    line-height: 22px; }
  .footer__top a {
    color: #ffffff;
    transition: 0.2s; }
    .footer__top a:hover {
      color: #fddb00; }

.footer__top__third {
  width: 33.333%;
  float: left; }

.footer__logo {
  margin: 5px 0 0; }

.footer__details {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  font-size: 15px; }

.footer__details__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "atrament-web", sans-serif;
  font-size: 22px; }

.footer__social {
  text-align: center;
  padding: 20px 0; }

.footer__social__icon {
  width: 36px;
  display: inline-block;
  position: relative;
  margin: 0 2px; }
  .footer__social__icon:hover svg {
    fill: #fddb00; }
  .footer__social__icon svg {
    fill: #ffffff;
    transition: 0.2s; }

.footer__copy {
  text-align: right;
  font-size: 13px;
  font-weight: 300; }

.footer__bottom {
  background-color: #e0e0df;
  padding: 20px 0;
  text-align: center; }
  .footer__bottom .footer__bottom__partner {
    opacity: 0.8; }
    .footer__bottom .footer__bottom__partner:hover {
      opacity: 1; }

.footer__bottom__partner {
  vertical-align: middle;
  margin: 0 20px 20px;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  position: relative; }

@media screen and (max-width: 1200px) {
  .footer__top__third {
    width: 100%;
    float: none;
    text-align: center; }
  .footer__logo {
    display: none; } }

.hero {
  height: 550px;
  position: relative; }

.hero--fixed {
  width: 100%;
  height: 709px;
  background-image: url(assets/images/hero_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-color: #ddd;
  top: 0; }

.hero--scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(assets/images/hero_front.png);
  background-position: center top; }

.front_artists {
  margin-top: 60px;
  margin-bottom: 40px; }

.front_artist {
  min-height: 280px;
  overflow: hidden; }
  .front_artist:hover .front_artist__image {
    border-color: #2c2c2b; }
  .front_artist:hover .front_artist__title {
    color: #fddb00; }
  .front_artist .echo {
    font-weight: 100; }

.front_artist__image {
  height: 221px;
  transition: 0.2s; }

.front_artist__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2c2c2b;
  color: #ffffff;
  padding: 10px 20px;
  transition: 0.2s; }

.front_link_wrap {
  padding: 60px 0 0;
  background-color: #ffffff; }

.front_links {
  margin: 20px 0;
  margin-top: 60px;
  margin-bottom: 0; }
  .front_links > [class*="grid_"] {
    padding: 0 0; }

.front_link {
  height: 400px;
  position: relative; }
  .front_link:hover .front_link__title {
    background-color: #f6c70b; }
  .front_link.one {
    background-image: url(assets/images/front_link1.jpg); }
  .front_link.two {
    background-image: url(https://broadstairsfolkweek.org.uk/wp-content/uploads/2021/04/bfw_2021_flyer_cropped.png); }
  .front_link.three {
    background-image: url(assets/images/front_link3.jpg); }

.front_link__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fddb00;
  padding: 10px 20px;
  transition: 0.2s; }

.front_link--middle {
  height: 400px;
  background-color: #2c2c2b; }
  .front_link--middle .beta {
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 1; }
  .front_link--middle .delta {
    color: #ffffff;
    margin: 0 0 15px; }

.front_link--middle__image {
  width: 220px;
  height: 220px;
  position: relative;
  top: -20px;
  border-radius: 50%;
  margin: 0 auto -10px;
  border: 10px solid #2c2c2b;
  background-image: url(assets/images/front_link2.jpg);
  transition: 0.8s; }

.front_news_wrap {
  min-height: 800px;
  background-image: url(assets/images/broadstairs.jpg);
  background-position: center bottom;
  padding-bottom: 150px; }

.front_posts {
  margin: 20px -70px; }
  .front_posts > [class*="grid_"] {
    padding: 0 70px; }

.front_post:hover .front_post__title {
  color: #fddb00; }

.front_post__title {
  transition: 0.2s;
  line-height: 40px;
  margin: 0 0 5px; }

.front_post__date {
  color: #aaaaaa;
  margin: 0 0 15px; }

@media screen and (max-width: 1200px) {
  .hero--fixed {
    display: none; }
  .hero--scroll {
    background-image: url(assets/images/hero.jpg); }
  .front_links .grid_1-3 {
    width: 50%; }
  .front_links #swap {
    width: 100%;
    background-color: #2c2c2b; }
  .front_link--middle {
    width: 675px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0; }
    .front_link--middle .beta br {
      display: none; }
  .front_link--middle__image {
    position: static;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: middle; }
  .front_link--middle__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px; }
  .front_posts {
    margin: 20px -20px; }
    .front_posts > [class*="grid_"] {
      padding: 0 20px; } }

@media screen and (max-width: 960px) {
  .front_artists .grid_1-3 {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 20px; }
  .front_posts .grid_1-2 {
    width: 100%;
    margin: 0 0 40px; } }

@media screen and (max-width: 760px) {
  .hero {
    height: auto;
    background-image: url(assets/images/mobile_header.jpg);
    background-size: 100%;
    background-position: top center; }
    .hero:after {
      content: '';
      display: block;
      padding-bottom: 75%; }
  .hero--scroll,
  .hero--fixed {
    display: none; }
  .front_links .grid_1-3 {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .front_link--middle {
    width: auto;
    text-align: center; }
  .front_link--middle__image {
    display: block;
    margin: 0 auto 20px; }
  .front_link--middle__text {
    padding: 0; } }

.page__hero {
  height: 400px; }

.page__title {
  margin: 0 0 60px; }

.page__title--small_margin {
  margin: 0 0 40px; }

.page__image {
  height: 415px; }

.posts {
  text-align: left; }

.post {
  height: 355px;
  margin: 0 0 40px;
  text-align: center;
  transition: 0.2s; }
  .post:hover {
    background-color: #f5f5f5; }
    .post:hover .post__title {
      color: #f6c70b; }

.post__image {
  height: 238px; }

.post__title {
  transition: 0.2s; }

.post__bottom {
  background-color: #ffffff;
  padding: 20px 20px 50px; }

.post--news {
  background-color: #ebebeb;
  padding: 30px 20px 50px; }

.post--news__top {
  height: 91px; }

.post--news__title {
  line-height: 30px; }

.post--news__excerpt {
  margin: 0 0 20px; }

.post__category {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  font-weight: 400; }

@media screen and (max-width: 1200px) {
  .posts {
    width: 800px;
    margin: 0 auto; }
    .posts .grid_1-3 {
      width: 50%; } }

@media screen and (max-width: 840px) {
  .posts {
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
    .posts .grid_1-3 {
      width: 100%;
      padding: 0; }
    .posts .post {
      height: auto; } }

.single_post__title {
  margin: 0; }

.single_post__details {
  margin: 0 0 60px;
  padding: 5px 0 0;
  text-align: center; }

.single_post__date,
.single_post__category {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px; }

.single_post__date {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  position: relative; }
  .single_post__date:after {
    content: "";
    width: 3px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #c5c5c5;
    border-radius: 3px; }

.single_post__image {
  margin: 0 0 40px; }
  .single_post__image:after {
    content: "";
    display: block;
    padding-bottom: 56.25%; }

.other_posts {
  margin-top: 40px; }
  .other_posts .post--news {
    background-color: #ffffff; }

@media screen and (max-width: 1200px) {
  .other_posts .grid_1-3 {
    width: 400px;
    display: block;
    margin: 0 auto; }
  .other_posts .post {
    height: auto; } }

@media screen and (max-width: 600px) {
  .single_post__date,
  .single_post__category {
    display: block;
    margin: 0;
    padding: 0; }
    .single_post__date:after,
    .single_post__category:after {
      display: none; } }

@media screen and (max-width: 400px) {
  .other_posts .grid_1-3 {
    width: 100%; }
  .other_posts .post {
    height: auto; } }

.single_event__date {
  margin: 0 0 50px;
  text-align: center; }

.single_event__top {
  overflow: hidden;
  margin: 0 0 40px; }

.single_event__image {
  width: 45%;
  float: left; }
  .single_event__image:after {
    content: "";
    padding-bottom: 70%;
    display: block; }

.single_event__details {
  width: 55%;
  float: left;
  padding: 0 0 0 80px; }

.single_event__content {
  margin: 0 0 20px; }
  .single_event__content p:first-child {
    font-size: 19px; }

.single_event__detail {
  margin: 0 0 15px; }

.single_event__detail__text a {
  color: #2c2c2b;
  transition: 0.2s; }
  .single_event__detail__text a:hover {
    color: #fddb00; }

.single_event__link {
  margin: 30px 0 0; }

.single_event__ticket {
  vertical-align: middle;
  margin: 0 20px 10px 0; }

.single_event__tickets--sold {
  margin: 0 20px 0 0; }

.single_event__website {
  display: inline-block;
  vertical-align: middle; }
  .single_event__website a {
    color: #aaaaaa;
    transition: 0.2s; }
    .single_event__website a:hover {
      color: #4a4a4a; }

@media screen and (max-width: 760px) {
  .single_event__image,
  .single_event__details {
    float: none; }
  .single_event__image {
    width: 320px;
    height: 270px;
    margin: 0 0 20px; }
  .single_event__details {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 500px) {
  .single_event__ticket {
    margin: 0 0 20px; }
  .single_event__website {
    display: block; } }

@media screen and (max-width: 360px) {
  .single_event__image {
    width: 100%;
    height: auto; } }

.single_artist {
  overflow: hidden;
  margin: 0 0 60px; }

.single_artist__left {
  width: 40%;
  float: left; }

.single_artist__image {
  margin: 0 0 20px; }
  .single_artist__image:after {
    content: "";
    padding-bottom: 70%;
    display: block; }

.single_artist__social {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 0; }

.single_artist__social__icon {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 2px 0 0; }
  .single_artist__social__icon:hover svg {
    fill: #fddb00; }
  .single_artist__social__icon svg {
    fill: #2c2c2b;
    transition: 0.2s; }

.single_artist__website {
  display: inline-block;
  vertical-align: bottom;
  float: right; }
  .single_artist__website a {
    transition: 0.2s;
    color: #2c2c2b; }
    .single_artist__website a:hover {
      color: #fddb00; }

.single_artist__content {
  width: 60%;
  float: left;
  padding: 0 0 0 60px; }

@media screen and (max-width: 1200px) {
  .single_artist__website {
    display: block;
    float: none; } }

@media screen and (max-width: 960px) {
  .single_artist__left {
    width: 100%;
    float: none;
    margin: 0 0 30px; }
  .single_artist__website {
    display: inline-block;
    float: right; }
  .single_artist__content {
    width: 100%;
    padding: 0;
    float: none; } }

@media screen and (max-width: 500px) {
  .single_artist__website {
    display: block;
    float: none; } }

.single_venue_wrap {
  margin: 20px -30px;
  margin-bottom: 60px; }
  .single_venue_wrap > [class*="grid_"] {
    padding: 0 30px; }

.single_venue__map {
  position: relative; }
  .single_venue__map .eo-venue-map {
    z-index: 1; }

.single_venue__map--overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.woocommerce.shop-content {
  display: grid;
  grid-template-columns: 1fr; }

@media screen and (min-width: 700px) {
  .woocommerce.shop-content {
    grid-template-columns: 3fr 1fr; } }

.artist {
  margin: 0 0 20px; }
  .artist:hover .artist__title {
    color: #f6c70b; }

.artist__image {
  margin: 0 0 20px; }
  .artist__image:after {
    content: "";
    display: block;
    padding-bottom: 70%; }

.artist__title {
  min-height: 68px;
  transition: 0.2s;
  line-height: 34px; }

@media screen and (max-width: 960px) {
  .artists .grid_1-3 {
    width: 50%; } }

@media screen and (max-width: 760px) {
  .artists .grid_1-3 {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto; } }

.day {
  text-align: left; }

.venue__map {
  height: 400px;
  overflow: hidden; }

.venues_title_wrap {
  margin: 0 0 60px; }

.venue {
  margin: 0 0 40px; }
  .venue:hover .venue__title {
    color: #fddb00; }

.venue__image {
  margin: 0 0 10px; }
  .venue__image:after {
    content: "";
    display: block;
    padding-bottom: 70%; }

.venue__title {
  transition: 0.2s; }

@media screen and (max-width: 760px) {
  .venue__map {
    height: 270px; }
  .venues .grid_1-3 {
    width: 50%; }
  .venue {
    margin: 0 0 40px; } }

@media screen and (max-width: 500px) {
  .venue__map {
    height: 210px; }
  .venues .grid_1-3 {
    width: 100%; } }

.workforce__form p {
  font-size: 22px;
  margin: 0 0 30px; }

.workforce__form a {
  color: #4a4a4a;
  font-weight: 600; }

.workshops__top {
  overflow: hidden;
  margin: 0 0 60px; }

.workshops__image {
  width: 45%;
  float: left;
  background-image: url(assets/images/workshops/content.jpg); }
  .workshops__image:after {
    content: "";
    padding-bottom: 70%;
    display: block; }

.workshops__content {
  width: 55%;
  float: left;
  padding: 0 0 0 80px; }

.workshops__events_wrap {
  text-align: center; }

.workshops__key {
  margin: 10px 0 40px; }

.workshops__key__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .workshops__key__item .echo {
    display: inline-block;
    vertical-align: middle; }

.workshops__key__item__icon {
  color: #f6c70b;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "atrament-web", sans-serif;
  letter-spacing: 7px;
  display: inline-block;
  vertical-align: middle; }

.workshops__key__item__icon--grey {
  color: #cacaca; }

.workshops__bottom__image {
  background-image: url(assets/images/folk-week/image3.jpg); }

@media screen and (max-width: 760px) {
  .workshops__image {
    width: 280px;
    display: block;
    float: none;
    margin: 0 0 20px; }
  .workshops__content {
    width: 100%;
    float: none;
    padding: 0; } }

.contact__details {
  margin: 60px 0 0;
  overflow: hidden; }

.contact__details__left {
  width: 45%;
  float: left; }
  .contact__details__left p {
    margin: 0 0 15px; }

.contact__details__right {
  width: 55%;
  height: 380px;
  padding: 20px 0 0;
  float: left; }

@media screen and (max-width: 800px) {
  .contact__details__left,
  .contact__details__right {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .contact__details__right {
    height: 240px; } }

.about__image.one {
  background-image: url(assets/images/folk-week/image1.jpg); }

.about__image.two {
  background-image: url(assets/images/folk-week/image2.jpg); }

.about__image.three {
  background-image: url(assets/images/folk-week/image3.jpg); }

.friends__image.one {
  background-image: url(assets/images/friends/image1.jpg); }

.friends__image.two {
  background-image: url(assets/images/friends/image2.jpg); }

.friends__image.three {
  background-image: url(assets/images/folk-week/image3.jpg); }

.youth__top {
  overflow: hidden;
  margin: 0 0 60px; }

.youth__image.one {
  background-image: url(assets/images/youth/young-folk.jpg); }

.youth__content {
  width: 55%;
  float: left;
  padding: 0 0 0 80px; }

.youth__events_wrap {
  text-align: center; }

.youth__key {
  margin: 10px 0 60px; }

.youth__key__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .youth__key__item .echo {
    display: inline-block;
    vertical-align: middle; }

.youth__key__item__icon {
  color: #f6c70b;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "atrament-web", sans-serif;
  letter-spacing: 7px;
  display: inline-block;
  vertical-align: middle; }

.youth__key__item__icon--grey {
  color: #cacaca; }

@media screen and (max-width: 760px) {
  .youth__image {
    width: 280px;
    display: block;
    float: none;
    margin: 0 0 20px; }
  .youth__content {
    width: 100%;
    float: none;
    padding: 0; } }

.camping__image.one {
  background-image: url(assets/images/camping/image1.jpg); }

.camping__image.two {
  background-image: url(assets/images/camping/image2.jpg); }

.camping__image.three {
  background-image: url(assets/images/camping/image3.jpg); }

.sponsors {
  margin: 0 0 60px; }

.sponsors__image.three {
  background-image: url(assets/images/sponsors/image1.jpg); }

.ticket {
  margin: 0 0 40px; }

.large_ticket__image {
  height: 300px; }
  .large_ticket__image.one {
    background-image: url(assets/images/tickets/image1.jpg); }
  .large_ticket__image.two {
    background-image: url(assets/images/tickets/image2.jpg); }

.large_ticket__bottom {
  background-color: #fddb00;
  text-align: center;
  padding: 10px 30px 30px;
  color: #2c2c2b; }

.large_ticket__bottom--none {
  padding: 46px 30px; }

.large_ticket__buttons {
  margin: 20px 0 0; }
  .large_ticket__buttons .button, .large_ticket__buttons .frm_submit input, .frm_submit .large_ticket__buttons input,
  .large_ticket__buttons .frm_submit button, .frm_submit .large_ticket__buttons button {
    margin: 0 10px 10px; }

.small_ticket {
  height: 320px; }
  .small_ticket:hover .small_ticket__title {
    color: #fddb00; }
  .small_ticket.one {
    background-image: url(assets/images/tickets/image3.jpg); }
  .small_ticket.two {
    background-image: url(assets/images/tickets/image4.jpg); }
  .small_ticket.three {
    background-image: url(assets/images/tickets/image5.jpg); }

.small_ticket__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-color: #2c2c2b;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  transition: 0.2s; }

@media screen and (max-width: 1200px) {
  .tickets {
    text-align: center; }
    .tickets .grid_1-2 {
      width: 100%;
      max-width: 600px;
      display: block;
      margin: 0 auto 40px; }
    .tickets .grid_1-3 {
      width: 100%;
      max-width: 400px; }
  .large_ticket__bottom--none {
    padding: 10px 30px 30px; } }

@media screen and (max-width: 600px) {
  .large_ticket__image {
    height: 210px; }
  .large_ticket__title {
    line-height: 44px; } }

@media screen and (max-width: 500px) {
  .large_ticket__buttons .button--first {
    margin: 0 0 20px 0; }
  .small_ticket {
    height: 270px; } }

.craft__image.three {
  background-image: url(assets/images/craft/image1.jpg); }

/*# sourceMappingURL=style.css.map */
