/*
Theme Name: Anur Child
Description: Child theme of Anur - Portfolio WordPress Theme
Template: anur
Version: 1.0.0
Text Domain: anur-child

morado claro:#534394
morado oscuro: #362969 
*/


body.category .wpo-page-title{
    min-height: auto !important;
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url(https://www.biin.lat/wp-content/uploads/2024/11/biin_team_bg-scaled.webp);
	background-position: center;
}
body.category .wpo-page-title:before{
	background-color: #534394;
}
body.category .wpo-page-title h2 {
    margin:0;
}
body.category .wpo-page-title nav {
    display: none;
}
body.category .wpo-blog-pg-section {
	background: #534394;
	padding: 2em 0;
}
body.category .wpo-blog-pg-section .entry-meta {
	margin: 0 0 8px 0;
}

body.category .blog-content > .post {
	background-color: #362969;
	border-radius: 8px;
	padding: 2em 2em 1em;
	max-width: var(--content-width);
}
body.category .blog-content > .post * {
	color: #ffffff;
}
body.category .blog-content > .post h3 a:hover {
	color: #5DC1DD;
}

body.category .blog-content > .post h3 small {
	display: block;
	font-size: 1.2rem;
}

body.category .blog-content > .post p {
	word-break: normal;
}
body.category .blog-content > .post .theme-btn-wrapper{
	text-align: right;
}

body.category .blog-content > .post .theme-btn {
	font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 600;
    padding: 15px 15px 15px 15px;
    border-radius: 8px 8px 8px 8px;
    background-color: #5DC1DD;
}

body.single .wpo-page-title{
    min-height: auto !important;
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url(https://www.biin.lat/wp-content/uploads/2024/11/biin_team_bg-scaled.webp);
	background-position: center;
}

body.single .wpo-page-title:before{
	background-color: #534394;
}

body.single .wpo-page-title h2 {
    margin:0;
}
body.single .wpo-page-title nav {
    display: none;
}
body.single .wpo-blog-single-section {
	background: #534394;
	padding: 2em 0;
}
body.single .wpo-blog-single-section .entry-meta {
	margin: 0 0 8px 0;
}
body.single .wpo-blog-single-section .entry-meta li {
    font-weight: 700;
    font-size: 20px;
}

body.single .wpo-blog-content {
	background-color: #362969;
	border-radius: 8px;
	padding: 2em 2em 1em;
	max-width: var(--content-width);
}
body.single .wpo-blog-content * {
	color: #ffffff;
}

/* Estilos para la página de publicaciones */
.page-template-page-publicaciones .wpo-page-title {
    min-height: auto !important;
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: url(https://www.biin.lat/wp-content/uploads/2024/11/biin_team_bg-scaled.webp);
    background-position: center;
}

.page-template-page-publicaciones .wpo-page-title:before {
    background-color: #534394;
}

.page-template-page-publicaciones .wpo-page-title h2 {
    margin: 0;
}

.page-template-page-publicaciones .wpo-page-title nav {
    display: none;
}

.page-template-page-publicaciones .wpo-blog-pg-section {
    background: #534394;
    padding: 2em 0;
}

.page-template-page-publicaciones .blog-content > .post {
    background-color: #362969;
    border-radius: 8px;
    padding: 2em 2em 1em;
    max-width: var(--content-width);
    margin-bottom: 2em;
}

.page-template-page-publicaciones .blog-content > .post * {
    color: #ffffff;
}

.page-template-page-publicaciones .blog-content > .post h3 a:hover {
    color: #5DC1DD;
}

.page-template-page-publicaciones .entry-meta {
    margin: 0 0 8px 0;
}

.page-template-page-publicaciones .entry-meta li {
    font-weight: 700;
    font-size: 16px;
}

.page-template-page-publicaciones .publication-description {
    margin: 1em 0;
    padding: 1em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.page-template-page-publicaciones .publication-dates {
    margin: 1em 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 1em;
    border-radius: 6px;
}

.page-template-page-publicaciones .publication-dates p {
    margin: 0.5em 0;
}

.page-template-page-publicaciones .read-more {
    display: inline-block;
    background-color: #5DC1DD;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1em;
    transition: all 0.3s ease;
}

.page-template-page-publicaciones .read-more:hover {
    background-color: #4da8c2;
    transform: translateY(-2px);
}

/* Estilos para la paginación de publicaciones */
.page-template-page-publicaciones .wpo-blog-pagination {
    margin: 2em 0;
    text-align: center;
}

.page-template-page-publicaciones .wpo-blog-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.page-template-page-publicaciones .wpo-blog-pagination li {
    margin: 0;
}

.page-template-page-publicaciones .wpo-blog-pagination a,
.page-template-page-publicaciones .wpo-blog-pagination span {
    display: block;
    padding: 10px 15px;
    background: #362969;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    min-width: 45px;
    text-align: center;
}

.page-template-page-publicaciones .wpo-blog-pagination a:hover {
    background: #5DC1DD;
    transform: translateY(-2px);
}

.page-template-page-publicaciones .wpo-blog-pagination .current {
    background: #5DC1DD !important;
    color: #ffffff !important;
}

.page-template-page-publicaciones .pagination-info {
    text-align: center;
    margin-top: 1em;
}

.page-template-page-publicaciones .pagination-info p {
    color: #ffffff;
    font-style: italic;
}