/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Download Monitor */

.widget-area ul.dlm-downloads {
	margin-top: 5px !important;
}
.dlm-downloads {
/*	margin-top: 15px !important;*/
	padding-left: 0;
}

.filetype-pdf {
	background-image:url(images/document-pdf.png) !important;
	background-size: 20px 20px;
	padding: 5px 0 5px 24px !important;
	background-repeat:no-repeat;
}
.filetype-doc,
.filetype-docx {
	background-image:url(images/document-doc.png) !important;
	background-size: 20px 20px;
	padding: 5px 0 5px 24px !important;
	background-repeat:no-repeat;
}
.entry-content .dlm-downloads {
	margin-left: 0 !important;
	padding-left: 0 !important;

}
.dlm-downloads li {
	list-style: none;
	list-style-image: none !important;
}
.dlm-downloads li .download-content {
	display: inline-block;
}
.download-content .description {
	font-size: 12px;
}
ul.dlm-downloads {
	margin-block-start: 0;
	margin-block-end: .9rem;
}