/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/
/* body{
	width: 100vh !important;
}
.wrapall{ 
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-width: 2700px !important;
} */

/* Insertamos la fuente personalizada AtlantisInlineGrunge.otf */

@font-face {
  font-family: Atlantis;
  src: url(font/AtlantisInlineGrunge.otf);
}

.header-v1 .logo{
	font-family: Atlantis !important;
	color:black;
}

.header-v1 .logo a{
	font-family: Atlantis !important;
	color:#EE9B00;
}

.header-v1 .logo a:hover{
	font-family: Atlantis !important;
	color:#EE9B00;
}

.parrafo-zado p{
	font: garamond;
	color: #ffffff;
	font-size: 1.2em;
	line-height:0,5em;
}

.bbp-form legend{
	background-color: green !important;
}

/*Ancho de la imagen nueva, aunque en este caso son iguales.*/
/*Alto de la imagen nueva, aunque en este caso son iguales.*/
/*Padding igual al ancho de la imagen nueva*/
/*.bbp-author-avatar img{
		box-sizing:border-box !important;
        display:block !important;
        width:80px !important;        
        height:80px !important;       
        padding-left:80px !important; 
        background: url("https://sandbox.amanecerdelocaso.com/wp-content/uploads/2025/02/PEINETA.png")
} */

/* MODIFICACIÓN DEL CODIGO DEL TEMA PADRE PARA EL CAMPO INPUT[TYPE="TEXT"]*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea{
    /*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/
    padding: 10px 12px;
    outline: none !important;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin: 0 0 0 0 !important;
    width: 200px;
    max-width: 100%;
    display: block;
    color: #999;
    line-height: 1.6;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

/* Vamos a separar el div que contiene el campo estado */

.controlEstado {
	margin: 0 0 0 50px !important;
}

/* Dar separación a al botón "crear nuevas partidas" en partidas */
.rolforum-crear-contenido{
	padding: 0 0 20px 0 !important;
}

/* Eliminar redes sociales en foros y resto de web  */
.sharebox{
	display: none !important;
}
.sharebox .clearfix{
	display: none !important;
}