#desktop_layout {
  display: block;
  margin-bottom: 1.5rem;
}
#mobile_layout {
  display: none;
}
#aside_filter {
  height: 100%;
  width: 0;
  z-index: 5;
  left: 0;
  top: 0;
  position: fixed;
  background: #000000;
  overflow: hidden;
  transition: all 0.3s ease;
}
.aside-filter-content .fil-close {
  font-size: 25px;
  color: white;
  background: none;
  border: 0;
}
.aside-filter-content {
  position: relative;
  top: 8%;
  width: 100%;
  padding: 0rem 2rem 2rem 2rem;
}
.aside-filter-content .accordion-item {
  margin-bottom: 1.5rem;
}
.aside-filter-content .accordion-header {
  font-size: 1.25rem;
  color: white;
  border-bottom: 2px solid;
}
.aside-filter-content .accordion-button {
  color: white;
}
.aside-filter-content .card {
  margin: 0;
  background: black;
  border: 0;
  color: white;
}
.aside-filter-content .card-body {
  padding: 0.25rem!important;
}
.aside-filter-content .form-check-label {
  font-size: 18px;
  padding: 0.1rem;
}
.aside-filter-content .form-check-label {
  font-size: 18px;
  padding-left: 0.5rem;
}
.aside-filter-content .filter-cal-wrapper {
  background: white;
  border-radius: 20px;
  padding: 1rem;
  margin-top: 1rem;
}
.aside-btn-group .filter-btn-group {
  margin: 3rem 0;
}
.aside-btn-group .filter-btn {
  color: white;
  font-family: 'GilroyBold';
  border: 2px solid;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
}
a {
  color: #FF8427;
}
.section-title {
  font-size: 2rem;
  font-family: 'GilroyExtraBold';
  text-transform: uppercase;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.75rem;
}
.section-title .btn-navigation {
  font-size: 18px;
  float: right;
}
.cards-event .card-list .card {
  border: 1px solid rgb(0 0 0);
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
.card {
  border: 1px solid rgb(0 0 0);
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
.card-body {
  padding: 2rem;
}
.main-title {
  font-family: 'GilroyBold';
  font-size: 1.75rem;
  line-height: 1.15;
  margin-bottom: .5rem;
}
.cards-event h3 {
  font-family: 'GilroyBold';
  font-size: 24px;
}
.cards-event .badge-warning {
  color: #ffffff;
  background-color: #FF8427;
}
.cards-event .c-detail {
  display: block;
  font-family: 'GilroyMedium';
  font-size: 18px;
}
.cards-event .tags-navigation {
  display: flex;
  white-space: nowrap;
}
.cards-event .tag {
  padding: 0.5rem 1rem;
}
.event-details .tag {
  padding: 0.5rem 1.5rem;
}
.btn-black {
  border: solid 2px #000;
  background-color: #000;
  color: #fff;
  font-family: 'GilroyBold';
  border-radius: 10px;
}
.btn-black:hover {
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
}
.tag {
  border-radius: 25px;
  font-family: 'GilroyBold';
  color: #fff;
}
.tag-featured {
  background-color: red;
}
.tag-black {
  background-color: black;
  border-radius: 10px;
}
.tag-orange {
  background-color: orange;
}
.tag-green {
  background-color: green;
}
.tag-red {
  background: #DE2910;
}
.load-more {
  text-align: center;
}
.load-more button {
  border: solid 2px #000;
  font-size: 20px;
  padding: 0.5rem 3rem;
  border-radius: 25px;
  font-family: 'GilroyBold';
  background-color: #000;
  color: white;
}
.load-more button:hover {
  border: solid 2px #000;
  background-color: #fff;
  color: black;
}

.event-details {
  margin-bottom: 4rem;
}
.event-details .main-title {
  font-family: 'GilroyExtraBold';
}
.event-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 2rem;
}
.event-image img {
  width: -webkit-fill-available;
}
.event-body {
  margin-top: 2rem;
  font-family: 'GilroyMedium';
  font-size: 19px;
}
.event-body figure {
  margin: 2rem 0;
}
.event-body figure img {
  width: 100%;
}
.event-body figure figcaption {
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
}
.event-c-details {
  margin-bottom: 2rem;
}
.event-table {
  font-family: 'GilroyMedium';
}
.event-table td {
  padding: 1rem;
  font-size: 18px;
}
.event-table .icon {
  padding-right: 0.75rem;
  vertical-align: top;
}
.filter-events {

}
.filter {
  margin-top: 1rem;
}
.filter .card-body {
  padding: 1rem;
}
.accordion-header {
  font-family: 'GilroyBold';
  font-size: 1.75rem;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:focus {
  outline: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(https://d1ef7ke0x2i9g8.cloudfront.net/global/up-arrow.png);
  transform: rotate(-180deg);
}
.accordion-button::after {
    display: inline-block;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url(https://d1ef7ke0x2i9g8.cloudfront.net/global/up-arrow.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform .2s ease-in-out;
}

.form-check {
  padding-left: 1.75rem;
}
.form-check-label {
  font-family: 'GilroyBold';
  font-size: 20px;
  padding-left: 0.25rem;
}
.form-check-input {
  margin-top: 0.5rem;
}
input[type=checkbox] {
  transform: scale(1.5);
}
.share-popup .modal-content {
  padding: 2rem;
}
.share-popup .title {
  font-family: 'GilroyBold';
  font-size: 24px;
}
.share-popup .sub-title {
  font-family: 'GilroyReg';
  font-size: 16px;
  margin-bottom: 1rem;
}
.share-popup .social-list {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-around;
}
.share-popup .social-list .event-social {
  color: #000;
  transition: 0.2s;
}

.share-popup .social-list .event-social:hover {
  color: #FF8427;
  transition: 0.2s;
}

.share-popup .social-list .event-social:focus {
  outline: none;
}
.featured {
  margin-bottom: 3rem;
}
.featured-slider {
  font-family: 'Gilroyreg';
}
.featured-slider .c-date {
  font-family: gilroyreg;
}
.featured-slider .c-detail {
  font-family: 'GilroyBold';
  line-height: 19px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featured-slider a {
  color: black;
}
.featured-slider a:hover {
  color: #FF8427;
}
.featured-slider .card {
  border: none;
  background: none;
  padding: 0 1rem;
}
.featured-slider .card-img {
  position: relative;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  border-radius: 15px;
}
.featured-slider .card-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  height: 100%;
  border-radius: 10px;
}
.featured-slider .card-body {
  padding: 1rem 0 4rem;
}
.featured-slider .excerpt {
  padding-top: 1rem;
}
.featured-slider .card-footer {
  font-family: cambria;
  bottom: 0;
  background: none;
  padding: 1rem 0;
}
.featured-slider span {
  display: block;
}
.featured-slider .main-title {
  display: -webkit-box;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  margin-bottom: .5rem;
  height: 55px;
}

.featured-slider .excerpt p {
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 22px;
  height: 65px;
}
.article-cta {
  padding: 1.5rem 0;
  font-style: italic;
  font-family: GilroyBold;
  line-height: 1.2;
  margin-top: 3rem;
  border-top: 2px solid #ff8427;
  border-bottom: 2px solid #ff8427;
}
.article-cta p {
  margin: 0;
}
/* <!-- CALENDAR --> */

#mini_calendar {
  font-family: 'GilroyReg';
}
#mini_calendar a {
  color:#FF8427;
}
.card-mini-cal {
  border: none;
}
.table th, .table td {
  padding: 0.5rem!important;
}
.table thead th {
  border: none!important;
}
.mini_calendar_date a {
  text-decoration: underline;
}
.today {
  color:#fff;
  background-color:#FF8427;
}
.today a {
  color:#fff !important;
}
.btn-cal {
  border: 0;
  color: black;
}
#day_calendar {
  font-family: 'GilroyReg';
}
.channel-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
  max-height: 350px;
}
.channel-header-logo {
  position: absolute;
  bottom: -35px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: unset;
}
.channel-header-logo img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.banner_wrapper {
  text-align: center;
  padding: 0;
}
.banner_wrapper img.channel-logo-header {
  width: auto;
  max-height: 190px;
}
.iwhk-slider-container {
  position: relative;
}

