/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/****************************************/
/** AJUSTES LA MINA DIGITAL - OCT 2016 **/
/****************************************/

/**********/
/* HEADER */
/**********/

/** MENU **/
li.enlace-acceder::before{
	border-color: #000000;
	border: 0px !important;
    height: 0px !important;
}
li.enlace-acceder a{
	background-color: #027d47;
	border-radius: 5px;
	padding: 5px 10px;
}
li.enlace-acceder a span.menu-text{
	color:#fff !important;
	font-weight: bold !important;
}
li.enlace-acceder a:hover{
	background-color: #000000 !important;
	color:#ffffff !important;
}
div.login-header{
	/*display:none; */
	position: absolute;
	top: 50px;
	right: 0px;
	background-color: #fff;
	width:554px !important;
	height: 70px;
	padding: 10px 8px;
}

div.login-header input{
	height:27px;
}
p.login-username, p.login-password, p.login-remember, p.login-submit{
	float:left;
	margin-left:5px;
}
p.login-submit{
	margin-top: 20px;
}
p.login-submit input{
	line-height:27px;
	vertical-align: middle;
}
p.login-remember{
	display:none;
	padding-top: 20px;
}

form #wppb-edit-user li label{
	min-width:300px !important;
}

a.acceder{
	padding: 8px 70px;
	height: auto;
	text-align: center;
	background-color: #027d4b;
	border-radius:20px;
	color:#fff;
	text-decoration: none;
}

a.acceder:hover{
	background-color:#000000 !important;
}
.wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

/** CUESTIONARIOS **/

.wpProQuiz_header{
	display: none !important;
}

.wpProQuiz_content h2{
	display: none !important;
}

.wpProQuiz_text p{
	display: none !important;
}

.wpProQuiz_button{
	height: auto !important;
	text-align: center !important;
	background-color: #027d4b !important;
	background: #027d4b !important;
	border-radius:20px !important;
	color:#fff !important;
	text-decoration: none !important;
	border:0px !important;
	box-shadow: none !important;
	height: 38px !important;
    line-height: 35px !important;
    vertical-align: middle !important;
    font-weight: normal !important;
    width: 210px !important;
}

.wpProQuiz_button:hover{
	background-color: #000000 !important;	
}

input[name="quizSummary"] { 
	display: none !important;
}

.wpProQuiz_results{
	background-color: #dddddd;
    padding: 10px;
    text-align: center;
}
.wpProQuiz_results p{
	text-align: center;
}
.wpProQuiz_results .wpProQuiz_button{
	margin-top:20px;
}

.pProQuiz_correct_answer{
	font-size:30px !important;
	color:#000000 !important;
	font-family: 'Montserrat', Arial !important;
	font-weight:700 !important;
	text-align: center !important;
}
input[name="restartQuiz"] { 
	background-color: #000000 !important;
    width: 300px !important;
}
