/*

--e-global-color-primary: #4F4E56;
    --e-global-color-secondary: #C09677;
    --e-global-color-text: #4F4E56;
    --e-global-color-accent: #408A89;
    --e-global-color-04f7430: #FFFFFF;
    --e-global-color-ecb26cc: #D6FEF9;
    --e-global-color-0da905c: #F1F1F3;
    --e-global-color-bc47feb: #E1E9F0;
    --e-global-color-0366488: #4F4E56;
    --e-global-color-421762a: #CDAB92;
    --e-global-typography-primary-font-family: "Geared Slab";
    --e-global-typography-secondary-font-family: "skolar-sans-latin";
    --e-global-typography-text-font-family: "skolar-sans-latin";
    --e-global-typography-accent-font-family: "skolar-sans-latin";
*/
.tdg-buttons-repeater-wrapper {
  display: flex;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-default.buttons-repeater-center {
  justify-content: center;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-default.buttons-repeater-right {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .tdg-buttons-repeater-wrapper.buttons-repeater-default.buttons-repeater-center-tablet {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .tdg-buttons-repeater-wrapper.buttons-repeater-default.buttons-repeater-center-mobile {
    justify-content: center;
  }
}
.tdg-buttons-repeater-wrapper.buttons-repeater-default .btn {
  align-self: center;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-column {
  flex-direction: column;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-column.buttons-repeater-default .btn {
  align-self: start;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-column.buttons-repeater-center .btn {
  align-self: center;
}
.tdg-buttons-repeater-wrapper.buttons-repeater-column.buttons-repeater-right .btn {
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .tdg-buttons-repeater-wrapper.buttons-repeater-column.buttons-repeater-center-tablet .btn {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .tdg-buttons-repeater-wrapper.buttons-repeater-column.buttons-repeater-center-mobile .btn {
    align-self: center;
  }
}
.tdg-buttons-repeater-wrapper.buttons-repeater-column .button-min-width-fullwidth {
  width: 100%;
}
/*# sourceMappingURL=https://gf.tdgrepo.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-buttons-repeater/css/tdg-buttons-repeater.css.map */