/**
* Theme Name: Edum Child
* Description: This is a child theme of Edum, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/YogsThemes">Yogs Themes</a>
* Template: edum
* Version: 1.4
*/
.course-login-title h6 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}


li#menu-item-5126{
padding: 27px 0px;
}
li#menu-item-5126 a.hvr-underline-from-left1
{
	color : #e32845;
    font-weight: 600;
    padding: 8px 46px;
    margin-left: 25px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #e32845;
}
         /*Custom styles for skip buttons */
        .vjs-skip-backward,
        .vjs-skip-forward {
            font-size: 16px;
            line-height: 2;
            width: 50px;
            text-align: center;
            cursor: pointer;
            color: white;
        }

        .vjs-skip-backward:before {
            content: '« 10s';
        }

        .vjs-skip-forward:before {
            content: '10s »';
        }
        
          @media (max-width: 767px) {
           .video-js .vjs-control {

width : 2.5em;

}

.vjs-remaining-time.vjs-time-control.vjs-control {
    display: none;
}
        }
        
         