/*
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");


@font-face {
    font-family: 'latinia';
    src: url('font/latinia.woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aleo';
    src: url('font/aleo-regular.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleo-bold';
    src: url('font/aleo-bold.woff');
    font-weight: 700;
    font-style: normal;
}

/*Breadcrumbs set for courses page template 2*/
.iou-custm-breadcrumb {
   padding-left: 15px !important;
   margin-bottom: 70px;
}

.bp_blank_stars{
    padding-top: 8px;
}

.bp_filled_stars{
    padding-top: 8px;
}

.heading{
    font-size: 22px !important;
}

.heading:after {
    border: none !important;
}


/*Custom Styling for MOOC header*/
#trigger{
    position: unset;
    height: 78.500px;
    padding-top: 85% !important;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    #logo{
        margin-right: 0px !important;
    }

    #header_mobile_logo{
        width: 106.5px !important;
        height: 36px !important;
    }
} 


