/* 
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 */

.dlm-downloads{
    list-style: none;
    padding-left: 0;
}

.dlm-downloads li{
    padding-bottom: 10px;
}


.download-category h2{
    font-family: var(--e-global-typography-d6793de-font-family), Sans-serif;
    font-size: var(--e-global-typography-d6793de-font-size);
    font-weight: var(--e-global-typography-d6793de-font-weight);
    margin-top: 20px;
}
.download-button-wrapper{    
    background: #fff !important;
    border: none;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,.15);
}


.download-button-wrapper a{    
    border: 1px solid #f4f4f4;
    border-radius: 8px;    
/*     filter: drop-shadow(1px 1px 5px #c8c8c8); */
    padding: 20px 20px 20px 40px;
    display: flex;
    font-family: var(--e-global-typography-6cd051d-font-family), Sans-serif;
    font-size: var(--e-global-typography-6cd051d-font-size);
    font-weight: 400;
    color: var(--e-global-color-text);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	text-shadow: none;
}

.download-button{
	background: #fff !important;
    border: none;
    padding: 0;
}

.dlm-downloads li:nth-child(even) .download-button{    
    background: #f4f4f4;    
    background-color: #f4f4f4;
}

.download-button a>img{
    width: 20px;
    height: 20px;    
}




html body a.download-link::after, html body a.download-link::before{
    display:none;
}

a.download-button:hover{
    border: 1px solid #c8c8c8;
/*     filter: drop-shadow(1px 1px 10px #c8c8c8); */
    box-shadow: 0 0 10px rgba(200,200,200,.5);
    background: #fafafa;
    background-color: #fafafa;
    color: var(--e-global-color-text);
	text-shadow: none;
}

.download-button .elementor-icon{
    font-size: 30px;
    padding-right: 20px;
    padding-top: 5px;
}

.download-button .file-size{
    padding-left: 10px;
}

.download-button .file-info{
     display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

}

.download-button .download-icon{
    order: 2;
}

.download-button .dlm-xhr-progress{
    order: 1;
}
@media screen and (max-width: 991px) {
  .download-button-wrapper a {
    padding: 10px 10px 10px 10px;
  }
  .download-button .elementor-icon{
	  padding-right: 5px;
  }
  .download-button .file-size{
	  padding-right: 10px;
	  white-space: nowrap;
}