.italian-week-slider .item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.italian-week-slider .item img,
.italian-week-slider {
  height: 350px;
}

.iwhk-logo-container {
  position: absolute;
  height: 190px;
  width: auto;
  top: 5rem;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.iwhk-logo-container img {
  height: 100%;
}

.italian-week-slider .slick-dots {
  bottom: 0;
}

.italian-week-slider .slick-dots li button:before {
  font-size: 10px !important;
}

.italian-week-slider .slick-dots li {
  margin: 0;
}

.italian-week-slider .slick-dots li button:before,
.italian-week-slider .slick-dots li.slick-active button:before {
  color: white;
}

.deal-days {
  display: flex;
  padding: .25rem 0;
  padding-bottom: .5rem;
}

.deal-days span {
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  height: 38px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: GilroyMedium;
  margin-right: 1rem;
  font-size: 15px;
  color: #d9d9d9;
}

.deal-days span.active {
  color: #fff;
  border-color: #FF8427;
  background-color: #FF8427;
}

.img-caption {
  font-size: 12px;
  font-style: italic;
}

.imageSlider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imageSlider1 img {
  padding:10px; 
}

.imageSlider1 img,
.imageSlider img {
  cursor: pointer;
}

.event-image img,
.imageSlider1 img,
.flyer-popup .modal-dialog .modal-content .modal-body img {
  width: 100%;
}

.flyer-popup .modal-dialog {
  max-width: 750px;
}

.flyer-popup .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}

