* {
  font-family: Montserrat;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-padding {
  padding: 0 !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.text-center {
  text-align: center;
}
.grey {
  background: #f8f8f8;
}
p a,
.gradient-text {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
a.link {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.fixed-header {
  width: 100%;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  background: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.fw {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.main-container {
  padding-top: 0;
  padding-bottom: 0;
}
.u-block {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-block.filter-section {
  padding-top: 0;
  padding-bottom: 0;
}
.u-block.fixed-header {
  padding: 10px 0;
}
.u-block h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.u-block h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tax-unation-category .main-container {
padding-top: 30px;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.single-aws-event .aws-search-wrap {
  display: none !important;
}
.top-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.breadcrumbs-list {
  display: flex;
  font-size: 13px;
  font-weight: 500;
}
ul.breadcrumbs-list li:after {
  content: url("../img/breadcrumbs-arrow.svg");
  margin: 0 8px;
}
ul.breadcrumbs-list li:last-child:after {
  content: none;
}
ul.breadcrumbs-list li a {
  color: #78818b;
}
ul.breadcrumbs-list li.active a {
  color: #000;
}

/* Check-Toggle */
.scroller {
  margin: 0;
  padding: 0;
}
.btn-primary,
.btn-default {
  outline: none;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
.btn-primary {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  color: #fff !important;
}
.btn-default {
  border: 1px solid #78818b;
  color: #78818b !important;
  background: none;
}
.btn-sm {
  padding: 10px 15px;
  font-size: 80%;
}
.btn-lg {
  padding: 10px 30px;
  font-size: 20px;
}
.btn-group-wrapper {
  display: flex;
  justify-content: center;
}
.btn-group-wrapper .btn {
  margin-right: 10px;
  font-weight: 600;
}
.btn-group-wrapper .btn:last-child {
  margin-right: 0;
}
.u-block p {
  margin: 0;
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 20px;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.u-block-heading-with-all-btn {
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
  align-content: center;
  align-items: center;
}
.u-block-heading {
  width: calc(100% - 90px);
}
.page-template-template-home .u-block-heading {
  width: 100%;
}
.u-block-heading-with-all-btn .u-block-heading h2,
.u-block-heading h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px !important;
  color: #1e1f22;
  display: block;
  margin: 0;
  padding-bottom: 4px;
}

.u-block-heading-with-all-btn .u-block-heading p,
.u-block-heading p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #1e1f22;
  margin: 0;
}
.u-block-heading h2.big {
  font-size: 40px;
  line-height: 48px !important;
  padding-bottom: 16px;
}
.u-block-heading h2.big + p {
  font-size: 22px;
  line-height: 26px;
}
.u-block-heading-with-all-btn .see-all-btn {
  width: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.u-block-heading-with-all-btn .see-all-btn a,
a.link {
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  align-items: center;
}
a.link {
  font-size: 16px;
}

.four-column-events-list {
  width: 100%;
}
.four-column-events-list .four-column-event-list-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.four-column-events-list .four-column-event-list-wrap .four-column-event-list {
  width: 100%;
}
.four-column-events-list
  .four-column-event-list-wrap
  .four-column-event-list
  .event-card {
  width: 25%;
}
.four-column-events-list
  .four-column-event-list-wrap.grid-view
  .four-column-event-list
  .event-card {
  margin-bottom: 30px;
}
.event-list {
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0;
}
.event-list > li {
  width: 100%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.event-list li .event-list-container {
  display: flex;
  align-items: center;
}
.event-list li .event-list-container .event-list-thumb {
  width: 80px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  border-radius: 0;
}
.event-list li .event-list-container .event-list-thumb a {
  width: 80px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 0;
}
.event-list li .event-list-container .event-list-thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.event-list li .event-list-container .event-list-content {
  width: calc(100% - 96px);
  margin-left: auto;
}
.event-list li .event-list-container .event-list-content aside p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #78818b;
  margin-bottom: 0 !important;
}
.event-list li .event-list-container .event-list-content aside h2 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 8px 0 0;
}
.event-list li .event-list-container .event-list-content aside h2 a {
  color: #1e1f22;
}
.event-card.event-card-alt .event-card-in .event-card-content p {
  color: #1e1f22;
}
.btn-wrap {
  padding-top: 12px;
  padding-bottom: 20px;
  width: 100%;
  justify-content: center;
}
.btn-wrap .load-more-btn {
  background: #ffffff;
  border: 1px solid #8e8e93;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #79808a;
  height: 60px;
  padding: 17px 20px;
  width: 100%;
  max-width: 344px;
  display: block;
}
.btn-wrap .load-more-btn:hover {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.four-column-category-grid {
  display: flex;
  flex-wrap: wrap;
}
.category-card {
  height: 182.25px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 24%;
  margin-right: 10px;
}
.category-card img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.category-card aside {
  position: absolute;
  left: 27.55px;
  bottom: 15.25px;
  width: 100%;
  max-width: 128px;
}
.category-card aside h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider button.slick-arrow {
  height: 50px;
  width: 50px;
  background-color: #fff !important;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -20000000px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  opacity: 0;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s ease-in 0s;
}
.slick-slider:hover button.slick-arrow {
  opacity: 1 !important;
}
.slick-slider button.slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.slick-slider button.slick-arrow.slick-prev {
  left: -10px;
  background-image: url("../img/arrow-next.svg");
  transform: translateY(-50%) scaleX(-1);
}
.slick-slider button.slick-arrow.slick-next {
  right: -10px;
  background-image: url("../img/arrow-next.svg");
}

/* New Rules */

.four-column-grid {
  width: 100%;
  margin-top: 15px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
.four-column-grid h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  color: #1e1f22;
  margin-bottom: 31px;
}
.four-column-grid .grid-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 260px));
  column-gap: 30px;
  row-gap: 40px;
}
.four-column-grid .grid-content .grid-content-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.four-column-grid .grid-content .grid-content-items .swipe-container {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.four-column-grid .grid-content .grid-content-items .swipe-container img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.four-column-grid .grid-content .grid-content-items .swipe-container .des {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  width: 100%;
  height: 100%;
}
.four-column-grid .grid-content .grid-content-items .swipe-container .des p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.09000000357627869px;
  text-align: center;
  margin: 0 !important;
}
.four-column-grid
  .grid-content
  .grid-content-items
  .swipe-container
  .des
  p
  + p {
  margin-top: 10px !important;
}
.four-column-grid
  .grid-content
  .grid-content-items
  .swipe-container:hover
  .des {
  top: 0;
}
.four-column-grid .grid-content .grid-content-items aside h5 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: justified;
  margin: 9px 0 0;
}

.accordion {
  width: 100%;
}
.heading {
  border: 1px solid #dcdee0;
  padding: 15px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: justified;
  color: #1e1f22;
  padding: 18px 24px;
  position: relative;
  border-radius: 4px;
}
.heading + .heading,
.contents + .heading {
  margin-top: 20px;
}
.heading::before {
  content: "";
  transform: rotate(0);
  transition: all 0.5s;
  background: url("../img/small-arrow-ic.svg") no-repeat center;
  background-size: 100% auto;
  height: 6.52px;
  width: 10px;
  position: absolute;
  right: 29px;
  margin-top: 7px;
}
.active.heading::before {
  transform: rotate(-180deg);
}
.not-active.heading::before {
  transform: rotate(0deg);
}
.contents {
  display: none;
  padding: 0 24px 19px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border: 1px solid #dcdee0;
  border-top: 0;
  background-color: #fff;
  margin-top: -12px;
  z-index: 1;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.u-block.full-slider-section {
  padding-top: 0;
  padding-bottom: 15px;
}
.full-slider {
  width: 100%;
}
.full-slider .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -12px !important;
}
.full-slider-section {
  width: 100%;
}
.full-slider-section h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  color: #1e1f22;
  margin: 0 0 4px;
}
.full-slider-section p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.concert-card {
  padding-left: 12px;
}
.concert-card .concert-card-in {
  height: 182.25px;
  position: relative;
  display: block;
}

.concert-card .concert-card-in img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.concert-card .concert-card-in aside {
  position: absolute;
  left: 21.17px;
  bottom: 16.1px;
}
.concert-card .concert-card-in aside h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

/* Tabs */
.events-list-heading {
  margin-top: 30px;
}
.events-list-view-section .events-list-heading {
padding-bottom: 15px;
}
.events-list-heading aside h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #1e1f22;
  margin: 0 0 5px;
}
.events-list-heading aside p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #1e1f22;
  margin: 0;
}
ul.tab-list.events-tab .slick-track {
  margin-right: inherit;
  margin-left: inherit;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
#filters,
.category-tab-list,
.cat-list {
  padding: 0px;
  background-color: #ffffff !important;
  border-top: 0.5px solid #dddddd;
  border-bottom: 0.5px solid #dddddd;
  border-radius: 0 !important;
  height: 74px;
  margin-top: 0px;
}
#filters button.button,
.category-tab-list .category-tab-list-item,
#guide-filters .cat-list a.slick-slide {
  overflow: hidden;
  height: 74px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px 20px 22px;
  min-width: 150px;
  background-color: transparent;
  color: #000;
  text-align: center;
  outline: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.093617px;
  color: #1e1f22;
  border: 0;
  outline: 0;
  box-shadow: none;
}
ul.tab-list.events-tab li a img {
  margin-right: 8px;
}
ul.tab-list.events-tab li a.activelink {
  outline: 0;
  position: relative;
}
#filters button.button.is-checked,
.category-tab-list .category-tab-list-item.active,
#guide-filters .cat-list a.slick-slide.active {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
  position: relative;
}
#filters button.button.is-checked::after,
.category-tab-list .category-tab-list-item.active::after,
#guide-filters .cat-list a.slick-slide.active::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  height: 1px;
  width: 100%;
}
ul.tab-list.events-tab .slick-list {
  border-radius: 0;
}
ul.tab-list.events-tab .slick-track {
  margin-right: inherit;
  margin-left: inherit;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.tab-content {
  padding: 0 0 20px;
}

.tab-content .active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.tab-content > div {
  transition: all 0.4s ease-in-out 0s;
}
.tab-content .hide {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  display: block !important;
}

.tab-content-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-content-wrapper .img-wrapper {
  flex: 0 0 30%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.tab-content-wrapper .img-wrapper img {
  width: 100%;
  border-radius: 30px 0 0 30px;
  object-fit: cover;
}
.tab-content-wrapper .content-wrapper {
  flex: 0 0 67%;
}
.tab-content-wrapper .content-wrapper h2 {
  font-size: 24px;
  line-height: 30px;
}
.tab-content-wrapper .content-wrapper p {
  font-size: 18px;
  line-height: 26px;
}
.tab-content-wrapper.no-side-padding {
  padding-right: 5px;
  padding-left: 5px;
}
ul.tab-list.events-tab-items {
  counter-reset: ol-counter;
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}

ul.tab-list.events-tab-items li {
  flex: 0 0 47%;
  position: relative;
  padding-left: 30px;
  counter-increment: ol-counter;
}

ul.tab-list.events-tab-items li:before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.more-categories-heading {
  margin-top: 31px;
}
.u-block.more-categories-heading {
  padding-bottom: 15px;
}
.map-section {
  margin: 60px 0 69px;
}
.map-section h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  color: #1e1f22;
  margin: 0 0 7px;
}
.map-section p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 27px !important;
}

