/*
Theme Name: Wicked
Author: Leaf Solutions
Author URI:
Version: 1.4
Description: Nederlandse Associatie voor legale Cannabis en haar Stoffen als Medicatie
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dhapp_highhacker
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Smythe";
  src: url("fonts/Smythe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html {
  background-color: #f3f7f6;
  margin: 0 !important;
}

body {
  margin: 0;
}

ul {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 0;
}

li {
  margin: 0;
}

.content-nav {
  display: none;
  padding-top: 30px;
}

.container {
  max-width: 1022px;
  margin: 0 auto;
  padding: 0 24px;
}

.container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.burger {
  display: none;
  cursor: pointer;
}

.navbar__items {
  display: none;
  cursor: pointer;
}

.date {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

.category a {
  font-family: "Smythe";
}

.menu__line {
  display: none;
  cursor: pointer;
}

@media (max-width: 720px) {
  .content p img {
    width: 90%;
    height: 90%;
  }

  iframe {
    width: 90%;
    height: 90%;
  }
}

.mask {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

.menu__line-button {
  display: flex;
  cursor: pointer;
  justify-content: center;
}

.tickets__table-items--item-table-item--arrow-link {
  display: none;
  cursor: pointer;
}

.wicked-image {
  width: 720px;
  height: 445;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table {
  word-break: normal;
}

td {
  border: 1px solid #dee2e6;
  padding: 0.5em;
}

td strong {
  font-weight: bold;
}

.get_tickets {
  border-radius: 3px;
  background: #2b6cb0;
  color: #fff;
  padding: 0.4em 1em;
  border: 0;
  line-height: 1.6;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

/* table > tbody > tr > td > strong {
  font-family: "Josefin Sans";
  font-weight: 600;
}

table > tbody > tr > td > b {
  font-family: "Josefin Sans";
  font-weight: 600;
} */

#menu-wicked-cities {
  bottom: 10px;
}

#menu-footer-menu-second {
  bottom: 10px;
}

.mobile__menu {
  display: none;
}

