/*
Theme Name: Orritech
Theme URI: http://demo.bravisthemes.com/orritech
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Orritech is a top-tier React template tailored for modern technology, innovative projects, and IT solutions. This versatile template allows users to effortlessly build landing pages for IT/Software Services, various business types, apps, software, SaaS, and more. Oritech boasts a sleek, contemporary design and comes with a comprehensive set of home pages and a wide array of internal pages, including Services, Case Studies, About, Contact, FAQ, and multiple blog layouts.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: orritech
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
Tags:  	it, it business, it company, it consultant company, IT Consulting Firms, IT information Technology, IT services, it solution, IT solutions, it supports, IT Tech, it technology, Tech Websites, technology
*/
/* NEW EVENT */

.event-list-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 100%;
}

.event-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  height: 35px;
	color:#000 !important;
}

.event-title a {
  color: #000 !important;
  text-decoration: none;
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-badge {
  background: linear-gradient(45deg, #ff0000, #ff9900, #33cc33, #3399ff, #cc33ff);
  background-size: 300% 300%;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  margin-left: 10px;
  animation: blinkBadge 1s linear infinite;
}

@keyframes blinkBadge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.event-divider {
  margin: 0;
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

