/*
Theme Name: CoverNews Child
Template: covernews
Author: Your Name
Description: چایلد تم با فونت وزیر و آیکون شبکه‌های اجتماعی
Version: 1.0
*/

/* ------------------------------
   فونت فارسی وزیر
--------------------------------*/
@font-face {
  font-family: "VazirFD";
  src: url("fonts/Vazir-Regular-FD.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "VazirFD";
  src: url("fonts/Vazir-Bold-FD.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* ------------------------------
   استایل کلی سایت
--------------------------------*/
body {
  font-family: "VazirFD", Tahoma, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #222;
  background-color: #fff;
}

/* ------------------------------
   تیترها
--------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "VazirFD", Tahoma, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5;
  color: #111;
  margin-bottom: 12px;
}

.entry-title a {
  font-size: 18px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.entry-title a:hover {
  color: #0073aa;
}

/* ------------------------------
   متن محتوا
--------------------------------*/
.entry-content p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1.2em;
  text-align: justify;
}

/* ------------------------------
   منوها
--------------------------------*/
.main-navigation a {
  font-size: 14px;
  font-weight: 600;
  font-family: "VazirFD", Tahoma, sans-serif;
}

/* ------------------------------
   آیکون شبکه‌های اجتماعی سفارشی
--------------------------------*/
.social-icons-widget {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icons-widget a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Eitaa */
.social-icons-widget a.social-eitaa {
  background-image: url("https://khabarict.ir/wp-content/uploads/2025/09/eitaa.png");
}

/* Rubika */
.social-icons-widget a.social-rubika {
  background-image: url("https://khabarict.ir/wp-content/uploads/2025/09/rubika.png");
}

/* Bale */
.social-icons-widget a.social-bale {
  background-image: url("https://khabarict.ir/wp-content/uploads/2025/09/bale.png");
}

/* Telegram */
.social-icons-widget a.social-telegram {
  background-image: url("https://khabarict.ir/wp-content/uploads/2025/09/telegram.png");
}

/* افکت هاور */
.social-icons-widget a:hover {
  transform: scale(1.2);
  opacity: 0.8;
}


.footer-namad {
    display: flex;
    justify-content: center; /* ??? ??? ???? */
    align-items: center;
    margin-bottom: 20px;
}

#div_eRasanehTrustseal_97102 {
    display: block !important;
    height: auto !important;
}

.site-info {
  text-align: center;
}

