/*
  Theme Name:   Woodmart Child
  Description: Woodmart Child Theme style
*/

.theme-wphome .wd-title-style-overlined .title {
  padding-top: 0px;
}

/** Price Table START */
.theme-wphome .pricing-tables-wrapper .pricing-tables {
  align-items: flex-start;
}

.wd-plan-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.wd-plan-price .wd-price-currency {
  order: 2;
}

.wd-plan-price .wd-price-value {
  order: 1;
}

.wd-plan-price .wd-price-suffix {
  order: 3;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  padding-right: 65px;
}

.theme-wphome .wd-price-table .price-label>span {
  margin-top: 21px;
  margin-right: -21px;
}

.theme-wphome .wd-price-table .wd-plan-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.theme-wphome .wd-price-table .wd-plan-title span {
  font-size: 16px;
  font-weight: 400;
}

/** Price Table END */

/** Header Style START */

.theme-wphome .wd-tools-element.wd-design-6 .wd-tools-icon {
  border: 1px solid #000;
}

.wd-nav-mobile>li.current-menu-item.onepage-link>a {
  color: var(--wd-primary-color);
}

.wd-nav-mobile>li.current-menu-item.onepage-link>a:hover {
  color: var(--wd-link-color-hover);
}

@media (max-width: 1024.998px) {
  .theme-wphome .mobile-nav a {
    justify-content: center;
  }

  .theme-wphome .wd-nav-mobile .wd-with-icon>a:before {
    font-size: inherit;
  }

  .theme-wphome .wd-nav-mobile li {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: transform 0s ease .2s,
      opacity 0s ease .2s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:first-child {
    transition: transform .4s ease .1s,
      opacity .4s ease .1s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(1) {
    transition: transform .4s ease .2s,
      opacity .4s ease .2s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(2) {
    transition: transform .4s ease .3s,
      opacity .4s ease .3s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(3) {
    transition: transform .4s ease .4s,
      opacity .4s ease .4s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(4) {
    transition: transform .4s ease .5s,
      opacity .4s ease .5s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(5) {
    transition: transform .4s ease .6s,
      opacity .4s ease .6s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li:nth-child(6) {
    transition: transform .4s ease .7s,
      opacity .4s ease .7s;
  }

  .theme-wphome .mobile-nav.wd-opened .wd-nav-mobile li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/** Header Style END */

/** Footer Style START */
.theme-wphome .copyrights-wrapper {
  border-top: 1px solid #000;
}

.theme-wphome .min-footer {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-wphome .min-footer>div {
  text-align: center;
  color: #000;
}

/** Footer Style END */

/** Portfolio Style START */
.theme-wphome .portfolio-entry .entry-thumbnail .portfolio-thumbnail {
  display: flex;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.theme-wphome .portfolio-entry .entry-header {
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

.theme-wphome .elementor-widget-container .portfolio-entry .entry-thumbnail .portfolio-thumbnail {
  padding-top: 85%;
}

.theme-wphome .portfolio-entry .entry-thumbnail img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 0% 0%;
  transition: object-position 2s ease-in-out 0s;
}

.theme-wphome .portfolio-hover:hover .portfolio-thumbnail {
  transform: none;
}

.theme-wphome .portfolio-hover:hover .portfolio-thumbnail img {
  object-position: 0% 100%;
  transition: object-position 3s ease-in-out 0s;
  filter: grayscale(0);
}

.theme-wphome .portfolio-entry .wd-share-icon {
  display: none;
}

.wd-btn-arrow:after {
  padding: 10px;
  border: 2px solid;
  background-color: #fff;
}

.wd-btn-arrow:hover::after {
  color: var(--wd-link-color);
}

.wd-btn-arrow:active::after {
  color: var(--wd-link-color-hover);
}

.theme-wphome .portfolio-entry:hover .wd-portfolio-btns,
.theme-wphome .portfolio-entry:hover .portfolio-thumbnail:after {
  opacity: 0.6;
}

@media (max-width: 1024.998px) {

  .theme-wphome .portfolio-entry .wd-portfolio-btns,
  .theme-wphome .portfolio-entry .portfolio-thumbnail:after {
    opacity: 0.6;
  }

  .theme-wphome .portfolio-hover :is(.proj-cats-list, .wd-entities-title) {
    opacity: 1;
    transform: translateY(0);
  }
}

/** Portfolio Style END */