/**
 * Blocks
 */



.tst-block-related {
	position: relative;
	padding: 35px 20px 55px;
	background-color: #f8f8f8;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: var(--font-regular);
	box-shadow: -100px 0 0 #f8f8f8, 100px 0 0 #f8f8f8;
}

@media (max-width: 991px) {
	.tst-block-related {
		padding: 30px 20px 45px;
	}
}

.tst-entry-content > .tst-block-related.alignfull {
	margin-left: -20px;
	margin-right: -20px;
}

@media (min-width: 992px) {
	.tst-entry-content > .tst-block-related.alignfull {
		margin-left: calc( ( ( (100vw - 360px) / 2 ) - 30px ) * -1 );
		margin-right: calc( ( ( (100vw - 960px) / 2 ) - 30px ) * -1 );
	}
}

@media (min-width: 660px) and (max-width: 991px) {
	.tst-entry-content > .tst-block-related.alignfull {
		margin-left: calc( ( ( (100vw - 600px) / 2 ) - 9px ) * -1 );
		margin-right: calc( ( ( (100vw - 600px) / 2 ) - 9px ) * -1 );
	}
}

.tst-block-related-inner {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

.tst-block-related-heading,
.tst-entry-content .tst-block-related-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 35px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 0;
	font-family: var(--font-regular);
	line-height: 1.4;
}

@media (max-width: 991px) {
	.tst-block-related-heading,
	.tst-entry-content .tst-block-related-heading {
		margin-bottom: 30px;
	}
}

.tst-block-related-posts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tst-block-related-posts .tst-entry {
	flex: 0 0 auto;
	width: 100%;
	max-width: calc( ( 100% / 3 ) - ( 80px / 3 ) );
}

@media (max-width: 991px) {
	.tst-block-related-posts .tst-entry {
		max-width: calc( ( 100% / 3 ) - ( 50px / 3 ) );
	}
}

@media (max-width: 767px) {
	.tst-block-related-posts .tst-entry {
		max-width: 100%;
	}

	.tst-block-related-posts .tst-entry:not(:last-child) {
		margin-bottom: 40px;
	}
}

.tst-entry-content .tst-block-related-posts .tst-entry-image {
	margin-bottom: 5px;
}

.tst-entry-content .tst-block-related-posts .tst-entry-image img {
	display: block;
	position: absolute;
	height: 100%;
}

.tst-block-related-posts .tst-entry-title,
.tst-entry-content .tst-block-related-posts .tst-entry-title {
	font-size: 28px;
	margin-bottom: 11px;
	margin-top: 9px;
	line-height: 1.071em;
}

@media (max-width: 991px) {
	.tst-entry-content .tst-block-related-posts .tst-entry-title {
		font-size: 19px;
	}
}

.tst-block-related-posts .tst-entry-excerpt,
.tst-entry-content .tst-block-related-posts .tst-entry-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

.tst-entry-content .tst-block-related-posts .tst-entry-excerpt p {
	line-height: inherit;
}

.tst-block-related-posts .tst-entry-formats,
.tst-entry-content .tst-block-related-posts .tst-entry-formats {
	margin: 0 0 9px 0 !important;
	font-size: 14px;
	list-style: none;
}

.tst-block-related-posts .tst-entry-formats li,
.tst-entry-content .tst-block-related-posts .tst-entry-formats li {
	font-size: 14px;
	line-height: 1.428em;
	margin-top: 0;
	padding: 0;
	box-shadow: none;
	border: none;
}

.tst-entry-content .tst-block-related-posts .tst-entry-formats li:before {
	content: none;
}

.tst-block-related-posts .tst-entry-formats li a,
.tst-entry-content .tst-block-related-posts .tst-entry-formats li a {
	color: #323232 !important;
	border: none;
	box-shadow: none;
}

/* BigText */
.wp-block-tst-bigtext {
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: var(--font-heading-alt);
}

@media (max-width: 991px) {
	.wp-block-tst-bigtext {
		font-size: 23px;
		line-height: 1.086em;
		margin-top: 1.956em;
		margin-bottom: 1.956em;
	}
}

@media (max-width: 575px) {
	.wp-block-tst-bigtext {
		font-size:  23px;
	}
}

.wp-block-tst-bigtext p,
.editor-styles-wrapper .wp-block-tst-bigtext p {
	font-size: inherit;
	line-height: inherit;
}

