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

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

.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: ff-more-web-pro;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.editor p {
	margin-bottom: 20px;
}

.editor p.text-center {
	text-align: center;
}

.editor p.text-right {
	text-align: right;
}

.editor .post-data {
	font-size: 12px;
	line-height: 16px;
	font-family: proxima-nova, sans-serif;
}

.editor .post-data a {
	color: #63bef1;
	text-transform: uppercase;
}

.editor .post-data a:hover {
	text-decoration: underline;
}

.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;
}

.editor .default-style {
	font-family: pt-serif !important;
	font-size: 16px !important;
	line-height: 20px;
	
	margin-bottom: 1em;
}