/*
CTC Separate Stylesheet
Updated: 2021-11-28 17:39:31
*/

body {
	background-color: #222;
	color: #fff;
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;

}

	.offcanvas { background-color: none!important; }

.softshadow {
	    text-shadow: 0px 0px 6px #000;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-top: 15px;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

#nav-main {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 63%)), to(rgba(0, 0, 0, 0)));
	padding-top: 20px;
}

.navbar-nav {
	font-size: 22px;
}

a {
	color: #d2e4ff;
}

a:hover {
	color: #fff;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	margin-bottom: 0rem;
}

h1, h2, h3, h4, h5 {
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
	font-weight: 600;
	color: #fff;
}

.card {
	
}

.navbar-brand {
	min-width: 200px;
}

.row>* {
	padding-left: 0;
	padding-right: 0;
}

.platformbutton {
    color: #fff;
	border: 2px solid #fff;
	width: 120px;
    border-radius: 9999px;
    box-shadow: none;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
	margin-bottom: 10px;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.platformlink {
	text-decoration: none!important;
}

.platformbutton a:hover {
	cursor: pointer;
}

.platformicon {
	height: 32px;
}

.wp-block-embed {
text-align: center; 
}	

.screenshots {
    margin-top: 10px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.screenshots li {
	margin-left: 10px;
}

.nav-link {
color: rgba(255, 255, 255, 0.55);	
}

#content {
	min-height: initial;
}

.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
	width: 320px;
}

.featured-box {
		transition: 0.1s ease;
}

.featured-box:hover {
	transition: 0.1s ease;
	transform: scale(1.1);
}

.game-list {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.game-box {
	max-width: 240px;
	max-height: 240px;
	float: left;
	display: flex;
	transition: 0.1s ease;
}

.game-box:hover {
	transition: 0.1s ease;
	transform: scale(1.1);
}

.game-box-portrait {
	transition: 0.1s ease;
}

.game-box-portrait:hover {
	transition: 0.1s ease;
	transform: scale(1.1);
}

.gametrailer {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 992px) { 
	.offcanvas { background-color: #000!important; }
	
	.offcanvas-body, .offcanvas-header {
		background: #000!important;
		color: #fff!important;
	}
	.offcanvas-header .btn-close {
		background-color: #fff!important;
	}
}

@media (max-width: 576px) { 
	.offcanvas { background-color: #000!important; }
	
	.offcanvas-body, .offcanvas-header {
		background: #000!important;
		color: #fff!important;
	}
	.offcanvas-header .btn-close {
		background-color: #fff!important;
	}
	
	.text-align-fix {
		text-align: center;
	}
	
	.responsive-text {
		font-size: 32px;
	}
	
}



 .navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}