

/* start text formatting theme */
.dcp-theme p{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: normal;
}
.dcp-theme h1{
	font-size: 36px;
	line-height: 50px;
	letter-spacing: normal;
}
.dcp-theme h2{
	font-size: 32px;
	line-height: 40px;
	letter-spacing: normal;
}
.dcp-theme h3{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: normal;
}
.dcp-theme h4{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: normal;
}
.dcp-theme h5{
	font-size: 15px;
	line-height: auto;
	letter-spacing: normal;
}
.dcp-theme h6{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: normal;
}
/* end text formatting theme */

/* form theme */
.dcp-theme [editabletype="form"] .input-type input{
	font-size : 15px;
	letter-spacing : normal;
	line-height : normal;
}


@media (max-width: 767px){	
.dcp-theme p{
	font-size: 13px;
	line-height: 22px;
}
.dcp-theme h1{
	font-size: 24px;
	line-height: normal;
}
.dcp-theme h2{
	font-size: 22px;
	line-height: normal;
}
.dcp-theme h3{
	font-size: 20px;
	line-height: normal;
}
.dcp-theme h4{
	font-size: 18px;
	line-height: normal;
}
.dcp-theme h5{
	font-size: 15px;
	line-height: normal;
}
.dcp-theme h6{
	font-size: 13px;
	line-height: normal;
}
.dcp-theme [editabletype="form"] .input-type{
	font-size : 13px;
	line-height : normal;
}

}
