/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

.mpdl-file-pdf.src-download-button {
    background-color: var( --e-global-color-primary );
    padding: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: var(--e-global-color-secondary);
}

ul.mpdl-file-links-list {
    list-style-type: none;
    padding:0;

    display: grid;

    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;

    background-color: fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(105,105,105,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(105,105,105,0.1);
box-shadow: 0px 0px 10px 0px rgba(105,105,105,0.1);
    padding-bottom:10px;
    margin-bottom: 40px;
}


li.mpdl-file-links-item {
    margin:0;
    display: contents;
}

.mpdl-file-pdf, .mpdl-file-word, .mpdl-file-excel {
    margin:0;
    padding:14px;
    background-color: var(--e-global-color-primary);
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 10px 0px 10px;
    font-family: "Roboto Slab", Sans-serif;
}
.mpdl-file-pdf:hover, .mpdl-file-word:hover, .mpdl-file-excel:hover {
    background-color: var(--e-global-color-secondary);
}
li.mpdl-file-links-item a {
    color: var(--e-global-color-secondary) !important;
}
li.mpdl-file-links-item a:hover {
    color: #fff !important;
}