@media screen and (max-width: 1141.98px) {
  .discover__items-image {
    right: -70px !important;
    top: 50px;
    z-index: 0;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .menu {
    display: flex;
    gap: 50px !important;
  }

  .discover__items-image {
    width: 50px;
    height: 50px;
    right: 350px !important;
    top: 50px;
    z-index: 0;
  }
}

@media screen and (min-width: 900.98px) and (max-width: 950.98px) {
  .discover__items-image {
    width: 30px;
    height: 30px;
    right: 350px !important;
    top: 50px;
    z-index: 0;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 900.98px) {
  .discover__items-image {
    width: 15px;
    height: 15px;
    right: 350px !important;
    top: 50px;
    z-index: 0;
  }

  .discover__item-buttons {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 767.98px) {
  .menu-item:hover .sub-menu {
    display: block !important;
    position: absolute;
    top: -10px;
    padding: 20px;

    /* border: #b4fa49ff solid 2.49px; */
    /* border-radius: 20px; */
    z-index: 5;
  }

  .menu-item:hover .sub-menu li a {
    padding: 20px;
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(153, 233, 33);
    cursor: pointer;
    border: 1 px solid #b4fa49ff;
  }

  .menu-item:hover .sub-menu li:first-child a {
    border-radius: 20px 20px 0 0;
    display: block;
  }

  .menu-item:hover .sub-menu li:first-child a:hover {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .menu-item:hover .sub-menu li:last-child a {
    border-radius: 0 0 20px 20px;
    display: block;
    overflow: hidden;
  }

  .menu-item:hover .sub-menu li:last-child a:hover {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }

  .menu-item:hover .sub-menu li a:hover {
    background-color: #b4fa49ff;
    overflow: hidden;
  }

  .menu-item:hover .sub-menu li:hover {
    background-color: #b4fa49ff;
    overflow: hidden;
  }
}

@media screen and (max-width: 767.98px) {
  .tickets__table-items--item-table-item--copy {
    display: block !important;
    border-radius: 7px;
    padding: 19px;
    background-color: #b4fb49;
    font-family: "Smythe";
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color: #111;
  }

  header {
    height: 50px !important;
  }

  .navbar {
    position: relative;
    top: -70px;
  }

  #content {
    margin-top: 60px;
  }

  .mobile__menu {
    display: none;
    width: 100vw;
    height: 200vh;
    background-color: #edffd1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    /* overflow: scroll; */
  }

  body.lock {
    overflow: hidden;
  }

  .mobile__menu.active {
    display: block;
  }

  .mobile__menu-header {
    display: flex;
    align-items: end;
    flex-direction: column;
    z-index: 200 !important;
    position: relative;
    border-bottom: 4px solid #b4fb49;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .menu-mobile {
    padding-top: 33px;
    padding-left: 27px;
    padding-bottom: 20px;
  }

  .mobile__menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile__menu-list li {
    list-style-type: none;
  }

  .mobile__menu-list li div a {
    text-decoration: none;
    font-size: 20px;
  }

  .mobile__menu-list li div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile__sub-menu {
    display: none !important;
    align-items: flex-start !important;
  }

  .mobile__sub-menu.active {
    display: block !important;
    max-height: 200px;
    overflow-y: scroll;
  }

  .mobile__sub-menu ul {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    gap: 10px;
  }

  .mobile__menu-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 3px;
  }

  .tickets__table-items--item-table-item--city-title {
    display: none;
    cursor: pointer;
  }

  .tickets__table-items--item-table-item--dates-title {
    display: none;
    cursor: pointer;
  }

  .tickets__table-items--item-table-item--venue-title {
    display: none;
    cursor: pointer;
  }

  .menu__line-button-active {
    display: flex;
    position: fixed;
    z-index: 133 !important;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    top: 50px;
    left: -80px;
  }

  /* .menu__line-active {
    display: block;
    position: fixed;
    width: 100%;
    height: 4px;
    background-color: #b4fb49;
    z-index: 132 !important;
    top: 140px;
  } */

  .menu li {
    padding-top: 0;
    display: flex !important;
    flex-direction: row;
    width: 300px !important;
    position: relative;
    justify-content: space-between;
  }

  .sub-menu {
    display: flex !important;
    flex-direction: column !important;
    z-index: 134 !important;

    background: no-repeat url("http://test.wickedtour.net/wp-content/uploads/2024/04/Vector.png") !important;
  }

  .sub-menu li {
    display: none !important;
  }

  .sub-menu-active li {
    display: block !important;
  }

  .sub-menu-item-active {
    display: flex;
    flex-direction: column;
    color: #111;
    background-color: #b4fb49;
    padding: 10px 20px;
    gap: 5px;
  }

  .discover__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }

  .wicked-image {
    max-width: 70%;
  }

  .discover__item-label {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 17px !important;
  }

  .discover__item-label--image {
    top: 40px !important;
    left: 90px !important;
  }

  .discover__item-label--block {
    top: 70px !important;
    left: 390px !important;
  }

  .discover__item-label--image img {
    width: 68px;
    height: 65px;
  }

  .discover__items-image {
    position: static !important;
  }

  .discover__item-buttons {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }

  #nav {
    display: none;
  }

  .navbar__items {
    display: flex;
    position: relative;
    margin-left: 20px;
    align-items: center;
    z-index: 5;
  }

  .navbar__item img {
    width: 47px;
    height: 47px;
    transform: rotate(4deg);
    padding-top: 15px;
  }

  .logo__container {
    display: none;
    cursor: pointer;
  }

  .navbar {
    padding: 21px 0;
  }

  .navbar__item--title {
    font-family: "Smythe";
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    color: #111;
    padding-top: 14px;
  }

  .burger {
    float: right;
    display: block;
    position: relative;
    height: 20px;
    width: 30px;
    z-index: 102;
    cursor: pointer;
    bottom: 120px;
    right: 50px;
    z-index: 132 !important;
  }

  /* .active-burger {
    display: block;
    position: fixed;
    height: 20px;
    width: 30px;
    z-index: 102;
    cursor: pointer;
    top: 160px;
    left: 300px;
    z-index: 152 !important;
  }

  .active-burger:before {
    background: #000;
    transform: rotate(45deg);
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 0px;
    z-index: 132 !important;
  }

  .active-burger:after {
    transform: scale(0);
    z-index: 132 !important;
  }

  .active-burger span {
    transform: scale(0);
    background: #000;
    transform: rotate(-45deg);
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    bottom: 50px;
    z-index: 132 !important;
  } */

  .burger:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #111;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    z-index: 132 !important;
  }

  .burger:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #111;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    z-index: 132 !important;
  }

  /* .active-burger:before {
    top: -101px;
    z-index: 132 !important;
  } */

  .burger::after {
    bottom: 0;
    z-index: 132 !important;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: #111;
    height: 2px;
    /* transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all; */
    z-index: 132 !important;
  }

  /* .active-burger span {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
    background: #111;
    height: 2px;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    z-index: 132 !important;
  } */

  .tickets__table-items--item-table-item {
    display: block !important;
    border-radius: 7px;
    position: relative;
  }

  .tickets__table-items--item-table-item--city {
    padding: 19px 19px 5px 19px !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .tickets__table-items--item-table-item--dates {
    padding: 2px 19px 5px 19px !important;
  }

  .tickets__table-items--item-table-item--venue {
    padding: 2px 19px 19px 19px !important;
  }

  .tickets__table-items--item-table-item--city-par {
    padding: 19px 19px 5px 19px !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .tickets__table-items--item-table-item--dates-par {
    padding: 2px 19px 5px 19px !important;
  }

  .tickets__table-items--item-table-item--venue-par {
    padding: 2px 19px 19px 19px !important;
  }

  .tickets__table-items--item-table-item p {
    display: none;
    cursor: pointer;
  }

  .tickets__table-items--item-table-item--arrow-link {
    display: block;
    position: absolute;
    z-index: 10;
    right: 100px;
    top: 30px;
  }

  .discover__items {
    margin-top: 30px;
    padding-bottom: 50px !important;
  }

  /* .menu {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    display: none !important;
    background-color: #edffd1 !important;
    gap: 24px !important;
  }

  .menu,
  .active {
    display: flex !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    flex-direction: column;
    pointer-events: all;
    z-index: 122 !important;
    animation: fade 0.1s linear;
    padding-top: 150px;
    overflow-x: hidden;
  } */
}

@media screen and (max-width: 600.98px) {
  .discover__item-label {
    position: relative !important;
    left: -50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px 15px !important;
  }

  .discover__item-label h1 {
    font-size: 32px !important;
  }

  .discover__item-label--block {
    top: 40px !important;
    left: 350px !important;
    width: 90px !important;
  }

  .discover__item-label--image {
    top: 20px !important;
    left: 80px !important;
  }

  .discover__item-buttons {
    margin: 0;
  }

  .discover__items {
    padding-bottom: 50px !important;
  }

  .footer__items {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 521.98px) {
  .discover__item-label {
    position: relative !important;
    left: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px 15px !important;
  }

  .discover__item-label--text {
    font-size: 14px !important;
    text-align: center !important;
  }

  .discover__items-image {
    position: static !important;
    display: block;
  }

  .discover__items-image img {
    width: 291px;
    height: 289px;
  }

  .discover__item-label--image {
    top: 20px !important;
    left: 20px !important;
  }

  .discover__item-label--block {
    top: 40px !important;
    left: 300px !important;
    width: 90px !important;
  }

  .discover__item-button button p {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    font-size: 14px !important;
    font-family: "Josefin Sans";
  }

  .discover__item-button button {
    padding: 15px 23px !important;
  }

  .discover__item-label--title {
    text-align: center !important;
    width: 100%;
  }
}

@media screen and (max-width: 479.98px) {
  .tickets__table-items--item-table-item--arrow-link {
    display: block;
    position: absolute;
    z-index: 10;
    right: 60px;
    top: 30px;
  }

  .discover__item-label--text {
    font-size: 14px !important;
    line-height: 179%;
  }

  .discover__item-label {
    position: relative !important;
    left: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px 15px !important;
  }

  .discover__item-label--block {
    top: 40px !important;
    left: 270px !important;
    width: 90px !important;
  }
}

@media screen and (max-width: 447.98px) {
  .discover__item-label {
    position: relative !important;
    left: -20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px 15px !important;
  }

  .discover__item-label--block {
    top: 80px !important;
    left: 130px !important;
    width: 90px !important;
  }
}

.tickets__table-items--item-table-item--copy {
  display: none;
  cursor: pointer;
}

.entry-content {
  max-width: 1022px;
  margin: 0 auto;
}

.entry-content h1 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
  color: #111;
}

.entry-content h2 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
  color: #111;
}

