/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*SOYMOD #84306*/
.single-post .elementor-author-box{
	display:flex;
	justify-content:center;
}

.single-post .elementor-author-box .elementor-author-box__avatar img {
  max-width: 110px;
  border-radius: 66px;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
	align-self: center !important;
}

@media (max-width: 767px) {
	.single-post .elementor-author-box {
		flex-direction: column;
	}
}
/*END MOD*/

/*SOYMOD #84306*/
.author .page-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.author .page-header .entry-title{
	font-family: "Gazpacho", Sans-serif;
	color:#FF671D;
}

.author .page-header .page-header-author-info {
	width: 70%;
}

.author .page-header .page-header-author-img img {
	width: 150px;
	border-radius: 80px;
}

.author .author-stats {
	margin-top: 30px;
}

.author .author-stats .author-list-check{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;

}

.author .author-stats .author-list-check li{
	width: 20%;
	text-align: left;
	color: #000;
	line-height: 30px;
}

.author .author-stats .author-list-check li a {
	color: #000;
}

.author .author-stats .author-list-check li::before{
	color: #FF671D;
}

.author .page-content-author-posts {
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.author .page-content-author-posts .post {
	width: 33.33%;
	height: 600px;
	padding: 10px;
}

.author .page-content-author-posts .post .entry-title {
	height: 145px;
	overflow: hidden;
	font-family: "Gazpacho", Sans-serif;
}

.author .page-content-author-posts .post img,
.author .page-content-author-posts .post a p {
	height: 200px;
}

@media (max-width:1000px) {
	.author .page-content-author-posts .post {
		width: 100%;
	}
	.author .author-stats .author-list-check li{
		width: 33%;
	}
	.author .page-content-author-posts .post .entry-title {
		height: 120px;
	}
	
	.author .page-header {
		flex-direction: column;
	}
}

@media (max-width:600px) {
	.author .page-content-author-posts .post {
		width: 100%;
	}

	.author .page-content-author-posts .post .entry-title {
		height: 120px;
	}
}
/*END MOD*/

/* SOYMOD #86676 */
#comments #reply-title {
	margin-top: 40px;
	font-family: "Gazpacho";
	font-weight: 700;
	font-size: 36px;
}
/*END MOD*/

/* // SOYMOD #84531 (26/12/24) - Añadir margen en mobile cuando interactúa molongui */
@media (max-width: 921px){
	.single .molongui-post-wrap{
		padding-left: 6%;
		padding-right: 6%;
	}
}
/* END MOD */

/* // SOYMOD #96189 (14/10/25) - Mantener estilos de total de comentarios */
.title-comments{
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-size: 22px;
	line-height: 1.4em;
}
/* END MOD */