/*
 Theme Name:   Course Builder Child
 Theme URI:    http://wordpresslms.thimpress.com
 Description:  Course Builder Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     course-builder
 Version:      1.0.0
 Text Domain:  course-builder-child
*/

.main-header.row {
  background-color: #fddc08;
}


/*TEMA EN CURSO*/
.lp-button.button{
	color:#022275!important;
}

.lp-button{color:#022275!important;}

.lp-modal-dialog .lp-modal-content .lp-modal-header h3{
	color:#022275!important;
}

a:hover {
    text-decoration:none!important;
}


.widget_thim-login li.menu-item a, li.course-item a:hover{
	color:#022275!important;
}

.profile-container .lp-tab-sections li.active, .profile-container .lp-tab-sections li:hover {
    color:#022275!important;
}

.profile-container .profile-tabs .learn-press-tabs li.active a, .profile-container .profile-tabs .learn-press-tabs li:hover a {
    color:#022275!important;
}

li.menu-item{
	color:#022275!important;
}

a.register{
	display:none!important;
}

.slash{
	display:none!important;
}

.menu-mobile-effect.navbar-toggle {
    border-right: 1px solid #022275;}

@media (max-width: 480px)
body.responsive header#masthead .header-v1 .main-header.row .header-center {
    background-color:#fddc08!important;
}


.header-left.col-lg-3 {
    background-color:#fddc08!important;
}

li.course-item.course-item-lp_lesson.current.item-locked, li.course-item.course-item-lp_quiz.current.item-locked, li.course-item.course-item-lp_h5p.current.item-locked {
    background-color: #fddc08!important;
}


/*----------------color fondo menú posts------------*/


.single-post header#masthead .main-header .header-left, .single-post header#masthead .main-header .header-right {
    background: #fddc08 !important;
}


/*-------tamaño negrita posts-----------------*/

.single-post article .content-inner .entry-content-wrapper .right-content .entry-content strong {
    font-size: 1.1em;
    color:#565656;
}



/*-----ancho huecos en blanco----------------*/
input[type="text"] {
    width: 60px!important;
}

.question-type-fill_in_blank .fib-blank input[type="text"], .question-type-fill_in_blank .fib-blank input{
    /*width: 20px!important;*/
    border-bottom: 1px dashed #000!important;
}

.question-type-fill_in_blank .fib-blank::before{
	display:none!important;
}



/*----ocultar en versión móvil-----*/

@media (min-width:780px){
	.nwd-movil{
		display:none;
	}
}

.nwd-movil{margin-left:10px;}
/*----------------vídeo youtube responsive--------------*/

.nwd_contenedor {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
	margin-bottom:15px;
}
.nwd_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------estilo listas-------*/
ul.nwd-lista>li{
	margin-top:20px!important;
	/*margin-bottom:5px!important;*/
}

/*------menú registro + MENU PRINCIPAL--------------*/
.header-right{

background: -moz-linear-gradient(left,  rgba(64,78,114,0) 0%, rgba(64,78,114,0.02) 1%, rgba(45,64,115,0.7) 32%, rgba(41,61,115,1) 38%, rgba(2,34,117,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(64,78,114,0) 0%,rgba(64,78,114,0.02) 1%,rgba(45,64,115,0.7) 32%,rgba(41,61,115,1) 38%,rgba(2,34,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(64,78,114,0) 0%,rgba(64,78,114,0.02) 1%,rgba(45,64,115,0.7) 32%,rgba(41,61,115,1) 38%,rgba(2,34,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00404e72', endColorstr='#022275',GradientType=1 ); /* IE6-9 */

}

#masthead.template-layout-1 .widget_thim-login .user-name .author{
	color:#fff;
}



.thim-link-login, .thim-link-login a {
    color:#fddc08!important;
}



/*Alineación derecha menú acceso menú principal*/

#masthead .widget.widget_thim-login .user-info{
	right: 0;
	padding-right: 40px;
}