/* 
Theme Name: Webspacez
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Webspacez
Author URI: https://webspacez.com/
Template: hello-elementor
Version: 1.0.1
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
*/


.entry-title {

font-family: paralucent-condensed, sans-serif!important;

font-weight: 500;

font-style: normal;
}




.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 5px;
	margin-bottom: 10px;
	float: left;
}
.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 80%;
  color: white;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
	background-image: url(https://www.5minutencoaching.nl/wp-content/uploads/2019/10/icon.png);
background-size: contain;
background-repeat: no-repeat;
}

.custom-icon {
	  font-size: 100%;
	text-indent: 9px;
	padding-top: 4px;
  color: white;
  font-weight: bold;
	background-image: url(https://www.5minutencoaching.nl/wp-content/uploads/2019/10/icon.png);
background-size: contain;
background-repeat: no-repeat;
	width: 28px;
	height: 36px;
	float: left;
}

.custom-icon-text {
	font-family: paralucent-condensed, sans-serif;

font-weight: 600;

font-style: normal;
	
	font-size: 18px;
	
	margin-left: 40px;
}

h1 {font-family: paralucent-condensed, sans-serif;
	font-size: 20px;

font-weight: 300;

font-style: normal;}

