/*
Theme Name: shahiid anime
Theme URI: https://www.shahiid-anime.net/
Author: 220PX
Author URI: http://220px.com
Description: قالب شاهد أنيمي، قالب متطورات بمميزات برمجية متقدمة وتصميم مميز، شكرا لإختيارك 220PX.com
Text Domain: the220px
Tags:
*/

button,
input,
select,
textarea {
  border: 0 solid rgba(255, 255, 255, 0.06);
  padding: 12px;
  margin-bottom: 8px;
  background-color: rgba(0,0,0,0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #E0A810;
  border-color: transparent;
  font-weight: 700;
}

select {
  margin-bottom: 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
/* تأثير خاص ومميز لزر إرسال التعليق فقط */
#commentform input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
#respond input[type="submit"]:hover,
#submit:hover {
  background: #8A6503 !important;
  transform: translateY(-2px);
  opacity: 1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  opacity: 0.6;
}

input[Service],
input[type="radio"] {
}

input[type="search"] {
}

input[type="search"]::-webkit-search-decoration {
 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  ;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background-color: rgba(0,0,0,0.4);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
}

textarea {
  width: 100%;
  vertical-align: top;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

label {
  display: block;
  font-weight: 600;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
 /* Above WP toolbar */
  ;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/* تأثير التمرير: فقط ارتفاع + لون أفتح قليلاً */
.a-shars .social-share-buttons a:hover {
    transform: translateY(-2px); /* ارتفاع خفيف */
}

/* ألوان مختلفة لكل زر بناءً على الترتيب */
.a-shars .social-share-buttons a:nth-child(1):hover { background-color: #4c69ba; } /* فيسبوك */
.a-shars .social-share-buttons a:nth-child(2):hover { background-color: #2abde8; } /* تويتر */
.a-shars .social-share-buttons a:nth-child(3):hover { background-color: #2de075; } /* واتساب */
.a-shars .social-share-buttons a:nth-child(4):hover { background-color: #00a8e8; } /* تيليجرام */

.poster-type {
    position: absolute;
    top: 10px;
    left: 7px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 10px;
    z-index: 2;
}

.single-content-type-meta {
    margin: 8px 0;
    font-size: 12px; /* حجم خط أصغر */
    color: white;    /* لون النص "النوع:" أبيض */
}


.single-content-type-meta .meta-value {
    text-decoration: none;   /* إزالة الخط السفلي */
    background: none;        /* إزالة الخلفية */
    padding: 0;              /* إزالة الحشو */
}

.single-content-type-meta .meta-value:hover {
    color: white;            /* عند التمرير: لون أبيض */
    text-decoration: none;   /* لا يظهر خط */
}

/* شارة النوع في السلايدر فقط */
.slide-poster-type {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(0, 0, 0, 0.7); /* ظل أسود شفاف */
    color: white;
    padding: 4px 8px; /* يغطي الكلمة فقط */
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
    z-index: 10;
    text-transform: uppercase;
}

/* تأكد أن حاوية السلايدر لها موضع نسبي */
.one-slide {
    position: relative;
    display: block;
}
/* تأثيرات بسيطة لتبويبات السيرفرات */
.tabs-ul li a.buttosn {
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tabs-ul li a.buttosn:hover {
    background-color: rgba(242, 65, 65, 0.1);
    color: #f24141;
    border-bottom-color: #f24141;
}

/* تأثير بسيط للأيقونة */
.tabs-ul li a.buttosn:hover i {
    transform: scale(1.1);
}
