/*
 Theme Name:   Live News Pro
 Theme URI:    https://seogru.in/Live-News-pro/
 Description:  GeneratePress Child theme for mobile responsive sports blog and news website. Using this child theme you can easily create a sports blog website. This GeneratePress Child theme design by https://seogru.in
 Author:       seogru.in
 Author URI:   https://seogru.in
 Template:     generatepress
 Version:      1.2
*/
/* =========================
   HEADER & LAYOUT
========================= */
.main-navigation {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.site-content .content-area,
.is-right-sidebar {
  margin-top: 30px;
}

/* =========================
   FIXED SCROLL MENU
========================= */
.inb-scroll-menu {
  background: #ffffff;
  color: #000;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: fixed;
  top: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.13);
  z-index: 999;
  border-top: 1px solid #ccc;
}

/* =========================
   FEATURED IMAGE
========================= */
.page-header-image-single .attachment-full {
  box-shadow: rgba(23, 43, 99, 0.3) 0 7px 28px;
  border-radius: 16px;
  margin-bottom: -5px;
  transition: opacity 0.3s ease-in-out;
}

/* =========================
   ADS
========================= */
.INNLive-banner-ads {
  margin-bottom: 15px;
}


/* =========================
   TAG CLOUD
========================= */
.widget_epcl_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a,
div.tags a {
  font-size: 12px !important;
  color: #333;
  display: inline-block;
  padding: 4px 15px;
  line-height: 1.2;
  margin: 0 8px 8px 0;
  background: #fff;
  border: 1px solid #333;
  border-radius: 25px;
}

/* =========================
   CATEGORY HEADING
========================= */
.inb-hp-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #808080;
  z-index: -1;
}

.stretch-link {
  position: relative;
}

/* =========================
   BLOCK IMAGES
========================= */
.wp-block-image {
  padding: 10px 0 20px;
}

.wp-block-image img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #cfcfcf;
  padding: 3px;
}

/* ==========================
   TV Style LIVE Badge
=========================== */

.live-tv-badge {
    display: inline-flex;
    align-items: center;
    background: #d60000;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 0px 16px;
    margin-right: 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* Blinking red dot */
.live-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
    animation: blinkDot 1s infinite;
}

@keyframes blinkDot {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

h1 a,
h2 a,
h3 a {
    text-decoration: none !important;
}

