.this-week-events .events-list-ajax .event-list {
  padding-bottom: 4rem !important;
}

.events-list-ajax .event-list .week-event-date span {
  margin: 0 .5rem;
}

.events-list-ajax .event-list .week-event-date span.date {
  color: #ff8427;
}

.main-article-checkbox:checked ~ .article_body_overlay,
.main-article-checkbox:checked ~ label,
.main-article-checkbox {
  display: none;
  transition: all 0.75s ease-in-out;
}

.main-article-checkbox:checked ~ .article-entry-hidden {
  max-height: unset;
  overflow: visible;
  transition: all 0.75s ease-in-out;
}

#channel-newsletter-content {
  padding: 2rem;
  border: 1px solid #e91e24;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 0px 0px rgba(233,30,36,1);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(233,30,36,1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(233, 30, 36, 1);
}

#channel-newsletter-content p,
#channel-newsletter-content span {
  font-family: GilroyMedium;
}

#channel-newsletter-content p {
  margin: 0;
}

#channel-newsletter-content p span {
  color: #e91e24;
  font-family: GilroyBold;
}

#channel-newsletter-content span {
  font-size: 14px;
}

#channel-newsletter-content .fui-form-container {
  margin: 1rem 0;
}

#channel-newsletter-content .fui-page {
  display: flex;
  align-items: center;
}

#channel-newsletter-content .fui-type-email {
  margin: 0;
}

#channel-newsletter-content .fui-input {
  border: 1px solid #000;
  border-radius: 8px;
  font-family: GilroyReg;
}

#channel-newsletter-content .fui-btn-wrapper {
  margin: 0;
  padding: 0;
}

#channel-newsletter-content .fui-submit {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-family: GilroyBold;
  border-radius: 8px;
}

#channel-newsletter-content .fui-submit:hover {
  background-color: #000;
  color: #fff;
}

.article_newsletter #newsletter-success {
  padding: 2rem 1rem;
  border: 1px solid #e91e24;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 0 0 #e91e24;
  -webkit-box-shadow: 5px 5px 0 0 #e91e24;
  -moz-box-shadow: 5px 5px 0 0 #e91e24;
}

.article_newsletter #newsletter-success span {
  font-size: 22px;
  font-family: 'GilroyExtraBold';
  line-height: 1;
  margin-bottom: .5rem;
  display: block;
}

.article_newsletter #newsletter-success p {
  font-size: 16px;
  font-family: GilroyMedium;
}

.article_newsletter #newsletter-success a {
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s all;
}

.article_newsletter #newsletter-success a:hover {
  transition: 0.2s all;
  color: #e91e24;
  text-decoration: underline;
}

.sponsored-article-wrapper{
  font-size: 14px;  
}

.channel-logo-header {
  margin: 0; 
}

.article-meta-dot {
  font-size: 8px;
}

.figure-half-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  row-gap: 16px;
  margin: 3rem 0;
}

.figure-half-container figure {
  margin: 0;
}

