/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ALGEMEEN */

.elementor-icon-list-item a span,
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a,
.elementor-form a{
  text-decoration: none;
  position: relative;
}

.elementor-icon-list-item a span::after,
.elementor-widget-text-editor a::after,
.elementor-widget-theme-post-content a::after,
.elementor-form a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #2f4338;
  transition: width 300ms;
}

.elementor-icon-list-item a:hover .elementor-icon-list-text::after,
.elementor-widget-text-editor a:hover::after,
.elementor-widget-theme-post-content a:hover::after,
.elementor-form a:hover::after {
  width: 100%;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ul {
    padding-left: 30px;
    margin-bottom: 15px;
}

/* EIND */

/* RESPONSIVE */

@media (max-width: 480px) {
	.elementor-widget-text-editor {
		word-break: break-word;
	}
}

/* EIND */