.tdg-button-wrapper {
  display: flex;
  text-align: center;
}
.tdg-button-wrapper.button-right {
  justify-content: flex-end;
}
.tdg-button-wrapper.button-center {
  justify-content: center;
}
@media (max-width: 1024px) {
  .tdg-button-wrapper.button-center-tablet {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .tdg-button-wrapper.button-center-mobile {
    justify-content: center;
  }
}
.tdg-custom-btn {
  transition: all 0.3s;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-self: flex-start;
  align-items: baseline;
  /* .tdg-button-text,.tdg-button-arrow{
		white-space: nowrap;
	} */
}
.tdg-custom-btn .tdg-button-arrow {
  flex-basis: 7px;
  display: flex;
  height: 16px;
}
.tdg-custom-btn .tdg-button-arrow svg {
  width: 7px;
}
.tdg-custom-btn.template-default {
  background-color: var(--e-global-color-secondary);
  color: #F5F9FC;
  padding: 13px 18px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .tdg-custom-btn.template-default {
    padding: 13px 25px;
  }
}
.tdg-custom-btn.template-default:hover {
  text-decoration: none;
  background-color: var(--e-global-color-421762a);
}
.tdg-custom-btn.template-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  line-height: 20px;
}
.tdg-custom-btn.template-text .tdg-button-text {
  padding-top: 4px;
}
.tdg-custom-btn.template-text svg {
  fill: var(--e-global-color-primary);
  margin-left: 20px;
  transition: all 0.3s;
}
.tdg-custom-btn.template-text:hover {
  text-decoration: none;
  color: var(--e-global-color-secondary);
}
.tdg-custom-btn.template-text:hover svg {
  fill: var(--e-global-color-secondary);
}
.tdg-custom-btn.template-text.theme-light svg {
  fill: var(--e-global-color-04f7430);
}
.tdg-custom-btn.template-text.theme-light:hover svg {
  fill: var(--e-global-color-secondary);
}
.tdg-custom-btn.template-text.button-min-width-fullwidth {
  text-align: left;
}
.tdg-custom-btn.template-just-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
  text-decoration-thickness: 1px;
}
.tdg-custom-btn.template-just-text:hover {
  text-decoration: none;
}
.tdg-custom-btn.button-min-width-fullwidth {
  display: flex;
  flex-basis: 100%;
  min-width: 0px;
}
.tdg-custom-btn.button-min-width-fullwidth .tdg-button-text {
  flex-basis: 100%;
}
.tdg-custom-btn.theme-light {
  color: #F5F9FC;
}
.tdg-custom-btn.theme-dark {
  color: var(--e-global-color-primary);
}
.elementor-widget-tdg-button-x a.template-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  transition: color 0.3s;
  font-size: 20px;
  line-height: 25px;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
}
.elementor-widget-tdg-button-x a.template-text:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  background-image: url("/wp-content/plugins/tdg-elementor-plugin/assets/icons/arrow_text_button.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.elementor-widget-tdg-button-x a.template-text:hover {
  text-decoration: none;
  color: var(--e-global-color-secondary);
}
.elementor-widget-tdg-button-x a.template-text:hover:after {
  background-image: url("/wp-content/plugins/tdg-elementor-plugin/assets/icons/arrow_text_button_hover.svg");
}
.elementor-widget-tdg-button-x a.template-default {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-04f7430);
  font-weight: 800;
  text-transform: uppercase;
  padding: 12px 25px;
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
}
.elementor-widget-tdg-button-x a.template-default:hover {
  text-decoration: none;
  background-color: var(--e-global-color-421762a);
}
@media screen and (min-width: 768px) {
  .elementor-widget-tdg-button-x a.template-default {
    width: max-content;
  }
}
.style-2 .tdg-button-text {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}
.style-2 .tdg-button-arrow {
  height: 8px;
}
/*# sourceMappingURL=https://www.greenfront.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-button/css/tdg-button.css.map */