.flyer-popup .modal-dialog .modal-content .modal-header,
.flyer-popup .modal-dialog .modal-content .modal-body,
.flyer-popup .modal-dialog .modal-content {
  padding: 0;
}

.event-details .tags-navigation {
  display: flex;
  gap: .25rem;
}

.event-details .tags-navigation a {
  display: flex;
  white-space: nowrap;
}

.events-deals-submenu {
  background-color: #ff8427;
  z-index: 5;
  transition: top .3s;
  position: sticky;
  width: 100%;
  left: 0;
  top: 90px;
}

.events-deals-submenu > .container {
  overflow: hidden; /* Hides the scrollbar */
  overflow-x: scroll; /* Allows vertical scrolling */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  scrollbar-width: none; /* For Firefox */
}

.events-deals-submenu .container::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.events-deals-submenu .channel_subcategory_background {
  border-top: 1px solid rgba(255,255,255,0.3);
}

.events-deals-submenu .channel_subcategory_container {
  color: #fff;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}

.events-deals-submenu .channel_subcategory_container span {
  color: #fff;
  min-width: auto;
  display: flex;
  border-right: 1px solid RGBA(255,255,255,.3);
  margin: 11px 0;
  padding: 0 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
}

.events-deals-submenu .channel_subcategory_container span a {
  color:#fff;
  font-family: GilroyBold;
  font-size:17px;
}

.imageSlider img {
  padding:10px; width: 430px;
}

#modal-share .social-list button {
  border:none;
  background: transparent;
  padding: 0;
}

#modal-share .sub-title button {
  border:none;
  background: transparent;
}

#modal-share .sub-title .copy-input-container {
  border: solid 1px;
}

#modal-share .sub-title .copy-input-container input {
  height: 40px;
  border:none;
}
.text-muted {
  font-family: 'Gilroybold';
  font-size: 20px;
  text-align: center;
}

.card-body .tags-navigation .tag {
  background-color: #ff8427;
}

.card-body .tags-navigation .tag.tag-black {
  background-color: #000;
}

.cards-event .tags-navigation {
  gap: .5rem;
}

.card-body .c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

#mini_calendar table {
  text-align:center;
}

