@charset "UTF-8";
.tdg-cards-wrapper.cards-series-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--e-global-color-primary);
  padding: 10px;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .tdg-card-content-wrapper {
  padding-top: 0;
  gap: 5px;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .tdg-card-content-wrapper .tdg-card-meta {
  line-height: 12px;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .tdg-card-content-wrapper .tdg-card-meta .tdg-card-series {
  display: none;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .tdg-card-content-wrapper .tdg-card-title {
  text-transform: uppercase;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .series-listnav-play-button {
  display: flex;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav .series-listnav-play-button svg path {
  fill: var(--e-global-color-primary);
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav:hover, .tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav.active {
  background: var(--e-global-color-accent);
  color: white;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav:hover .series-listnav-play-button, .tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav.active .series-listnav-play-button {
  display: flex;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav:hover .series-listnav-play-button svg path, .tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav.active .series-listnav-play-button svg path {
  fill: white;
}
.tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav:hover .tdg-card-content-wrapper .tdg-card-title, .tdg-cards-wrapper.cards-series-nav .tdg-card.template-series-listnav.active .tdg-card-content-wrapper .tdg-card-title {
  text-decoration: none;
}
.tdg-cards-wrapper.cards-grid, .tdg-cards-wrapper.cards-manufacturer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.tdg-cards-wrapper.cards-grid .tdg-card, .tdg-cards-wrapper.cards-manufacturer-grid .tdg-card {
  flex-basis: calc((100% - (25px * 2)) / 3);
  flex-grow: 0;
}
.tdg-cards-wrapper.cards-grid .tdg-card.template-keyword-default, .tdg-cards-wrapper.cards-manufacturer-grid .tdg-card.template-keyword-default {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .tdg-cards-wrapper.cards-grid, .tdg-cards-wrapper.cards-manufacturer-grid {
    gap: 30px 20px;
  }
  .tdg-cards-wrapper.cards-grid .tdg-card, .tdg-cards-wrapper.cards-manufacturer-grid .tdg-card {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tdg-cards-wrapper.cards-manufacturer-grid {
    gap: 15px !important;
  }
  .tdg-cards-wrapper.cards-manufacturer-grid .tdg-card {
    flex-basis: calc((100% - (15px * 1)) / 2);
  }
}
@media (max-width: 767px) {
  .tdg-cards-wrapper.cards-manufacturer-grid {
    gap: 20px !important;
  }
}
.tdg-cards-wrapper.cards-swiper .tdg-card {
  flex-basis: calc((100% - (25px * 2)) / 3);
}
.tdg-cards-wrapper.cards-swiper.template-video-large .tdg-card {
  flex-basis: calc((100% - (25px * 1)) / 2);
}
.tdg-cards-wrapper.block-theme-gray.cards-swiper .swiper-hider {
  background-color: var(--e-global-color-0da905c);
  opacity: 0.8;
}
.tdg-cards-wrapper.block-theme-dark {
  color: var(--e-global-color-04f7430);
}
.tdg-cards-wrapper.block-theme-dark a {
  color: var(--e-global-color-04f7430);
}
.tdg-cards-wrapper.block-theme-dark.cards-swiper .swiper-hider {
  background-color: var(--e-global-color-primary);
  opacity: 0.8;
}
.tdg-cards-wrapper.cards-swiper .swiper {
  padding-right: 50px;
}
.tdg-cards-wrapper.cards-swiper .cards-swiper {
  position: relative;
}
.tdg-cards-wrapper.cards-swiper .swiper-hider {
  position: absolute;
  width: calc(50px - (25px - 1px));
  background: var(--e-global-color-04f7430);
  opacity: 0.8;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tdg-cards-wrapper.cards-swiper .swiper-hider {
    width: calc(50px - (15px  - 1px));
  }
}
@media (max-width: 767px) {
  .tdg-cards-wrapper.cards-swiper .swiper-hider {
    width: calc(50px - (20px  - 1px));
  }
}
.tdg-cards-wrapper.media-meta-show-collection .tdg-card .tdg-card-meta .tdg-card-type {
  display: none;
}
.tdg-cards-wrapper.media-meta-show-type .tdg-card .tdg-card-meta .tdg-card-collection {
  display: none;
}
.tdg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: var(--e-global-typography-secondary-font-family);
}
.tdg-card .tdg-card-content-wrapper {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.tdg-card .image-wrapper {
  aspect-ratio: calc(4 / 3);
  background: var(--e-global-color-primary);
  line-height: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.tdg-card .image-wrapper img {
  /*max-width:100%;
			max-height:100%;*/
  position: relative;
  aspect-ratio: calc(4 / 3);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tdg-card .image-wrapper .blurry-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.tdg-card .tdg-card-meta {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.tdg-card .tdg-card-meta div:not(:last-child)::after {
  content: "·";
  font-size: 15px;
  line-height: 0;
  padding: 0 4px;
  display: inline;
}
.tdg-card .tdg-card-meta .tdg-card-type, .tdg-card .tdg-card-meta .tdg-card-collection, .tdg-card .tdg-card-meta .tdg-card-series, .tdg-card .tdg-card-meta .tdg-card-episode {
  font-weight: bold;
}
.tdg-card .tdg-card-title {
  font-size: 20px;
  font-weight: bold;
}
.tdg-card .tdg-card-excerpt {
  font-size: 15px;
}
.tdg-card .tdg-card-link {
  margin-top: auto;
}
.tdg-card.full-card-link .tdg-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tdg-card.full-card-link .tdg-card-link a {
  display: block;
  height: 100%;
  width: 100%;
}
.tdg-card.full-card-link .tdg-card-link a * {
  display: none;
}
.tdg-card.full-card-link img {
  transition: transform 0.3s ease;
}
.tdg-card.full-card-link:hover img {
  transform: scale(1.05);
}
.tdg-card.full-card-link:hover .tdg-card-title {
  text-decoration: underline;
}
.tdg-card.template-video-vertical .image-wrapper {
  aspect-ratio: 0.5625;
}
.tdg-card.template-video-vertical .image-wrapper img {
  object-fit: contain;
}
.tdg-card.template-video-vertical.template-series-list {
  flex-basis: calc((100% - (25px * 3)) / 4);
}
.tdg-card.template-video-mixed.is-video-vertical .image-wrapper {
  overflow: hidden;
  position: relative;
}
.tdg-card.template-video-mixed.is-video-vertical .image-wrapper .blurry-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.tdg-card.template-video-mixed.is-video-vertical img {
  object-fit: contain;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.tdg-card.template-video-mixed .image-wrapper {
  aspect-ratio: calc(16 / 9);
}
.tdg-card.template-media-mixed.is-video-vertical .image-wrapper {
  overflow: hidden;
  position: relative;
}
.tdg-card.template-media-mixed.is-video-vertical .image-wrapper .blurry-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.tdg-card.template-media-mixed.is-video-vertical img {
  object-fit: contain;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.tdg-card.template-default {
  background-color: var(--e-global-color-04f7430);
}
.tdg-card.template-default .tdg-card-content-wrapper {
  gap: 10px;
  padding-top: 10px;
  padding: 25px;
}
.tdg-card.template-video-default .tdg-card-title {
  font-weight: normal;
  text-decoration: underline;
}
.tdg-card.template-video-default .image-wrapper {
  aspect-ratio: 1.7777777778;
}
.tdg-card.template-video-default .image-wrapper img {
  aspect-ratio: 1.7777777778;
}
.tdg-card.template-video-default.full-card-link .tdg-card-title {
  text-decoration: underline;
  font-size: 17px;
}
.tdg-card.template-video-default.full-card-link:hover .tdg-card-title {
  text-decoration: none;
}
.tdg-card.template-series-default .tdg-card-title {
  font-weight: normal;
  text-decoration: underline;
}
.tdg-card.template-series-default.full-card-link .tdg-card-title {
  text-decoration: underline;
  font-size: 17px;
}
.tdg-card.template-series-default.full-card-link:hover .tdg-card-title {
  text-decoration: none;
}
.tdg-card.template-series-list.is-video-vertical .image-wrapper {
  overflow: hidden;
  position: relative;
}
.tdg-card.template-series-list.is-video-vertical .image-wrapper .blurry-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.tdg-card.template-series-list.is-video-vertical img {
  object-fit: contain;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.tdg-card.template-manufacturer-default {
  border: 1px solid var(--e-global-color-04f7430);
  background: var(--e-global-color-04f7430);
  flex-basis: calc((100% - (25px * 5  ))  / 6) !important;
  flex-grow: 0;
}
@media (max-width: 1023px) {
  .tdg-card.template-manufacturer-default {
    flex-basis: calc((100% - (15px * 2  ))  / 3) !important;
  }
}
@media (max-width: 767px) {
  .tdg-card.template-manufacturer-default {
    flex-basis: calc((100% - (20px * 1  ))  / 2) !important;
  }
}
.tdg-card.template-manufacturer-default .image-wrapper {
  aspect-ratio: 1;
  background: none;
  padding: 5px;
}
.tdg-card.template-manufacturer-default .image-wrapper img {
  aspect-ratio: 1;
  object-fit: contain;
  filter: grayscale(100%);
}
.tdg-card.template-manufacturer-default:hover {
  border: 1px solid var(--e-global-color-primary);
}
.tdg-card.template-manufacturer-default:hover img {
  transform: scale(1);
}
.tdg-card.template-keyword-default {
  flex-direction: row;
  gap: 0px;
  background: var(--e-global-color-04f7430);
}
.tdg-card.template-keyword-default .keyword-image-wrapper {
  flex-basis: calc((100% / 3) * 2);
  line-height: 0;
}
.tdg-card.template-keyword-default .keyword-image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  line-height: 0;
}
.tdg-card.template-keyword-default .keyword-content-wrapper {
  flex-basis: calc(100% / 3);
  padding: 60px;
  display: flex;
  justify-content: center;
}
.tdg-card.template-keyword-default .keyword-content-wrapper .tdg-card-title {
  font-size: 25px;
  padding-bottom: 10px;
}
.tdg-card.template-keyword-default .keyword-content-wrapper .tdg-card-content {
  font-size: 15px;
}
.tdg-card.template-keyword-default .keyword-content-wrapper .tdg-card-content p:last-child {
  margin-bottom: 0;
}
.tdg-card.template-keyword-default .keyword-content-wrapper .tdg-card-link {
  margin-top: 0;
  padding-top: 20px;
}
.card-debug-info {
  z-index: 9999;
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.card-debug-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  color: black;
  line-height: normal;
  font-size: 12px;
}
.card-debug-info a:hover {
  color: white;
  background: black;
}
.card-debug-info ul {
  margin-top: 4px;
  background: white;
  padding: 5px;
  border: 1px solid black;
  display: none;
  list-style: none;
}
.card-debug-info ul li.debug-edit-buttons {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.card-debug-info ul li.debug-edit-buttons a {
  display: flex;
  border-radius: 0;
  width: auto;
  height: auto;
  flex-basis: 100%;
}
.card-debug-info ul li.debug-edit-buttons a:hover {
  text-decoration: none;
}
.card-debug-info.open ul {
  display: flex;
  flex-direction: column;
}
.show-no-results {
  display: none !important;
}
.show-no-results.show {
  display: flex !important;
}
.total-posts {
  display: flex;
  flex-direction: row;
  font-family: var(--e-global-typography-primary-font-family);
}
.total-posts .total-number {
  margin-left: 8px;
}
.tdg-faq-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tdg-faq-card .faq-question-wrapper {
  border: 1px solid var(--e-global-color-primary);
  background: var(--e-global-color-04f7430);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  transition: all 0.8s ease;
  gap: 15px;
}
.tdg-faq-card .faq-question-wrapper .faq-question {
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.tdg-faq-card .faq-question-wrapper .faq-open-answer-trigger {
  display: flex;
  cursor: pointer;
}
.tdg-faq-card .faq-question-wrapper .faq-open-answer-trigger svg {
  transition: transform 0.4s ease;
  fill: var(--e-global-color-primary);
}
.tdg-faq-card .faq-answer-wrapper {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  background: var(--e-global-color-04f7430);
  padding: 25px;
  padding: 0px;
}
.tdg-faq-card.open .faq-question-wrapper {
  background: var(--e-global-color-accent);
  color: white;
}
.tdg-faq-card.open .faq-question-wrapper .faq-open-answer-trigger svg {
  fill: var(--e-global-color-04f7430);
  transform: rotate(45deg);
}
.tdg-faq-card.open .faq-answer-wrapper {
  height: auto;
  border: 1px solid var(--e-global-color-primary);
  border-top: none;
  padding: 25px;
}
.tdg-cards-wrapper_z {
  font-family: var(--e-global-typography-secondary-font-family);
}
.tdg-cards-wrapper_z .tdg-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info {
  z-index: 9999;
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  color: black;
  line-height: normal;
  font-size: 12px;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info a:hover {
  color: white;
  background: black;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info ul {
  margin-top: 4px;
  background: white;
  padding: 5px;
  border: 1px solid black;
  display: none;
  list-style: none;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info ul li.debug-edit-buttons {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info ul li.debug-edit-buttons a {
  display: flex;
  border-radius: 0;
  width: auto;
  height: auto;
  flex-basis: 100%;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info ul li.debug-edit-buttons a:hover {
  text-decoration: none;
}
.tdg-cards-wrapper_z .tdg-card .card-debug-info.open ul {
  display: flex;
  flex-direction: column;
}
.tdg-cards-wrapper_z .tdg-card.full-card-link .tdg-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tdg-cards-wrapper_z .tdg-card.full-card-link .tdg-card-link a {
  display: block;
  height: 100%;
  width: 100%;
}
.tdg-cards-wrapper_z .tdg-card.full-card-link img {
  transition: transform 0.3s ease;
}
.tdg-cards-wrapper_z .tdg-card.full-card-link:hover img {
  transform: scale(1.05);
}
.tdg-cards-wrapper_z .tdg-card.full-card-link:hover .tdg-card-title {
  text-decoration: underline;
}
.tdg-cards-wrapper_z .tdg-card.template-default .tdg-card-content-wrapper {
  gap: 10px;
  padding-top: 10px;
}
.tdg-cards-wrapper_z .tdg-card.template-video-default .tdg-card-title {
  font-weight: normal;
  text-decoration: underline;
}
.tdg-cards-wrapper_z .tdg-card.template-video-default .image-wrapper {
  aspect-ratio: 1.7777777778;
}
.tdg-cards-wrapper_z .tdg-card.template-video-default .image-wrapper img {
  aspect-ratio: 1.7777777778;
}
.tdg-cards-wrapper_z .tdg-card.template-video-default.full-card-link .tdg-card-title {
  text-decoration: underline;
  font-size: 17px;
}
.tdg-cards-wrapper_z .tdg-card.template-video-default.full-card-link:hover .tdg-card-title {
  text-decoration: none;
}
.tdg-cards-wrapper_z .tdg-card.template-series-default .tdg-card-title {
  font-weight: normal;
  text-decoration: underline;
}
.tdg-cards-wrapper_z .tdg-card.template-series-default.full-card-link .tdg-card-title {
  text-decoration: underline;
  font-size: 17px;
}
.tdg-cards-wrapper_z .tdg-card.template-series-default.full-card-link:hover .tdg-card-title {
  text-decoration: none;
}
.tdg-cards-wrapper_z .tdg-card-meta {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.tdg-cards-wrapper_z .tdg-card-meta div:not(:last-child)::after {
  content: "·";
  font-size: 15px;
  line-height: 0;
  padding: 0 4px;
  display: inline;
}
.tdg-cards-wrapper_z .tdg-card-meta .tdg-card-type, .tdg-cards-wrapper_z .tdg-card-meta .tdg-card-collection {
  font-weight: bold;
}
.tdg-cards-wrapper_z .tdg-card-content-wrapper {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.tdg-cards-wrapper_z .tdg-card-title {
  font-size: 20px;
  font-weight: bold;
}
.tdg-cards-wrapper_z .tdg-card-excerpt {
  font-size: 15px;
}
.tdg-cards-wrapper_z .tdg-card-link {
  margin-top: auto;
}
.tdg-cards-wrapper_z .image-wrapper {
  aspect-ratio: calc(4 / 3);
  background: var(--e-global-color-secondary);
  line-height: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.tdg-cards-wrapper_z .image-wrapper img {
  /*max-width:100%;
			max-height:100%;*/
  aspect-ratio: calc(4 / 3);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tdg-cards-wrapper_z.cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.tdg-cards-wrapper_z.cards-grid .tdg-card {
  flex-basis: calc((100% - (25px * 2)) / 3);
}
.tdg-cards-wrapper-x {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.tdg-cards-wrapper-x .tdg-card {
  flex-basis: calc((100% - (25px * 2)) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
}
.tdg-cards-wrapper-x .tdg-card .image-wrapper {
  display: flex;
}
.tdg-cards-wrapper-x .tdg-card .image-wrapper img {
  flex-basis: 100%;
  aspect-ratio: calc(16/9);
  object-fit: cover;
}
.tdg-cards-wrapper-x .tdg-card .tdg-card-content-wrapper {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.tdg-cards-wrapper-x .tdg-card .tdg-card-content-wrapper .tdg-card-link:not(.full-card-link) {
  margin-top: auto;
}
.tdg-cards-wrapper-x .tdg-card .tdg-card-content-wrapper .tdg-card-link.full-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid red;
}
.tdg-cards-wrapper-x .tdg-card .tdg-card-content-wrapper .tdg-card-link.full-card-link a {
  width: 100%;
  height: 100%;
  display: block;
}
.tdg-cards-wrapper-x .tdg-card .tdg-card-content-wrapper .tdg-card-link.full-card-link a * {
  display: none;
}
@media (max-width: 1023px) {
  .tdg-cards-wrapper-x .tdg-card {
    flex-basis: calc((100% - (25px * 1)) / 2);
  }
}
@media (max-width: 767px) {
  .tdg-cards-wrapper-x .tdg-card {
    flex-basis: calc((100% - (25px * 0)) / 1);
  }
}
.tdg-cards-wrapper_X .tdg-card.blog-card .tdg-card-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
.tdg-cards-wrapper_X .tdg-card.blog-card .tdg-card-excerpt {
  display: none;
}
/*# sourceMappingURL=https://www.greenfront.com/wp-content/plugins/tdg-elementor-plugin/widgets/cpt-archive/css/cpt-archive.css.map */