/*!
 Theme Name:   WP Theme Chiesa di Verona
 Theme URI:    https://git.glauco.it/eventiverona/wp-theme-eventi-verona
 Description:  Storefront child's theme
 Author:       IDS & Unitelm <mediamobile@glauco.it>
 Author URI:   https://git.glauco.it/eventiverona/wp-theme-eventi-verona
 Template:     storefront
 Version:      1.0.1
 License:      UNLICENSED
 Tags:         eventi-verona
 Text Domain:  wp-theme-eventi-verona
*/
body,
button,
input,
textarea,
select {
  color: #232F4B;
  font-family: "Montserrat";
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #232F4B;
}

.box-shadow-05 {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.05);
}

.box-shadow-10 {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
}

.box-shadow-bottom-10 {
  box-shadow: 0 -4px 40px rgba(35, 47, 75, 0.1);
}

.ac-container {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
}
.ac-container h3 {
  font-size: 16px;
  font-weight: 600;
  color: #232F4B;
  margin-bottom: 30px;
}

.w-100 {
  width: 100%;
}

.bc-ac-primary-opacity-50 {
  background: rgba(0, 93, 54, 0.5);
}

.bg-ac-primary-text-opacity-50 {
  background: rgba(35, 47, 75, 0.5);
}

.bc-ac-secondary-opacity-10 {
  background: rgba(1, 36, 23, 0.1);
}

.bc-ac-secondary-opacity-20 {
  background: rgba(1, 36, 23, 0.2);
}

.bg-ac-gradient {
  background: linear-gradient(90deg, #232F4B 3.98%, #005D36 95.52%);
}

.gradient-text {
  background-color: #232F4B;
  background-image: linear-gradient(90deg, #232F4B 3.98%, #005D36 95.52%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
}
.section-title::before {
  content: url(assets/img/icons/section.svg);
  color: #005D36;
  margin-right: 10px;
}

.category-subtitle {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #005D36;
  font-size: 12px;
}

.aspect-ratio-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .col-full {
    max-width: 69.25em;
    padding: 0;
  }
  .site-header .site-header-cart .menu-elem {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1.618em 0;
    color: #005D36;
  }
}
.site-header {
  background-color: #fff;
  border-top: 10px solid #005D36;
  box-shadow: 0 -4px 40px rgba(35, 47, 75, 0.1);
  font-weight: 600;
  margin-bottom: 30px !important;
}
.site-header .site-search {
  position: relative;
  background: #DDD;
  width: 23.73913% !important;
}
.site-header .site-search .search-field {
  box-shadow: none;
  font-size: 15px;
}
.site-header .site-search .woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: center;
  background: #DDD;
}
.site-header .site-search .woocommerce-product-search input {
  width: 75%;
  background: none;
  padding: 6px 0 6px 1.2em;
}
.site-header .site-search .woocommerce-product-search input::placeholder {
  color: rgba(35, 47, 75, 0.7);
  font-weight: 500;
}
.site-header .site-search .woocommerce-product-search .ids-icon {
  position: absolute;
  top: 0.7em;
  right: 1.2em;
  color: #005D36;
  width: 18px;
  height: 18px;
}

.site-branding {
  width: 50% !important;
}
.site-branding .logo {
  max-width: 250px;
}

.main-navigation .menu-toggle {
  border: none;
  background: rgba(1, 36, 23, 0.2);
  font-size: 16px;
  padding: 1em 1.41575em;
}
.main-navigation .menu-toggle::before, .main-navigation .menu-toggle::after,
.main-navigation .menu-toggle span::before {
  background: #232F4B;
}
.main-navigation .menu-toggle:hover {
  background: rgba(1, 36, 23, 0.3);
}

.handheld-navigation .menu {
  margin-top: 30px;
}
.handheld-navigation .menu .menu-item {
  text-align: center;
}
.handheld-navigation .menu .menu-item a {
  color: rgba(35, 47, 75, 0.5);
  padding: 0.4em 0;
}
.handheld-navigation .menu .current-menu-item a {
  color: #232F4B !important;
}

.primary-navigation .sub-menu {
  background: #fff !important;
  box-shadow: 0 20px 40px rgba(28, 16, 45, 0.1);
  font-size: 15px;
}
.primary-navigation .menu-item {
  font-size: 15px;
}
.primary-navigation .menu-item a {
  color: #232F4B;
  padding: 1.618em 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.primary-navigation .menu-item a:hover {
  color: #005D36;
  transition-duration: 0.3s;
}
.primary-navigation .current-menu-item a {
  color: #005D36 !important;
}

.site-header-cart {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: flex-end;
}
.site-header-cart .menu-elem {
  font-size: 15px;
  display: none;
}
.site-header-cart .menu-elem svg {
  width: 16px;
  height: 16px;
}
.site-header-cart .menu-elem span {
  color: #232F4B;
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin-bottom: 60px !important;
  }
  .site-header .site-branding .logo {
    max-width: 394px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce-active .site-header .main-navigation {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .woocommerce-active .site-header .main-navigation .menu-item a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 14px;
  }
  .woocommerce-active .site-header .site-header-cart {
    float: none;
    width: 100%;
    justify-content: center;
  }
  .woocommerce-active .site-header .site-header-cart .menu-elem {
    display: flex;
    align-items: center;
  }
}
.hentry .entry-header {
  border-bottom: 0;
  margin-bottom: 20px;
}

.entry-categories {
  font-weight: 700;
  text-transform: uppercase;
}
.entry-categories > a {
  color: #005D36;
}

.entry-date {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: rgba(35, 47, 75, 0.5);
}

.entry-title {
  font-weight: 700;
  font-size: 28px;
  margin-top: 10px;
}

.entry-content p {
  margin-bottom: 30px;
  line-height: 26px;
}
.entry-content > p:nth-of-type(1)::first-letter {
  color: #005D36;
  font-size: 64px;
  font-weight: 500;
  margin-right: 20px;
}

.entry-author {
  display: flex;
  border-left: 2px solid #012417;
  align-items: center;
  margin-bottom: 20px;
}
.entry-author .avatar {
  padding: 0 10px;
  border-radius: 50%;
  width: 60px;
  height: 40px;
}
.entry-author .author-name {
  font-size: 14px;
  line-height: 22px;
}
.entry-author .author-name span {
  font-weight: 600;
  display: block;
}

.post-password {
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  padding: 30px !important;
  margin-bottom: 60px !important;
}
.post-password-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px !important;
}
.post-password-title, .post-password-text {
  text-align: center;
  margin-bottom: 20px !important;
}
.post-password-text {
  font-size: 16px;
}
.post-password .form-row {
  margin-bottom: 30px !important;
}

.protected-post-tag {
  width: 80px;
  text-align: center;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 4px;
  color: rgba(35, 47, 75, 0.5);
  border: 2px solid rgba(35, 47, 75, 0.5);
  margin-bottom: 10px !important;
}
.protected-post-tag span {
  display: none;
}

