@font-face {
	font-family: "Gotham-Bold";
	src: url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.eot?32ed33");
	/* IE9 Compat Modes */
	src: url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.eot?32ed33#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.otf?32ed33") format("opentype"),
		/* Open Type Font */
		url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.svg?32ed33") format("svg"),
		/* Legacy iOS */
		url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.ttf?32ed33") format("truetype"),
		/* Safari, Android, iOS */
		url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.woff?32ed33") format("woff"),
		/* Modern Browsers */
		url("https://blog.gameshownetwork.com/wp-content/uploads/2022/06/Gotham-Bold.woff2?32ed33") format("woff2");
	/* Modern Browsers */
	font-weight: bold;
	font-style: normal;
}

strong,
h2.entry-title a {
	font-family: "Gotham-Bold" !important;
}

body {
	background-color: #fff;
}

.menu-posts-container {
	border-top: 1px solid #bc2a9b;
	padding-top: 1em;
}

.menu-posts-container::before {
	content: "LATEST \00a0";
	font-style: italic;
	font-weight: bold;
	padding-left: 15%;
	color: #bc2a9b;
	background-color: #fff;
	position: absolute;
	top: 1.9%;
}

.site-header {
	background-color: #fff;
}

.site-title a {
	color: #000;
}

.site-description {
	color: #000;
}

.main-navigation {
	background-color: #fff;
}

.main-navigation a {
	color: #000;
	display: flex;
}

.main-navigation .menu {
	background-color: #fff;
	padding-right: 0;
}

.wp-menu-img-before img {
	width: 46%;
}

.menu-item span {
	font-size: 1em;
	position: relative;
	line-height: 1.2;
}

.menu-item span:after {
	content: "Read More...";
	display: block;
	position: absolute;
	bottom: 0;
	text-decoration: underline;
	font-size: .8em;
}

.byline {
	display: inline;
}

.individual-blog.single .entry-meta > span.byline:before,
.individual-blog .entry-meta > span.byline:before {
	content: "\2044  By:";
	text-transform: capitalize;
	color: #000;
}

.wp-block-social-links.alignright { 	position: relative;
	margin-left: 0;
}

.wp-block-social-link {
	position: absolute;
	top: -2.7em;
	right: 0;
}

.wp-social-link-facebook {
	right: 1.8em;
}

.social-links-heading .elementor-social-icons-wrapper {
	position: relative;
}

.social-links-heading .elementor-social-icon {
	position: absolute;
	right: 0;
}

.social-links-heading .elementor-social-icon-facebook {
	right: 2.5em;
}

.hentry:first-child {
	padding-top: 5%
}

.entry-meta a {
	color: #000;
}

.entry-title {
	font-size: 2.3em;
}

.entry-content {
	padding: 0 4% 0 8%;
}

.elementor-grid-item .elementor-icon i:before {
	left: 100%;
	top: 50%;
}

@media only screen and (min-width: 1100px) {
	.main-navigation {
		margin-top: 0;
	}
}

@media only screen and (min-width: 789px) {
	.site-header {
		padding-top: 2%;
		width: 36%;
	}
	
	.content-area {
		width: 64%
	}
	
	.site-branding {
		padding-right: 0;
	}
}