@font-face {
  font-family: 'repeatericons';
  src: url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.eot?90311211);
  src: url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.eot?90311211#iefix) format('embedded-opentype'),
       url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.woff2?90311211) format('woff2'),
       url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.woff?90311211) format('woff'),
       url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.ttf?90311211) format('truetype'),
       url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.svg?90311211#repeatericons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'repeatericons';
    src: url(//diamondfish.eu/wp-content/plugins/repeater-for-elementor/libs/font/repeatericons.svg?90311211#repeatericons) format('svg');
  }
}
*/
.repeater-icon:before {
  font-family: "repeatericons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-cancel-1:before { content: '\e802'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open:before { content: '\f005'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */

.hidden,.repeater-remove-toolbar .repeater-field-header-acctions-remove{
    display: none !important;
}
.elementor-field-type-repeater>label {
	display: none !important;
}

.elementor-editor-active .elementor-field-type-repeater>label, .elementor-editor-active .elementor-field-type-repeater_start>label {
    display: block !important;
}
.container-repeater-field, .elementor-field-repeater-end, .elementor-field-repeater-start,
.repeater-field-header-title {
	width: 100%;
}
.repeater-field-button-add {
	background-color: #69727d;
    border-radius: 103px 103px 103px 103px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.repeater-field-button-add:hover {
   opacity: 0.8;
}
.repeater-field-header {
    display: flex;
    width: 100%;
}
.repeater-field-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.repeater-field-header ul li {
    display:  inline-block;
}
.repeater-field-header-acctions {
    width: 150px;
    text-align: right;
}
.repeater-field-header-acctions li i{
    font-size: 20px;
    margin-left: 1px;
}
.repeater-field-header-acctions li i:hover {
    opacity: 0.8;
    cursor: pointer;
}
.container-repeater-field {
    display: flex;
    flex-wrap: wrap;
}
.repeater-field-footer {
    margin: 15px 0;
}
.repeater-content-show {
    border-bottom: 1px solid #e7e7e7;
}
.repeater-field-item {
    margin-bottom: 15px;
}
.elementor-field-repeater-end {
    padding: 5px 15px;
}