.entry-content h3 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  color: #111;
}

#content h1 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
  color: #111;
}

#content h2 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
  color: #111;
}

#content h3 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  color: #111;
}

#content p {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.related-posts h4 {
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  text-align: center;
  background: #cdfa89;
  margin-bottom: 25px;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #111;
}

ol li {
  font-family: "Josefin Sans";
  margin-bottom: 15px !important;
}

.sub-menu-active {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

a {
  color: #111;
}

.btn-product-cust {
  border: 3px solid #b4fb49;
  border-radius: 8px;
  height: 44px;
  min-width: 200px;
  justify-content: center;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  font-family: "Josefin Sans";
  background-color: #b4fb49;
  margin: 20px;
  position: relative;
  /* display: none; */
}

.custom-links {
  text-decoration: none;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.entry-content p {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

.logo__container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.logo {
  margin: 0 auto;
  text-align: center;
  z-index: 7;
  transform-origin: unset;
  transform: rotate(-1.0833473953560514e-15deg);
  overflow-x: hidden;
  overflow-y: hidden;
}

.custom-logo {
  position: relative;
  top: 40px;
}

.logo__figure {
  z-index: 7;
  transform-origin: unset;
  transform: rotate(-1.0833473953560514e-15deg);
  overflow-x: hidden;
  overflow-y: hidden;
}

.navbar {
  display: flex;
  flex-direction: column;
  max-width: 1232px;
  align-items: center;
  padding: 36px 0;
  border: #b4fa49ff solid 2.49px;
  border-radius: 8px 8px 8px 8px;
  background-color: #edffd1;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 17px 17px 33px 0 rgba(205, 250, 137, 0.3);
  background: #edffd1;
  margin: 0 auto;
}

.nav-bar-active {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 95%;
  align-items: center;
  padding: 30px 0;
  border: #b4fa49ff solid 2.49px;
  border-radius: 8px 8px 8px 8px;
  background-color: #edffd1;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 17px 17px 33px 0 rgba(205, 250, 137, 0.3);
  background: #edffd1;
  margin: 0 auto;
}

.menu {
  display: flex;
  gap: 92px;
  padding: 0 15px !important;
}

.menu li {
  list-style-type: none;
  position: relative;
}

.menu li a {
  width: max-content;
  line-height: 20px;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.sub-menu {
  display: none;
  cursor: pointer;
}

.menu__item {
  list-style-type: none;
}

.menu__item-link {
  width: max-content;
  line-height: 20px;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.discover__items {
  display: flex;
  position: relative;
  gap: 60px;
  padding-bottom: 200px;
}

.discover-item {
  display: flex;
}

.discover__item-label {
  flex: 0 1 50%;
  padding-top: 170px;
}

.discover__items-image {
  position: absolute;
  right: -70px;
  top: 50px;
  z-index: 0;
}

.discover-item--block {
  display: block;
  position: absolute !important;
  left: 365px;
  top: 20px;
  z-index: 0;
  border-radius: 9px;
  width: 125px;
  height: 25px;
  background: #b4fb49;
}

.discover__item-button {
  display: flex;
  gap: 20px;
}

.discover__item-button button {
  color: #111111;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
  border: 3px solid #b4fb49;
  padding: 15px 40px;
  gap: 10px;
}

.discover__item-button button p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 24px;
  font-family: "Josefin Sans";
}

.discover__item-buttons {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 1141.98px) {
  .discover__item-buttons {
    position: relative;
  }

  .discover__item-label {
    position: relative;
  }
}

.discover__item-button:last-child {
  display: flex;
}

.discover__item-button:last-child button {
  color: #111111;
  background: #b4fb49;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
  border: 3px solid #b4fb49;
  padding: 15px 40px;
  gap: 10px;
}

.discover__item-button:last-child button p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "Josefin Sans";
  text-transform: uppercase;
  color: #111;
}

.discover__item-label h1 {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 48px;
  text-transform: capitalize;
  color: #000;
  z-index: 12;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}

.discover__item-label p {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 50px;
  z-index: 12;
  text-align: left;
}

.discover__item-label--image {
  position: absolute !important;
  left: -90px;
  top: 130px;
  z-index: -1;
}

.discover__item-label--block {
  display: block;
  position: absolute !important;
  left: 300px;
  top: 220px;
  z-index: 0;
  border-radius: 9px;
  width: 125px;
  height: 25px;
  background: #b4fb49;
}

@media screen and (min-width: 1141.98px) {
  .tickets__table {
    display: block;
    padding-bottom: 20px;
  }
}

.tickets__items {
  display: flex;
  justify-content: space-between;
}

.tickets__item {
  flex: 0 1 140px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tickets__item-title {
  font-family: "Josefin Sans";
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #cdfa89;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #111;
}

.tickets__item-block {
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  background: #e5ffbe;
  font-weight: 400;
  font-size: 16px;
  color: #111;
  font-family: "Josefin Sans";
}

.tickets__item-button {
  display: flex;
  border: 3px solid #b4fb49;
  border-radius: 8px;
  background: #f3f7f6;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 0 13px;
}

.tickets__item-button p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.tickets__info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.tickets__info-item {
  margin: 0;
}

.tickets__info-item--title {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
  color: #111;
  margin: 0;
}

.tickets__table-items--item-table {
  display: flex;
  flex-direction: column;
}

.tickets__table-items--item-table-item {
  display: flex;
  gap: 10px;
  flex: 0 1 1019px;
  align-items: center;
  margin-bottom: 6.6px;
}

.tickets__table-items--item-table-item p {
  margin: 0;
}

.tickets__table-items--item-table-item--city {
  flex: 0 1 246px;
  border-radius: 7px;
  padding: 19px;
  background-color: #e5ffbe;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.tickets__table-items--item-table-item--city a {
  color: #111;
}

.tickets__table-items--item-table-item--city-title {
  flex: 0 1 250px;
  border-radius: 7px;
  padding: 9px 19px;
  background-color: #b4fb49;
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  color: #111;
  box-sizing: border-box;
}

.tickets__table-items--item-table-item--city-par {
  flex: 0 1 246px;
  border-radius: 7px;
  padding: 19px;
  background-color: #fffcf6;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #111;
}

.tickets__table-items--item-table-item--city-par a {
  color: #111;
}

.tickets__table-items--item-table-item--dates-title {
  border-radius: 7px;
  padding: 9px 19px;
  flex: 0 1 211px;
  background-color: #b4fb49;
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
  color: #111;
}

.tickets__table-items--item-table-item--dates {
  border-radius: 7px;
  padding: 19px;
  flex: 0 1 244px;
  background-color: #e5ffbe;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #111;
}

.tickets__table-items--item-table-item--dates-par {
  flex: 0 1 246px;
  border-radius: 7px;
  padding: 19px;
  background-color: #fffcf6;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #111;
}

.tickets__table-items--item-table-item--venue-title {
  border-radius: 7px;
  padding: 9px 19px;
  flex: 0 1 297px;
  background-color: #b4fb49;
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
  color: #111;
}

.tickets__table-items--item-table-item--venue {
  border-radius: 7px;
  padding: 19px;
  flex: 0 1 341px;
  background-color: #e5ffbe;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #111;
}

.tickets__table-items--item-table-item--venue-par {
  flex: 0 1 341px;
  border-radius: 7px;
  padding: 19px;
  background-color: #fffcf6;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #111;
}

.tickets__table-items--item-table-item--button {
  border: 3px solid #b4fb49;
  border-radius: 8px;
  height: 44px;
  min-width: 150px;
  justify-content: center;
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: #f3f7f6;
  text-decoration: none;
}

.tickets__table-items--item-table-item--button p {
  text-decoration-line: none;
  text-transform: uppercase;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  font-family: "Josefin Sans";
  text-decoration: none;
}

#footer {
  background-color: #414141;
  padding: 39px 80px;
  margin-top: 100px;
}

.footer__items {
  display: flex;
  justify-content: space-around;
}

.footer__menu-title {
  font-family: "Smythe";
  font-weight: 400;
  font-size: 32px;
  text-transform: capitalize;
  color: #b4fb49;
}

.footer-menu {
  position: relative;
  left: -40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menu-item-type-custom {
  list-style-type: none;
}

.menu-item-type-custom a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

.menu-item-type-post_type a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

.menu-item-type-post_type {
  list-style-type: none;
}

.tickets__table-items--item-table-item--button-link {
  text-decoration: none;
}

.footer__menu-items {
  display: flex;
  flex-direction: column;
}

.footer__social {
  display: flex;
  gap: 27.76px;
  margin-bottom: 40px;
}

.posts-list {
  margin-bottom: 10px;
  padding-left: 0;
}

.posts-list.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.posts-list.grid li {
  width: calc(33.33% - 30px);
}

.posts-list li {
  margin-bottom: 10px;
}

.posts-list a {
  display: block;
  color: #111;
  box-shadow: 17px 17px 33px 0 rgba(205, 250, 137, 0.3);
  padding: 20px 20px 20px 50px;
  background-color: #fffcf6;
  text-decoration: underline;
  border-radius: 7px;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.posts-list.search li a {
  background: none;
  padding: 15px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 300;
}

.posts-list {
  list-style-type: none;
}

.posts-list a:hover {
  color: #6f037e;
}

.posts-list.grid a {
  background: none;
  padding: 0;
  font-family: inherit;
  height: 100%;
}

.posts-list.grid a img {
  width: 100%;
  height: auto;
  border: 1px solid #a6a6a6;
}

.posts-list a span {
  color: #111;
}

.posts-list.grid a span {
  display: inline-block;
  padding: 20px 20px 30px;
  color: #111;
  line-height: 1.2;
  text-decoration: underline;
}

.posts-list.search a h2 {
  color: #6f037e;
  font-family: "Open Sans Bold";
  margin-bottom: 10px;
}

.navigation {
  text-align: center;
  position: relative;
}

.navigation:before {
  content: "";
  display: block;
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.nav-links {
  margin-top: 20px;
  width: auto;
  display: inline-block;
  position: relative;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  width: 31px;
  height: 31px;
  border: 1px solid #b4fb49;
  box-shadow: 17px 17px 33px 0 rgba(205, 250, 137, 0.3);
  line-height: 31px;
  font-family: "Smythe";
  font-size: 14px;
  font-weight: 300;
  margin-right: 4px;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
}

.page-numbers:last-of-type {
  margin-right: 0;
}

a.page-numbers:hover,
.page-numbers.current {
  background: #cdfa89;
}


button {
  cursor: pointer;
}




.content table {
  width: 100%;
  table-layout: fixed;
}

.content td {
  width: 50%;
}

.content td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}