.article_first_section .h1 {
    font-family: GilroyBold;
    font-size: 50px;
    color: #000;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .featured-articles-container-title {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .featured-articles-container-title h3 {
    margin: 0;
    line-height: 3.75rem;
    font-family: gilroybold;
    font-size: 18px;
  }

  .this-week-events-mobile {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
  }

  .this-week-events-mobile-first {
    position: relative;
  }

  .this-week-events-mobile-first img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }

  .twe-mobile-first-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.75) 100%);
    font-family: gilroybold;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
  }

  .twe-mobile-first-info span:first-child {
    margin: 0;
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: 12px;
  }

  .twe-mobile-first-info span,
  .twe-mobile-event-info span {
    color: #f5842e;
  }

  .twe-mobile-first-info p {
    color: #fff;
    line-height: 1.25;
    margin: 0;
    font-size: 16px;
  }

  .twe-mobile-list {
    background-color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .twe-mobile-event {
    display: flex;
    gap: 1rem;
  }

  .twe-mobile-event img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover;
  }

  .twe-mobile-event-info {
    font-family: GilroySemiBold;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .twe-mobile-event-info span:first-child {
    font-size: 12px;
    display: flex;
    gap: .25rem;
    align-items: center;
  } 

  .twe-mobile-event-info span.city {
    color: #000;
  }

  .twe-mobile-event-info p {
    line-height: 1.25;
  }

  .twe-mobile-event-info a {
    color: #000;
    font-family: GilroySemiBold;
  }

  #articleShare .modal-content {
    border: none;
    padding: 2rem;
    color: #000;
  }

  #articleShare .modal-header {
    border: none;
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: .5rem;
  }

  #articleShare .modal-header .modal-title {
    font-size: 22px;
  }

  #articleShare .modal-body {
    padding: 0;
  }

  #articleShare .modal-body .ur {
    border: 1px solid #000;
    border-radius: 8px;
  }

  #articleShare .modal-body .cpy {
    font-size: 20px;
  }

  #articleShare .modal-body .article_popup_socials {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 26px;
  }

  #articleShare .modal-body .article_popup_socials button {
    border: none;
    background: transparent;
  }

  .article_socials .article-social {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    border: 2px solid;
    padding: 2px 30px;
    border-radius: 6px;
    font-family: GilroyMedium;
  }

  .article_socials .article-social:hover {
    color: #fff;
  }

  .article_first_section {
    margin-bottom: 1rem;
    text-align: left;
  }

  .article-divider {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 2rem 0rem 4rem 0;
  }

  .this-week-events h3 {
    font-family: GilroyBold;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }

  .this-week-events h3 a {
    font-family: GilroyReg;
    color: #f5842e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
  }

  .this-week-events .events-list {
    display: flex;
    flex-wrap: nowrap;
  }

  .this-week-events .events-list .event-list {
    flex: 0 1 25%;
    position: relative;
    padding-bottom: 2rem;
  }

  .this-week-events .events-list .event-list img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 15px;
    object-fit: cover;
  }

  .this-week-events .events-list .event-list span {
    font-family: gilroybold;
    margin: .5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
  }

  .this-week-events .events-list .event-list .week-event-date {
    color: #ff8427;
    position: absolute;
    bottom: 0;
  }

  .this-week-events .events-list .event-list .week-event-date svg {
    margin-right: .5rem;
  }

  .main-wrapper {
    background-color: #f8f9fb;
  }

  .city-trending-bottom {
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    position: relative;
    overflow: hidden;
    border: 1px #d1d1d1 solid;
  }

  .channel-trending-watermark,
  .channel-popular-watermark {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 1;
  }

  .channel-trending-watermark span,
  .channel-popular-watermark span {
    position: inherit;
    text-transform: uppercase;
    font-family: GilroyExtraBold;
    font-size: 100px;
    rotate: -90deg;
    transform-origin: 0 0;
    line-height: .75;
    display: inline;
    opacity: 25%;
    text-wrap: nowrap;
  }

  .city-trending-bottom a {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
  }

  .city-trending-bottom a span {
    font-family: GilroyBold;
    font-style: italic;
    font-size: 23px;
  }

  .city-trending-bottom a div {
    text-align: left;
  }

  .city-trending-bottom a div p {
    font-family: GilroySemiBold;
    color: #000;
    margin-bottom: .25rem;
  }

  .city-trending-bottom a div img {
    height: 20px;
  }

  .city-trending-bottom a:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    border-top: 1px solid;
  }

  .article-date-author a {
    font-family: GilroyBold;
    color: #000;
  }

  .article_tags {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .article_tags_container {
    margin: 0;
  }

  .article_tags_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
  }

  .article_tags .article_tag {
    margin: 0;
  }

  #view-main-article:checked ~ .article-entry {
    max-height: unset;
    overflow: visible;
    transition: all 0.75s ease-in-out;
  }

  #view-main-article:checked ~ .article_body_overlay,
  #view-main-article:checked ~ label,
  #view-main-article {
    display: none;
    transition: all 0.75s ease-in-out;
  }

  .article_body label {
    z-index: 2;
    position: relative;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-family: GilroyBold;
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.2s;
  }

  .article_body label:hover {
    background-color: #000;
    color: #fff;
    transition: all 1s;
  }

  .article_body {
    margin: 0;
    text-align: left;
    margin-top: 1rem;
    position: relative;
  }

  .article-entry-hidden {
    max-height: 200px;
    padding-top: 1rem;
    overflow: hidden;
    transition: all 0.75s ease-in-out;
  }

  .article_body_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, rgba(248, 249, 251, 1) 80%);
  }

  .article_socials {
    justify-content: flex-start;
  }

  .article-featured-image>.row>.col-md-9 {
    padding-right: 0;
  }

  .article-side-info {
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0rem;
    padding: 1.5rem 0 1.5rem 0;
  }

  .article-featured-image img {
    border-radius: 8px;
  }

  .article_first_section h1,
  .article-breadcrumbs,
  .article_first_section span.article-title {
    line-height: 1.15;
    text-align: left;
    margin: 0;
  }

  .article-breadcrumbs {
    margin-bottom: 0.5rem;
  }

  .article-breadcrumbs span {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-transform: uppercase;
    font-size: 14px;
  }

  .article-breadcrumbs span a {
    color: #000;
  }

  .article-breadcrumbs span a.current {
    text-decoration: underline;
    text-decoration-color: var(--categoryHex);
    text-decoration-thickness: 1.75px;
    text-underline-offset: 2px;
  }

  .featured-events-list .channel_featured_card {
    flex: 0 1 25%;
    height: auto;
  }
  
  .channel_featured_card {
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
      position: relative;
      border-width: 1px;
      border-style: solid;
      border-color: #D1D1D1;
      background-color: #fff;
  }
  
  .channel_featured_card .card_image img {
      width: 100%;
      aspect-ratio: 6/4;
      object-fit: cover;
      object-position: center;
      border-radius: 10px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }
  
  .channel_featured_card .card_info {
      padding: 20px 16px;
      display: flex;
      flex-direction: column;
      gap: 4px;
  }
  
  .channel_featured_card .card_info span:first-child {
      font-family: GilroyReg;
      font-size: 14px;
      color: #ff8427;
  }
  
  .channel_featured_card .card_info a {
      color: #000;
      font-family: GilroyBold;
      font-size: 18px;
    padding-bottom: 90px;
  }
  
  .channel_featured_card .card_info p {
      margin: 0;
      font-size: 14px;
  }
  
  .channel_featured_card .card_info .card_info_bottom span {
      font-size: 14px;
      color: #4FAF76;
      font-family: GilroyReg;
  }
  
  .channel_featured_card .card_info .card_info_bottom {
      position: absolute;
      bottom: 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
  }

  @media (max-width: 992px) {
    .article-featured-image {
      height: max-content;
    }
  }

  @media (max-width: 768px) {
    .article_first_section .h1 {
      font-size: 30px;
    }

    .article-breadcrumbs {
      margin-bottom: 1rem;
      margin-top: 2rem;
    }

    .article-date-author {
      text-align: left;
      margin-bottom: .5rem;
    }

    .article-share-tags {
      flex-direction: column;
      align-items: flex-start;
      gap: .5rem;
    }

    .article-share-tags .article_tags {
      gap: .5rem;
    }

    .article_socials .article-social {
      border-radius: 20px;
      font-size: 16px;
      border: 1px solid;
      padding: 0 .5rem;
    }

    .article-entry {
      max-height: 400px;
    }

    .article_tags .article_tag {
      padding: 0 .5rem;
    }

    .figure-half-container {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 8px;
    }
  }