.main-nav form { 
	padding: 0 10px 0 0;  
	position: relative; 
	display: flex;
	justify-content: flex;
}
.main-nav form input {
	border-radius: 7px;
	width: 100%;
	font-weight: 500;
	text-transform: capitalize;
	background: #F1F3F4;
	padding: 7px 12px;
	margin-left: 10px;
}

.required {
	color: #FF1111;
}
.eventscount {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	background: #E9512C;
	border: 1px solid #E9512C;
	border-radius: 99px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 16px;
	color: #FFF;
}

b, strong {
	font-weight: 600;
}  
  
    .btn-info {
    	border: 1px solid #9D9D9D;
    	background: #FFF;
    	color: #525252;
    	font-weight: 500;
    	height: 40px;
    }
  .btn-info:hover {
	border: 1px solid #c95032;
	background: #c95032; 
	color: #FFF;
  }
  .site-logo {
	height: 38px;
	width: 100%;
	object-fit: contain;
  }
  .quick-tips {
	columns: 2;
	font-size: 14px;
	line-height: 1.8;
  }
  .br-0 {
	border-radius: 0;
  }
  .br-10 {
	border-radius: 10px;
  }
  .b-0 {
	border: none;
  }
  .br-bottom {
	border-radius: 0 0 10px 10px;
  }
  .border-left-success {
	border-left: 4px solid #2EFDEF;
  }
  .border-left-danger {
	border-left: 4px solid #da7d43;
  }
  .box-shadow {
	box-shadow: 0 0px 5px #00000022;
  } 
  .bg-lighter {
      background: #F4F9F5;
  }

  .card-header { 
	border-bottom: 1px solid #DDD;
}
  .event-cats {
    background: #F4F9F5;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
    border-top: 1px solid #DDD;
    /* Set scrollbar width and color for Webkit (Chrome, Safari, Opera) */
    scrollbar-width: thin; /* "auto" or "thin" or "none" */
    scrollbar-color: #888 #ddd; /* scroll thumb and track color */
}

/* Webkit browsers */
.event-cats::-webkit-scrollbar {
    width: 10px; /* width of the entire scrollbar */
}

.event-cats::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the scroll thumb */
    border-radius: 5px; /* roundness of the scroll thumb */
}

.event-cats::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* color of the scroll thumb on hover */
}

/* Firefox */
.event-cats {
    scrollbar-width: thin; /* "auto" or "thin" or "none" */
    scrollbar-color: #E9512C #ddd; /* scroll thumb and track color */
}
  
  .home-cats {
	list-style: none;
	padding: 0; /* Remove default padding */
  }
  
  .home-cats li {
	display: inline-block;
	margin-right: 3px;
	font-weight: 700;
	color: #666;
  }
  
  .home-cats li a {
	font-weight: 500;
	text-decoration: none; /* Remove underline */
	color: #383838; /* Inherit color from parent */
	display: inline-block; /* Ensure each link is a block element */
	padding: 10px 10px; /* Add padding for better readability */
	border-radius: 99px; /* Add some rounded corners */
	background-color: #D5E4E2; /* Add background color to links */
	font-size: 13px;
  }
  
  .home-cats li a:hover { 
	color: #FFF;  
	background-color: #222;  
  }
  
  .modal.show .modal-dialog {
	transform: none;
	margin-top: 100px;
}
button.close {
	background: transparent;
	border: 0;
	font-size: 30px;
	padding: 0;
	line-height: 0;
	color: #000;
}
.sidebar {
	position: fixed;
	left: 0;
	width: 100px;
	height: 100%;
	background: #FFF;
	z-index: 10000;
}

.blogdetail-content p a { 
	color: #e9512c; 
	font-weight: 500;
	text-decoration: underline;
}

