/*
 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;
}
/* =====================================================
   FLOATING IMAGE CONVERTER – MOBILE ONLY
===================================================== */
.discover-fab {
  position: fixed;
  bottom: 90px;
  right: 14px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(135deg, #ff3c00, #c40000);
  color: #ffffff;

  padding: 14px 16px;
  border-radius: 18px;

  font-size: 14px;
  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 10px 28px rgba(196, 0, 0, 0.55);

  opacity: 0;
  transform: translateY(30px) scale(0.95);
  pointer-events: none;

  transition: all 0.35s ease;
}

/* Show after scroll */
.discover-fab.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;

  animation: fab-pulse 2.5s infinite;
}

/* 🔥 Icon styling */
.discover-fab .fab-icon {
  font-size: 26px;
  animation: fire-bounce 1.5s infinite;
}

/* Text styling */
.discover-fab .fab-text {
  line-height: 1.1;
}

.discover-fab small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.9;
}

/* Pulse glow */
@keyframes fab-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 60, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 60, 0, 0);
  }
}

/* 🔥 Fire bounce animation */
@keyframes fire-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.15);
  }
}

/* Hide on desktop */
@media (min-width: 769px) {
  .discover-fab {
    display: none !important;
  }
}
