/*
 Theme Name:   thekhabrilal
 Description:  GeneratePress Child theme for mobile responsive news blog website. Using this child theme you can easily create a news website. This GeneratePress Child theme design by wplitetheme.com
 Author:       rnvlive.com
 Template:     generatepress
 Version:      1.3
*/
.breadcrum{ margin: 0; padding: 0; overflow: scroll; display: flex; flex-wrap: nowrap; justify-content: flex-start; white-space: nowrap; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; scrollbar-width: none; } .top_navDomain { gap: 15px; white-space: nowrap; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; scrollbar-width: none; } .blinking-text { animation: blink-effect 1s infinite; /* ब्लिंक इफेक्ट */ } @keyframes blink-effect { 0% { color: white; /* शुरुआत में सफेद */ } 50% { color: yellow; /* 50% पर नीला */ } 100% { color: white; /* 100% पर फिर से सफेद */ } } .rnvlive-google-btn{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:6px; padding:5px 8px; min-width:125px; width:fit-content; border:1px solid #D71920; border-radius:5px; background:#FFF; text-decoration:none; color:#333; font-family:Arial,sans-serif; font-size:11px; font-weight:700; box-sizing:border-box; } .rnvlive-google-btn img{ width:20px; height:20px; display:block; object-fit:contain; margin:0; padding:0; } @media (min-width: 769px) { .inside-right-sidebar { position:sticky; top: 85px } }