.gallery-masonry__item {
	-webkit-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
   }
   .gallery-masonry__img {
	position:relative;
	display:block;
	overflow:hidden;
	height: 230px;
	margin-bottom: 10px;
   }
   .gallery-masonry__item .gallery-masonry__img img {
	-webkit-transform:scale(1.001);
	-ms-transform:scale(1.001);
	transform:scale(1.001);
	-webkit-transition:-webkit-transform 1s;
	transition:-webkit-transform 1s;
	-o-transition:transform 1s;
	transition:transform 1s;
	transition:transform 1s,-webkit-transform 1s;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-position: top center;
   }
   .gallery-masonry__item:hover .gallery-masonry__img img {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
   }
	
   .gallery-masonry__item--height-2::before {
	content:"";
	display:block;
	padding-top:84.21053%
   }
   .gallery-masonry__item--height-3::before {
	content:"";
	display:block;
	padding-top:168.42105%
   }
   .gallery-masonry__item--height-4::before {
	content:"";
	display:block;
	padding-top:42.10526%
   }
   .gallery-masonry__item:hover {
	background:rgba(253,211,64,.4)
   }
   .gallery-masonry__item:hover .gallery-masonry__description {
	background:#840028
   }
   .gallery-masonry__item:hover .gallery-masonry__description span:first-of-type {
	color:#4b4b4b
   }
   .gallery-masonry__item:hover .gallery-masonry__description span:nth-of-type(2) {
	color:#333
   }
   .gallery-masonry__item--green .gallery-masonry__description span:first-of-type {
	color:#2eb872
   }
   .gallery-masonry__item--green:hover {
	background:rgba(46,184,114,.4)
   }
   .gallery-masonry__item--green:hover .gallery-masonry__description {
	background:#2eb872
   }
   .gallery-masonry__item--green:hover .gallery-masonry__description span:first-of-type {
	color:#fff;
	opacity:.6
   }
   .gallery-masonry__item--green:hover .gallery-masonry__description span:nth-of-type(2) {
	color:#fff
   }
   .gallery-masonry__item--cyan .gallery-masonry__description span:first-of-type {
	color:#30e3ca
   }
   .gallery-masonry__item--cyan:hover {
	background:rgba(48,227,202,.5)
   }
   .gallery-masonry__item--cyan:hover .gallery-masonry__description {
	background:0 0
   }
   .gallery-masonry__item--cyan:hover .gallery-masonry__description span:first-of-type {
	color:#30e3ca
   }
   .gallery-masonry__item--cyan:hover .gallery-masonry__description span:nth-of-type(2) {
	color:#fff
   }
   .gallery-masonry__item--cyan .gallery-masonry__img {
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	background:rgba(0,44,89,.3)
   }
   .gallery-masonry__item--cyan:hover .gallery-masonry__img {
	background:rgba(48,227,202,.03)
   }

   .alert { 
	position: fixed;
	top: 80px;
	right: 30px;
	z-index: 1000;
}
.bg-light {
	background: #F1F1F1 !important;
}
.bg-lighter {
	background: #F4F9F5 !important;
}
.bg-bright {
	background: #FFF2EE !important;
}
.provider-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.br-5 {
	border-radius: 5px;
}
.provider-badge {
	height: 40px;
	width: 40px;
	object-fit: contain;
}
.image-container {
	white-space: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.image-container img {
	height: 400px; /* Fixed height */
	width: auto;   /* Maintain aspect ratio */
	margin-right: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.image-container::-webkit-scrollbar {
	display: none;
}

.bloglist-content { 
	padding: 15px;
	padding-bottom: 0px;
}
.owl-carousel .owl-item img {
	display: block;
	width: calc(100% - 20px);
}
.tag-icon {
	font-size: 7px;
	position: relative;
	bottom: 3px;
	color: #DDD;
}
.modal-header { 
	background: #F1F1F1;
}

.fixed-bottom-container {
	position: fixed;
	bottom: 20px;
	left: 25%;
	z-index: 1;
	overflow-x: auto; /* Enable horizontal scrolling */
	white-space: nowrap; /* Prevent line breaks */
}
  
.bottom-items {
	overflow-x: auto; /* Enable horizontal scrolling */
	white-space: nowrap; /* Prevent line breaks */
	position: fixed;
	bottom: 10px;
	left: 20%;
	width: calc(100% - 40%);
	padding: 10px;
	z-index: 100;
  }
  .border-top-light {
	border-top: 1px solid #FFFFFF33;
  }
  
    body.cta-active {
	padding-bottom: 50px;
	transition: padding-bottom 0.4s ease;
  }
  
  .cta-bar {
	position: fixed;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 60px;
	background: rgba(233, 81, 44, 0.7);
	z-index: 1050;
	display: flex;
	align-items: center;
	transition: bottom 0.4s ease;
	box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(12px);
}
  
  .cta-bar.show {
	bottom: 0;
  }
  
  @media (max-width: 767.98px) {
	.bottom-items {  
		bottom: 0;
		left: 0;
		width: 100%;
	  }
        .main-nav form {
        	display: block;
        	margin: 10px 0;
        }
	}
  .bottom-links {
	list-style: none;
	display: flex; /* Remove default padding */
	background: #FFF;
	padding: 8px 10px;
	width: fit-content;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
  }
  
  .bottom-links li {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	color: #666;
  }
  
  .bottom-links li a {
	font-weight: 600;
	text-decoration: none; /* Remove underline */
	color: inherit; /* Inherit color from parent */
	display: inline-block; /* Ensure each link is a block element */
	padding: 8px 10px; /* Add padding for better readability */
	border-radius: 5px; /* Add some rounded corners */
	background-color: #f0f0f0; /* Add background color to links */
	font-size: 14px;
  }

  .bottom-links li a.logo-button {
	padding: 5px;
  }
  .bottom-links li a.happening {
	background: #E9512C;
	color: #fff;
  }
  .bottom-links li a img {
	height: 30px;
	width: 30px;
	object-fit: contain;
  }
  .menu-logo img {
	height: 50px;
  }
  .footer-logo img {
	height: 50px;
	width: 150px;
	object-fit: contain;
  }

  select.form-control { 
    padding-right: 30px; 
    background-image: url('../img/details-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 9px 9px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.text-small {
    font-size: 11px !important;
}
.live-event {
	border: 3px solid #e9512c; 
}

.card-heading {
	width: 250px;           /* 1. Must have a defined width or max-width */
	white-space: nowrap;    /* 2. Forces text to stay on a single line */
	overflow: hidden;       /* 3. Hides the text that goes past the width */
	text-overflow: ellipsis;	
}
.card-text {
	display: block;
	width: 250px;           /* 1. Must have a defined width or max-width */
	white-space: nowrap;    /* 2. Forces text to stay on a single line */
	overflow: hidden;       /* 3. Hides the text that goes past the width */
	text-overflow: ellipsis;	
	text-transform: capitalize;
}
.calendar-widget {
    border-radius: 9px;
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    margin: 0 auto;
    background: #FFF;
}

.calendar-widget table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-widget caption {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #222;
}

.calendar-widget th {
    border: 1px solid #F2F2F2;
    padding: 8px;
    text-align: center;
}

.calendar-widget td {
    border: 1px solid #e5e5e55c;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.calendar-widget td a {
	height: 40px;
	position: relative;
	padding: 10px 0;
}
.calendar-widget .event-marker {
    display: block;
    font-size: 0.8em;
    margin-top: 2px;
    background-color: #E9512C;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

.calendar-widget tbody td:first-child,
.calendar-widget tbody td:nth-child(7) {
    color: #cc0000; /* Change color for Sundays and Saturdays */
}

.calendar-widget tbody td:not(:empty):hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

@media (max-width: 600px) {
    .calendar-widget caption {
        font-size: 1.2em;
    }

    .calendar-widget th,
    .calendar-widget td {
        padding: 6px;
    }
}
.hero-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.btn-recurring {
	position: absolute;
	
	z-index: 1;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	font-size: 12px;
	background: #2215BC !important;
	color: #FFF !important;
	border-radius: 3px;
	font-weight: 400;
}
.countdown {
	display: flex;
	gap: 10px; 
}

.countdown .time-col {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF80;
	text-align: center;
	border-right: 1px solid #FFFFFF33;
	padding: 0 10px;
}
.countdown .inner-time {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}
.btn-featured {
	background: #E9512C;
	color: #FFF;
	border-radius: 99px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	padding: 7px 20px;
}
.text-light {
	color: #FFFFFFE8 !important;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #222;
}
.l404-image {
	height: 300px;
	object-fit: contain;
}
.ticket-list {
	columns: 2;
}
.br-15 {
	border-radius: 15px;
}
.event-deets {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	align-items: center;
}
.event-socials {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	align-items: center;
}
.event-socials img {
	height: 20px;
	width: 20px;
	object-fit: contain;
}
.w-30 {
    width: 30%;
}
.filter-form {
	display: flex;
	justify-content: start;
}
.filter-header {
	font-weight: 600;
	color: #000;
	padding-top: 15px;
}
/* .listings-sidebar {  
}
.listings-sidebar.show { 
    opacity: 1;
} */
#toggleButton {
	display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.event-flyer {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 3px;
}
.share-buttons {
	background: #FFF;
	border: 1px solid #DDD;
	position: absolute;
	right: 0;
	width: 40px;
	text-align: center;
	bottom: 0;
	padding: 5px 0;
	border-radius: 10px;
	display: none;
}
.share-buttons a img {
	height: 25px;
	width: 25px;
	margin-bottom: 10px;
}
.top-banner {
	height: 100%;
	width: 100%;
	object-fit: contain;
	border-radius: 0;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-700 {
	font-weight: 700;
}
.google-icon {
	height: 20px;
	width: 20px;
	object-fit: contain;
}
.marquee {
	background: #E9512C;
	overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 100;
}
.marquee-inner {
	display: inline-block;
	animation: scrollText 20s linear infinite;
}
.marquee .marquee-inner span {
	color: #fff;
	font-weight: 500;
}
.below-ad {
    margin-top: 40px;
    margin-bottom: 3px;
}

.myPopup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 1040;
  }
  
  /* Popup box */
  .myPopup-box {
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 320px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	transform: translateX(120%);
	transition: transform 0.4s ease;
	z-index: 1050;
  }
  
  /* When visible */
  .myPopup-box.show {
	transform: translateX(0);
  }
  
  .myPopup-overlay.show {
	display: block;
  }
  
  /* Close button */
  .myPopup-close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
	background: transparent;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	z-index: 10;
  }
  
    .glass-white {
        background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
        backdrop-filter: blur(10px);           /* blur background behind it */
        -webkit-backdrop-filter: blur(10px);   /* Safari support */
        border-radius: 15px;                   /* rounded corners */
        border: 1px solid rgba(255, 255, 255, 0.3); /* subtle white border */
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  /* soft shadow */
        padding: 20px;
        color: #000;                            /* text color */
    }


@keyframes scrollText {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.user-profile {
	height: 100px;
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 10px;
	margin-right: 20px;
}

.profile-menu a {
	padding: 7px 5px;
	border-bottom: 5px solid #F1F1F1;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 400;
}

.profile-menu a.active, .profile-menu a:hover { 
	border-bottom: 5px solid #e9512c; 
}

.terms-info a {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: blue;
}

.single-update {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 991.98px) {  
	select.form-control { 
		width: 100%;
	}
	.filter-form {
		display: block;
		justify-content: start;
	}
}
@media (max-width: 767.98px) {
    
    	body {
		margin-bottom: 60px;
		margin-top: 114px;
	}
	.header-seven {
		background-color: #FFF;
		border-radius: 10px 10px 0 0;
		position: fixed;
		top: 0;
		width: 100%; 
		box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.05);
		z-index: 9999;
	} 
	.mobile-user {
		display: block;
	}	
	.mobile-user i {
		font-size: 18px;
		padding: 15px;
		border: 1px solid #DDD;
		border-radius: 10px;
	}
	.user-picture {
		height: 40px;
		width: 40px;
		object-fit: contain;
		border-radius: 5px;
	}
	.footer-seven {
		display: none;
	}
	.mobile-footer {
		display: block;
		font-size: 12px;
		padding: 0;
		background: rgba(255, 255, 255, 0.9);       /* Semi-transparent white */
		backdrop-filter: blur(10px);   
		-webkit-backdrop-filter: blur(10px);        /* Safari support */
		border-top: 1px solid rgba(255, 255, 255, 0.2); /* Subtle highlight edge */
		box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.05);
	}
	a.mobile-footer-item {
		padding: 10px 0;
	}
	a.mobile-footer-item.active {
		border-top: 3px solid #E9512C;
	}
	mobile-footer i {
		font-size: 14px;
	} 
	
	#toggleButton {
		display: block;
		position: fixed;
		width: 140px;
		background: #E9512C;
		z-index: 10000;
		border: 1px solid #E9512C;
		padding: 10px 20px;
		color: #FFF;
		transform: rotate(-90deg);
		left: -54px;
		top: 300px;
		cursor: pointer;
		border-radius: 0 0px 6px 6px;
	}
    .listings-sidebar {
    	display: none;
    	position: fixed;
    	z-index: 9999;
    	width: calc(100% - 20px);
    	left: 10px;
    	top: 10px;
    	background: transparent;
    	box-shadow: 0 0 10px 5px #0000002A;
    	border-radius: 15px;
    	padding: 0;
    }
}
