/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

table.fest-agenda ul {
    padding-left: 0 !important;
    list-style: none;
}

footer_ul{
	padding-left: 0 !important;
    list-style: none;}

p.trackTitle {
    margin-bottom: 0;
}
p.trackType {
    margin-bottom: 0;
}

.video-card {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
p.kySpeakerName {
    margin-bottom: 0;
}
p.trackTitle {
    margin-bottom: 15px;
}
a.video-card::after {
    content: '';
    background-image: url(images/icons/icon-play.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 50%;
    background-position: 55% 50%;
    border-radius: 100px;
    box-shadow: -1px 1px 10px #7e7e7e;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 40%;
    top: 24%;
    opacity: 0.8;
}
/* Responsive YouTube embed */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Modal overlay & responsive player */
.custom-video-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99999;
}
.custom-video-modal{
  width:90%;
  max-width:980px;
  border-radius:12px;
  overflow:hidden;
  background:#000;
  position:relative;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
}
/* 16:9 wrapper */
.custom-video-inner{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}
.custom-video-inner iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Close button */
.custom-video-close{
  position:absolute;
  top:10px;
  right:12px;
  width:36px;
  height:36px;
  border:none;
  background:rgba(0,0,0,0.6) !important;
  color:#fff;
  font-size:22px;
  text-align:center;
	padding: 0;
  cursor:pointer;
  z-index:100000;
}
iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.custom-video-close:hover{ background:rgba(0,0,0,0.8); }

/* small screens tweaks */
@media (max-width:480px){
  .custom-video-close{ top:8px; right:8px; width:34px; height:34px; font-size:20px; }
}


/* elementor css */


.elementor-360 .elementor-element.elementor-element-2c295b40, .elementor-309 .elementor-element.elementor-element-deae9c3, .elementor-495 .elementor-element.elementor-element-4b2df10, .elementor-498 .elementor-element.elementor-element-a8e1004, .elementor-383 .elementor-element.elementor-element-c856e6f, .elementor-1185 .elementor-element.elementor-element-d8c700a, .elementor-1172 .elementor-element.elementor-element-d8c700a, .elementor-1372 .elementor-element.elementor-element-deae9c3, .elementor-1594 .elementor-element.elementor-element-d8c700a{
	    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

@media (max-width: 767px) {
    .elementor-157 .elementor-element.elementor-element-6236cd5 {
        width: 50%;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .elementor-157 .elementor-element.elementor-element-369c48e {
        width: 50%;
        justify-content: right;
        align-items: right;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px), (min-width: 360px) and (max-width: 660px) {
    .full-width, .pr-full-width {
        width: 90%;
		margin: 0 auto;
		margin-bottom: 60px;
    }
}




/* =====================================================
   AGENDA TABLE – BASE (DESKTOP + DEFAULT)
   ===================================================== */

.mob-agenda-table {
  width: 100%;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  background: #fff;
}

.mob-agenda-row {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  border-bottom: 1px solid #d9d9d9;
}

.mob-agenda-row:nth-child(even) {
  background: #f6f6f6;
}

.mob-agenda-row:last-child {
  border-bottom: 0;
}

.mob-agenda-cell {
  padding: 14px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #111;
}

/* vertical dividers */
.mob-agenda-cell:nth-child(1),
.mob-agenda-cell:nth-child(2) {
  border-right: 1px solid #d9d9d9;
}

/* text styles */
.mob-agenda-time {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.mob-agenda-type {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px 0;
}

.mob-agenda-title {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #333;
}

.mob-agenda-venue {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.mob-agenda-note {
  margin-top: 10px;
  font-size: 12px;
  color: #ee2424;
  font-style: italic;
}


/* =====================================================
   MOBILE OPTIMIZATION (≤ 767px)
   ===================================================== */

@media (max-width: 767px) {

  /* slightly better column balance for small screens */
  .mob-agenda-row {
    grid-template-columns: 25% 60% 15%;
  }

  /* ensure time never wraps */
  .mob-agenda-time {
    font-size: 12px;
  }

  /* venue should stay single-line */
  .mob-agenda-venue {
    font-size: 12px;
    text-align: center;
  }

  /* clean readable center content */
  .mob-agenda-type {
    font-size: 13px;
  }

  .mob-agenda-title {
    font-size: 12px;
  }
}
