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

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

.tw_download_box {
    background: var(--e-global-color-4c67f84);
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
}
.tw_download_box > .left_part {
    flex-grow: 1;
}
.tw_download_box > .left_part > h5 {
    padding-top: 0;
    margin-top: 0;
    color: var(--e-global-color-primary);
}

.tw_download_box > .right_part { }
.tw_download_box > .right_part .download_btn {
    /*border-radius: 5px;*/
    background-color: var(--e-global-color-750ac05);
    color: var(--e-global-color-d37fe25);
    /*padding: 10px 20px;*/
    text-transform: uppercase;
}

.download-page .tw_download_box {
    background: none;
    
    padding: 0;
}
.download-page .tw_download_box > .left_part > h5 {
    padding-bottom: 0 !important;
}

