/*author bar styling start*/

.light-background .playerassist-compare-text > h4 { color:#000; }
.playerassist-compare-items { display: flex; gap: 10px;  padding: 5px 10px; } 
.playerassist-compare-img img{ width: 50px; height: 50px; border-radius: 50%; }
/*.playerassist-compare-text>h4{margin: 0; line-height: 0;}*/
.playerassist-compare-text>h4 {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 26.1px;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.playerassist-compare-text p a {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 23.1px;
  text-align: left;
  color: #f6571e;
  margin: 0;
  text-transform: uppercase;
}
.playerassist-compare-text p { margin:0 !important; }

.playerassist-compare-text h4 a {
  color: #f76f3e;
}
.social_icon{
margin-top: 15px;
}

.toltip-box-main:hover .hunter-toltip {
    visibility: visible;
    opacity: 1;
}

.wp-post-content img{
    margin-bottom:20px;
}

.hunter-toltip {
    padding: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 40px rgba(29, 27, 27, 0.07);
            box-shadow: 0px 10px 40px rgba(29, 27, 27, 0.07);
    width: 300px;
    left: 25px;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size:16px;
}

.hunter-toltip h2 {
    font-weight: 600;
    font-size: 16px;
    color:#000;
    margin-bottom:0px;
}

.hunter-toltip span {
    font-size: 14px;
    color: #A9A8A8;
    font-weight: 400;
}

.hunter-toltip p {
    color: #C9C8C8;
    margin-top: 10px;
}

.toltip-img {
    margin-right: 10px;
}

.published-color {
    color: #A9A8A8;
    font-size: 14px;
}
.head-text-one.hunter-font.mb-2 a {
  color: #FF6700 !important;
}

.vabpire-link {
    color: #E76F51 !important;
}

.vampire-font {
    font-weight: 700;
    color: #1D1B1B;
}

.vampire-para {
    font-size: 18px;
    color: #565454;
    line-height: 150%;
}

.vabpire-link {
    color: #E76F51 !important;
    text-decoration: underline !important;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social-icon:hover {
    opacity: 0.7;
}

.social-color-one {
    background: #3B5998;
}

.social-color-two {
    background: #00ACED;
}

.social-color-three {
    background: #A9A8A8;
}

.related-box {
    padding: 25px 25px 25px 40px;
    position: relative;
    background: #F6F6F6;
}

.related-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #E76F51;
}

.related-box h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #E76F51;
    margin-right: 15px;
}


.limited-box {
    background: #F6F6F6;
    padding: 20px 25px;
}

.limited-box .head-text,
.newsletter-head-text {
    z-index: 1;
}

.limited-box .head-text-one {
    font-weight: 400;
}

.limit-btn {
    background: #E76F51;
    padding: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid transparent;
}

.limit-btn:hover {
    border: 1px solid #e64720;
    color: #e64720;
    background: transparent;
}


.wp-post-content{
    padding-bottom:40px!important;
}

.container-singular{
    color:#fff!important;
}

/* p,.blog-head,.head-text-four,.wp-block-heading,.head-text,.head-text-one,.wp-post-content > ul li,.wp-block-table{*/
/*color:#fff!important;*/
/*}*/
.light-background .wp-post-content,.light-background .blog-head{
    color:#000!important;
}
.blog-head{
    font-size:52px;
}
.wp-post-content p{
    font-size:22px;
}
/*.light-background p,.light-background .blog-head,.light-background .head-text-four,.light-background .wp-block-heading,.light-background .head-text,.light-background .head-text-one,.light-background .wp-post-content > ul li,.light-background .wp-block-table{*/
/*color:#000!important;*/
/*}*/

.text-two{
    color:#000!important;
}

.wp-post-content ul li,.wp-post-content ol li{
    color:#fff;
    margin-bottom:20px;
    font-size:22px;
}

.blog-detail-box ol,.blog-detail-box ol ul{
    list-style: none;
	counter-reset: item;
	margin:0;
	padding:0;
}

.blog-detail-box ol li{
   counter-increment: item;
	margin: 1em 0;
padding-left: 54px;
position: relative;
}



.blog-detail-box ol li:before {
	content: counter(item); 
	content: counters(item, ".") " ";
	position: absolute;
	left: 0;
	top: -0.2em;
	font-size: 15px;
	text-align: center;
	color: white;
	background-size: cover;
	background:#FF6700;
    border-radius: 50%;
    font-weight:700;
    border: 2px solid #D85700;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-background .wp-post-content ul li,.light-background  .wp-post-content ol li{
    color:#000;
}

.text-one,.hunter-color,.head-text-three:hover,.head-text-four:hover {
      color: #FF6700!important;
}
.text-one:hover{
    color:#fff;
}
.head-text-three{
    color:#fff;
}
.more-play-station{
  position: relative;
  padding-left:25px;
}
.more-play-station:after{
   content: "";
    height: 14px;
    width: 14px;
    background-image: url('https://playerassist.com/wp-content/uploads/2024/05/more-icon-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:7px;
    left:0;
}
.container-singular{
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
}
.container-singular p{
    margin-bottom:25px;
}
.container-singular .breadcrumb{
    margin-top:20px;
}

/*trending articals start*/
.trending-aericals img{
    max-width:100%;
    max-height: 180px!important;
        width:400px;
        object-fit: cover;
        margin-top:25px;
        border-radius: 10px;
        margin-bottom:15px;
         display: inline-block;
    overflow: hidden;
     transition: transform 0.3s ease-in-out;
}
.trending-aericals img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.artical-category a{
    color:#F6571E!important;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
}
.artical-category a:hover{
    color:#fff!important;
}
.light-background .artical-category a:hover{
    color:#000!important;
}
.artical-heading a{
     color:#Fff!important;
    font-size:20px;
    font-weight:700; 
}
.light-background .artical-heading a{
    color:#000!important;
}
.artical-heading a:hover{
    color:#F6571E!important;
}
.category-name {
    display: flex;
    align-items: center;
}

.category-title {
    flex-grow: 0;
    flex-shrink: 0;
}

.category-line {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.category-link {
    flex-grow: 0;
    flex-shrink: 0;
}

.container-singular .category-name h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.mt_20{
    margin-top:20px;
}

.wp-post-content > h1, .wp-post-content > h2, .wp-post-content > h3, .wp-post-content > h4, .wp-post-content > h5, .wp-post-content > h6 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    color:#fff!important;
}
.light-background  .wp-post-content > h1,.light-background .wp-post-content > h2,.light-background .wp-post-content > h3,.light-background .wp-post-content > h4,.light-background .wp-post-content > h5, .wp-post-content > h6 {
       color:#000!important;
}
.wp-post-content > p a, .wp-post-content > ul a, .wp-post-content > ol a {
    text-decoration:none;
    color: #E76F51;
}
.wp-post-content a:hover{
    color:#fff;
        text-decoration: underline;

}
.vampire-man-img {
    display: flex;
    align-items: center;
}
.vampire-man-img img {
     max-width: 87px;
    max-height: 57px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.vampire-read-box {
    padding: 25px;
    background: rgb(62,62,62);
background: linear-gradient(90deg, rgba(62,62,62,1) 0%, rgba(0,0,0,1) 74%);
border:1px solid #FF6700;
}

.vampire-read-box h2 {
    margin-left: 25px;
      font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    display: inline-block;
    color:#fff;
}
.read-make-btn {
    color: #FFFFFF;
    background: #E76F51;
    padding: 10px 15px;
    white-space: nowrap;
}
.make-btn{
     padding: 16px 60px;
   background: rgb(242, 85, 28);
   background: linear-gradient(
      120deg,
      rgba(242, 85, 28, 1) 0%,
      rgba(219, 124, 31, 1) 100%
   );
   color: #fff;
   text-decoration: none;
   border-radius: 5px;
   font-size: 22px;
   text-transform: uppercase;
   font-weight: 700;
   filter: drop-shadow(0 4px 16px rgba(246, 87, 30, 0.58));
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.make-btn:hover{
    transform: scale(1.05);
   filter: drop-shadow(0 6px 20px rgba(246, 87, 30, 0.9));
   color: #fff;
   text-decoration: none;
}


.play-station-img {
    display: block;
    width: 100%;
}


.wp-block-table.is-style-stripes {
    color:#000;
}
/*sidebar styling start*/
.sticky-ads-sidebar, .sticky-ads-container {
    position: relative;
    display: block;
}

.more-artical-text{
    font-size:28px;
    font-weight:600;
    text-transform:uppercase;
}
.more-articals img{
    max-width:100%;
    height:200px;
     object-fit: cover !important;
    border-radius: 15px;
}
.text-white,.text-white a {
    color: #fff;
}
.sidebar-heading{
      color: #fff;
      font-size:26px;
      font-weight:600;
      text-transform:uppercase;
       position: relative;
       padding-left:25px;
 }
.light-background .sidebar-heading{
    color:#000!important;
}
.sidebar-heading:before{
    content: "";
    height: 14px;
    width: 14px;
    background-image: url('https://playerassist.com/wp-content/uploads/2024/05/gaming-news0blue-circel.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:11px;
}
.text-white a:hover {
    color: #f6571e;
}
.more-articals h3 {
        line-height:25px!important;
}
.more-articals h3 a{
    font-size:20px;
}
.more-articals p a{
   color: #f6571e;
   font-size:16px;
   font-weight:700;
   text-transform:uppercase;
}
.more-articals p a:hover{
    color:#fff;
}
.bg-more{
     background:#1F1F1F!important;
    padding: 25px!important;
    border-radius: 4px!important;
}
.light-background .bg-more{
    background:#F2F2F2!important;
}


.sidebar-post img{
      max-width:100%;
    height: 200px;
        width:400px;
        object-fit: cover;
        margin-top:25px;
        border-radius: 10px;
        margin-bottom:15px;
         display: inline-block;
    overflow: hidden;
     transition: transform 0.3s ease-in-out;
}

.sidebar-post img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.sidebar-category{
    margin-bottom:5px!important;
}
.sidebar-category a{
    color:#F6571E;
    font-size:16px;
    font-weight:600;
}
.light-background .sidebar-category a:hover{
    color:#000!important;
}
.sidebar-category a:hover{
    color:#fff;
}
.side-post-title{
    color:#fff;
    font-size:20px;
    font-weight:700;
}
.light-background .side-post-title {
    color:#000!important;
}
.side-post-title:hover,.light-background .side-post-title:hover{
        color:#F6571E!important;
}
.play-icon {
    width: 35px;
    height: 35px;
    background: #1D1B1B;
    opacity: 0.6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.play-icon i {
    color: #ffffff;
}
.more-artical-bg{
    background-color:#1F1F1F!important;
    padding:30px 20px!important;
    border-radius:10px!important;
}
.light-background .more-artical-bg{
    background-color:#F2F2F2!important;
}
.light-background .hunter-font{
    color:#000;
}
.artical-category{
    margin-bottom:10px!important;
}
.playerassist-compare-text-a p { line-height: 0 !important; }

@media(max-width:600px){
	 .playerassist-compare-items {
        padding-left: 0 !important;
        align-items: center;
    }
	 .light-background .playerassist-compare-text > h4 img {
        width: 10px;
        height: 10px;
        object-fit: contain;
    }
	 .playerassist-compare-text > h4 img { width:10px; height:10px; object-fit:contain; }
	.playerassist-compare-text p a { line-height:normal; }
}