/*
 * Theme Name:	MinaQiu
 * Theme URI:	http://mina.local/
 * Description:	MinaQiu child theme
 * Author:		Borja Ruiz
 * Template:	twentytwentyfive
 * Version:		1.0
 * License: 	GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: mina
 */

/* Your custom CSS goes here */

/* BLOG - POST - DATE */
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
color: rgb(189, 189, 189) !important;
}

/* BLOG - POST - remove right padding */
.wp-block-post-template {
    max-width: unset;
}

/* PAGE - TITLE */
.wp-block-post-title {
margin-left: 0 !important;
}

.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
margin-top: 0em !important;
}

/* PAGE - HOME - GRID IMAGES */
.mina-home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
flex-basis: 48% !important;
}

.wp-container-core-group-is-layout-21f393a4 {
grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
}

/* PAGE - HOME - GRID POSTS */
.mina-home.is-layout-flex {
    display: block !important;
}

/* PAGE - HOME - SUB TITLE - add extra space for alineation */
.wp-container-core-column-is-layout-f8a77a63 > * + * {
	padding-left: 2px;
}


/* WEBSITE - remove max width limit on whole website */
.is-layout-constrained > .alignwide {
    max-width: none;
}

