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

/* Add your custom styles here */

.teaching_material .teaching_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #003da5;
    color: #c8102e;
}
.teaching_material .material {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #003da5;
    padding-bottom: 10px;
    padding-top: 10px;
}
.teaching_material .material_icon {
    margin: 15px 20px;
    width: 15px;
}
.teaching_material .material_title {
    color: #2d2926;
}
.teaching_material .material_wrapper {
    display: flex;
    align-items: center;
}
.teaching_material .material_download {
    color: #ffffff;
    padding: 8px 16px 8px 16px;
    background-color: #000000;
    border-radius: 0px;
}
.teaching_material .material_link {
	text-decoration: none;
}