@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Bitter:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap");
body {
  background: url("../img/hornsea-bg.png") #141110;
  font-family: "Bitter", serif;
  color: #f4eccb;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
}

.center {
  text-align: center;
}

#page-wrapper a, #single-wrapper a {
  color: #81712f;
}
#page-wrapper a:hover, #single-wrapper a:hover {
  color: rgba(129, 113, 47, 0.8);
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

#wrapper-header {
  position: sticky;
  top: -1px;
  width: 100%;
  z-index: 1000;
}
#wrapper-header .header-top {
  background: #81712f;
  width: 100%;
  height: 85px;
  line-height: 80px;
  font-family: "Amatic SC", cursive;
  text-align: center;
  color: #141110;
  font-weight: 700;
  -webkit-transition: 1s;
  transition: 1s;
}
#wrapper-header .header-top .logo {
  font-size: 68px;
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
}
#wrapper-header .header-top .logo a {
  text-decoration: none;
  color: inherit;
}
#wrapper-header .header-top .menu-button {
  color: #f4eccb;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 5px;
  border-top: 5px dotted #f4eccb;
  border-bottom: 5px dotted #f4eccb;
  height: 40px;
  line-height: 29px;
  font-size: 24px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 599px) {
  #wrapper-header .header-top .menu-button {
    left: 15px;
  }
}
#wrapper-header .header-top .menu-button:hover {
  cursor: pointer;
  border-top: 5px dashed #f4eccb;
  border-bottom: 5px dashed #f4eccb;
}
#wrapper-header .header-bottom {
  height: 34px;
  background: url("../img/hornsea-top.png") repeat-x;
  width: 100%;
  margin-top: -1px;
}

#wrapper-header.is-pinned .header-top {
  height: 62px;
  line-height: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}
#wrapper-header.is-pinned .header-top .logo {
  font-size: 46px;
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
}
#wrapper-header.is-pinned .header-top .menu-button {
  top: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #141110;
  background-image: url("../img/menu-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#main-menu .menu {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#main-menu .menu li a {
  background: rgba(244, 236, 203, 0.4);
  border-radius: 8px;
  margin: 4px 0px;
  padding: 0px 6px;
  color: #141110;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 36px;
  outline: 0px;
  text-decoration: none;
}
#main-menu .menu a:hover {
  border-bottom: 3px dashed #141110;
  background: rgba(244, 236, 203, 0.5);
}
#main-menu .menu-button-close {
  color: #f4eccb;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 36px;
  border-top: 5px dotted #f4eccb;
  border-bottom: 5px dotted #f4eccb;
  position: absolute;
  top: 10px;
  left: 10px;
}
#main-menu .menu-button-close:hover {
  cursor: pointer;
  border-top: 5px dashed #f4eccb;
  border-bottom: 5px dashed #f4eccb;
}

#page-wrapper, #single-wrapper {
  background: #141110;
  width: 86%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f4eccb;
  -webkit-box-shadow: 0 2px 10px 0px #000, 0 -9px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
          box-shadow: 0 2px 10px 0px #000, 0 -9px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
  border-radius: 0px 0px 15px 15px;
}

#page-wrapper {
  margin-top: -200px;
  padding-top: 165px;
}

#single-wrapper {
  margin-top: -50px;
  padding-top: 60px;
}
#single-wrapper .content-area article {
  padding: 20px;
}

#primary, .elementor-element-populated {
  padding: 0px !important;
}

.gig-container {
  border-radius: 3px;
  background: #050404;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-bottom: 10px dotted #141110;
}
.gig-container .gig-date {
  font-size: 24px;
}
.gig-container .gig-time {
  font-size: 18px;
}
.gig-container .gig-who {
  font-weight: bold;
}
.gig-container .gig-who i {
  margin-right: 10px;
}
.gig-container .gig-info {
  margin-bottom: 10px;
  width: 120px;
  border: 3px dashed #050404;
  background: #f4eccb;
  text-align: center;
  font-size: 30px;
  color: #141110;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  border-radius: 3px;
}
.gig-container .gig-info:hover {
  background: #ebdda1;
}
.gig-container .gig-ticket {
  width: 120px;
  border: 3px dashed #050404;
  background: #f4eccb;
  text-align: center;
  font-size: 30px;
  color: #141110;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  border-radius: 3px;
}
.gig-container .gig-ticket:hover {
  background: #ebdda1;
}
.gig-container .gig-ticket.sold-out {
  background: rgba(244, 236, 203, 0.6) !important;
}

