/* 
Theme Name: Wikiplan Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ToffeeDev Team | Dwivy Andre
Author URI: https://toffeedev.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
*/

.item-courses {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family:'DM Sans';
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 30px;
}

.item-courses > h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.item-courses > span {
    background: #ec4000;
    padding: 2px 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 5px;
}

.elementor-login.elementor-login__logged-in-message {
    text-align: center;
}

.docs-cat-title-inner span {
    background: rgb(235 63 0);
}

.item-grid-knowledge {
    padding: 1em;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    margin-bottom: 2em;
    background: #000;
    transition: 0.3s all;
    border-radius: 15px;
}

.item-grid-knowledge:hover {
    background: #383838;
}

.item-grid-knowledge img {
    height: 60px !important;
    object-fit: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.item-grid-knowledge h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
}

#hide-course .learndash-wrapper .ld-item-list {
    display: none !important;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
    

}

