/*
 Theme Name:   University Child
 Description:  CactusThemes - University Child Theme
 Author:       CactusThemes
 Author URI:   http://cactusthemes.com
 Template:     university
 Version:      1.0.2
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/*---TOP MENU---*/
.top-menu a{
	font-size:13px;
}

/*---MOBILE MENU---*/
ul.mobile-menu li#menu-item-14, ul.mobile-menu li#menu-item-47, ul.mobile-menu li#menu-item-48, ul.mobile-menu li#menu-item-8{
	display:none;
}
.mobile-menu{
	text-transform: none;
}

/*---LEARNDASH LOGIN FORM---*/
.ld-login-modal-login input#user_login{
	width:300px;
}
.ld-login-modal-login input#user_pass{
	width:300px;
}
.ld-login-modal-login .login-username:before{
	position:unset !important;
}
.ld-login-modal-login .login-password:before{
	position:unset !important;
}
.learndash-wrapper .ld-modal{
	z-index: 9999 !important;
}

/*---LEARNDASH COURSES GRID---*/
.ld_course_grid_button a{
	background-color:#00a0b9 !important;
	border-color:#00a0b9 !important;
}
.ld_course_grid_button a:hover{
	background-color:#008398 !important;
	border-color:#008398 !important;
}
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled{
	background: #00333b;
}

/*---LEARNDASH NO SHARING ICONS---*/
.single-sfwd-courses .single-post-meta, .single-sfwd-courses .social-light{
	display:none;
}
.single-sfwd-lessons .single-post-meta, .single-sfwd-lessons .social-light{
	display:none;
}
.single-sfwd-quiz .single-post-meta, .single-sfwd-quiz .social-light{
	display:none;
}

/*---CONTACT FORM 7---*/
.wpcf7-form label{
	width:100% !important;
}
.wpcf7-list-item{
	display: block !important;
}