/*
Theme Name: wskgnews
Theme URI:
Description:
Author:
Author URI:
Template: newsexo
Version: 5.7
*/

.logo-banner {background: #17212c; background-image: none!important;}
.page-scroll-up a {animation: none;}
.page-breadcrumb > li {color: #1f2024!important;}
.page-breadcrumb > li > a {color: #ab0f0f}
.widget .wp-block-search .wp-block-search__label {background-color: #ab0f0f;}
.widget .wp-block-search .wp-block-search__label:before {border-left: 15px solid #ab0f0f;}
.nav-link {color: #ececec;}
.category-description p {margin-bottom: 1.7rem!important;}
.head-contact-info li span.newsexo-time { background-color: #ab0f06!important;}
.widget:nth-child(2) .wp-block-heading { background-color: #ab0f06!important; font-size: 30px;}
.trending-news-col .heading h5{ background-color: #b91515!important;}
.entry-meta .cat-links .links-bg:nth-child(1){ background: #b91515!important;;}
.widget:nth-child(2) .wp-block-heading:before{ border-left: 15px solid #b91515!important;}
.trending-news-col .heading h5:before { border-left: 15px solid #b91515!important;}
.navbar-dark { border-top: 3px solid #b91515!important;}

.grid-view-news-area .entry-header .entry-title a:hover
 {
    text-decoration: underline 0.10em transparent;
    transition: text-decoration-color 300ms;
    color: #b91515!important;
}

h2 {
     font-size: 1.5rem; 
}
.site-info a {
    color: #ffb2b2 !important;
}
.page-scroll-up a
 {
    background: #cf1717!important;
}
button, input[type="button"], input[type="submit"]
 {
    border: 2px solid #cf1717!important;
}

.widget .wp-block-latest-posts li a:hover {
    text-decoration-color: none!important;
    color: #AB0F0F!important;
}


.logo-banner {
    background: #700014 url(/wp-content/themes/runeterraccg/img/game-bg.jpg)!important;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-contact-info li {
    display: inline-block;
    margin: 0;
    padding-top: 0.213rem;
    padding-bottom: 0.213rem;
    padding-right: 0.400rem;
    color: #fdfdfd;
    font-size: 0.938rem;
    position: relative;
    font-weight: 500;
}
.site-header {
    background: #000000;
    padding: 0;
    min-height: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-view-news-area .entry-header .entry-title a:hover {
    text-decoration-color: #AB0F0F!important;
    color: #AB0F0F!important;
}


@media (max-width: 768px) {
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}

.theme-comment-form {
  display: none !important;
}



.newsletter-wrapper-glass {
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.15);
  animation: glow-border 3s infinite alternate;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.newsletter-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsletter-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.nf-input {
  border: none;
  border-radius: 30px 0 0 30px;
  padding: 10px 15px;
  width: 70%;
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.nf-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.nf-btn {
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 0 30px 30px 0;
  cursor: default;
  font-weight: 600;
  animation: pulse-glow 2s infinite;
}

/* Dark red button */
.btn-red {
  background-color: #8B0000;
}

/* Dark yellow button */
.btn-yellow {
  background-color: #B8860B;
}

/* Subtle glowing border animation */
@keyframes glow-border {
  0% {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  }
}

/* Soft glow for the button */
@keyframes pulse-glow {
  0% { box-shadow: 0 0 6px rgba(255,255,255,0.2); }
  50% { box-shadow: 0 0 15px rgba(255,255,255,0.4); }
  100% { box-shadow: 0 0 6px rgba(255,255,255,0.2); }
}