/*
Theme Name: SciNote Child
Description: A Child Theme by <a href='https://vendi.digital'>Vendi.digital</a>. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Vendi.digital
Author URI: https://vendi.digital
Template: enfold
*/


/*Add your own styles here:*/

.m_cover_button span.icon-pdf-download {
	display: inline-block;
	margin-right: 5px;
}


.m_cover_button span.icon-pdf-download::before {
	content: "";
	display: block;
	height: 26px;
	width: 44px;
	background-image: url("./images/pdf-download-icon.svg");
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}