.calendar_month {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.calendar_month span {
  font-family: 'GilroyExtraBold';
  font-size: 28px;
}

.calendar_month a {
  color: #000;
  font-size: 20px;
}

.calendar_month button {
  border: none;
  background: transparent;
}

.calendar_month button:active,
.calendar_month button:focus {
  outline: none;
}

.calendar_days {
  display: flex;
  border: 1px solid;
  background-color: #fff;
}

.calendar_days span:first-child,
.calendar_days span:nth-child(2) {
  border: none;
}

.calendar_days span {
  border-left: 1px solid;
  width: calc(100%/7);
  text-align: center;
  padding: .5rem 1rem;
  font-family: GilroyBold;
}

.calendar_date_row {
  display: flex;
  border: 1px solid;
  border-top: none;
  width: 100%;
  background: #fff;
}

.calendar_date {
  width: calc(100%/7);
  border-left: 1px solid;
  padding: 5px 1px;
  height: 120px
}

.calendar_date > span {
  text-align: right;
  padding: .25rem .5rem;
  font-family: GilroySemiBold;
  width: 100%;
  display: block;
  padding-bottom: 0px;
}

.calendar_date:first-child {
  border: none;
}

.calendar_date_event {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  padding: 3px 5px;
  display: flex;
  border-radius: 5px;
  font-size: 14px;
  align-items: center;
  font-family: GilroyReg;
  margin: .25rem 0;
}

.calendar_date_event:hover {
  color: #fff;
}

.calendar_date_event img {
  height: 18px;
  margin-right: 5px;
}

.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;
}

.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 only screen and (max-width: 2560px){
}
@media only screen and (max-width: 992px){
  .event-title {
    display: block;
    margin: 1rem 0 1rem;
  }

  .event-details .tags-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px){
  .card-body {
    padding: 1.5rem 1rem;
  }
}
@media only screen and (max-width: 767px){
  #desktop_layout {
    display: none;
  }
  #mobile_layout {
    display: block;
  }
  .cards-event h3 {
    font-family: 'GilroyBold';
    font-size: 16px;
    padding: 0.5rem;
  }
  .cards-list .tag {
    padding: 0.25rem 0.75rem;
    font-size: 14px;
    margin-right: 0.5rem;
  }
  .btn-black {
    font-size: 14px;
    padding: 0rem 0.75rem;
  }
  .event-body {
    margin-top: 0.5rem;
  }
  #mini_calendar {
    font-size: 12px;
  }
  .table th, .table td {
    padding: 0.25rem!important;
  }
  .deal-days {
    justify-content: space-between;
  }
  .deal-days span {
    height: 28px;
    width: 28px;
    font-size: 14px;
    margin: 0;
  }
  .flyer-popup .modal-dialog {
    max-width: 750px;
  }
  .imageSlider img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px){
  .channel-header-logo img {
    height: 40px;
    width: 40px;
    margin-top: -50px;
  }

  /* added by brijesh */ 
  .events-baner-slider-container h2{
    font-size: 1.5rem;
  }

  .events-baner-slider-container .item-title{
    width: 94%;
  }
  /* end - added by brijesh */ 

  .channel-header {
    padding: 2rem 0;
    height: 165px;
    display: flex;
    align-items: center;
  }
  .banner_wrapper img.channel-logo-header {
    max-height: 100px;
  }
  .card-mini-cal {
    font-size: 12px;
  }
  .italian-week-slider .item img,
  .italian-week-slider {
    height: 165px;
  }

  .iwhk-logo-container {
    height: 100px;
  }

  .iwhk-logo-container {
    top: 2rem;
  }
}
@media only screen and (max-width: 499px){
  .events-deals-submenu {
    top: 55px;
  }
  .calendar_days span {
    padding: .5rem 0;
  }

  .calendar_date {
    display: flex;
    align-items: center;
    height: 50px;
  }

  .calendar_date > span {
    text-align: center;
  }

  .calendar_date .has_event {
    color: #ff0000;
    text-decoration: underline;
    width: 100%;
    text-align: center;
  }

  .tag-black {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 479px){
  .featured-slider .card-img {
    height: 54vw;
  }
}