/* 
Theme Name:		WPIAD Child theme
Theme URI:		https://wpinaday.nl
Description:		WPIAD Child theme is a child theme of Elementor Hello Theme.
Author:			WPinaday
Author URI:		https://wpinaday.nl
Template:		hello-elementor
Version:		1.0.4
Text Domain:		wct
*/

body {
	font-size: 16px;
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

h1 {
  margin-top: 0;
  font-size: 2.488rem !important;
}

h2 {font-size: 2.074rem !important;}

h3 {font-size: 1.728rem !important;}

h4 {font-size: 1.44rem !important;}

h5 {font-size: 1.2rem !important;}

small, .text_small {font-size: 0.8rem;}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}


.elementor-widget-text-editor ul, 
.elementor-widget-text-editor ol { 
	margin-bottom: 0.9em !important;
}
/** Custom CSS **/




/** Responsive - Mobile **/
@media screen and (max-width: 768px) {
	h1 {
	  margin-top: 0;
	  font-size: 1.8rem !important;
	}

	h2 {font-size: 1.70rem !important;}

	h3 {font-size: 1.65rem !important;}

	h4 {font-size: 1.563rem !important;}

	h5 {font-size: 1.25rem !important;}

}
