/*
Theme Name: Entretendas 2k20
Author: Acuarel Lab
Author URI: http://www.acuarel.es/
Description: Child Theme dt-the7
Version: 1.0.0
License: Uso interno
Template: dt-the7
*/

#bottom-menu li.copyright{
    width:100%;
}
#bottom-menu li.copyright a{
    display:inline-block;
}

/* ajax-login */
form#login{
    --linea-normal:#ccc;
	--linea-activa:#333;
	--color-texto: #333;
    --rojo-entretendas:#ff3a3a;

    display: none;
    position: fixed;
    top: 200px;
    padding: 90px 25px 25px 25px;
    width: 350px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
    background-color: #fff;
    background:#fff url(/wp-content/uploads/2019/08/logo-entretendas-250x97.png) center 15px no-repeat;
    background-size: 45%;

}

form#login h2 {
    font-size: 22px;
    text-align: center;
    color: #c00;
}

form#login input[type=text],
form#login input[type=password]{
	width:100%;
	max-width: none !important;
	font-size: 15px;
	height: 1.5em;
	line-height: normal !important;
	font-weight: normal;
	text-align: left;
	padding: 1em 1em;
	outline: none;
	color: var(--color-texto);
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background: #efefef;
	background-image: none;
	border: 1px solid var(--linea-normal);
	transition: all 0.3s ease;
}

form#login p.status{
    display: none;
    text-align: center;
    font-size: 14px;;
}
form#login ul {
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding:0;
    margin:0;
}
form#login ul li >a{
    display: inline-block;
    padding:10px 1em;
    text-decoration: none;
    color:var(--color-texto);
}
form#login ul li >a:hover,
form#login ul li >a i{
    color:var(--rojo-entretendas);
}

form#login  .submit_button{
    margin:1em auto;
    display:block;
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}