@media only screen and (max-width: 899px) {
  .image-mobile {
    display: block;
    float: none;
    margin: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.news-container {
  border: 1px solid #81712f;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}
.news-container legend {
  width: inherit;
  margin-left: 20px;
  padding: 0px 10px;
}

#social-container {
  text-align: center;
  width: 100%;
  font-size: 40px;
  margin: 20px 0px 20px 0px;
}
#social-container i {
  margin: 0px 10px;
}
#social-container a {
  color: #f4eccb;
}
#social-container a:hover {
  color: rgba(244, 236, 203, 0.8);
}

.mailchimp-wrapper {
  padding: 15px 15px 20px 15px;
  background: #141110;
  margin: 25px 25px 5px 25px;
  color: #f4eccb;
  -webkit-box-shadow: 0 2px 10px 0px #000, 0 0px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
          box-shadow: 0 2px 10px 0px #000, 0 0px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
  border-radius: 15px;
}

.mailchimp-wrapper, .mailchimp-embed-wrapper {
  display: inline-block;
}
.mailchimp-wrapper .newsletter-fields, .mailchimp-embed-wrapper .newsletter-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.mailchimp-wrapper .newsletter-fields input, .mailchimp-embed-wrapper .newsletter-fields input {
  margin-top: 10px;
}
.mailchimp-wrapper #mce-EMAIL, .mailchimp-wrapper #mce-FNAME, .mailchimp-embed-wrapper #mce-EMAIL, .mailchimp-embed-wrapper #mce-FNAME {
  margin-right: 15px;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
}
.mailchimp-wrapper #mce-responses, .mailchimp-embed-wrapper #mce-responses {
  margin-top: 10px;
}
.mailchimp-wrapper #mc_embed_signup div.mce_inline_error, .mailchimp-embed-wrapper #mc_embed_signup div.mce_inline_error {
  margin-top: 10px;
}
.mailchimp-wrapper #mc-embedded-subscribe, .mailchimp-embed-wrapper #mc-embedded-subscribe {
  width: 120px;
  border: 3px dashed #050404;
  background: #f4eccb;
  text-align: center;
  font-size: 30px;
  color: #141110;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  border-radius: 3px;
}
.mailchimp-wrapper #mc-embedded-subscribe:hover, .mailchimp-embed-wrapper #mc-embedded-subscribe:hover {
  background: #ebdda1;
}

.newsletter-bed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1010;
}

.newsletter-modal-wrapper {
  position: fixed;
  top: 20px;
  width: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1015;
}
.newsletter-modal-wrapper .newsletter-modal {
  padding: 15px 15px 20px 15px;
  background: #141110;
  margin: 35px 25px 5px 25px;
  color: #f4eccb;
  -webkit-box-shadow: 0 2px 10px 0px #000, 0 0px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
          box-shadow: 0 2px 10px 0px #000, 0 0px 0px 0px #141110, 12px 0 15px -4px #000, -12px 0 15px -4px #000;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.newsletter-modal-wrapper .newsletter-modal-close {
  float: right;
  margin: 0px 0px 20px 20px;
  font-size: 24px;
  cursor: pointer;
}
.newsletter-modal-wrapper .newsletter-modal-close:hover {
  color: #fdfbf5;
}
.newsletter-modal-wrapper .newsletter-modal-iframe {
  width: 100%;
  padding-bottom: 20px;
  min-height: 300px;
}

.wpcf7-submit {
  width: 200px !important;
  border: 3px dashed #050404 !important;
  background: #f4eccb !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #141110 !important;
  font-family: "Amatic SC", cursive !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
}
.wpcf7-submit:hover {
  background: #ebdda1 !important;
}

.wpcf7-response-output {
  margin: 1em 0.5em 1em !important;
  border-radius: 3px !important;
}