/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-post-excerpt.entry-content {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  font-weight: 400 !important;
  letter-spacing: -.35px;
  padding: 10px 0;
}
.wd-post-date.wd-style-with-bg {
  position: absolute;
  top: 26px;
  inset-inline-start: 25px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  min-width: 76px;
padding: 1px 7px !important;
  text-align: center;
  line-height: 1;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: #00568bdb;
  box-shadow: none !important;
  color: #fff;
  display: block !important;
}
.wd-post:hover .wd-post-img {
  transform: scale(1) !important;
}
.wd-post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.blog-post-loop .wd-post-cat.wd-style-with-bg {

position: absolute;
  left: 17px;
  font-size: 12px !important;
  max-width: 66px !important;
  top: 2px;
}
.blog-post-loop .wd-post-meta {
  position: absolute;
left: 15px;
  top: -70px;
  background: #00568b;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1;
  color: #fff !important;
}
.wd-post-share {
  font-size: 1.1em;
  color: #fff !important;
  transition: all .25s ease;
}
.wd-post-reply.wd-style-1 {
  font-size: 1.1em;
  --wd-link-color: #fff !important;
  --wd-link-color-hover: var(--color-gray-500);
}
.post-img-wrapp {
  padding: 6px !important;
}
.blog-design-masonry .post-title {
  font-size: 15px !important;
  text-align: right;
  font-weight: 700 !important;
  line-height: 2;
  color: #333;
  position: relative;
  padding: 0px !important;
  float: right;
  width: 100%;
}

.post-single-page {
  position: relative;
}
.post-single-page h2 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -.35px;
}
.post-single-page h3 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -.35px;
}
.post-single-page h4 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -.35px;
}
.post-single-page p {
  line-height: 1.9;
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: -.35px;
  color: #333 !important;
}
.post-single-page img {
  border-radius: 7px;
}
.searchform input[type="text"] {
  font-size: 11px !important;
}
.post-single-page .wd-entities-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-top: 12px !important;
  text-align: right;
  width: 100%;
  line-height: 2;
}
.wd-single-post-header .wd-post-meta {
  display: inline-flex !important;
  align-items: start !important;
  justify-content: right !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100%;
  float: right !important;
  font-size: 13px;
}
.post-single-page .wd-post-cat.wd-style-with-bg {
  position: absolute;
  right: 169px;
  top: 83px;
}
.wd-blog-element {
  margin-top: 7px;
}
.table-blade {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  font-family: IRANSansX !important;
  background-color: #f5f6fa;
}

.table-blade thead {
 background-color: #00568B;
  color: white;
}
.table-blade thead th{ color: white;}
.table-blade th, .table-blade td {
  padding: 10px 11px;
  text-align: center;
  font-family: IRANSansX !important;
  font-size: 14px;
  font-weight: 600;
}

.table-blade tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-blade tbody tr:hover {
  background-color: #cfeafc;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .table-blade thead {
    display: none;
  }

  .table-blade, .table-blade tbody, .table-blade tr, .table-blade td {
    display: block;
    width: 100%;
  }

  .table-blade tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }

  .table-blade td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .table-blade td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 30px);
    font-weight: bold;
    text-align: left;
  }
}
