/* ===================================================== */
/* Editor shortcode styling
/* ===================================================== */

.dropcap {
	color: rgb(77, 77, 77);
	float: left;
	font-size: 40px;
	line-height: 1;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.dropcap.color {
	color: #7fbbc5;
}


.section-title {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}

h1.section-title:after,
.description:after {
	border-bottom: 3px solid #7fbbc5;
	content: "";
	display: block;
	margin: 30px auto;
	width: 80px;
}

.sub-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
}




