/* CSS used to customize controls styles at the editor bar */ 

/* Styling the Highlighter Control Label*/
[class*="highlighter_toggle"] label.elementor-control-title {
  box-shadow: inset 0px -5px #0f07;
}
/* Styling the Underline Control Label*/
[class*="underline_toggle"] label.elementor-control-title {
  text-decoration: underline blue wavy;
}
/* Styling the Quotation Marks Control Label*/
[class*="elementor-control-quotation_marks"] label.elementor-control-title::before {
  content: "«";
}
[class*="elementor-control-quotation_marks"] label.elementor-control-title::after {
  content: "»";
}
/* Styling the Elemendas Warning Alert*/
.elementor-control-raw-html.elementor-panel-alert.elementor-panel-alert-warning.elemendas-warning {
  font-style: normal;
  color: black;
}
.elementor-control-raw-html.elementor-panel-alert.elementor-panel-alert-warning.elemendas-warning > ol > li {
  list-style-type: decimal;
  margin-left: 1em;
}
/*************************************
 * 'elemendas' font for editor icons *
 *************************************/
@font-face {
  font-family: 'elemendas';
  src:
    url('fonts/elemendas.ttf?yu4slp') format('truetype'),
    url('fonts/elemendas.woff?yu4slp') format('woff'),
    url('fonts/elemendas.svg?yu4slp#elemendas') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Hack to brand the Elemendas Addons Widgets */
.elementor-panel .elementor-element .icon i.elm::after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "\e900";
  font-size: 15px;
  opacity: .5;
}

i.elm {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'elemendas' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elm-elemendas:before {
  content: "\e900";
}
.elm-carousel3D:before {
  content: "\e901";
}
.elm-highlighter:before {
  content: "\e902";
}
.elm-plant:before {
  content: "\e903";
}
