/* 
Theme Name:		Mix Blik
Theme URI:		https://mixblik.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
*/
html, body {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}

body {
	font-size: 16px;
	font-size: 1em;
}
h1 {		
	font-size: 2em;
	line-height: 130%;
}
h2 {
	font-size: 1.5em;
	line-height: 130%;
}
h3 {
	font-size: 1.17em;
	line-height: 130%;
}
h4 {
	font-size: 1em;
	line-height: 130%;
}
h5 {
	font-size: .83em;
	line-height: 130%;
}

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) {
	body {
	font-size: 16px;
	font-size: 1em;
}
h1 {		
	font-size: 2em;
	line-height: 130%;
}
h2 {
	font-size: 1.25em;
	line-height: 130%;
}
h3 {
	font-size: 1.15em;
	line-height: 130%;
}
h4 {
	font-size: 1em;
	line-height: 130%;
}
h5 {
	font-size: .83em;
	line-height: 130%;
}
	.page-content .elementor-sticky--effects {
	top: 0px !important;
}

}