@charset "UTF-8";
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
html {
  scroll-behavior: smooth;
}

.form-wrapper form {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .form-wrapper form {
    grid-template-columns: 1fr !important;
  }
}
.form-wrapper-black form {
  gap: 10px;
}
.form-wrapper-black label {
  color: #000 !important;
}
.form-wrapper-black input,
.form-wrapper-black textarea {
  border: 2px solid #8C806F !important;
}
.form-wrapper .form-field label {
  color: #fff;
}
.form-wrapper .form-field input,
.form-wrapper .form-field textarea {
  background-color: #fff;
  border: 2px solid transparent;
}
.form-wrapper .form-field input:focus,
.form-wrapper .form-field textarea:focus {
  border: 2px solid #8C806F;
}
.form-wrapper .form-field-100 {
  grid-column: 1/-1;
}
.form-wrapper .form-field-checkbox label {
  margin-bottom: 0 !important;
}
.form-wrapper .form-field p {
  margin-bottom: 0 !important;
}
.form-wrapper .text-center {
  text-align: center;
}
.form-wrapper .wpcf7-submit {
  font-size: 18px;
  letter-spacing: 1px;
  padding-inline: 32px;
  font-weight: 200 !important;
  font-family: "PFFranklinGothic-Regular", Arial, Helvetica, sans-serif !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4) !important;
}
.form-wrapper .wpcf7-submit:hover {
  background-color: #8C806F !important;
  opacity: 0.9;
}

.wpcf7-response-output {
  grid-column: 1/-1;
}

.acf-accordion {
  display: block;
  margin-bottom: 50px !important;
}

.acf-accordion .acf-accordion-toggle {
  border: none;
  padding: 10px;
  width: 100%;
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 17px !important;
  cursor: pointer;
  border-bottom: 1px solid #ddd !important;
}

.acf-accordion .acf-accordion-content {
  display: none;
  padding: 10px;
  border-top: none;
}
.acf-accordion .acf-accordion-content a {
  text-decoration: underline;
  color: #8C806F;
}

.video-row h2 {
  font-size: 16px;
}

.video-row .wpb_video_widget .wpb_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.video-row .wpb_video_widget .wpb_wrapper .wpb_heading {
  background-color: #8C806F;
  padding: 12px;
  color: #fff;
}

.actions-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: fixed;
  right: 12px;
  bottom: 90px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 50;
}
@media (max-width: 767px) {
  .actions-follow {
    gap: 10px;
    right: 12px;
    bottom: 70px;
  }
}
.actions-follow .action-contact img {
  width: 15px;
}

.actions-follow img {
  width: 18px;
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .actions-follow img {
    width: 20px;
    margin-right: 0px;
  }
}

