.editor {
	width: 100%;
	height: 100%;
}

.editor h1 {
	font-size: 60px;
	line-height: 70px;
}

.editor h2 {	
	font-size: 36px;
	line-height: 48px;
}

.editor h3 {	
	font-size: 28px;
	line-height: 40px;
}

.editor h4 {	
	font-size: 22px;
	line-height: 36px;
}

.editor {
	font-family: proxima-nova;
	font-size: initial;
	line-height: 24px;
	font-weight: 400;
}

.editor p {
	margin-bottom: 20px;
}
.editor span {
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.editor.i .paragraph:hover {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.editor .float {
	padding: 10px;
}
.editor .float.left {
	float: left;
}
.editor .float.right {
	float: right;
}

.editor .float.all {
	width: 100%;
}

.editor.no-columns {
	-webkit-column-count: auto !important;
	-webkit-column-gap: normal !important;
}

.editor.i {
	-webkit-column-rule: 1px solid #efdf67; 
	height: auto !important;
}