/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.custom-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.custom-info__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-info__right {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.custom-info__price-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.custom-info__title {
  font-size: 22px;
}

.custom-info__attributes {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-info-attribute {
  display: flex;
  gap: 10px;
  align-items: center;
}

.custom-info__floor-count {
  font-size: 14px;
}

.custom-info__price {
  font-size: 12px;
}

.custom-info__price span {
  margin-right: 5px;
}

.custom-info__price strong {
  font-size: 20px;
}

.custom-info--portfolio .custom-info__title {
  font-size: 23px;
  font-weight: 900;
}
.custom-info--portfolio .custom-info__row {
  display: flex;
  gap: 20px;
  flex: 1 1 auto;
}
.custom-info--portfolio .custom-info__right {
  flex-basis: 40%;
  margin-left: auto;
}

.custom-info--portfolio .custom-info-attribute {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.custom-info--portfolio .info-box-content {
  font-weight: bold;
  font-size: 22px;
}
.custom-info__button-wrap {
  margin-top: 10px;
}
.custom-info__button-wrap .btn {
  font-size: 17px;
  height: 54px;
  padding: 5px 35px;
}
.custom-info__attributes--plain {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  color: #333;
}
.custom-info__attributes--plain .custom-info-attribute {
  display: block;
}

.wd-product-filters-wrapp button[type="submit"] {
  font-size: 16px;
}
.custom-author-wrap {
  margin: 20px 0;
}
.custom-author {
  display: flex;
  gap: 20px;
  align-items: center;
}

.wd-post-content--custom .wd-read-more a {
  color: #333;
  border-bottom: solid 2px var(--wd-primary-color);
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 14px;
}
.custom-author__avatar img {
  border-radius: 50%;
  min-width: 48px;
}
.custom-author__name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -3px;
}

.custom-author__job-title {
  font-size: 11px;
  color: #aaa;
}

.custom-author__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-author__right {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: left;
}

.custom-post-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  background: white;
  border-radius: var(--wd-brd-radius);
  align-self: stretch;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.custom-post-meta__left {
  /* flex-basis: 30%; */
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .custom-post-meta__left {
    padding-right: 0;
  }
}
.custom-post-meta__right {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  color: #aaa;
  text-align: left;
}

.custom-post .wd-single-post-header {
  align-items: flex-start;
}
.custom-post .wd-entities-title {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 900;
}

.custom-readed-label {
  color: #aaa;
  margin: -10px 0 10px;
}

.project-buy-btn {
  background-color: #81d742;
  border-color: #81d742 !important;
  font-size: 18px;
}
.project-buy-btn:hover {
  background-color: #8cea48;
  border-color: #8cea48 !important;
}

.custom-info__price-block .wd-button-wrapper.inline-element {
  margin-bottom: 0;
}

.no-margin-button-wrap .wd-button-wrapper {
  margin: 0 !important;
}

.product-labels.labels-rounded .product-label.free-project-label {
  background-color: #81d742;
  border-radius: 35px;
  color: white;
  font-weight: bold;
  text-transform: none;
  padding: 5px 25px;
  font-size: 18px;
}

.product-labels {
  top: 12px !important;
  inset-inline-start: 12px !important;
}

.woocommerce-product-gallery .product-labels {
  align-items: flex-start !important;
}
