/* Blog Styling */

.type-post .et_pb_section{
	padding-top: 0;
}

.et_post_meta_wrapper h1 {
	margin-bottom: 20px;
}

.et_post_meta_wrapper, .et_pb_post > a {
	max-height: 400px;
	overflow: hidden;
	display: block;
}

/* Override Divi Theme on Forum */
#wpforo-wrap {
	padding: 0;
}
#left-area #wpforo-wrap ul  {
	padding: 0;
}

/* Downloads */

.download-box {
	width: 100%;
    min-height: 330px;
	box-shadow: none;
	border: 2px solid #dedede;
	background: #fff;
}

.download-box-content h1 {
	font-size: 1.5em;
    line-height: 1.3;
	color: #2cafa4 !important;
    margin: 10px 0 0;
}

.download-button {
	background: #2CAFA4;
	border: 0;
	box-shadow: none;
	text-shadow: none;
}

.download-button:hover {
	background: #1B9E93;
}

.download-button small {
	line-height: 1.3;
}