/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");

/*Custom CSS starts here*/

/*Main Logo - Header*/
#logo {
    margin: 2px 0 0;
    padding: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*First Footer*/
.footertop {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    justify-content: center;
}

/*Second Footer*/
#footerbottom {
    background: #232b2d;
    padding: 10px 0 5px;
    font-size: 11px;
}

/*Margin Adjustment CSS*/
.margin-bottom-zero {
    margin-bottom: 0px;
}

.margin-top-zero {
    margin-top: 0px;
}

/*Course Page Single - Custom CSS*/

/*Take Course Button*/
.course_button.button>a {
    color: #000000 !important;

}
/*Course Breadcrumb Category*/
.course_element_text a {
    color: #fae0e4;
    font-size: inherit;
}

.course_instructor {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444F6C !important;
}

/* Info Strip on Course Page*/
.elementor-795 .elementor-element.elementor-element-0b1c061:not(.elementor-motion-effects-element-type-background), .elementor-795 .elementor-element.elementor-element-0b1c061 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #ffffff;
    border-top: #880808 1px solid;
    border-bottom: #880808 1px solid;
}
