/*
 Theme Name:   Websitebezorgd Hello child
 Theme URI:    https://websitebezorgd.nl/
 Description:  Websitebezorgd Hello child is a child theme of Hello Elementor, created by Websitebezorgd.
 Author:       Websitebezorgd
 Author URI:   https://websitebezorgd.nl/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html  
*/

/* Add your custom styles here */

/* Underlined links */
.elementor-icon-list-item a, .elementor-text-editor a, .elementor-widget-container p a {
	text-decoration: underline;
}

.elementor-icon-list-item a:hover, .elementor-text-editor p a:hover {
	text-decoration: none;
}

/* break words when overflowing content */
body {
  word-break: break-word;
}
 
 /* Screenreader text only CSS */
span.sr-only {  
    border: 0;  
    clip: rect(1px, 1px, 1px, 1px); 
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; 
  }
  
/* Show or hide social icons */
.elementor-social-icon:not([href]) {
  display:none;
}

.elementor-social-icon {
  margin-right: 12px !important;
}
