/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 18:07:13 */
/* ============================================================
   KOMPRISE OFFICE HOURS – PAGE CSS
   ============================================================ */

/* ── 1. GLOBAL RESETS FOR THIS PAGE ── */

.postid-54704 .sidebar {
  display: none;
}
.postid-54704 .main .col-md-8 {
  flex: 100%;
  max-width: 100%;
  padding: 0 5px;
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  color: #000000;
  font-weight: 700 !important;
  text-transform: inherit;
}

.single h1.entry-title {
  color: #59257b;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 25px;
}

:is(h1, h2, h3, h4, h5, h6) :is(strong, b) {
  font-weight: 700 !important;
}

.entry-content p,
.entry-content li,
.entry-content div {
  color: #000000;
}

/* Keep all links purple – only interactive things get colour */
.entry-content a {
  color: #59257B; 
  text-decoration: none;
}
.entry-content a:hover {
  color: #59257B !important;
  font-weight: 600;
}

.oh-main a:hover {
  text-decoration: underline;
}

/* ── 2. PAGE LAYOUT – two-column with fixed sidebar ── */
.oh-page-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 64px;
}

/* ── 3. JUMP-TO SIDEBAR ── */
.oh-sidebar {
  flex: 0 0 237px;
  position: sticky;
  top: 150px; 
  background: #f5f5f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 18px;
  font-size: 14px;
  line-height: 1.5;
}

.single .oh-sidebar h3 {
  font-size: 15px !important;
  color: #000 !important;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.oh-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oh-sidebar ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.oh-sidebar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.oh-sidebar ul li a {
  color: #6b2fa0;
  font-weight: 500;
  display: block;
}

.oh-sidebar ul li a:hover {
  color: #59257B;
  font-weight: 600;
  text-decoration:none !important;
}

/* ── 4. MAIN CONTENT COLUMN ── */
.oh-main {
  flex: 1 1 0;
  min-width: 0;
}

/* ── 5. NEXT WEBINAR HERO BLOCK ── */
.oh-next-webinar {
  background: #f0f6ff;
  border-left: 4px solid #004b8d;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 48px;
}

.oh-next-webinar .oh-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #004b8d;
  margin-bottom: 8px;
}

.single .oh-next-webinar h2 {
  font-size: 22px !important;
  margin: 0 0 10px;
  color: #000 !important;
}

.oh-next-webinar h2 a {
  color: #000 !important;
}

.single .oh-next-webinar h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 0 0 18px;
}

/* Register Now button – keep existing .btn-primary, just refine */
.oh-next-webinar .btn-primary,
.entry-content .oh-next-webinar a.btn-primary {
  display: inline-block;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.oh-next-webinar .btn-primary:hover,
.entry-content .oh-next-webinar a.btn-primary:hover {
  text-decoration: none;
}

/* ── 6. RECORDED SESSIONS – VIDEO GRID ── */
.oh-sessions-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin-top: 24px;
  margin-bottom: 48px;
}

/* Each individual session card */
.oh-session-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  scroll-margin-top: 100px; /* for smooth anchor scroll */
}

.oh-session-card h2 {
  margin: 0;
  line-height: 1.3;
}

.oh-session-card h2 a {
  color: #000 !important;
}

.oh-session-card p,
.oh-session-card li {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.oh-session-card p {
  margin-bottom: 5px;
}

.oh-session-card ul {
  padding-left: 18px;
  margin: 4px 0 0;
}

/* Responsive video wrapper inside cards */
.oh-session-card .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
  margin-top: 12px;
}

.oh-session-card .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* "Learn more" link row at card bottom */
.oh-session-card .oh-card-footer {
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  font-size: 15px;
}

.oh-session-card .oh-card-footer a {
  font-weight: inherit;
}

/* ── 7. SECTION DIVIDERS ── */
.entry-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

/* ── 8. UPCOMING WEBINAR SECTION (bottom register block) ── */
.oh-upcoming {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 48px;
}

.oh-upcoming h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.oh-upcoming h2 a {
  color: #000 !important;
}

.oh-upcoming h3 a {
  color: #6b2fa0 !important;
}

.oh-upcoming ul {
  padding-left: 20px;
}

.oh-upcoming ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* ── 9. BLUE CTA BANNER ── */
.blue-bottom-banner {
  border-radius: 10px;
  margin-top: 48px;
}

.blue-bottom-banner h2 {
  color: #fff !important;
  font-size: 22px;
}

.blue-bottom-banner h5 {
  color: #fff !important;
}

.blue-bottom-banner a:hover {
  text-decoration: none;
}

.blue-bottom-banner .text-div {
  text-align: right;
}

/* ── 11. RECORDED SESSIONS INDEX (ul at top) ── */
.oh-index-list {
  margin: 0 0 32px;
  padding-left: 20px;
}

.oh-index-list li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* ── 12. RESPONSIVE ── */
@media (max-width: 900px) {
  .oh-page-wrapper {
    flex-direction: column;
	padding-right: 0;
    padding-left: 0;
  }

  .oh-sidebar {
    position: static;
    flex: none;
    width: 100%;
    order: -1; /* sidebar goes above content on mobile */
  }

  .oh-sessions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .oh-next-webinar {
    padding: 20px;
  }

  .single .oh-next-webinar h2 {
    font-size: 18px !important;
  }

  .oh-session-card {
    padding: 20px;
  }

  .blue-bottom-banner .text-div {
    text-align: left;
  }
	
  .blue-bottom-banner .row {
	gap: 35px;
  }
}