.section {
  padding: 60px 0 60px 0;
  margin: 0 60px;
}
.section--full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #DDD;
  width: auto;
}
.section--dark {
  background: #f7f7f8;
}
.section__title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #232F4B;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__title--with-decoration {
  position: relative;
  padding-left: 34px;
}
.section__title--with-decoration::before {
  content: url(assets/img/icons/section.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
}
.section__lower_bar {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.page-template-template-sede .entry-title {
  text-align: center;
}

.entry-location {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005D36;
  font-weight: 700;
  font-size: 20px;
  gap: 10px;
  margin-bottom: 40px;
}
.entry-location__icon {
  height: 20px;
  width: 16px;
  flex: 0 0 20px;
}

.page-template-template-sede .sede-map__container {
  width: 100%;
  height: 430px;
}
.page-template-template-sede .sede-map__orari {
  margin-top: 60px;
}
.page-template-template-sede .sede-insights__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .page-template-template-sede .sede-insights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-template-template-sede .sede-insights__item {
  position: relative;
  text-align: center;
  color: #232F4B;
  font-weight: 700;
  font-size: 20px;
}
.page-template-template-sede .sede-insights__item img {
  width: 100%;
  height: 360px;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 15px;
}

.select2-container--default {
  vertical-align: sub;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #DDD;
  box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #005D36;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #DDD;
  border-radius: 0;
}
.select2-container--default .select2-results {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
}
.select2-container--default .selection {
  box-shadow: none !important;
  font-weight: 400 !important;
}
.select2-container--default .selection .select2-selection__rendered {
  padding: 0;
  color: #232F4B;
  line-height: 35px;
}
.select2-container--default .selection .select2-selection {
  color: #232F4B;
  background-color: #f7f7f8;
  border-radius: 4px;
  padding: 5px 10px;
  height: 42px;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  width: 10px;
  height: 42px;
  border: 0;
  content: url(assets/img/icons/event/bottom-arrow.svg);
  top: 0;
}

.site-footer {
  background: #012417;
  border-top: 7px solid #005D36;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 40px 0 3.706325903em;
}
.site-footer .col-full {
  margin: 0;
  max-width: 100%;
}
.site-footer .footer-content .logo {
  margin: 0 auto 40px auto;
  width: 279px;
}
.site-footer .footer-content .footer-menu {
  margin: 0 auto 40px auto;
}
.site-footer .footer-content .footer-menu ul {
  margin: 0;
}
.site-footer .footer-content .footer-menu ul li {
  list-style: none;
  padding: 0.4em 0;
}
.site-footer .footer-content .footer-menu ul li a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-content .socials {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.site-footer .footer-content .socials .ids-icon {
  color: #005D36;
  width: 40px;
  height: 40px;
}
.site-footer .site-info {
  background: #005D36;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 20px 1.41575em;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-content .footer-menu ul {
    display: inline-flex;
  }
  .site-footer .footer-content .footer-menu ul li {
    list-style: none;
    margin: 0 25px;
  }
  .site-footer .site-info {
    position: absolute;
    bottom: 0;
  }
}

.storefront-handheld-footer-bar {
  background-color: #fff;
  border-top: 0;
  box-shadow: 0 4px 40px rgba(35, 47, 75, 0.1);
}
.storefront-handheld-footer-bar .site-search {
  position: relative;
  background: #f5f7fb;
  box-shadow: 0 4px 40px rgba(35, 47, 75, 0.1);
}
.storefront-handheld-footer-bar .site-search .search-field {
  box-shadow: none;
  font-size: 15px;
}
.storefront-handheld-footer-bar .site-search .woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: center;
  background: #f5f7fb;
}
.storefront-handheld-footer-bar .site-search .woocommerce-product-search input {
  flex: 1 0 auto;
  background: none;
}
.storefront-handheld-footer-bar .site-search .woocommerce-product-search input::placeholder {
  color: rgba(27, 35, 52, 0.6);
}
.storefront-handheld-footer-bar .site-search .woocommerce-product-search .ids-icon {
  width: 18px;
  height: 18px;
  color: #005D36;
}
.storefront-handheld-footer-bar .cart .count {
  background: #005D36;
  color: #fff;
}
.storefront-handheld-footer-bar .footer-bar-elem::before {
  content: none !important;
}
.storefront-handheld-footer-bar .footer-bar-elem {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.storefront-handheld-footer-bar .footer-bar-elem .ids-icon {
  color: #005D36;
  width: 24px;
  height: 24px;
}

.teaser-row {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .teaser-row {
    gap: 15px;
    flex-direction: row;
  }
  .teaser-row > * {
    flex-basis: 50%;
    margin-bottom: 0;
  }
}

.teaser-column {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.teaser {
  display: block;
}
.teaser__image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.teaser__image .wp-post-image {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.teaser__title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser__category {
  color: #005D36;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.teaser__date {
  font-size: 14px;
  font-weight: 600;
  color: rgba(35, 47, 75, 0.5);
}
.teaser--horizontal {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .teaser--horizontal {
    flex-direction: row;
  }
  .teaser--horizontal .teaser__image {
    max-width: 33.33%;
    flex: 1 0 33.33%;
    margin-bottom: 0;
  }
}
.teaser--sede {
  position: relative;
  margin-bottom: 40px;
}
.teaser--sede .teaser__image {
  position: relative;
}
.teaser--sede .teaser__image .wp-post-image {
  aspect-ratio: 4/3;
}
.teaser--sede .teaser__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, #005D36 100%);
  transition: opacity ease-out 250ms;
  opacity: 0.6;
}
.teaser--sede:hover .teaser__image::after {
  opacity: 1;
}
.teaser--sede .teaser__content {
  text-align: center;
  background: #fff;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -40px;
  padding: 20px;
  height: 145px;
  z-index: 20;
}
.teaser--sede .teaser__category {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.teaser--sede .teaser__category .teaser__icon {
  height: 20px;
  width: 16px;
  flex: 0 0 15px;
}

.list_with_filter_section {
  margin-bottom: 0 !important;
}
.list_with_filter_section .mep-events-cats-list {
  margin-bottom: 20px !important;
}
.list_with_filter_section .mep-events-cats-list .mep-cat-control {
  background: #ADDFCA !important;
  color: #232F4B !important;
  padding: 5px 10px !important;
  border: none !important;
}
.list_with_filter_section .mep-events-cats-list .mixitup-control-active {
  background: #005D36 !important;
  color: #fff !important;
}

.mage_grid_box .mep_event_grid_item {
  min-height: 650px;
  height: auto;
  border: 0;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
}
.mage_grid_box .mep_event_grid_item .mep_list_thumb .mep-multidate-ribbon {
  background: #005D36 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_thumb .mep-ev-start-date {
  top: 20px !important;
  left: 20px !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_thumb .mep-ev-start-date .mep-day {
  background: #005D36 !important;
  color: #fff !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_thumb .mep-ev-start-date .mep-month {
  background: #005D36 !important;
  color: #fff !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header {
  padding: 0 0 0 20px;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header::before {
  border-left: 2px solid #005D36 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header .category-subtitle {
  color: rgba(35, 47, 75, 0.7);
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header .mep_list_title {
  color: #232F4B !important;
  font-size: 18px !important;
  margin-top: 10px;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header .mep_list_date {
  border-top: 0 !important;
  color: #005D36 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-top: 10px;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header .mep_list_date::before {
  content: url(assets/img/icons/event/ticket.svg);
  margin-right: 5px;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-header .mep_list_date span {
  font-weight: 700;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer {
  padding: 0 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul .mep_list_org_name {
  margin-bottom: 30px !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li {
  margin-top: 20px !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li .evl-ico {
  margin-right: 10px !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li .evl-ico .fa-map-marker-alt::before {
  content: url(assets/img/icons/event/map-pin.svg);
  color: #005D36;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li .evl-ico .fa-calendar::before, .mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li .evl-ico .fa-calendar-alt::before {
  content: url(assets/img/icons/event/calendar.svg);
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer ul li .evl-cc * {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #232F4B !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mep_more_date_btn {
  margin: 0 0 35px 0 !important;
  background: #ADDFCA !important;
  color: #005D36 !important;
  border: 0 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-width: auto !important;
  line-height: 24px !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mep_more_date_btn::before {
  background: none !important;
  border: none !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mep_more_date_btn:hover::before {
  background: none !important;
  border: none !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list {
  position: initial !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li:hover {
  background: none !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li {
  border-top: 1px solid #DDD !important;
  border-bottom: none !important;
  margin: 0 !important;
  padding: 20px 0 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li a .mep-more-date i::before {
  content: url(assets/img/icons/event/calendar.svg);
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li a .mep-more-time i::before {
  content: url(assets/img/icons/event/clock.svg);
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li a span {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #232F4B !important;
  margin: 0 0 10px 0 !important;
}
.mage_grid_box .mep_event_grid_item .mep_list_event_details .mep-list-footer .mp_event_more_date_list li a span:last-child {
  margin: 0 !important;
}
.mage_grid_box .owl-dots .owl-dot {
  background: #ADDFCA !important;
  width: 12px !important;
  height: 12px !important;
  margin-right: 15px !important;
}
.mage_grid_box .owl-dots .owl-dot::before {
  content: none !important;
}
.mage_grid_box .owl-dots button.active {
  background: #005D36 !important;
  width: 200px;
}

.search_sort_code_area .search_sort_code .sort_code_search_box {
  border: 0 !important;
  background: #f7f7f8;
  padding: 20px !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area {
  border: 0 !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label {
  border: 0 !important;
  margin-bottom: 20px !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label .filter-name {
  color: rgba(35, 47, 75, 0.5);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label select,
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label input {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1) !important;
  background: #fff !important;
  border: none !important;
  font-weight: 400 !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  height: 32px !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label select::placeholder,
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label input::placeholder {
  color: rgba(35, 47, 75, 0.5) !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label select {
  appearance: none !important;
  background: #fff url(assets/img/icons/event/bottom-arrow.svg) 97%/10px no-repeat !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label span {
  padding: 25px 5px !important;
}
.search_sort_code_area .search_sort_code .sort_code_search_box .filter_input_area label span::before {
  content: url(assets/img/icons/event/calendar.svg);
  color: #005D36;
}
.search_sort_code_area .search_result_empty {
  text-align: center;
  margin-top: 10px;
  color: #232F4B !important;
}

.ui-datepicker {
  color: #232F4B !important;
  font-family: "Montserrat" !important;
  border: none !important;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1) !important;
}
.ui-datepicker .ui-datepicker-header {
  background: rgba(0, 93, 54, 0.5) !important;
  color: #232F4B !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  content: url(assets/img/icons/event/left-arrow.svg);
  background: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: none !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  content: url(assets/img/icons/event/right-arrow.svg);
  background: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: none !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-calendar tr {
  background: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar tr th {
  background: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar td {
  background: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: transparent !important;
  color: #232F4B !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: #ADDFCA !important;
  color: #005D36 !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #012417 !important;
  color: #fff !important;
  border: none !important;
}

.pagination_area .allCenter .pagination_load_more {
  background: #005D36;
}

@media (min-width: 768px) {
  .filter_input_area {
    display: flex !important;
    margin: 10px auto !important;
  }
  .filter_input_area label {
    margin-bottom: 0 !important;
  }
  .filter_input_area label:not(:last-child) {
    margin-right: 30px !important;
  }
  .filter_input_area * {
    flex: 1 !important;
  }
}
.calendar {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1) !important;
  clip-path: inset(-40px 0 -40px 0);
}
.calendar .calendar-header {
  background: #fff !important;
  color: #232F4B !important;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar .calendar-header .month-label {
  position: absolute;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.calendar .calendar-header .calendar-actions {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.calendar .calendar-header .calendar-actions .prev {
  position: relative;
  visibility: hidden !important;
}
.calendar .calendar-header .calendar-actions .prev::after {
  display: initial;
  visibility: visible !important;
  position: absolute;
  top: 10px;
  left: 0;
  content: url(assets/img/icons/event/left-arrow.svg) !important;
}
.calendar .calendar-header .calendar-actions .next {
  position: relative;
  visibility: hidden !important;
}
.calendar .calendar-header .calendar-actions .next::after {
  visibility: visible !important;
  display: initial !important;
  position: absolute;
  top: 10px;
  right: 0;
  content: url(assets/img/icons/event/right-arrow.svg) !important;
}
.calendar .calendar-header .calendar-actions .today {
  display: none !important;
}
.calendar .month-weeks {
  border: none !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
}
.calendar .month-weeks .week-header {
  color: rgba(35, 47, 75, 0.5) !important;
  background: #f7f7f8 !important;
}
.calendar .month-weeks .days-container .sunday {
  border-left: none !important;
}
.calendar .month-weeks .days-container .date {
  background: #fff !important;
}
.calendar .month-weeks .days-container .date .date-label {
  color: #232F4B !important;
}
.calendar .month-weeks .days-container .outside-month .date-label {
  color: rgba(35, 47, 75, 0.5) !important;
}
.calendar .month-weeks .days-container .current-date {
  background: rgba(1, 36, 23, 0.1) !important;
}
.calendar .month-weeks .days-container .current-date::before {
  border: none !important;
}
.calendar .month-weeks .days-container .current-date .date-label {
  color: #005D36 !important;
}
.calendar .month-weeks .days-container .date-events .event {
  border-color: #005D36 !important;
  background: #f7f7f8 !important;
}
.calendar .month-weeks .days-container .date-events .event .title {
  color: #232F4B !important;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (min-width: 768px) {
  .calendar .calendar-header .calendar-actions {
    width: 40%;
  }
}
.mep-events-wrapper {
  padding: 0 !important;
}

.mep-default-content {
  width: 100% !important;
  padding-bottom: 60px !important;
}
.mep-default-content .mep-default-title {
  border-left: 2px solid #012417 !important;
  padding-left: 20px;
}
.mep-default-content .mep-default-title .category-subtitle {
  margin-bottom: 10px !important;
}
.mep-default-content .mep-default-title h2 {
  color: #232F4B !important;
  font-size: 28px !important;
}
.mep-default-content .mep-default-feature-date-location .mep-default-feature {
  padding: 10px 30px;
  background: #fff;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  display: flex;
  align-items: start;
}
.mep-default-content .mep-default-feature-date-location .df-ico {
  margin-right: 10px !important;
}
.mep-default-content .mep-default-feature-date-location .df-dtl {
  padding: 0 !important;
}
.mep-default-content .mep-default-feature-date-location .df-dtl h3 {
  font-weight: 700 !important;
  color: #232F4B !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.mep-default-content .mep-default-feature-date-location .df-dtl p {
  color: #232F4B !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.mep-default-content .mep-default-feature-date-location .mep-default-feature-date .df-ico {
  content: url(assets/img/icons/event/calendar.svg);
}
.mep-default-content .mep-default-feature-date-location .mep-default-feature-time .df-ico {
  content: url(assets/img/icons/event/clock.svg);
}
.mep-default-content .mep-default-feature-date-location .mep-default-feature-location .df-ico {
  content: url(assets/img/icons/event/map-pin.svg);
}
.mep-default-content .mep-default-feature-content {
  margin-bottom: 60px !important;
}
.mep-default-content .mep-default-feature-content a {
  font-weight: 600;
  text-decoration: underline;
  color: #005D36;
}
.mep-default-content .event-map {
  margin-bottom: 60px;
}
.mep-default-content .event-map .mep_google_map {
  height: 430px;
}

.site-content .col-full .mep-events-wrapper {
  padding: 0 !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-content .mep-event-faq-part h3 {
  background: #005D36 !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar {
  width: 100% !important;
  padding-bottom: 60px !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar h3, .site-content .col-full .mep-events-wrapper .mep-default-sidebar h4 {
  color: #232F4B;
  font-size: 16px;
  font-weight: 600;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .df-sidebar-part {
  margin: 0 !important;
  background: #f7f7f8 !important;
  padding: 30px !important;
  padding-bottom: 60px !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-price {
  border-bottom: 1px solid #DDD;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-price h3 {
  color: #005D36;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-price h3::before {
  content: url(assets/img/icons/event/ticket.svg);
  margin-right: 5px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .total-seats {
  margin: 30px 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .total-seats p {
  display: flex;
  align-items: center;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .total-seats p .ids-icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-meta {
  border-bottom: 1px solid #DDD;
  padding: 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-meta .organizer {
  margin: 30px 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-meta .organizer a {
  color: #005D36;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule {
  font-size: 13px;
  font-weight: 600;
  padding: 20px 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule li {
  padding: 0 !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep-more-date .mep_date_scdl_start_datetime {
  /*margin-bottom: 5px;*/
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep-more-date .mep_date_scdl_start_datetime::before {
  content: url(assets/img/icons/event/calendar.svg);
  margin-right: 8px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep-more-date .mep_date_scdl_start_datetime .event-time {
  margin-top: 20px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep-more-date .mep_date_scdl_start_datetime .event-time::before {
  content: url(assets/img/icons/event/clock.svg);
  margin-right: 10px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep-more-date .mep_date_scdl_end_datetime {
  margin-left: 25px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-events-schedule .mep_single_date_btn {
  display: none !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list {
  border-bottom: 1px solid #DDD;
  margin: 0 !important;
  padding: 20px 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list h4::before {
  content: url(assets/img/icons/event/speaker.svg);
  margin-right: 10px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list .event-speaker {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list .speaker-img {
  width: 60px;
  height: 60px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list .speaker-img img {
  width: 60px;
  height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidebar-speaker-list a p {
  color: #232F4B;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-social {
  border: none !important;
  padding: 20px 0;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-social ul {
  display: flex;
  gap: 10px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-social ul li i {
  background: #012417;
  color: #fff !important;
  width: 40px;
  height: 40px;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn {
  margin: 0 !important;
  padding: 30px !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn .calender-url {
  float: left !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn .calender-url #mep_add_calender_button {
  height: auto !important;
  background: #005D36 !important;
  border-radius: 4px !important;
  padding: 5px 13px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: initial !important;
  display: flex !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn .calender-url #mep_add_calender_button i {
  margin: 5px 15px 0 0 !important;
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn .calender-url #mep_add_calender_button i::before {
  content: url(assets/img/icons/event/add-to-calendar.svg);
}
.site-content .col-full .mep-events-wrapper .mep-default-sidebar .mep-default-sidrbar-calender-btn .calender-url #mep_add_calender_links li a {
  background: #012417 !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.mep-default-feature-cart-sec {
  margin: 50px 0;
}
.mep-default-feature-cart-sec .mep-cart-table-title,
.mep-default-feature-cart-sec .event-expire-btn {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #232F4B;
}
.mep-default-feature-cart-sec form {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area {
  border-radius: 4px 4px 0 0;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area .mep_everyday_date_secs, .mep-default-feature-cart-sec form .mpwemasp_ticket_area .mep_re_datelist_label {
  background: #005D36;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area .mep_ticket_type_title {
  background: #fff !important;
  color: #005D36 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 15px 40px !important;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 40px rgba(35, 47, 75, 0.1);
  clip-path: inset(0 0 -40px 0);
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table {
  padding: 0 40px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr td {
  background: none !important;
  border-bottom: 1px solid #DDD;
  font-weight: 600;
  height: 100px;
  font-size: 14px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .ticket-qty .extra-qty-box {
  width: 60%;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .ticket-qty .mage_error {
  color: #232F4B !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .ticket-price {
  text-align: right;
  font-size: 14px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .ticket-price .tkt-pric {
  color: rgba(35, 47, 75, 0.5);
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf {
  padding: 0 !important;
  border: 0 !important;
  height: auto !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  background: #f7f7f8 !important;
  padding: 20px !important;
  margin: 30px 0 !important;
  border: none !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec h5 {
  flex: 100%;
  color: #232F4B !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec h5 span {
  color: #005D36 !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec label {
  display: block;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: rgba(35, 47, 75, 0.5);
  margin: 0px;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec .customCheckBoxArea {
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_ticket_type_table tbody tr .user-innnf .user-info-sec .dada-info .mep-user-info-sec .customCheckBoxArea .customCheckbox::before {
  border: 1px solid rgba(35, 47, 75, 0.5) !important;
  width: 15px !important;
  height: 15px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area .mep_extra_service_title {
  color: #232F4B !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 40px;
  padding: 20px 20px 0 20px !important;
  background: #f7f7f8 !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table {
  padding: 0 40px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr td:first-child {
  padding-left: 20px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr td {
  background: #f7f7f8 !important;
  border-bottom: 1px solid #DDD;
  font-weight: 600;
  height: 100px;
  font-size: 14px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr .mage_text_center .extra-tkt-qty {
  display: block;
  margin-bottom: 10px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr .mage_text_right .extra-tkt-pric {
  display: block;
  color: rgba(35, 47, 75, 0.5);
  margin-bottom: 10px !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area #mep_event_extra_service_table tbody tr:last-child td {
  border: 0 !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area .term_condition_area {
  background: none !important;
  float: right;
  margin: 0 30px 0 0 !important;
}
.mep-default-feature-cart-sec form .mpwemasp_ticket_area .term_condition_area a {
  color: #232F4B !important;
  font-size: 14px !important;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.mep-default-feature-cart-sec .mep_event_add_cart_table tbody tr td {
  text-align: right;
  background: #fff !important;
  padding: 0 40px 40px 0;
  font-size: 14px !important;
}
.mep-default-feature-cart-sec .mep_event_add_cart_table tbody tr td .btn-mep-event-cart {
  display: initial !important;
  margin-right: 0 !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 4px;
  padding: 10px 15px !important;
  background: #005D36 !important;
}
.mep-default-feature-cart-sec .mep_event_add_cart_table tbody tr .total-col {
  text-align: left;
  padding: 0 0 40px 40px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.mep-default-feature-cart-sec .mep_same_attendee,
.mep-default-feature-cart-sec .same_attendee_hide {
  display: none !important;
}

.slider {
  position: relative;
}
.slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0 !important;
  visibility: hidden;
  color: #005D36 !important;
}
.slider__arrow--prev {
  left: -20px;
}
.slider__arrow--next {
  right: -20px;
}
.slider__arrow .ids-icon {
  width: 22px;
  height: 22px;
}
.slider__container {
  border-radius: 10px;
  overflow: hidden;
}
.slider__container > a.event-slide:not(:first-child) {
  display: none;
}
.slider .event-slide {
  position: relative;
  color: #fff;
  height: 500px;
}
.slider .event-slide__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.slider .event-slide__image .wp-post-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.slider .event-slide__image::after {
  content: "";
  position: absolute;
  background: linear-gradient(265.1deg, rgba(0, 0, 0, 0) 29.28%, #1c0c27 96.05%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider .event-slide__content {
  position: relative;
  z-index: 20;
  padding: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.slider .event-slide__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider .event-slide__info {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.slider .event-slide__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #DDD;
  margin: 0;
}
.slider .event-slide__meta .ids-icon {
  width: 18px;
  height: 18px;
}
.slider .slick-slide {
  margin: 0;
}
.slider select {
  appearance: none !important;
  background: #fff url(assets/img/icons/event/bottom-arrow.svg) 97%/10px no-repeat !important;
}
@media only screen and (min-width: 768px) {
  .slider__arrow {
    visibility: visible;
    height: 73px;
    width: 73px;
  }
  .slider__arrow--prev {
    left: -36px;
  }
  .slider__arrow--next {
    right: -36px;
  }
  .slider .event-slide__content {
    padding: 40px;
  }
  .slider .event-slide__title {
    font-size: 32px;
  }
  .slider .event-slide__info {
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider .event-slide__content {
    padding: 130px 80px 0;
  }
  .slider .event-slide__title {
    font-size: 44px;
  }
}

.event-searchbar {
  position: absolute;
  z-index: 10;
  width: auto;
  background: #fff;
  border-radius: 10px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 5px;
}
.event-searchbar .event-searchbar__control {
  display: flex;
  align-items: center;
}
.event-searchbar .event-searchbar__control .ids-icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  color: #005D36;
}
.event-searchbar .form-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.event-searchbar .form-label {
  font-weight: 700;
  color: #232F4B;
  font-size: 14px;
}
.event-searchbar .form-control {
  font-size: 14px;
  padding: 6px 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
}
.event-searchbar .form-control::placeholder {
  color: rgba(35, 47, 75, 0.5);
  font-weight: 600;
}
.event-searchbar .form-control:focus {
  background-color: transparent;
}
.event-searchbar select.form-control {
  appearance: none;
  background-image: url(assets/img/icons/event/bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  color: rgba(35, 47, 75, 0.5);
  font-weight: 600;
}
.event-searchbar button[type=submit] {
  background: #005D36;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .event-searchbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .event-searchbar .event-searchbar__control {
    flex: 1 0 30%;
  }
  .event-searchbar .event-searchbar__control .ids-icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .event-searchbar {
    left: 80px;
    right: 80px;
  }
  .event-searchbar .form-label {
    font-size: 16px;
  }
  .event-searchbar .event-searchbar__control {
    flex: 1 0 auto;
  }
  .event-searchbar button[type=submit] {
    width: auto;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  color: #232F4B;
  background: #f7f7f8;
  border-radius: 4px;
  padding: 5px 10px !important;
  box-shadow: none;
  font-weight: 400;
  border: 0;
  height: 42px;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  font-weight: 400;
  color: rgba(35, 47, 75, 0.5);
}

input[type=checkbox] {
  border: 1px solid rgba(35, 47, 75, 0.5);
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

textarea {
  width: 100% !important;
  border-radius: 4px;
  background: #fff !important;
  color: #232F4B !important;
}

select {
  border: none !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  appearance: none;
  padding: 5px 10px !important;
  background: #f7f7f8 url(assets/img/icons/event/bottom-arrow.svg) 97%/10px no-repeat !important;
  height: 42px;
}

.mep_input {
  width: 160px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  margin-top: 10px !important;
}

.form-row {
  align-self: start;
}
.form-row label {
  font-weight: 600;
  font-size: 16px;
  color: rgba(35, 47, 75, 0.5);
  margin-bottom: 5px;
}
.form-row label abbr {
  text-decoration: none;
}
.form-row label span {
  font-size: 14px;
}
.form-row label .required {
  color: rgba(35, 47, 75, 0.5);
}
.form-row .password-input .show-password-input {
  background: transparent;
}
.form-row .password-input .show-password-input::after {
  color: #012417;
}
.form-row .password-input .display-password::after {
  color: rgba(1, 36, 23, 0.3) !important;
}
.form-row-wide {
  width: 100% !important;
}
.form-row--coupon label {
  font-size: 16px;
  font-weight: 600;
  color: #232F4B;
  margin-bottom: 5px;
  display: block;
}
.form-row--coupon input {
  background: #f7f7f8;
  color: #232F4B;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form-row--coupon input {
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
.form-row--coupon input::placeholder {
  color: #232F4B;
}

.ac-form {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .ac-form__col--2 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
  }
  .ac-form__col--2 .form-row {
    margin: 0px;
    min-width: 200px;
    width: calc(50% - 15px);
    float: initial;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ac-form__col--3 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
  }
  .ac-form__col--3 .form-row {
    margin: 0px;
    float: initial !important;
    margin: 0 !important;
    width: calc(33.33% - 20px);
  }
}
.ac-form--sm {
  max-width: 360px !important;
  margin: 0 auto !important;
}

.ac-button {
  padding: 10px 15px !important;
  border-radius: 4px;
}
.ac-button--primary {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #005D36;
}
.ac-button--secondary {
  font-size: 14px;
  font-weight: 600;
  background: #ADDFCA;
  color: #005D36;
}
.ac-button--wide {
  width: 100%;
}

.iandu-edit-preferences {
  font-size: 12px;
  background: #fff;
  color: rgba(35, 47, 75, 0.5);
  padding: 5px 8px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.2);
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-radius: 4px 4px 0 0;
  z-index: 1000;
  transition: all 0.3s;
}
.iandu-edit-preferences:hover {
  color: #232F4B;
  transition: all 0.3s;
}

.mep-related-events {
  display: none;
}

.storefront-breadcrumb {
  margin: 20px 0 !important;
  padding: 0 !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(35, 47, 75, 0.5) !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: none !important;
  color: rgba(35, 47, 75, 0.5) !important;
  margin-right: 10px !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-child::before {
  content: url(assets/img/icons/breadcrumb/home.svg) !important;
  margin-right: 4px !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator {
  margin-right: 10px !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator::after {
  content: url(assets/img/icons/breadcrumb/breadcrumb-separator.svg) !important;
  opacity: 1 !important;
}

@media (min-width: 991px) {
  .storefront-breadcrumb {
    margin: 60px 0 !important;
  }
}
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 66px;
  color: #005D36;
  font-weight: 700;
  margin-bottom: 20px;
}
.error-404 p {
  font-size: 32px;
  color: #232F4B;
  font-weight: 500;
  margin-bottom: 30px;
}

.content-area .site-main .woocommerce .woocommerce-MyAccount-content .orders-made {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #232F4B !important;
  margin-bottom: 20px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  border-radius: 4px;
  color: #232F4B;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
  display: table-header-group;
  box-shadow: 0 -4px 40px rgba(35, 47, 75, 0.1);
  clip-path: inset(0 0 -40px 0);
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr {
  display: table-row;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr td {
  display: table-cell;
  background: #fff;
  text-align: left;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr td a {
  color: rgba(35, 47, 75, 0.5);
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__header {
  color: rgba(35, 47, 75, 0.5);
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px 0 20px !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__cell::before {
  display: none;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__cell {
  color: rgba(35, 47, 75, 0.5);
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px 20px 20px !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody {
  display: table-row-group;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr {
  display: table-row;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td:first-child {
  width: 80px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
  display: table-cell;
  text-align: left;
  background: #fff;
  padding: 20px 20px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_img {
  width: 60px;
  height: 60px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .category-subtitle {
  display: block;
  font-size: 12px !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_quantity label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_quantity span {
  font-size: 14px;
  font-weight: 400;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_price {
  font-size: 14px;
  font-weight: 600;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .download-order-ticket {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 4px;
  color: #005D36;
  background: rgba(1, 36, 23, 0.3);
}

@media (min-width: 768px) {
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .orders-made {
    font-size: 18px !important;
    margin-bottom: 30px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
    display: table-header-group;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__header {
    font-size: 16px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__cell {
    font-size: 16px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr {
    display: table-row;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
    background: #fff;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td:first-child {
    width: 106px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
    padding: 30px 20px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_img {
    width: 106px;
    height: 106px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .category-subtitle {
    font-size: 14px !important;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_title {
    font-size: 18px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_quantity label {
    font-size: 16px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_quantity span {
    font-size: 16px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .order_event_price {
    font-size: 16px;
  }
}
.woocommerce-checkout .col2-set {
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields {
  margin-bottom: 20px !important;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 4px;
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
  font-size: 16px;
  font-weight: 600 !important;
  color: #232F4B;
  margin-bottom: 30px;
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .easy-fatturazione-elettronica-checkout-fields {
  margin-top: 30px;
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .easy-fatturazione-elettronica-checkout-fields .form-row {
  margin-bottom: 30px;
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-account-fields {
  margin: 0 20px;
}
.woocommerce-checkout .cart-review {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}
.woocommerce-checkout .cart-review-title {
  font-size: 16px;
  font-weight: 600;
  color: #232F4B;
  margin-bottom: 10px;
}
.woocommerce-checkout .cart-review table {
  border: 1px solid #DDD;
  border-radius: 4px;
}
.woocommerce-checkout .cart-review th {
  color: rgba(35, 47, 75, 0.5);
  padding: 10px 1em;
  border-bottom: 1px solid #DDD;
  border-radius: 4px 4px 0 0;
}
.woocommerce-checkout table {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0px;
}
.woocommerce-checkout table thead {
  background: #fff;
  color: rgba(35, 47, 75, 0.5) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 4px;
}
.woocommerce-checkout table .ticket-descr {
  width: 80%;
}
.woocommerce-checkout table .ticket-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.woocommerce-checkout table tr .product-remove {
  padding-left: 50px !important;
}
.woocommerce-checkout table tr td label {
  display: block;
}
.woocommerce-checkout table tr .order-terms {
  padding: 20px 0 !important;
}
.woocommerce-checkout table .cart-discount a {
  visibility: hidden;
  position: relative;
}
.woocommerce-checkout table .cart-discount a::before {
  visibility: visible;
  content: url(assets/img/icons/remove.svg);
  position: absolute;
  left: 5px;
  top: 0;
}
.woocommerce-checkout table .order-total td {
  border-bottom: 0 !important;
  padding: 20px !important;
}
.woocommerce-checkout table .order-total td label {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.woocommerce-checkout table .order-total td strong {
  font-size: 28px !important;
}
.woocommerce-checkout table .order-total .total-cart {
  border-left: 2px solid #012417;
  background: #f7f7f8 !important;
}
.woocommerce-checkout .place-order {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .place-order button {
  display: flex;
  align-items: center;
  width: initial !important;
}
.woocommerce-checkout .place-order button::before {
  content: url(assets/img/icons/pagamento/white-bag.svg);
  margin-right: 15px;
  height: 25px;
}
.woocommerce-checkout #payment .wc_payment_methods {
  display: flex;
  column-gap: 30px;
  margin-bottom: 30px !important;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method:hover {
  background: none;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method {
  background: none;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label {
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label:before {
  font-weight: 400;
  color: #DDD;
  font-size: 18px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type=radio]:first-child:checked + label:before {
  color: #005D36;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method img {
  filter: grayscale(100%);
  opacity: 0.5;
  float: left;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .pm-img-active {
  filter: grayscale(0%);
  opacity: 1;
}
.woocommerce-checkout #payment .payment_box {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  margin-bottom: 10px;
}
.woocommerce-checkout #payment .payment_box .wc-payment-form {
  padding: 0px;
  background: none;
  margin: 0px;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
  border-bottom: 2px solid rgba(1, 36, 23, 0.3);
  font-size: 20px;
  color: #005D36;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-thankyou-order-details {
  background: none;
  margin: 0 0 30px 0;
  text-align: center;
}
.woocommerce-checkout .woocommerce-thankyou-order-details:before, .woocommerce-checkout .woocommerce-thankyou-order-details:after {
  display: none;
}
.woocommerce-checkout .woocommerce-thankyou-order-details li {
  font-size: 14px;
  border-bottom: 0px;
  padding: 20px 20px 0px 20px;
}
.woocommerce-checkout .woocommerce-thankyou-order-details li strong {
  font-size: 16px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
  }
  .woocommerce-thankyou-order-received {
    width: 50% !important;
  }
}
@media (max-width: 430px) {
  .woocommerce-checkout #payment .wc_payment_methods {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0;
  }
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 0 40px 0 !important;
  background: #f7f7f8;
  padding: 20px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin: 0;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: rgba(35, 47, 75, 0.5) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  content: none !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
  color: #232F4B !important;
}
.content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #005D36 !important;
}

@media (min-width: 768px) {
  .content-area .site-main .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul {
    display: initial;
    margin: 0 5% 0 0 !important;
    background: none;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 40px;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 20px !important;
  }
  .content-area .site-main .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
  }
}
.woocommerce-Address header {
  position: relative;
}
.woocommerce-Address header a::before {
  content: url("assets/img/icons/modify.svg") !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
}
.woocommerce-Address header address {
  font-size: 16px;
  color: #232F4B;
  font-style: normal !important;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
.woocommerce-address-fields__field-wrapper #billing_address_1_field,
.woocommerce-address-fields__field-wrapper #billing_address_2_field {
  width: 100% !important;
}

.woocommerce-EditAccountForm .ac-form__col p:nth-last-child(2) {
  display: none;
}

.woocommerce-order-details {
  background: #fff;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}
.woocommerce-order-details table {
  margin: 0px;
}
.woocommerce-order-details > p {
  padding: 1em 20px;
  margin: 0px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 16px;
  font-weight: 600;
  color: #232F4B;
  padding: 20px;
  margin: 0;
}
.woocommerce-order-details .woocommerce-table--order-details {
  margin-bottom: 0;
}
.woocommerce-order-details .woocommerce-table--order-details .order_table_img {
  width: 80px;
}
.woocommerce-order-details .woocommerce-table--order-details .order_table_img div {
  width: 60px;
  height: 60px;
}
.woocommerce-order-details .woocommerce-table--order-details thead {
  box-shadow: 0 -4px 40px rgba(35, 47, 75, 0.1);
  clip-path: inset(0 0 -40px 0);
}
.woocommerce-order-details .woocommerce-table--order-details thead tr th {
  color: rgba(35, 47, 75, 0.5);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  background: #fff;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  background: #fff;
  padding: 20px;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr td .category-subtitle {
  font-size: 12px !important;
  margin-bottom: 10px;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr td h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr td .wc-item-meta {
  background: #f7f7f8;
  padding: 20px;
  margin-bottom: 0;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr td bdi {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details .woocommerce-table--order-details tbody tr .order_ticket_details {
  padding: 0 20px 20px 20px;
  background: #fff;
}

.woocommerce-customer-details {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  border-radius: 4px;
}
.woocommerce-customer-details h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.woocommerce-customer-details address {
  font-size: 14px;
  font-weight: 400;
  font-style: initial;
}

@media (min-width: 768px) {
  .order_details_container .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details .order_table_img {
    width: 120px;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details .order_table_img div {
    width: 80px;
    height: 80px;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details thead tr th {
    font-size: 16px;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
    background: #fff;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details tbody tr td .category-subtitle {
    font-size: 14px !important;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details tbody tr td h4 {
    font-size: 18px;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details tbody tr td .wc-item-meta {
    background: #f7f7f8;
  }
  .order_details_container .woocommerce-order-details .woocommerce-table--order-details tbody tr td bdi {
    font-size: 16px;
  }
  .order_details_container .woocommerce-customer-details h2 {
    font-size: 18px;
  }
  .order_details_container .woocommerce-customer-details address {
    font-size: 16px;
  }
}
.cart_totals {
  width: 100% !important;
}

.woocommerce-cart-form {
  margin-bottom: 0 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents {
  margin-bottom: 30px !important;
  border-collapse: collapse !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody {
  color: #232F4B !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  clip-path: inset(-40px -40px 0 -40px);
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item td::before {
  color: rgba(35, 47, 75, 0.5) !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item td {
  background: none !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove a::before {
  content: url(assets/img/icons/remove.svg);
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
  border-radius: 0 !important;
  aspect-ratio: 1;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name {
  font-weight: 600 !important;
  color: #232F4B !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price span bdi {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details {
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  clip-path: inset(0 -40px -40px -40px);
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details .product-remove,
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details .product-thumbnail {
  padding: 0 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td {
  background: none !important;
  padding: 0 20px 20px 20px !important;
  text-align: left !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation {
  margin: 0 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dt {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price li ul {
  background: #f7f7f8;
  border: none !important;
  margin-bottom: 20px !important;
  padding: 20px !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price li ul li {
  margin-bottom: 5px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody .remove_item_from_cart {
  font-size: 14px;
  font-weight: 600;
  color: #005D36 !important;
}
.woocommerce-cart-form .insert-coupon {
  border-bottom: 0 !important;
}
.woocommerce-cart-form .insert-coupon tr {
  color: #232F4B !important;
}
.woocommerce-cart-form .insert-coupon tr .product-remove,
.woocommerce-cart-form .insert-coupon tr .product-thumbnail {
  padding: 0 !important;
}
.woocommerce-cart-form .insert-coupon tr td {
  background: none !important;
}
.woocommerce-cart-form .insert-coupon tr .coupon {
  padding: 0 !important;
  text-align: center;
}

.cart-collaterals {
  color: #232F4B !important;
}
.cart-collaterals table {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.cart-collaterals table tr .product-remove,
.cart-collaterals table tr .product-thumbnail {
  padding: 0 !important;
}
.cart-collaterals table tr td:last-child::before {
  display: none;
}
.cart-collaterals table tr td {
  padding: 10px 20px !important;
  background: none !important;
  text-align: left !important;
}
.cart-collaterals table tr td label {
  display: block;
}
.cart-collaterals table .cart-discount .product-discount a {
  visibility: hidden;
  position: relative;
}
.cart-collaterals table .cart-discount .product-discount a::before {
  visibility: visible;
  content: url(assets/img/icons/remove.svg);
  position: absolute;
  left: 5px;
  top: 0;
}
.cart-collaterals table .order-total .product-remove,
.cart-collaterals table .order-total .product-thumbnail {
  padding: 0 !important;
}
.cart-collaterals table .order-total td {
  border-bottom: 0 !important;
  padding: 20px !important;
}
.cart-collaterals table .order-total td label {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.cart-collaterals table .order-total td strong {
  font-size: 28px !important;
}
.cart-collaterals table .order-total .total-cart {
  border-left: 2px solid #005D36 !important;
  background: #f7f7f8 !important;
}
.cart-collaterals table .proceed-to-checkout .product-remove,
.cart-collaterals table .proceed-to-checkout .product-thumbnail {
  padding: 0 !important;
}
.cart-collaterals table .proceed-to-checkout td {
  padding: 30px 0 0 0 !important;
}
.cart-collaterals table .proceed-to-checkout td a {
  padding: 10px 15px !important;
  border-radius: 4px;
  background: #005D36 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.cart-collaterals table .proceed-to-checkout td a::after {
  content: none !important;
}

@media (min-width: 768px) {
  .product-remove {
    padding-left: 20px !important;
    padding-right: 10px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .product-thumbnail {
    padding-left: 10px !important;
    padding-right: 15px !important;
    width: 80px;
  }
  .product-name {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart-form {
    margin-bottom: 0 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents {
    margin-bottom: 30px !important;
    border-collapse: collapse !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents thead {
    box-shadow: 0 4px 40px rgba(35, 47, 75, 0.1);
    border-radius: 4px 4px 0 0;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th:first-child {
    border-radius: 4px 0 0 0;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th:last-child {
    border-radius: 0 4px 0 0;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th {
    background: #fff !important;
    color: rgba(35, 47, 75, 0.5) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    clip-path: inset(0 0 -40px 0);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody {
    color: #232F4B !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item {
    box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
    clip-path: inset(0 -40px 0 -40px);
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item td {
    background: none !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove a::before {
    content: url(assets/img/icons/remove.svg);
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-thumbnail img {
    border-radius: 0 !important;
    aspect-ratio: 1;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price span bdi {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details {
    box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
    clip-path: inset(0 -40px -40px -40px);
    border-radius: 0 0 4px 4px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td {
    background: none !important;
    padding: 0 20px 30px 15px !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation {
    margin: 0 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dt {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price li ul {
    background: #f7f7f8;
    border: none !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart-item-details td .variation dd .event-custom-price li ul li {
    margin-bottom: 5px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__contents tbody .remove_item_from_cart {
    font-size: 14px;
    font-weight: 600;
    color: #005D36 !important;
  }
  .woocommerce-cart-form .insert-coupon {
    border-bottom: 0 !important;
  }
  .woocommerce-cart-form .insert-coupon tr {
    color: #232F4B !important;
  }
  .woocommerce-cart-form .insert-coupon tr td {
    background: none !important;
  }
  .woocommerce-cart-form .insert-coupon tr .product-remove {
    padding-left: 50px !important;
  }
  .woocommerce-cart-form .insert-coupon tr .coupon {
    text-align: left;
    padding: 0 20px 0 15px !important;
  }
  .woocommerce-cart-form .insert-coupon tr .coupon input {
    width: auto;
  }
  .cart-collaterals {
    color: #232F4B !important;
  }
  .cart-collaterals table {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .cart-collaterals table tr .product-remove {
    padding-left: 50px !important;
  }
  .cart-collaterals table tr td {
    padding: 10px 20px !important;
    background: none !important;
  }
  .cart-collaterals table tr td label {
    display: block;
  }
  .cart-collaterals table .cart-discount .product-discount a {
    visibility: hidden;
    position: relative;
  }
  .cart-collaterals table .cart-discount .product-discount a::before {
    visibility: visible;
    content: url(assets/img/icons/remove.svg);
    position: absolute;
    left: 5px;
    top: 0;
  }
  .cart-collaterals table .order-total td {
    border-bottom: 0 !important;
    padding: 20px !important;
  }
  .cart-collaterals table .order-total td label {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .cart-collaterals table .order-total td strong {
    font-size: 28px !important;
  }
  .cart-collaterals table .proceed-to-checkout td {
    padding: 30px 0 0 0 !important;
  }
  .cart-collaterals table .proceed-to-checkout td a {
    padding: 10px 15px !important;
    border-radius: 4px;
    background: #005D36 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
  }
  .cart-collaterals table .proceed-to-checkout td a::after {
    content: none !important;
  }
}
.content-area .site-main #customer-login .tab-login-register {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center;
  margin-bottom: 15px;
}
.content-area .site-main #customer-login .tab-login-register .tablink {
  color: rgba(35, 47, 75, 0.5) !important;
  font-size: 20px !important;
  margin: 0 !important;
  font-weight: 600 !important;
  transition: 0.3s;
  cursor: pointer;
}
.content-area .site-main #customer-login .tab-login-register .tablink.active {
  color: #232F4B !important;
}
.content-area .site-main #customer-login #login-tab {
  display: block;
}
.content-area .site-main #customer-login #login-tab form p {
  margin-bottom: 30px;
}
.content-area .site-main #customer-login .tabcontent {
  display: none;
  padding: 30px;
  box-shadow: 0 0 40px rgba(35, 47, 75, 0.1);
  border-radius: 4px;
}
.content-area .site-main #customer-login .tabcontent .woocommerce-LostPassword {
  margin: 30px 0 0 0 !important;
  text-align: center;
}
.content-area .site-main #customer-login .tabcontent .woocommerce-LostPassword a {
  font-size: 14px;
  font-weight: 600;
  color: #005D36;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .content-area .site-main #customer-login .tab-login-register {
    margin-bottom: 30px;
  }
  .content-area .site-main #customer-login .tabcontent {
    padding: 60px;
  }
  .content-area .site-main #customer-login #register-tab form p:last-child {
    margin: 0 auto !important;
    width: 100%;
    max-width: 310px;
  }
  .content-area .site-main #customer-login #register-tab form .woocommerce-privacy-policy-text {
    width: 100%;
  }
  .content-area .site-main #customer-login #register-tab form .woocommerce-privacy-policy-text p {
    max-width: initial;
    width: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 991px) {
  .site-content .col-full .mep-events-wrapper {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme {
    display: flex !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme .mep-default-content {
    width: calc(100% - 337px) !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme .mep-default-sidebar {
    width: 300px !important;
  }
}
@media only screen and (max-width: 991px) {
  .site-content .col-full .mep-events-wrapper {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme {
    display: block !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme .mep-default-content {
    width: 100% !important;
  }
  .site-content .col-full .mep-events-wrapper .mep-default-theme .mep-default-sidebar {
    width: 100% !important;
  }
}

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