.sto-theme {
	background: #f7f5f2;
}

.sto-theme .guten-container {
	max-width: 1140px;
}

.sto-theme .guten-container .wp-block-gutenverse-column {
	width: 100%;
}

.sto-theme .grid {
	width: 100%;
}

/* .sto-theme .guten-column-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	align-content: start;
	gap: 1rem;
} */

.sto-theme .grid-sizer,
.sto-theme .grid-item {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.sto-theme .grid-sizer,
	.sto-theme .grid-item {
		width: calc(33.3333333% - 0.6666666rem);
	}
}

.sto-theme .guten-column-wrapper .story {
	text-align: center;
	position: relative;
	padding: 15px 20px;
	transition: all 0.2s ease-in-out;
	margin-bottom: 1rem;
}

.sto-theme .guten-column-wrapper .story::after {
	transition: all 0.2s ease-in-out;
}

.sto-theme .guten-column-wrapper .story:not(.story-small) {
	background: white;
}

.sto-theme .guten-column-wrapper .story:not(.story-small):hover,
.sto-theme .guten-column-wrapper .story:not(.story-small):focus-within {
	transform: translateY(-8px);
	cursor: pointer;
}

.sto-theme .guten-column-wrapper .story:not(.story-small):hover::after,
.sto-theme .guten-column-wrapper .story:not(.story-small):focus-within::after {
	background: #e4a01b;
}

/* .sto-theme .guten-column-wrapper .story.story-small {
	grid-row: span auto;
	background: unset;
	text-align: center;
}

.sto-theme .guten-column-wrapper .story.story-medium {
	grid-row: span auto;
}

.sto-theme .guten-column-wrapper .story.story-large {
	grid-row: span 4;
} */

.sto-theme .guten-column-wrapper .story h2,
.sto-theme .guten-column-wrapper .story h2 a {
	font-size: 1.25rem;
	color: #242121;
}

.sto-theme .guten-column-wrapper .story h2 a::after {
	content:  "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.sto-theme .story:not(.story-small) {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.sto-theme .story:not(.story-small)::after {
	font-family: 'gtnicon' !important;
	background: #e0dad6;
	color: #242121;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	font-size: 24px;
	line-height: 33px;
	content: "\ec5d";
	display: inline-block;
}

.sto-theme .story-small {
	color: #242121;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

.sto-theme .story.story-small h2 {
	font-size: 1rem;
}

.sto-theme .story-small blockquote {
	font-size: 0.9375rem;
	display: block;
	font-style: italic;
	margin: 0;
}

.sto-theme .story-small cite {
	font-size: 0.875rem;
	color: #53585a;
	margin: 0.25rem 0 0 0;
	display: block;
	font-style: normal;
}

.sto-theme .story-small cite::before {
	display: inline-block;
	content: '\2014';
	margin-right: 0.25rem;
}

.sto-theme .story figure {
	position: relative;
}

.sto-theme .story figure img {
	display: block;
}

.sto-theme .story.has-slideshow figure::after {
	background: rgba(0, 0, 0, 0.4) url(images/slideshow.svg) no-repeat;
	border-radius: 6px;
	width: 28px;
	height: 28px;
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.sto-theme .story.has-audio h2::after {
	position: relative;
	top: 2px;
	margin-left: 0.125rem;
	vertical-align: baseline;
	background: url(images/audio.svg) no-repeat;
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	z-index: 1;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
