/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://felipepino.cl
Description: Tema hijo de Twenty Twenty-Five
Author: Felipe Pino
Author URI: https://felipepino.cl
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

@import url('../twentytwentyfive/style.css');

.postcard-deco{
	width: 50%;
}
.destacadoNegro strong{
	background-color: black;
	color:white;
	font-weight:bold;
}

.destacadoGris strong{
	background-color: var(--wp--preset--color--accent-4);
	font-weight:bold;
}

.destacadoRojo strong{
	background-color: var(--wp--preset--color--accent-1);
	color:white;
	font-weight:bold;
}

.destacadoMorado strong{
	background-color: var(--wp--preset--color--accent-3);
	color:white;
	font-weight:bold;
}

header{
    position: sticky;
    top:0;
    z-index: 2;
}

.admin-bar header{
    top:32px;
}


nav .current-menu-item{
    border-bottom:2px solid mediumpurple;
}

.um-field-zodiac_sign,
.um-field-life_path_number,
.um-field-chinese_zodiac {
    display: none !important;
}


.menu-loguedin{display: none;}
.logged-in .menu-loguedin{display: flex;}
.logged-in .menu-loguedout{display: none;}


.lista-perfiles{
    display: flex;
    flex-wrap: wrap;
}

.item-perfiles{
    width: 30%;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.15);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 21px;
    margin-right: 3%;
    box-sizing: border-box;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-perfiles-body{
    padding: 20px;
}


.item-perfiles img{
    width: 100%;
    height: 438px;
    object-fit: cover;
    object-position: center;
}

.item-perfiles a{
    display: block;
    background-color: #70296a;
    color:white;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    font-weight: bolder;
}