.tabs-nav {
  border: 0 solid #ddd;
  border-width: 1px 0;
  height: 74px;
  padding: 0 24px;
  display: inline-block;
  margin: 3px 0 0 2px;
}
.tabs-nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.tabs-nav li {
  display: inline-block;
  height: 100%;
  margin: 0 4px;
}

.tabs-nav a {
  display: flex;
  align-items: flex-end;
  padding: 0 47px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.09px;
  position: relative;
  width: 100%;
  height: 100%;
}
.tabs-nav a span {
  display: inline-block;
  margin-bottom: 21px;
}
.tabs-nav li.active a {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.tabs-nav li.active a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabs-content {
  background: #fff;
  box-shadow: 0px 5px 30px 0px #0b076e12;
  border-radius: 16px;
  padding: 15px 26px 33px 32px;
  margin-top: 19px;
}

.tabs-content .tabs-content-items:not(:first-child) {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.isotope.container {
  margin-top: 20px;
  position: relative;
  height: auto !important;
}
.category-tab-container {
  padding-top: 20px;
}
.category-tab-container .category-tab-section {
  width: 100%;
  display: none;
}
.category-tab-container .category-tab-section.active {
  display: block;
}
#result {
  position: relative;
  height: auto !important;
}
.event-list > li {
  position: relative !important;
  top: auto !important;
}
.see-all-wraper {
  display: flex;
  justify-content: center;
}
.see-all,
#load-more,
.load-more {
  height: 59px;
  width: 150px;
  border-radius: 9px;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #f84a5a;
    border: 1px solid #f94c57; */
  margin: 30px auto 0;
  border: 0;
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  padding: 1px;
}
.see-all span.flex,
#load-more span.flex,
.load-more span.flex {
  background-color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 15px;
}
.see-all span.text,
#load-more span.text,
.load-more span.text {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
}
.more-categories-heading aside h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1f22;
  margin: 0;
}
.more-categories-heading aside p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1f22;
  margin: 3px 0 0 !important;
}
/* .map-area{
    display: none;
} */

