/* download styles
----------------------------------------------------------------- */
@import "../../../../css/_mixins.scss";
@import "../../../../css/_theme-vars.scss";


.download-box h1 {
	margin: .75em 0 0.5em !important;
	font-size: 1.5em;
}

/* button */
.download-button,
.download-link.download-button {
	position: relative;
	border: none;
	text-shadow: none;
	background-image: none;
	font-size: 16px;
	line-height: 20px;
	padding: 1.23em 1.9em;
	@include border-radius(4px);
    box-shadow: none;
	border-width: 0;
	@include transition-all(0.3s);
	small {
		display: none;
	}
	&:before {
		content: '\e9b3';
		font-family: $theme_icons;
		font-size: 1.1em;
		display:inline-block;
		margin-right: 10px;
		position: relative;
		top: -1px;
		opacity: 1;
		z-index: 1;
		height: auto;
		width: auto;
		background: none;
		box-shadow: none;
	}
}
.download-button.aligncenter {
	display: inline-block;
	width: auto;
	margin: 0 !important;
}

/* link */
.download-link {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.single-post .download-button small {
	display: none !important;
}
.single-post .download-button > p {
	margin-bottom: 0;
}