/*
Theme Name: Bright
Author: BrightRays Team
Description: This is a Gaming Blog Theme.
*/

*{margin:0; padding:0; box-sizing:border-box;}
p+p{margin-top:20px;}
.elementor-widget-theme-post-featured-image .elementor-widget-container{position:relative; overflow:hidden;}
.elementor-widget-theme-post-featured-image .elementor-widget-container:before{position:absolute; top:0; left:-75%; z-index:2; display:block; content:""; z-index:1; width:50%; height:100%; background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))); background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform:skewX(-25deg); transform:skewX(-25deg);}
.postloop-leftimg:hover .elementor-widget-theme-post-featured-image .elementor-widget-container::before, .postloop-img:hover .elementor-widget-theme-post-featured-image .elementor-widget-container::before, .postloop-gameimg:hover .elementor-widget-theme-post-featured-image .elementor-widget-container::before, .blogpost:hover .elementor-widget-theme-post-featured-image .elementor-widget-container::before{-webkit-animation:shine 0.75s; animation:shine 0.75s;}
@-webkit-keyframes shine {
  100%{left:125%;}
}
@keyframes shine {
  100%{left:125%;}
}

.elementor-heading-title span{color:#B12460;}
marquee h2{color:#fff; font-size:44px; line-height:100%; padding-left:60px; margin-right:30px; background:url("images/circle.png"); background-size:44px; background-repeat:no-repeat; display:inline-block;}

.imgbordercut img{clip-path: polygon(100% 0, 100% 90%, 90% 100%, 46% 100%, 0 100%, 0 0);}
.elementor-field-type-submit button, .elementor-widget-button a{clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important}
.page-numbers{border:1px solid #000; padding:5px 10px;}
.page-numbers.current, .page-numbers:hover{background:#B12460; border:1px solid #B12460; color:#fff !important;}
.elementor-post-info__item-prefix{text-transform:uppercase; font-weight:700;}

.comment-form label{margin-bottom:5px; display:block;}
.comment-form .form-submit input[type="submit"]{font-size:16px; font-weight:600; text-transform:uppercase; border-radius:0px 0px 0px 0px; padding:10px 20px 10px 20px; background-color:#b12460; clip-path:polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important; border:0; color:#fff; width:auto;}
.comment-form .form-submit input[type="submit"]:hover{background-color:#000;}
.comment-form input, .comment-form textarea{padding:10px 20px 10px 20px; border: 1px solid #ccc; width:100%;}
.comment-form .comment-form-cookies-consent input{width:auto; margin-right:10px;}
.comment-form .comment-form-cookies-consent{display:flex;}
.single .elementor-post-navigation__separator{margin:0 10px !important;}

.category-list li a{color:#000; display:block;}
.category-list li a:hover{color:#B12460;}
.category-list li{list-style:none;}
.category-list li + li{margin-top:8px;}
.category-list li span{float:right;}

.like-dislike-wrapper{display:flex;}
.like-dislike-wrapper button{background:#000; color:#FFF103; border:0; padding:8px 15px; cursor:pointer;}
.like-dislike-wrapper button + button{margin-left:10px;}
.like-dislike-wrapper button i{margin-right:5px;}
.like-nobackground .like-dislike-wrapper button{background:transparent; padding:0; color:#000;}
.like-nobackground .like-dislike-wrapper button:hover{color:#B12460;}
.readingtime{font-weight:600; font-size:14px;}

.blogpost .postlike-sec{transition: all .6s ease-out;}
.blogpost:hover .postlike-sec{bottom:0 !important;}
.blogpost .readbtn{font-weight:600;}

/* Full-screen loader overlay */
#gaming-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Centered loader area */
.loader-screen {
  text-align: center;
  color: #fff;
  font-family: "Chakra Petch", Sans-serif;
}

/* Pixel-style logo */
.pixel-logo {
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  animation: blink-logo 1.2s infinite;
}

/* Loading bar container */
.loading-bar {
  width: 300px;
  height: 20px;
  border: 2px solid #B12460;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

/* Animated fill inside the bar */
.loading-fill {
  background: #B12460;
  height: 100%;
  width: 0;
  animation: fill-bar 3s ease-in-out infinite;
}

/* Loading text below bar */
.loading-text {
  font-size: 14px;
  letter-spacing: 2px;
  animation: blink-text 1.5s infinite;
}

/* Logo blinking animation */
@keyframes blink-logo {
  0%, 80%, 100% { opacity: 1; }
  40% { opacity: 0.2; }
}

/* Loading bar fill animation */
@keyframes fill-bar {
  0%, 100% { width: 0; }
  50% { width: 100%; }
}

/* Text blinking effect */
@keyframes blink-text {
  0%, 90%, 100% { opacity: 1; }
  45% { opacity: 0.3; }
}

.runningborder{position:relative;}
.runningborder::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    width: 90px;
    height: 1px;
    background: linear-gradient(90deg, #FF0808 30%, rgba(11, 14, 19, 0) 100%);
    animation: slideBorder 3s linear infinite alternate; z-index:9;}

@keyframes slideBorder
{
	0%{left:0; right:0;}
	100%{left:100%;}
}
.elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6{margin:20px 0 15px;}
table{border-collapse:collapse; margin:20px 0; text-align:left;}
table th{border:1px solid #dededf; background-color:#eceff1; color:#000000; padding:10px;}
table td{border:1px solid #dededf; background-color:#ffffff; color:#000000; padding:10px;}
.elementor-widget-theme-post-content ul{padding-left:15px;}
.elementor-widget-theme-post-content p + ul, .elementor-widget-theme-post-content h1 + ul, .elementor-widget-theme-post-content h2 + ul, .elementor-widget-theme-post-content h3 + ul, .elementor-widget-theme-post-content h4 + ul, .elementor-widget-theme-post-content h5 + ul, .elementor-widget-theme-post-content h6 + ul{margin:20px 0;}
.elementor-widget-theme-post-content li{line-height:1.5;}
blockquote{background:#e9e9e9; padding:30px; border:1px solid #ccc; margin:20px 0; position:relative;}
blockquote:before{content:""; position:absolute; left:0; top:30px; border:15px solid transparent; border-left-color:#B12460;}
@media(max-width: 1024px)
{
	 table{white-space:nowrap; display:block; width:100%; overflow-x:auto;}
}