@media screen and (min-width: 992px) {
  .left-big-with-two-sidebar-events-wrap .slick-track {
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .left-big-with-two-sidebar-events-wrap .slick-slider button.slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-template-events .fw {
    max-width: 1110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .event-title-with-img .event-image-block {
    width: 46%;
    height: auto;
  }
  .event-title-with-img .event-main-content {
    width: 50%;
  }
  .event-main-content .save-share-option {
    top: -48px;
  }
  .event-title-with-img .event-main-content h1 {
    font-size: 21px;
  }
  .event-title-with-img
    .event-main-content
    .event-main-content-inn
    .event-info-item
    h5 {
    font-size: 17px;
  }
  .event-title-with-img
    .event-main-content
    .event-main-content-inn
    .event-info-item
    h6 {
    font-size: 15px;
  }
  .get-event-ticket .get-ticket-btn {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .fw {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .fw {
    max-width: 740px;
  }
}
@media screen and (min-width: 1023px) {
  .event-title-with-img .event-main-content {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .event-title-with-img .event-image-block {
    width: 46%;
    height: auto;
  }
  .event-title-with-img .event-main-content h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .concert-card .concert-card-in img {
    width: 100% !important;
  }
  .category-card {
    width: 32% !important;
    margin-right: 8px;
  }
  .category-card aside {
    bottom: 40px !important;
  }
  .concert-card .concert-card-in aside h2 {
    font-size: 22px !important;
  }
  .category-card aside h2 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  /* .event-title-with-img .event-image-block {
        max-width: 430px;
    } */
  .event-main-content .save-share-option {
    top: -66px;
  }
}
@media screen and (max-width: 450px) {
  .u-block.custom-feature-widget-guide-section
    .custom-feature-widget-guide-section-wrap.round-tile
    .round-tile-section
    .widget-content
    a
    .img-box {
    height: 122px !important;
    width: 122px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .events-list-heading aside h2 {
    font-size: 22px !important;
  }
  .concert-card .concert-card-in img {
    width: 100% !important;
  }
  .category-card {
    width: 100% !important;
  }
  .category-card img {
    width: 100% !important;
  }
  ul.breadcrumbs-list {
    display: none;
  }
  .fw {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .main-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-title-with-img .event-image-block {
    margin: 0 -18px;
    width: auto;
    height: auto;
    border-radius: 0;
    max-width: none;
  }

  .four-column-grid .grid-content {
    grid-template-columns: repeat(1, 260px);
    justify-content: center;
  }
  .six-column-grid .grid-content {
    grid-template-columns: repeat(2, 130px);
  }
  .event-card {
    padding-right: 0;
  }

  .tabs-nav {
    width: 100%;
  }
  .tabs-nav ul {
    width: 100%;
  }
  .tabs-nav li {
    flex: 1 0 0;
  }
  .tabs-nav a {
    justify-content: center;
    padding: 0;
  }
  .tabs-content {
    padding: 15px 26px 26px;
  }
  .get-event-ticket .get-ticket-btn span img {
    display: none;
  }

  .see-all {
    margin-right: 0;
    font-size: 16px;
  }
  .full-slider-section h2, .full-slider-section h1 {
    font-size: 22px !important;
  }
  .event-card-content .date-time {
    margin-top: 0 !important;
  }
  .u-block.full-slider-section {
    padding-bottom: 10px;
  }
  .event-list li .event-list-container .event-list-content aside h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #filters button.button,
  .category-tab-list .category-tab-list-item,
  #guide-filters .cat-list a.slick-slide {
    font-size: 16px !important;
  }

  .author-created-wrap .author-img-name .author-img {
    width: 34px;
    height: 34px;
    margin-left: 3px;
  }
  .author-created-wrap .author-img-name .author-name a {
    font-size: 16px;
    font-weight: 400;
  }
  .events-information-block .u-block-heading-with-all-btn .u-block-heading h2 {
    font-size: 18px;
  }
  .u-block-heading-with-all-btn {
    padding-bottom: 13px;
  }
  .author-created-wrap .author-img-name .author-name {
    padding-left: 9px;
  }
  .map-section h2 {
    font-size: 20px;
  }
  .map-section p {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767.98px) {
  .four-column-grid .grid-content {
    grid-template-columns: repeat(2, 260px);
  }
  .six-column-grid .grid-content {
    grid-template-columns: repeat(4, 130px);
    gap: 50px;
  }
}

/*new category page*/

.category-heading-section aside h2 {
  color: #1e1f22;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.category-heading-section p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .u-block-heading {
  width: 100%;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* .u-block.custom-feature-widget-guide-section .custom-feature-widget-guide-section-wrap.round-tile .round-tile-section .slick-track  {
    transform: translate3d(0,0,0) !important;
} */
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .u-block-heading
  + .round-tile-section {
  padding-top: 15px;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content {
  /* width: 20%; */
  padding: 0 12px;
  display: block;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content
  a {
  display: block;
  width: 100%;
  position: relative;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile {
  flex-direction: column;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content
  a
  .img-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  max-width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .slick-list {
  width: 100%;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content {
  width: 224px;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content
  a
  .img-box
  img {
  width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
.u-block.custom-feature-widget-guide-section
  .custom-feature-widget-guide-section-wrap.round-tile
  .round-tile-section
  .widget-content
  a
  h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px !important;
  color: #1e1f22;
  display: block;
  margin: 0;
  padding-top: 12px;
  width: 100%;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  background-image: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #1e1f22;
}

@media screen and (max-width: 767px) {
  .category-heading-section aside h2 {
    font-size: 22px !important;
  }
  .category-heading-section p {
    font-size: 16px !important;
  }
  .events-list-view-section .category-tab-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-category-assets-tab .assets-tab ul.tab-list li a span.tab-text {
    font-size: 15px !important;
  }
  .u-category-assets-tab .assets-tab ul.tab-list li a {
    min-width: 128px !important;
  }
  .events-list-view-section .load-more {
    height: 40px;
    width: 105px;
  }
  .events-list-view-section .load-more span.text {
    font-size: 16px !important;
  }
  /* .aws-search-wrap {
    display: none;
  } */
  .events-list-view-section .category-tab-list .category-tab-list-item {
    min-width: 100px;
  }

  .custom-feature-widget-guide-section .u-block-heading h2 {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .u-block.custom-feature-widget-guide-section
    .custom-feature-widget-guide-section-wrap.round-tile
    .round-tile-section
    .widget-content
    a
    h4 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .u-block.custom-feature-widget-guide-section
    .custom-feature-widget-guide-section-wrap.square-tile
    .square-tile-section
    .widget-content
    a
    h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.u-category-assets-tab .assets-tab ul.tab-list li {
  background: #fff;
  border-radius: 0;
}
.u-category-assets-tab .assets-tab ul.tab-list {
  margin-left: -15px;
  margin-right: -15px;
}
.u-category-assets-tab .assets-tab ul.tab-list li a {
  min-width: 155px;
  display: flex;
  align-items: center;
  padding: 10px !important;
}
.tax-unation-category .u-category-assets-tab .assets-tab ul.tab-list li a {
  padding: 10px;
}
.u-category-assets-tab .assets-tab ul.tab-list li a span.tab-text {
  color: #1e1f22;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.u-category-assets-tab .assets-tab ul.tab-list li a span.tab-text span.number {
  color: #78818b;
  font-weight: 500;
}

.u-category-assets-tab .slick-track {
  background-color: #ffffff !important;
  border-radius: 0 !important;
}
.u-category-assets-tab .icon-guide-tab {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  margin-right: 7px;
  transition: all 0.2s ease-in-out;
}
.u-category-assets-tab .icon-all {
  background-image: url(../img/business/all-guide.svg);
}
.u-category-assets-tab a.activelink .icon-all {
  background-image: url(../img/business/all-guide-gradient.svg);
}
.u-category-assets-tab .icon-guide {
  background-image: url(../img/business/guides.svg);
}
.u-category-assets-tab a.activelink .icon-guide {
  background-image: url(../img/business/guides-gradient.svg);
}

.u-category-assets-tab .icon-event {
  background-image: url(../img/business/events.svg);
}
.u-category-assets-tab a.activelink .icon-event {
  background-image: url(../img/business/event-gradient2.svg);
}

.u-category-assets-tab .icon-deal {
  background-image: url(../img/business/deals.svg);
}
.u-category-assets-tab .icon-bussiness {
  background-image: url(../img/city-partner-tab-icons/buss-ic.svg);
}
.u-category-assets-tab a.activelink .icon-bussiness {
  background-image: url(../img/city-partner-tab-icons/buss-gra-ic.svg);
}
.u-category-assets-tab a.activelink .icon-deal {
  background-image: url(../img/business/deals-gradient4.svg);
}

.u-category-assets-tab .icon-attraction {
  background-image: url(../img/business/attraction.svg);
}
.u-category-assets-tab a.activelink .icon-attraction {
  background-image: url(../img/business/attraction-gra.svg);
}
.u-category-assets-tab .icon-exp {
  background-image: url(../img/business/exp.svg);
}
.u-category-assets-tab a.activelink .icon-exp {
  background-image: url(../img/business/exp-gradient6.svg);
}

.u-category-assets-tab .icon-activity {
  background-image: url(../img/activity-icon.svg);
}
.u-category-assets-tab a.activelink .icon-activity {
  background-image: url(../img/activity-icon.svg);
}

.u-category-assets-tab .icon-venue {
  background-image: url(../img/venue.svg);
}
.u-category-assets-tab a.activelink .icon-venue {
  background-image: url(../img/venue.svg);
}
.u-category-assets-tab .assets-tab .icon-list-tab {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  margin-right: 14px;
  transition: all 0.2s ease-in-out;
  filter: brightness(0);
}
.archive.tax-unation-category .aws-search-wrap {
  /* opacity: 0;
    visibility: hidden; */
  min-height: 0;
  height: 0;
}
.u-category-assets-tab .assets-tab ul.tab-list li {
  height: auto;
}
.guide-template-default.single-guide .fw2 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
.get-btn .btn {
  max-width: 275px;
  text-align: center;
  height: 40px;
  background: transparent;
  border: 1px solid #1e1f22;
  outline: 0;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #1e1f22;
  box-shadow: none;
  cursor: pointer;
  padding: 11px 20px;
}
.get-btn.white .btn {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.get-btn.gradient .btn {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%) !important;
  box-shadow: 0px 5px 15px rgb(245 40 110 / 35%) !important;
  border-radius: 5px !important;
  border-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
}
.cta-banner .cta-banner-inn h1,
.text-section-half h1,
.cta-banner .cta-banner-inn h2,
.text-section-half h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #1e1f22;
  background-image: none !important;
}
.cta-banner .cta-banner-inn h1.white,
.text-section-half h1.white,
.cta-banner .cta-banner-inn h2.white,
.text-section-half h2.white {
  color: #fff !important;
}
.cta-banner .cta-banner-inn p.white,
.text-section-half p.white {
  color: #fff !important;
}
.text-section-half .get-btn,
.cta-banner .cta-banner-inn .get-btn {
  margin-top: 40px;
}

.cta-banner .cta-banner-inn p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #1e1f22;
}
.cta-banner-inn.right p {
  max-width: 100% !important;
}
.cta-half-banner {
  width: 100%;
}
.light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 28.53%,
    rgba(255, 255, 255, 0.6) 100%
  );
  z-index: 2;
}
.dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(30, 31, 34, 0) 0%,
    rgba(30, 31, 34, 0.6) 66.67%
  );
  z-index: 2;
}
.cta-half-banner-img {
  width: 50%;
}
.cta-half-banner-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.split-area {
  width: 50%;
  background: #e7f8ff;
  padding: 30px;
  max-height: 300px;
}
.u-block.cta-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
.cta-banner .cta-banner-inn {
  width: 500px;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}
/*full banner text align right*/
.cta-banner-inn.right {
  margin: 0 0 0 auto;
  text-align: right;
}
.cta-banner-inn.right .get-btn a {
  margin: 0 0 0 auto;
}
.cta-half-banner {
  width: 100%;
}
.cta-half-banner .split-area {
  width: 50%;
  background: #e7f8ff;
  padding: 0 30px;
  max-height: 300px;
  display: flex;
  align-items: center;
}
.cta-half-banner .split-area .text-section-half {
  width: 65%;
  margin: 0 auto 20px;
}
.cta-half-banner .split-area .text-section-half .heading-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #1e1f22;
  background-image: none !important;
  margin-top: 0;
  margin-bottom: 5px;
}
.cta-half-banner .split-area .text-section-half p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #1e1f22;
  margin-bottom: 15px !important;
}
.cta-half-banner .split-area .text-section-half .get-btn {
  margin-top: 28px;
}
.cta-half-banner .split-area .text-section-half .get-btn.gradient .btn {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%) !important;
  box-shadow: 0 5px 15px rgb(245 40 110 / 35%) !important;
  border-radius: 5px !important;
  border-color: transparent !important;
  color: #fff !important;
  max-width: 275px;
  text-align: center;
  border: 1px solid #1e1f22;
  outline: 0;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  cursor: pointer;
  padding: 11px 20px;
}
.cta-half-banner .cta-half-banner-img {
  width: 50%;
}
.cta-half-banner .cta-half-banner-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .cta-half-banner .split-area .text-section-half {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-half-banner .cta-half-banner-img img {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
  }
  .cta-half-banner-wrap {
    flex-direction: column-reverse !important;
  }
  .cta-half-banner .split-area {
    width: 100% !important;
    max-height: fit-content;
    padding: 30px !important;
  }
  .cta-half-banner .split-area .text-section-half {
    width: 100%;
  }
  .cta-half-banner .split-area .text-section-half .heading-text {
    font-size: 20px;
    line-height: 26px;
  }
  .cta-half-banner .split-area .text-section-half p {
    font-size: 14px;
    line-height: 17px;
  }
  .cta-half-banner .split-area .text-section-half .get-btn {
    margin-top: 20px;
  }
  .cta-half-banner .split-area .text-section-half .get-btn .btn {
    height: 40px !important;
    font-size: 14px !important;
    max-width: 180px;
    line-height: 18px !important;
  }
  .cta-half-banner .cta-half-banner-img {
    width: 100% !important;
    height: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tax-unation-category .event-card .event-card-in .event-card-content h3:last-child, .tax-unation-category .event-card .event-card-in .event-card-content h3 {
    min-height: 37px;
    height: auto !important;
  }
  .u-category-assets-tab .assets-tab ul.tab-list li.tab-without-anchor span.tab-text {
    font-size: 15px !important;
  }
  .u-category-assets-tab .assets-tab ul.tab-list li.tab2.tab-without-anchor {
    min-width: auto !important;
  }
  .u-category-assets-tab .u-block.assets-tab {
    padding: 0 !important;
  }
  body.aws-guide-template-default.single-aws-guide.tax-unation-category .main-container {
    padding-top: 10px !important;
}
  body.aws-guide-template-default.single-aws-guide.tax-unation-category .event-card .event-card-in .event-card-content .event-card-location {
    min-height: auto;
  }
  .text-section-half .get-btn,
  .cta-banner .cta-banner-inn .get-btn {
    margin-top: 20px !important;
  }
  .fw2 {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .aws-guide-template-default.single-aws-guide .split-area {
    width: 100% !important;
    max-height: fit-content;
  }
  .text-section-half {
    width: 100% !important;
    margin: 0 auto;
  }
  .cta-half-banner-img {
    width: 100% !important;
    height: 170px !important;
  }
  .cta-banner .cta-banner-inn h1,
  .text-section-half h1,
  .cta-banner .cta-banner-inn h2,
  .text-section-half h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .u-block-heading-with-all-btn .u-block-heading p,
  .u-block-heading p {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .cta-banner .cta-banner-inn p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }
  .text-section-half p {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .get-btn .btn {
    height: 40px !important;
    font-size: 14px !important;
    max-width: 180px;
  }
  .cta-half-banner-wrap {
    flex-direction: column-reverse !important;
  }
  .u-block.cta-banner {
    height: 170px !important;
  }
}

.cta-half-banner-wrap.right {
  flex-direction: row-reverse;
}
.cta-half-banner-wrap.right .split-area {
  text-align: right;
}
.full-slider-section aside p {
  margin-bottom: 0 !important;
}
.tax-unation-category .un-breadcrumb {
  padding: 15px 0 0;
}
.u-block-in .filter_area .list li .btn-lg#clear {
  color: #1e1f22 !important;
  font-family: Montserrat;
  font-size: 14.979px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.787px; /* 118.75% */
  letter-spacing: 0.094px;
  border: 0;
  border-bottom: 1px solid #1e1f22;
  padding: 5px 0 0;
  border-radius: 0;
}
.tax-unation-category .not_exist_title_sub_title {
  display: none;
}

.event-list li .event-list-container .event-list-content aside h2 a {
  display: flex;
  align-items: center;
}
.event-list
  li
  .event-list-container
  .event-list-content
  aside
  h2
  a
  .icon-recurring {
  padding: 4px 0 0 8px;
}

.u-category-assets-tab .u-block.assets-tab {
  padding: 0 0 10px 0;
}
.responsive-bg {
  background-image: var(--bg-mob) !important;
  /*background-image: url("/wp-content/themes/hello-theme-child-master/aws/img/banner-event.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .responsive-bg {
    background-image: var(--bg-desk) !important;
  }
}

.tax-unation-category .event-card .event-card-in .event-card-content h3:last-child,
.tax-unation-category .event-card .event-card-in .event-card-content h3 {
  height: 48px;
  margin: 0;
}
.tax-unation-category .three-column-event-list-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.tax-unation-category  .u-block-heading-with-all-btn {
  padding-bottom: 10px;
}
.event-card .event-card-content h6.card-type-ic.card-type-venue span {
  background: linear-gradient(45deg, #0fa0e1 0%, #53e7b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 12px;
}
body.tax-unation-category .event-card.event-card-alt .event-card-in .event-card-img {
height: 140px;
}


.u-category-assets-tab .assets-tab ul.tab-list li.tab2.tab-without-anchor span.tab-text span.number {
  color: #78818b;
  font-weight: 500;
}
.u-category-assets-tab .assets-tab ul.tab-list li.tab2.tab-without-anchor {
  min-width: 155px;
  display: flex;
  align-items: center;
  padding: 10px !important;
}
.u-category-assets-tab .assets-tab ul.tab-list li.tab2.tab-without-anchor span.tab-text {
  color: #1e1f22;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tax-unation-category .event-card .event-card-in .event-card-content .event-card-location span + span{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 36px;
  overflow: hidden;
}
.list-calendar-tab .list-calendar-tab-container .mb-4 {
  margin-bottom: 30px;
}





.category-tab-container .category-tab-section .no-event{
  padding: 20px 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-tab-container .category-tab-section .no-event .no-event-img{
  width: 90px;
  display: block;
  margin: 0 auto 20px;
}
.category-tab-container .category-tab-section .no-event .no-event-img svg{
  width: 100%;
  height: auto;
  display: block;
}
.category-tab-container .category-tab-section .no-event .no-event-msg{
  color: #1E1F22;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .category-tab-container .category-tab-section .no-event .no-event-img{
    width: 64px;
  }
  .tax-unation-category .four-column-events-list .four-column-event-list-wrap .four-column-event-list .event-card .event-card-in .event-card-content h3 {
    height: 48px !important;
    margin: 0;
    font-size: 20px !important;
    line-height: normal !important;
  }
  .u-category-assets-tab .assets-tab ul.tab-list li.tab2.tab-without-anchor {
    min-width: auto !important;
  }
  .four-column-events-list .four-column-event-list-wrap {
    margin-left: -10px !important;
  }
  .tax-unation-category .guide-slider .event-card .event-card-in .event-card-content h3 {
    font-size: 16px;
    line-height: normal !important;
    height: 42px;
    }
    .tax-unation-category .four-column-events-list .four-column-event-list-wrap .four-column-event-list.venue-slider .event-card .event-card-in .event-card-content h3 {
      font-size: 18px !important;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 6px;
      height: 46px !important;
    }
    #attraction-section-category .event-card .event-card-in .event-card-content h3 {
      line-height: 23px !important;
      font-size: 19px !important;
    }
  .tax-unation-category  .whats-new-event .slick-slider button.slick-arrow {
    top:45%;
  }
  .full-slider-section p {
    font-size: 16px !important;
    line-height: normal;
  }
  .u-category-assets-tab .u-block.assets-tab {
    padding: 10px 0 15px 0;
}
}
body.tax-unation-category .event-card .event-card-in .event-card-content .event-card-date-time {
  margin-bottom: 10px !important;
  min-height: 24px;
}
body.tax-unation-category .venue-slider .event-card .event-card-in .event-card-img {
  height: 158px;
}
#attraction-section-category .event-card .event-card-in .event-card-content .event-card-location  {
  height: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.venue-slider .event-card .event-card-in .event-card-content .event-card-location {
  margin-top: 10px;
}
#profile-category .event-card .event-card-in .event-card-content .event-card-location  {
  margin-top: 5px;
}

