/* 
Theme Name: Rootz Zorg Theme
Theme URI: https://rootz-zorg.nl
Description: Thema Rootz Zorg
Author: Studio Code Rood
Author URI: https://studiocoderood.nl
Template: hello-elementor
Version: 1.0.1
*/

ol li {
  margin-bottom: 20px;
}
a {
  outline:0;
}
.elementor-widget-text-editor a {
  box-shadow: inset 0 0 0 0 var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  border-bottom: var(--e-global-color-primary) 1px solid;
}
.elementor-widget-text-editor a:hover {
  box-shadow: inset 300px 0 0 0 var(--e-global-color-primary);
  color: white !important;
}
.white.elementor-widget-text-editor a {
  color: white;
  border-bottom: white 1px solid;
  box-shadow: inset 0 0 0 0 white;
}
.white.elementor-widget-text-editor a:hover {
  box-shadow: inset 300px 0 0 0 white;
  color: var(--e-global-color-primary) !important;
}

/* elementor bug */ 
.elementor-icon svg {
  width: auto !important;
}

/* Header */
.logo-partner img {
  max-height: 110px;
  max-width: 170px !important;
  width: auto;
  height: auto;
}
