/*
 Theme Name:     Manual Child Theme - Numato
 Theme URI:      http://wpsmartapps.com/
 Description:    Child Theme for Manual
 Author:         jabin Kadel
 Author URI:     http://www.jabinkadel.com
 Template:       manual
 Version:        1.0
*/
 
@import url("style-2.css");


/* ------- Insert custom styles below this line ------- */
.body-content .doc-body {
	margin-bottom:20px;
	padding-bottom: 30px;
	border-radius: 8px;
	min-height: auto;
}
.body-content .doc-body h5 {
	display: inline-block;
	text-transform: none;
	letter-spacing: 0.5px;
	width: 100%;
	margin-bottom: 15px;
	padding: 0px 0px 0px 36px;
	font-weight: 700!important;
}
.body-content .doc-body h5:before {
	font-family: 'et-line';
	content: "\e00a";
	padding-right: 10px;
	font-size: 20px;
	color: #0F0F0F;
	position: absolute;
	left: 16px;
	font-weight: 600;
}
.body-content .doc-body h5 a {
	color: #6C6C6C!important;
}
.documentor-default .icon-hyperlink:before {
    content: "\e905";
}