.actions-follow > div {
  cursor: pointer;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  background: #8C806F;
  border-radius: 50%;
  width: auto;
  padding-inline: 10px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
}
@media (max-width: 767px) {
  .actions-follow > div {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.actions-follow > div a {
  display: block !important;
  text-align: left !important;
}
.actions-follow > div span {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .actions-follow > div span {
    display: none;
  }
}
@media (max-width: 767px) {
  .actions-follow > div {
    width: 40px;
    height: 40px;
  }
}

.top-bar-content {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.top-bar-content a {
  color: #fff;
}

.top-bar-content img {
  padding-left: 10px;
}

.whb-general-header-inner .whb-col-left {
  margin-right: 2vw;
}
.whb-general-header-inner .whb-col-center .wd-header-nav {
  padding-left: 1vw;
}
.whb-general-header-inner .whb-col-center,
.whb-general-header-inner .whb-col-right {
  position: relative;
}
.whb-general-header-inner .whb-col-center:before,
.whb-general-header-inner .whb-col-right:before {
  content: "";
  background: #E7E7E7 !important;
  position: absolute;
  height: 80%;
  width: 100%;
  z-index: 0;
}
.whb-general-header-inner .whb-col-center *,
.whb-general-header-inner .whb-col-right * {
  z-index: 2;
}
.whb-general-header-inner .whb-col-center:before {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.whb-general-header-inner .whb-col-right:after {
  content: "";
  background: #E7E7E7;
  position: absolute;
  height: 80%;
  width: 100%;
  right: -100%;
}
@media (max-width: 1370px) {
  .whb-general-header-inner .wd-nav.wd-style-bg > li > a {
    font-size: 14px !important;
    padding-inline: 6px !important;
  }
}
.whb-general-header-inner .wd-social-icons .wd-social-icon {
  background-color: #8C806F !important;
}
.whb-general-header-inner .wd-nav.wd-style-bg > li > a::before {
  opacity: 1;
  border-radius: 15px !important;
  -webkit-transition: 0.1s ease-in-out !important;
  transition: 0.1s ease-in-out !important;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.whb-general-header-inner .wd-nav.wd-style-bg > li:hover > a,
.whb-general-header-inner .wd-nav.wd-style-bg > li.current-menu-item > a {
  color: #fff;
}

.wd-header-nav .wd-dropdown-menu {
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .nav-link-text {
    font-size: 15px !important;
  }
}

.wd-header-my-account > a {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.wd-header-my-account .wd-tools-text {
  margin-left: 0px !important;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .wd-header-my-account .wd-tools-text {
    display: none;
  }
}

.wd-header-cart {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5vw !important;
}
@media (max-width: 1370px) {
  .wd-header-cart {
    margin-right: 2vw !important;
  }
}
@media (max-width: 1200px) {
  .wd-header-cart {
    margin-right: 2vw !important;
  }
}
.wd-header-cart .wd-custom-icon {
  height: 32px;
}

.wd-header-cart:before {
  content: "Καλάθι";
  display: inline-block;
  text-transform: var(--wd-header-el-transform);
  white-space: nowrap;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  color: var(--wd-header-el-color);
}
@media (max-width: 1200px) {
  .wd-header-cart:before {
    content: "";
  }
}

.main-footer,
.copyrights-wrapper > .container {
  width: clamp(var(--wd-container-w), 95%, 100%) !important;
  max-width: 100% !important;
}

.footer-sidebar .footer-column {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer-sidebar .footer-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer-sidebar .footer-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-sidebar .footer-column .wd-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-sidebar .widget {
  border-bottom: 0px !important;
}

#nav_menu-2 ul.sub-menu {
  display: none !important;
}

.footer-social .wd-social-icon {
  background: #fff;
  color: rgb(140, 128, 111);
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
}
.footer-social .wd-social-icon:hover {
  background: rgb(140, 128, 111);
  color: #fff;
}
.footer-social .wd-social-icon .wd-icon {
  font-size: 17px;
}

.btn-call-footer {
  -webkit-filter: drop-shadow(0 0 12px rgb(0, 0, 0));
          filter: drop-shadow(0 0 12px rgb(0, 0, 0));
}

.wd-footer a {
  color: #fff;
}
.wd-footer a:hover {
  opacity: 0.8;
}

.footer-icon {
  margin-right: 8px;
  display: inline-block;
}

#custom_html-2 {
  color: #ffffff !important;
}
#custom_html-2 li {
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}

.home .wd-content-layout {
  padding-bottom: 0 !important;
}

.intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-wrapper__image {
  position: sticky;
  left: 0;
  top: 50px;
}
@media (max-width: 1024px) {
  .intro-wrapper__image {
    position: relative;
     top: unset;
  }
}
.intro-wrapper__text {
  margin-top: -25%;
  margin-left: auto;
  background-color: #8C806F;
  color: #fff;
  max-width: 700px;
  width: 100%;
  position: relative;
  padding: 20px 40px 130px 20px;
}
.intro-wrapper__text p {
  font-size: 17px;
}
@media (max-width: 1024px) {
  .intro-wrapper__text {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper__text {
    padding: 20px 40px 60px 20px;
  }
}
.intro-wrapper__text h1, .intro-wrapper__text h2 {
  color: #fff;
}
.intro-wrapper__text h1 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .intro-wrapper__text h1 {
    font-size: 28px;
  }
}
.intro-wrapper__text h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .intro-wrapper__text h2 {
    font-size: 20px;
  }
}
.intro-wrapper__text .wpb_text_column + .wd-button-wrapper {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
@media (max-width: 767px) {
  .intro-wrapper__text .wpb_text_column + .wd-button-wrapper {
    position: relative !important;
    margin-top: 32px;
  }
}
.intro-wrapper__text .wpb_text_column + .wd-button-wrapper a {
  background-color: #3B3227 !important;
  color: #fff !important;
  padding: 30px 40px !important;
  text-transform: none;
}
@media (max-width: 767px) {
  .intro-wrapper__text .wpb_text_column + .wd-button-wrapper a {
    padding: 20px 30px !important;
  }
}
body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper {
  position: absolute !important;
  right: -105px !important;
  bottom: -105px !important;
  background-color: #000000 !important;
  width: 210px !important;
  height: 210px !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
body   .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper {
    margin-top: 32px;
    width: 180px !important;
    height: 180px !important;
  }
}
@media (max-width: 640px) {
 body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper {
    position: relative !important;
    bottom: -20px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper a {
  background-color: transparent;
  color: #fff;
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  border: 2px solid #8C806F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: none;
}
@media (max-width: 767px) {
  body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper a {
    font-size: 18px !important;
    width: 150px !important;
    height: 150px !important;
  }
}
body .intro-wrapper__text .wpb_text_column + .wd-button-wrapper ~ .wd-button-wrapper a .wd-btn-icon {
  margin-left: 0;
}

.intro-wrapper__btn-opinion {
  padding-top: 20px !important;
}
.intro-wrapper__btn-opinion a .wd-btn-icon {
  margin-left: 0;
}

.intro-wrapper__btn-opinion .wd-btn-icon .wd-icon {
  color: #8C806F !important;
  font-size: 35px !important;
  height: auto !important;
}

.intro-wrapper__btn-opinion {
  font-size: 22px !important;
  font-weight: bold !important;
}

.portfolio-wrapper .promo-banner {
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-wrapper .promo-banner .banner-image img {
    height: 350px;
  }
}
.portfolio-wrapper .promo-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.portfolio-wrapper .promo-banner a {
  text-transform: none !important;
  border-color: #fff !important;
  font-size: 27px !important;
  padding: 10px 20px !important;
}

.portfolio-swiper {
  width: 100%;
  min-height: 160px;
}
.portfolio-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.portfolio-swiper .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-swiper .swiper-slide img {
  width: 100%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-swiper .swiper-pagination {
  margin-top: 50px;
  position: relative !important;
}
.portfolio-swiper .swiper-pagination-bullet-active {
  background-color: #8C806F;
}

.trusted-by-section h3 {
  font-size: 30px !important;
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
  margin-bottom: 40px !important;
}

.products-section h3.woodmart-title-container {
  font-size: 30px !important;
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
}
.products-section .product-element-top {
  border-radius: 30px;
}
.products-section h3.wd-entities-title {
  color: #000;
  font-weight: bold;
  font-size: 19px;
}
.products-section .price {
  font-size: 20px;
  font-weight: 200;
}
.products-section .price .amount {
  color: #000 !important;
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
}
.products-section .wd-add-btn a span {
  font-size: 16px !important;
  padding-inline: 20px !important;
}

.blog-wrapper h3.woodmart-title-container {
  font-size: 30px !important;
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
  color: #fff !important;
}
.blog-wrapper .post-img-wrapp a::after,
.blog-wrapper .blog-wrapper .post-image-mask {
  display: none !important;
}
.blog-wrapper .entry-thumbnail {
  padding: 10px;
  border-radius: 40px !important;
  border: 1px solid #fff;
}
.blog-wrapper .entry-thumbnail .post-img-wrapp {
  border-radius: 40px !important;
  overflow: hidden !important;
}
.blog-wrapper .article-inner,
.blog-wrapper .blog-design-masonry.wd-add-shadow:hover .article-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.blog-wrapper .article-body-container {
  background: transparent !important;
}
.blog-wrapper h3 a {
  color: #fff;
}

.business-grow h2 {
  font-family: "PFFranklinGothicMed-Regular", Arial, Helvetica !important;
}
.business-grow .title-after_title {
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
}

.home .wpcf7-not-valid-tip {
  background-color: #F00;
  color: #fff;
  padding: 3px;
}
.home .wpcf7-response-output {
  grid-column: 1/-1;
}

.page-numbers span {
  border-radius: 10px !important;
}

.home .wd-carousel-container .wd-next {
  -webkit-transform: translateX(20px) !important;
      -ms-transform: translateX(20px) !important;
          transform: translateX(20px) !important;
}
@media (max-width: 767px) {
  .home .wd-carousel-container .wd-next {
    display: none;
  }
}
.home .wd-carousel-container .wd-prev {
  -webkit-transform: translateX(-20px) !important;
      -ms-transform: translateX(-20px) !important;
          transform: translateX(-20px) !important;
}
@media (max-width: 767px) {
  .home .wd-carousel-container .wd-prev {
    display: none;
  }
}
.home .wd-btn-arrow {
  border-radius: 50%;
  border: 2px solid #8C806F;
}
.home .wd-btn-arrow .wd-arrow-inner::after {
  color: #8C806F;
}

.wd-portfolio-btns {
  display: none !important;
}

.wd-nav-portfolio span {
  text-transform: none;
}

.project-intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .project-intro {
    grid-template-columns: 1fr;
  }
}
.project-intro-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.project-gallery {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.project-gallery img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.company-address h4 {
  margin-bottom: 0;
}

.company-address,
.company-products {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.company-desc a {
  color: #8C806F;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .portfolio-wrapper .promo-banner a {
    font-size: 20px !important;
  }
}
@media (max-width: 1100px) {
  .portfolio-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .portfolio-wrapper:before {
    display: none !important;
  }
  .portfolio-wrapper .wpb_column {
    width: 100% !important;
  }
}
@media (max-width: 675px) {
  .portfolio-wrapper {
    grid-template-columns: 1fr !important;
  }
}
.portfolio-info {
  display: grid !important;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.portfolio-info .wrap-meta {
  margin-bottom: 2px !important;
}
.portfolio-info .wrap-meta,
.portfolio-info .wrap-title {
  text-align: left !important;
}

.portfolio-info img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.wd-blog-element .wd-entry-meta,
.wd-blog-element .entry-meta-list,
.wd-blog-element .hovered-social-icons {
  display: none !important;
}

.single-post .wd-post-meta {
  display: none !important;
}

.btn-read-more.more-link {
  text-transform: none;
}

.single-product .product-tabs-wrapper {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.single-product .tbi_banner_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  padding-top: 32px;
}
.single-product .single-product-page > .container {
  margin-bottom: 32px !important;
}
.single-product .quantity .minus {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.single-product .quantity .plus {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
  margin-top: 0 !important;
}

.wd-gallery-thumb img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .variations select {
  border-radius: 40px;
}

.woocommerce-product-details__short-description a {
  color: #8C806F;
}
.woocommerce-product-details__short-description a:hover {
  opacity: 0.8;
}

.single-product-description-images img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product-description-images-landscape img {
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive .term-description {
  position: relative;
  max-height: 180px;
  overflow-y: hidden;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive .term-description.expanded {
  height: auto;
  max-height: 1600px;
}
.archive .term-description.expanded::after {
  display: none;
}
.archive .term-description::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.73)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.73) 100%);
}
.archive .read-more-cat-desc {
  cursor: pointer;
  background-color: rgb(140, 128, 111);
  border-radius: 40px;
  padding: 5px 20px;
  display: inline-block;
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive .read-more-cat-desc:hover {
  background-color: rgb(163, 153, 139);
}

.b2bking_custom_registration_container_field_2576 {
  display: none !important;
}

.products .product-element-top {
  border-radius: 30px;
}
.products h3.wd-entities-title {
  color: #000;
  font-weight: bold;
  font-size: 19px;
}
.products .price {
  font-size: 20px;
  font-weight: 200;
}
.products .price .amount {
  color: #000 !important;
  font-family: "PFFranklinGothicLight", Arial, Helvetica !important;
}
.products .wd-add-btn a span {
  font-size: 16px !important;
  padding-inline: 20px !important;
}


/* Timeline */

.w3s-timeline {
  max-width: 800px;
  position: relative;
  margin-inline: auto;
}

.w3s-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 32px;         
}

.w3s-timeline-bubble {
  position: absolute;
  top: 130px;
  left: 36px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 4;
}

.w3s-timeline-year {     
  background: #fff;
  width: 100px;
  height: 100px;
  color: #8C806F;
  font-size: 27px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: inset 5px solid #f5f5f5;
  z-index: 4;
  line-height: 1.2;
}

.w3s-timeline-content-image .overlay {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #231F20 0%, #FFFFFF 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: 0;
}


.w3s-timeline-line {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 2px;
  left: 50px;
  z-index: 2;
}
.w3s-timeline-content {
    background-color: #fff;
    box-shadow: 7px 7px 56px rgba(0, 0, 0, 0.75);            
    margin-bottom: 70px;                        

}
.w3s-timeline-content-text {
    padding: 32px;
}
.w3s-timeline-content-text p {
  margin-bottom: 5px;
}


.w3s-timeline-content-text  strong {
  font-weight: 700;
  font-family: "PFFranklinGothic-Bold";
}

.w3s-timeline-line-fill{
    height: 150px;
    background: rgba(140,128,111,0.8);
    z-index: 3;
}

  .w3s-timeline-content-image  {
    overflow: hidden;
    position: relative;
    min-height: 260px;
    background-size: cover;
    background-position: center top;
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 7px  7px 56px rgba(0, 0, 0, 0.75);
    

  }

.w3s-timeline-content-image img {
    width: 100%;
}
.w3s-timeline-content-image p.year {
    margin: 0;
    font-size: 60px;    
    color: #fff;
    opacity: .7;
    line-height: 1

}

.text-top {
    color: #fff;
    max-width: 50%;
    position: relative;
    z-index: 5;
    font-size: 20px;
    line-height: 1.2;
}


.list-images {
    list-style: none;
    padding-left: 0;
}

.list-images img {
    width: 100%;
}

img.w-80 {
    max-width: 80%;
}
img.w-100 {
    max-width: 100%;
    width: 100%;
}

.timeline-1986 li:not(:last-child) {
    margin-bottom: 15px;
}
      .timeline-1986  li {
        position: relative;
      }



.timeline-1986-2008 .img-text {
    font-family: "PFFranklinGothic-Bold";
  font-weight: bold;
    background-color: #8C806F;
    color: #fff;
    padding: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 140px;
    font-weight: bold;
}

.timeline-1996 .w3s-timeline-content-image {            
background: 
url('/wp-content/uploads/2025/07/logo-1996.png') no-repeat center center / 75% auto,
linear-gradient(90deg, #231F20 -50%, #FFFFFF 100%);
      mix-blend-mode: multiply;            
}

.grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.grid-top.align-end {
  align-items: end;
}
p.text-small,
.grid-top .text-small {
  font-size: 14px;
  line-height: 1.2;
}
.text-small strong {
  margin-bottom: 10px;
}

.full-width {
    width: 100%;
}

.bg-text {
    background-color: #8C806F;
    color: #fff;
    padding: 8px;            
}
.flex-bottom:not(:last-child) {
  margin-bottom: 10px;
}
.flex-bottom {
    display: flex;
    gap: 10px;
    align-items: end;
}

.flex-bottom > div {
    flex: 1 1 50%;
}

.timeline-1986 .w3s-timeline-content-text img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.year.text-black {
  color: rgb(17,17,17) !important;
  opacity: 1 !important;
}

.timeline-2008-light .text-top {
   margin-top: 120px;
  max-width: 230px;
}
  .timeline-1986 .text-top {
  margin-top: 20px;
  max-width: 230px;
  }
.timeline-2021 .text-top,
  .timeline-1986-2008 .text-top {
      margin-top: 20px;
  max-width: 180px;
  }
.timeline-1986-2008 .w3s-timeline-content-text img {
  height: 170px;
  object-fit: cover;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.75);

}
.timeline-1986-2008 .w3s-timeline-content-text li {
position: relative;
line-height: 1.1;
font-size: 14px;
margin-bottom: 20px;
}
.timeline-2000 .w3s-timeline-content-image .year,
.timeline-1996 .w3s-timeline-content-image .year {
  color: #fff !important;
  opacity: .6;
  mix-blend-mode: unset !important;
}
.w3s-timeline-item strong {
  display: block;
}
.w3s-timeline-item .list {
  list-style: none;
  padding-left: 0;  
  margin-top: 10px;
  margin-bottom: 10px;
}
.w3s-timeline-item .list li {
  margin-bottom: 2px;
}

.text-white {
  color: #fff !important;
  z-index: 5px;
  position: relative;
}
.height-auto {
  min-height: unset;
}


@media (min-width: 768px) {
.carousel-center .wd-carousel-wrap {
  justify-content: center !important;
}

}

@media (max-width: 767px) {
  .w3s-timeline-content-image p.year {
    font-size: 35px;
  }
  .list-images  img {
  width: 100% !important;
  max-width: 100% !important;
}
.list-images .img-text {
  position: relative;
  top: unset !important;
  transform: translateY(0)!important;
  width: 100% !important;
  left: unset !important;
  max-width: 100% !important;
  right: unset !important;
}
.grid-top {
  grid-template-columns: 1fr;
}
.flex-bottom {
  flex-direction: column;
}
.flex-bottom > div,
.timeline-2008-light .img-1{
  width: 100% !important;
}
.timeline-2008-light .img-1 {
  object-fit: contain !important;
}
.timeline-2008-light .img-2 {
  margin-top: 20px;
}

}

.text-bubble-row .wd-text-block {
  background: #8C806F !important;
  padding: 15px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.mw-50 {
  max-width: 50%;
}




.education-text h2 {
  color: #fff;
  display: flex;
  margin-bottom: 35px;
  align-items:center;
}

.education-text h2:before {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/2025/09/ambassador-icon-2.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.education-text  ul {
  list-style: none;
  padding-left: 0;
}
.education-text li {
  font-size: 20px;
  display: flex !important;
}

.education-text li:before {
    content: "";
  display: inline-block;
  background: url(/wp-content/uploads/2025/09/ambassador-icon-2.png);
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#sib_signup_form_3 .sib_signup_box_inside_3,
#sib_signup_form_1 .sib_signup_box_inside_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sib_signup_form_3 input[type="email"],
#sib_signup_form_1 input[type="email"] {
  min-width: 450px;
  color: #fff;
  border-color: #fff;
  border-radius: 60px;
}

#sib_signup_form_3 input[type="submit"],
#sib_signup_form_1 input[type="submit"] {
  background-color: #fff !important;
  color: rgb(140 128 111);
    border-radius: 60px;
}

.mob-show {
  display: none;
}
.ml-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
.mob-hide {
 display: none !important; 
}
.mob-show {
  display: block;
}
}
