.home .container-fluid .main-col {
	flex-grow: 50
}

body.home .main-col .block-trendingcategoryhome .views-row {
	padding-top: 0
}

.top-ten-games .top-games-header {
	background-image: none;
	border-bottom: 2px solid var(--tg-theme-accent);
	color: var(--tg-white-color);
	font-family: var(--tg-heading-font-family);
	font-size: 20px;
	line-height: 1.5rem;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 3px 0;
	position: relative;
	text-transform: uppercase
}

.top-ten-games .game-link-wrapper a {
	color: var(--tg-theme-accent)
}

body.home .top-ten-games .game-item .game-link-wrapper .field-image {
	background: var(--tg-theme-headers-style-3);
	box-shadow: 0px 0px 0px 2px var(--tg-theme-headers-style-3)
}

body.home .top-ten-games .game-item .game-link-wrapper .field-image img {
	background: var(--tg-theme-headers-style-3)
}

body:not(.node-type-game) .top-ten-games .game-link-wrapper span {
	color: var(--tg-theme-accent)
}

body.home .block-qotworlastplayedgame {
	width: 100%
}

.continue-playing {
	background: var(--tg-theme-primary);
	border-radius: 14px;
	flex-wrap: nowrap;
	margin: 0;
	position: relative
}

.continue-playing .outer-link {
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	transition: all .25s ease
}

.continue-playing .media {
	display: block;
	width: 100%
}

.media {
	align-items: flex-start;
	display: flex
}

.continue-playing .field-image {
	background: linear-gradient(180deg, #060e1900, #060e1980);
	border-radius: 10px 0 0 10px;
	height: 100%;
	-webkit-mask-image: -webkit-radial-gradient(var(--tg-white-color), var(--tg-black-color));
	overflow: hidden;
	position: relative;
	width: 100%
}

.continue-playing .lpg-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	will-change: object-fit
}

.continue-playing .info {
	background-color: var(--tg-theme-headers-style-1);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	min-height: 110px;
	padding: 0 15px;
	position: relative
}

.continue-playing .info span {
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
	margin-bottom: .5rem;
	will-change: transform;
	color: var(--tg-white-color);
	font-family: var(--tg-heading-font-family)
}

.continue-playing .info .game-name {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: var(--tg-theme-primary);
	display: -webkit-box;
	font-size: 17px;
	line-height: 17px;
	margin: 0;
	text-overflow: ellipsis;
	will-change: transform;
	text-transform: capitalize
}

body.home .continue-playing a:hover {
	text-decoration: none
}

@media (min-width: 768px) {

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.text-md-end {
		text-align: right !important
	}

	.continue-playing .outer-link:hover {
		transform: translate(-6px, -6px)
	}

	.blue-boxes {
		padding: 15px 30px 20px
	}

	.blue-boxes p {
		padding-bottom: 25px
	}

	.blue-boxes h3 {
		font-size: 19px
	}

	.wysiwyg .blue-boxes h2,
	.wysiwyg .blue-boxes h3 {
		font-size: 19px
	}
}



@media (min-width: 960px) {

	.continue-playing .info {
		width: calc(100% - 170px)
	}

	.home .row {
		flex-wrap: nowrap
	}

	.home .row.posts-row {
		flex-wrap: wrap
	}

	body.home .link-more-wrapper {
		margin-bottom: 0
	}

	body.home .views-row.new-games {
		margin-bottom: 35px !important;
		position: relative;
		top: 4px
	}

	.top-ten-games .top-games-header {
		background: var(--tg-theme-headers-style-3);
		border-bottom: none;
		border-radius: 10px;
		font-size: 1.5rem;
		height: 32px;
		padding-left: 14px;
		padding-top: 5px
	}

	body.home .last-played-game {
		min-height: 164px
	}

	.continue-playing .media {
		width: 170px
	}

	.continue-playing .field-image {
		height: 119px
	}

	.home .views-row.col-two .views-row-inner {
		display: grid;
		grid-template-columns: 50% auto;
	}

	.home .views-row.col-two .game-item:nth-child(2n) {
		padding-left: 1.5rem;
	}

	body.home .row.posts-row .link-more-wrapper {
		margin-bottom: 7px;
	}
}

@media (min-width: 960px) and (max-width: 1139.98px) {
	.container-fluid .main-col {
		max-width: 640px
	}
}

@media (min-width: 1140px) {
	.continue-playing .info {
		width: calc(100% - 203px)
	}

	body.home .row.main.homepage-b .main-col {
		max-width: 728px !important;
		min-width: 728px !important;
		width: 728px
	}

	.continue-playing .media {
		width: 203px
	}
}