/**
 * Critical layout CSS — must load for guests when WP Rocket Remove Unused CSS is on.
 * Sidebar results are AJAX-loaded, so RUCSS cannot infer these selectors.
 */

/* Latest results sidebar */
.stm-events-wrap .stm-events-result-units a .stm-latest-results-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 11px 0 12px;
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-result-team {
	width: 38%;
	font-size: 14px;
	font-weight: 700;
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-result-team:first-child {
	text-align: right;
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 24%;
	padding: 1px 20px 0;
	margin: 0 20px;
	border-radius: 20px;
	line-height: 24px;
	font-weight: 700;
	font-size: 13px;
	position: relative;
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points .flag_wrap {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points .flag_wrap.left {
	left: -10px;
}

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points .flag_wrap.right {
	right: -10px;
}

/* Footer */
#stm-footer-bottom .footer-bottom-left {
	float: left;
}

#stm-footer-bottom .footer-bottom-right {
	overflow: hidden;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit {
	overflow: hidden;
	text-align: right;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-socials-title {
	position: relative;
	top: 7px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	color: #fff;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	padding-left: 0;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li:before {
	display: none !important;
}

#stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.splashMagazineOne .stm-footer #stm-footer-bottom .container .clearfix .footer-bottom-right .clearfix .footer-socials-unit .footer-bottom-socials li a {
	background-color: transparent;
	border: 2px solid #e21e22;
	line-height: 34px;
}

.splashMagazineOne .stm-footer #stm-footer-bottom .container .clearfix .footer-bottom-right .clearfix .footer-socials-unit .footer-bottom-socials li a:hover {
	background: #e21e22;
}

.splashMagazineOne .stm-footer #stm-footer-bottom .container .clearfix .footer-bottom-right .clearfix .footer-socials-unit .h6 {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}

.footer-widgets-wrapper .stm-cols-4 aside {
	display: block;
	float: left;
	width: 25%;
}

.footer-widgets-wrapper .stm-cols-4 aside:nth-child(4n+1) {
	clear: both;
}

/* Single post content must stay visible for guests */
body.splashMagazineOne.single-post .read-content,
body.splashMagazineOne.single-post .post-content {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.splashMagazineOne.single-post .related-posts-by-cat .related-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

body.splashMagazineOne.single-post .related-posts-by-cat .related-list .latest-news-loop-with-img {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	body.splashMagazineOne.single-post .related-posts-by-cat .related-list .latest-news-loop-with-img {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-result-team {
		font-size: 12px;
	}

	.footer-widgets-wrapper .stm-cols-4 aside {
		width: 50%;
	}

	body.splashMagazineOne.single-post .related-posts-by-cat .related-list .latest-news-loop-with-img {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
