/**
 * Theme Name: Greenshift Theme Child
 * Description: Custom child theme based on Greenshift theme
 * Author: NovaDesign.ro (Sîrbu Radu George)
 * Template: greenshift
 * Text Domain: greenshift
 */
html {
	min-height: 100%;
}
body {
	height: 100vh;
}
.wp-block-navigation:only-child {
	row-gap: 0;
}
.wp-block-navigation__container>.wp-block-navigation-item>a {
	padding-block: .5rem;
}
.wp-block-navigation__container>.wp-block-navigation-item:not(.has-child)>a:after {
	bottom: 0;
}
.wp-site-blocks {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
}
.wp-block-post-title {
	text-align: center;
}
.wp-block-greenshift-blocks-breadcrumbs {
	font-size: .85rem;
	justify-content: flex-end;
}
.gspb-dynamic-post-image a img {
/* 	height: auto; */
/* 	min-height: unset; */
/* 	min-width: unset; */
/* 	width: 100%; */
}
@media (max-width: 600px) {
	header {
		position: sticky;
		top: 0;
		z-index: 1;
	}
	header > div > div {
		flex-wrap: nowrap !important;
	}
	header > div {
		padding: .5rem 1rem !important;
	}
	header .wp-block-site-title {
		font-size: .9rem;
		text-align: center;
	}
	header .wp-block-site-logo.is-default-size img {
		width: 80px;
	}
}
header .wp-block-site-logo img.custom-logo {
	max-width: 5rem;
}
header .wp-block-site-title {
	line-height: 1.4rem;
}
.post-template-wp-custom-template-manastire .entry-content {
	display: none;
}
@media (max-width: 600px) {
	header .wp-block-site-logo img.custom-logo {
		max-width: 3rem;
	}
	header .wp-block-site-title {
		font-size: .75rem !important;
		line-height: 1.1rem;
		margin-top: 0;
		text-align: left;
	}
	.footer-logo.wp-block-site-logo img {
		max-width: 2rem;
	}
}
body .gspbgrid_item h2.gspb-dynamic-title-element {
	margin-block: 1rem -.25rem;
}
.lista-manastiri a .count {
	filter: invert(40%) sepia(99%) saturate(2713%) hue-rotate(199deg) brightness(101%) contrast(95%);
}
.lista-manastiri a img {
	aspect-ratio: 3 / 2;
}
.gspb-dynamic-post-title {
	justify-content: center;
}
.gspb-dynamic-post-title a {
	display: flex;
}
.wp-block-query .gspb-dynamic-post-title a {
/*  	text-align: center; */
}
/* .bottom-navigation */
.swiper-slide img {
	aspect-ratio: 3 / 2;
}
.footer-logo.wp-block-site-logo {
	max-width: 50px;
}
.rating {
	display: flex;
	gap: 4rem;
}
h2 + .rating {
	margin-bottom: 2rem;
}
.rating > span:first-child {
	align-items: center;
	display: inline-flex;
	gap: .25rem;
}
.rating > span:first-child::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath fill='%23F8D64E' d='M48 234 121 8l73 226L2 94h238z'/%3E%3C/svg%3E");
	background-size: contain;
	content: '';
	height: 1rem;
	margin-top: -.25rem;
	width: 1rem;
}
.imagine-manastire {
	display: grid;
	gap: .5rem;
}
.review {
	display: grid;
	column-gap: 1rem;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
}
.review p {
	grid-column: 1 / 3;
}