/* -------------------------------------------------------------
	PLUGIN: BETTER FILE DOWNLOAD (Important: Change Color in PlugIn Settings too)
------------------------------------------------------------- */

/* Hide Preview Image - Removed in app-atomic.js too!!! */

.bfd-single-download .bfd-tax-row,
.bfd-single-download .bfd-tax-row img
{
	display: none !important;
}


.bfd-single-download
{
	position: relative !important;
	display: block !important;
	font-family: bureau-grot, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal;
	letter-spacing: 0 !important;
	font-size: 16px !important;
	margin: 0 0 1px 0;
	max-width: 850px;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

.bfd-single-download p
{
	margin: 0 !important;
}

.bfd-single-download + br,
.bfd-single-download + br + br
{ 
	display: none !important;
}

.avia_textblock p + .bfd-single-download,
.avia_textblock ul + .bfd-single-download,
.toggle_content p + .bfd-single-download,
.toggle_content ul + .bfd-single-download
{
	margin-top: 1.7em;
}

.avia_textblock .bfd-single-download + br + p,
.avia_textblock .bfd-single-download + br + ul,
.toggle_content .bfd-single-download + br + p,
.toggle_content .bfd-single-download + br + ul
{
	margin-top: 1.7em !important;
}

.bfd-download-title strong
{
    font-size: 16px !important;
    font-weight: 500 !important;
}

.bfd-single-download .bfd-bottom-zero
{
	margin-top: 0 !important;
}

.bfd-single-download .bfd-bottom-zero small
{
	font-size: 10px !important;
	font-weight: 500 !important;
	font-style: normal;
	letter-spacing: 0 !important;
}

.bfd-single-download p
{
	line-height: 20px !important;
}

.bfd-single-button-container
{
    width: 8%;
}

.bfd-mime-col
{
    width: 8%;
}

.bfd-icon-img
{
	max-width: 25px;
	margin-right: 15px;
	text-decoration: none !important;
}

/* Hide SVG Icon in IE */
html.avia-msie .bfd-icon-img
{
	display: none !important;
}

.bfd-single-button-container
{
	width: 30px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Hover State */

.bfd-download-meta:hover > p
{
    color: #25aaac !important;
}

.bfd-single-download.bl-hot.bl-hover a,
.bfd-single-download.bl-hot.bl-hover p
{
	color: #25aaac !important;
}

.bfd-download-meta:after
{
	will-change: width;
	content: '';
	position: absolute;
	z-index: -1 !important;
	display: block;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,   255,   255, 0.1);
	-webkit-transition: width 0.25s ease-out;
	transition: width 0.25s ease-out;
}

.bfd-download-meta:hover:after
{
    width: 100%;
    right: inherit;
    left: 0;
}




