/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* Tests */
.page .uncell.single-block-padding {
	border-radius: 6px;
x	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.page .single-block-padding {
	padding: 22px 27px;
	outline: 0px dashed orange;
}

h1, h2, h3, h4, h5, h6, p {
	cursor: default;
}

.page p {
	line-height: 155%;
} 