/*!
Theme Name: Isklander
Theme URI: http://underscores.me/
Author: Swamp Motel
Author URI: http://www.swampmotel.co.uk
Description: To be used solely for The Isklander Trilogy
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isklander
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Isklander is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
a {
	text-decoration: none;
	color: #ffffff;
}

body {
	background-size: cover!important;
	background-attachment: fixed!important;
	margin: 0!important;
	padding: 0!important;
	line-height: 1.3!important;
	font-size: 20px;
	background-color: #000000!important;
	color: #ffffff!important;
	background-image: url(images/backgrounds/BG_1500.jpg);
	background-repeat: repeat-y;
}
.desktop {display: initial;}

html {overflow-x: hidden;}

:focus {outline: none !important;}

.mobile {display: none!important;}

@media (max-width:1024px) {
	body {
		background-image: url(images/backgrounds/BG_1024.jpg);
	}
}
@media (max-width:900px) {
	body {
		background-image: url(images/backgrounds/BG_900.jpg);
	}
}

@media (max-width:799px) {
	.desktop {
		display: none!important;
	}
	.mobile {
		display: block!important;
	}
}

@media (max-width: 700px) {
	body {
		background-image: url(images/backgrounds/BG_700.jpg);
	}
}

@media (max-width: 600px) {
	body {
		background-image: url(images/backgrounds/BG_600.jpg);
	};
}

@media (max-width: 450px) {
	body {
		background-image: url(images/backgrounds/BG_450.jpg);
	};
}

/* CUSTOM CSS RESET THINGS */
* {
	box-sizing: border-box;
}

/* FONTS */

@import url("//hello.myfonts.net/count/3ea671");
@font-face {
    font-family: "LogoBold";
    src: url('fonts/New_Wayfinder_CF_Bold.woff2') format('woff2'), 
	url('fonts/New_Wayfinder_CF_Bold.woff') format('woff');}
@font-face {
    font-family: "LogoDemiBold";
    src: url('fonts/New_Wayfinder_CF_DemiBold.woff2') format('woff2'), 
	url('fonts/New_Wayfinder_CF_DemiBold.woff') format('woff');}

h1 {
	font-size: 42px!important; 
	letter-spacing: 0.02em!important;
	line-height: 51px!important;
	font-family: LogoDemiBold!important;
	color: #ffffff!important;
}
h2 {
	font-size: 34px!important;
	font-family: calmetta, sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #ffffff!important;
	line-height: 46px!important;
}

#page_title {
	margin: 10px auto 30px;
	text-align: center;
}

.text {
	color: #ffffff;
}

.text_bold {
	font-weight: 700;
	color: #ffffff!important;
}

.text_center {
	text-align: center!important;
}

.text_larger {
	font-size: 27px; 
	line-height: 36px; 
	letter-spacing: 0.01em;
	font-family: calmetta, sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #ffffff!important;
}

.text_standard {
	font-size: 22px; 
	line-height: 31px; 
	letter-spacing: 0.01em;
	font-family: calmetta, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ffffff!important;
}

@media (max-width:799px) {
	h1 {
		font-size: 28px!important;
		line-height: 30px!important;
	}
	h2 {
		font-size: 23px!important;
		line-height: 28px!important;
	}
	.text_larger {
		font-size: 25px;
		line-height: 32px;
	}
	.text_standard {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 450px) {
	h1 {
		font-size: 26px!important;
		line-height: 29px!important;
	}
	h2 {
		font-size: 21px!important;
		line-height: 27px!important;
	}
	.text_larger {
		font-size: 20px;
		line-height: 28px;
	}
	.text_standard {
		font-size: 17px;
		line-height: 23px;
	}
}

/* FOOTER */
.fluentform .ff-text-right {
    text-align: center!important;
}

footer {
	position: relative;
	width: 100%;
	height: 160px;
	background: #00000A;
}

footer img {
	position: absolute;
	top: 20px;
	left: 20px;
}

.footer_menus {
	text-align: right;
	width: 100%;
	padding-right: 30px;
	padding-top: 40px;
}

form button {
	border: 1px solid #ffffff!important;
    border-radius: 0!important;
    font-family: calmetta, sans-serif!important;
    font-size: 20px!important;
    padding: 20px 30px!important;
	background: none!important;
	margin: 0 auto!important;

}

form input, form textarea, form select {
	border: none!important;
    border-radius: 0!important;
    font-family: calmetta, sans-serif!important;
    font-size: 20px!important;
    padding: 20px!important;
}

form select {
	height: 70px!important;
}

#menu-footer {
	padding: 0;
	margin: 0;
	list-style:none;
}

#menu-footer li {
	display: inline-block;
	margin: 10px;
}

#menu-footer li a {
	font-size: 15px; 
	line-height: 1.2; 
	letter-spacing: 0.01em;
	font-family: interface, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff!important;
	text-transform: uppercase;
}

.menu-footer-container, .Social {
	width: fit-content;
	display: inline-block;
}
#signup h2 {
	text-align: center;
}
#signup p {
	margin-top: 15px;
    text-align: center;
    margin-bottom: 26px;
}
.Social a {
	margin: 10px;
}

@media (max-width:750px) {
	footer {
		height: fit-content;
		padding-bottom: 30px;
	}
	footer img {
		left: 50%;
		transform: translateX(-50%);
	}
	.footer_menus {
		padding: 115px 0 30px 0;
		text-align: center;
	}
	.menu-footer-container, .Social {
		display: block;
		width: 100%;
	}
}

@media (max-width:450px) {
	#signup h2 {
		font-size: 18px!important;
    	line-height: 23px!important;
	}
}

/* NAVIGATION */

.bar {
	display: block; 
	width: 40px; 
	height: 3px; 
	margin: 8px auto; 
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	background-color:#ffffff;
}

.hamburger {
	display: block; 
	cursor: pointer;z-index: 1;}

.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
	transform: translateY(11px) rotate(45deg); 
}

.hamburger.active .bar:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}

header {
	position: fixed; 
	width: 100%;
	padding: 20px 5%;
	top: 0;
	z-index: 999;
    background-color: #00000A;
	height: 108px;
}

header .cta {
	position: fixed;
	right: 24px;
	top: 24px;
}

.logo-menu {
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.menu-header-container {
	width: 340px;
}

.navbar {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	padding: 1rem 1.5rem;
	position: fixed;
	position: relative; 
	z-index: 999;
}

.nav-menu {
	margin:0; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	position: fixed; 
	left: 20px; 
	top: -101vh; 
	flex-direction: column; 
	width: 360px; 
	text-align: center; 
	transition: 0.3s;
	padding: 10px;
}

.nav-menu.active {
	top: 107px;
}

.nav-menu.active:before {
	content: " "; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background-color: #000000; 
	opacity: 1;
	z-index: -1;
}

.nav-menu li {
	list-style: none;
	padding: 5px;
}

.nav-menu li a {
	font-family: calmetta, sans-serif!important;
    font-weight: 300!important;
    font-style: normal!important;
    font-size: 23px!important;
    color: #ffffff!important;
    letter-spacing: 0.02em!important;
    text-align: left!important;
    margin: 0!important;
}

.nav-menu li a:hover {
	font-weight: 700!important;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.navigation {
	position: fixed;
	z-index: 999;
	top: 16px;
    left: 20px;
}
@media (max-width:767px) {
	header {
		height: 85px;
	}
	header .cta {
		right: 21px;
		top: 21px;
	}
	.logo-menu {
		width: 250px;
	}
	.navigation {
		top: 4px;
    	left: 4px;
	}
	.nav-menu.active {
		top: 85px;
	}
}
@media (max-width:600px) {
	header {
		height: 65px;
	}
	header .cta {
		right: 6px;
    	top: 11px;
	}
	.logo-menu {
		transform: inherit;
		left: 53px;
		top: -10px;
	}
	.navigation {
		top: -6px;
    	left: -4px;
	}
}

@media (max-width:450px) {
	.bar {
		display: block;
	}
	header {
		height: 48px;
	}
	header .cta {
		right: 0;
		text-align: center;
		padding: 5px 0 3px;
		width: 67px;
		line-height: 1;
		top: 0;
		font-size: 20px;
	}
	.logo-menu {
    	left: 50%;
    	transform: translateX(-50%);
		top: -16px;
	}
	.navbar {
		top: 0;
		left: 0;
	}
	.nav-menu {
		width: 100%;
		left: 0;
		height: 100%;
		padding: 0;
		text-align: center;
		justify-content: space-evenly;
	}
	.nav-menu.active {
		top: 0;
	}
	.navigation {
		height: 62px;
		top: -13px;
	}
}

/* REUSABLES */

.button {
	font-family: LogoBold!important; 
	text-transform: uppercase!important; 
	padding: 10px 12px!important; 
	font-size: 32px!important;
	background: #ffffff!important;
	width: fit-content!important;
	color: #00000A!important;
}

.button_part {
	margin-left: 5px;
	margin-top: 40px;
	display: block;
}

#Content {
	margin-top: 110px;
	min-height: 400px;
}

.content_site {
	width: 100%; 
	color: #ffffff!important;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	background-size: cover;
	background-attachment: fixed;
}
   
.content_site p {
	margin: 40px 0;
}

.content_slice {
	width: 100%; 
	padding-top: 56.25%;
	position: relative;
	background-size: cover;
}

.content_slice_text {
	width:33.5%;
	position:absolute; 
	top: 107px; 
	right: 80px; 
	color: #ffffff;
}

.content_slice_text img {
	width: 100%; 
	height: auto;
}

.content_slice_text p {
	padding: 0px 5px;
}

.content-wrapper {
	padding: 0!important;
	max-width: 100%!important;
}

.cta {
	font-family: LogoBold; 
	text-transform: uppercase; 
	padding: 10px 12px; 
	font-size: 32px;
	background: #ffffff;
	width: fit-content;
	color: #00000A!important;
}

.gradient {
	width: 100%; 
	min-height: 100px;
}

.full_text {
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}

.full_text .left {
	width: 50%; 
	padding: 0 40px 40px 0;
	display: inline-block; 
	vertical-align: top;
	text-align: left;
	color: #ffffff!important;
}

.full_text .right {
	width: 50%; 
	padding: 0 0 40px 40px;
	display: inline-block; 
	vertical-align: top;
	text-align: left;
	color: #ffffff!important;
}

.hero {
	width: 100%; 
	height: calc(100vh - 108px);
	background-image: url(images/backgrounds/Hero_1500.jpg); 
	background-size: cover; 
	background-position: center;
	position: relative;
	margin-top: 107px;
}

.hero .text {
	padding: 0 80px;
	position: absolute; 
	width: calc(100% - 160px); 
	left: 50%; 
	transform: translateX(-50%); 
	bottom: 150px
}

.hero .text h1 {
	margin-bottom: 30px;
}

.hero_other {
	width: 100%; 
	height: calc(43vw);
	background-image: url(images/backgrounds/Hero_1500.jpg); 
	background-size: cover; 
	background-position: center;
	position: relative;
	margin-top: 107px;
	background-position: top -85px center;
	position: relative;
}

.motif {
	width: 100%;
}

.trailer_box {
	position: relative; 
	z-index: 1; 
	color: #ffffff;
	width: 100%; 
	padding-bottom: 56.20%; 
	margin: 27px 0 20px; 
	height: 0; 
	display: inline-block; 
	vertical-align: middle;
	background-color: #00000A;
}

@media (max-width:1300px) {
	.content_slice_text {
		top: 54px;
	}
}

@media (max-width: 1250px) {
	.content_site {
		padding: 0 50px;
	}
	.content_slice {
		padding-top: 62.25%;
		background-position: left center;
	}
	.content_slice_text {
		width: 37.5%;
		top: 25px;
	}
	.hero .text {
		width: calc(100% - 100px)!important;
	}
}

@media (max-width:1024px) {
	.button_part {
		margin-bottom: 30px;
	}
	.content_slice {
		padding-top: 0;
		height: fit-content;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.content_slice_text {
		position: relative;
		width: 48%;
		right: 0;
		margin-left: 50%;
		padding-bottom: 150px;
	}
	.hero {
		background-image: url(images/backgrounds/Hero_1024.jpg);
	}
}

@media (max-width:900px) {
	.hero {
		background-image: url(images/backgrounds/Hero_900.jpg);
	}
}

@media (max-width:767px) {
	.cta {
		font-size: 25px;
		padding: 4px 9px;
	}
	.full_text {
		width: 100%;
	}
	.hero {
		margin-top: 85px;
	}
	.hero_other {
		height: 310px;
		margin-top: 81px;
	}
	.hero .text {
		width: 100%!important;
    	padding: 0 40px;
	}
}

@media (max-width:700px) {
	.hero_other {
		height: 280px;
	}
}

@media (max-width:600px) {
	#Content {
		margin-top: 90px;
	}
	.full_text .left, .full_text .right {
		width: 100%; 
		padding: 0;
		display: block; 
		text-align: left;
	}
	.hero_other {
		height: 235px;
		background-position: top -55px center;
		margin-top: 63px;
	}
}

@media (max-width: 450px) {
	.button {
		padding: 11px 12px;
		font-size: 24px;
	}
	#Content {
		margin-top: 55px;
	}
	.content p {
		margin: 10px 0;
	}
	.content_site {
		padding: 0;
	}
	.content_slice {
		height: fit-content;
		padding-top: 104vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.content_slice .button {
		margin-bottom: 30px;
	}
	.content_slice_text {
		position: initial;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.full_text {
		width: 90%;
		margin: 0 auto;
	}
	.hero {
		top: -37px;
		height: calc(100vh - 62px);
	}
	.hero .text {
		padding: 0px 20px;
		width: calc(100% - 40px)!important;
		bottom: 110px;
	}
	.hero .text h1 {
		margin-bottom: 15px;
	}
	.hero_other {
		height: 235px;
		background-position: top -25px center;
		margin-top: 105px;
	}

}

/* HOME */

.home_left{
	width:50%; 
	padding: 0 10px 0 0; 
	display: inline-block;
	margin: 10px 0;
}

.home_left h2 {
	font-size: 32px!important;
	line-height: 41px;
	letter-spacing: 0.01em;
	margin: 40px 0;
	font-family: LogoDemiBold!important;
}

.home_right {
	width:37.5%;
	float: right; 
	display: inline-block;
	margin: 10px 0;
}

.logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 60px auto;
}
.logos div {
	max-width: 23%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
}
.quote {
	text-align: center;
	font-style: italic;
	margin-bottom: 60px;
}
.quote span {
	display: block;
	font-style: normal;
}

@media (max-width:600px) {
	.logos div {
		max-width: 48%;
		height: 80px;
	}
}

@media (max-width:450px) {
	.logos div {
		height: 60px;
	}
}

/* FAQS */

.accordion {
	cursor: pointer;
	position: relative;
}

.accordion.active span {
	transform: rotate(180deg);
}

.accordion span {
	font-size: 30px; 
	background: #00000A; 
	color: #ffffff; 
	border-color: #ffffff; 
	border-radius: 0; 
	border-width: 2px; 
	padding: 5px 38px 5px 5px; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='70px' viewBox='0 0 33 33' width='70px' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position:top 2px left -3px;
	margin: 0 20px;
	position: absolute;
	right: 0px;
	height: 50px;
	top:-5px;
}

.faqs_home {
	margin: 80px 0;
}

.faqs_home h1 {
	text-transform: uppercase!important;
	padding-right: 70px;
    line-height: 1.1;
}

.faqs_home .line {
	width: 100%; 
	height: 3px; 
	background: #ffffff; 
	margin: 30px 0;
}

@media (max-width:750px) {
	.faqs_home {
		margin: 35px 0;
	}
}

@media (max-width:600px) {
	.faqs_home {
		margin: 0;
	}
}

@media (max-width:450px) {
	.accordion span {
		top: -17px;
		margin: 0;
	}
	.faqs_home {
		margin: 20px 0;
	}
	.home_left, .home_right {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.home_left p:nth-last-child(1){
		margin-bottom: 0;
	}
	.home_left h2 {
		margin: 10px 0;
	}
}

/* GAME PAGES */
.cta_game {
	display: block;
	margin-top: 30px;
}

.full_text .game_logo {
	width: 490px;
    margin: 151px auto 0px;
    padding-top: 180px;
}

.game_content_slice {
	width: 100%; 
	min-height: 500px; 
	height: fit-content;
	background-attachment: fixed; 
	background-size: cover; 
	color: #ffffff;
}

.game_logo {
	width: 100%;
	padding-top: 30%;
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position:top center; 
	margin-bottom: 32px;
}

#pp_game .full_text, #tmt_game .full_text, #tkh_game .full_text {
	padding-bottom: 180px;
}

#pp_game {
	background-image: url(images/backgrounds/PP_BG_Plain_1500.jpg);
}

#pp_home {
	background-image: url(images/backgrounds/PP_BG_1500.jpg);
}

.pp_logo {
	background-image: url(images/logos/PPLogo_1500.png);
} 

#tkh_game {
	background-image: url(images/backgrounds/TKH_BG_Plain_1500.jpg);
}

#tkh_home {
	background-image: url(images/backgrounds/TKH_BG_1500.jpg);
}

.tkh_logo {
	background-image: url(images/logos/TKHLogo_1500.png);
} 

#tmt_game {
	background-image: url(images/backgrounds/TMT_BG_Plain_1500.jpg);
}

#tmt_home {
	background-image: url(images/backgrounds/TMT_BG_1500.jpg);
}

.tmt_logo {
	background-image: url(images/logos/TMTLogo_1500.png);
}

@media (max-width:1024px) {
	.game_logo {
		padding-top: 100px;
	}
	#pp_game {
		background-image: url(images/backgrounds/PP_BG_Plain_1024.jpg);
	}
	#pp_home {
		background-image: url(images/backgrounds/PP_BG_1024.jpg);
	}
	.pp_logo {
		background-image: url(images/logos/PPLogo_1024.png);
	}
	#tkh_game {
		background-image: url(images/backgrounds/TKH_BG_Plain_1024.jpg);
	}
	#tkh_home {
		background-image: url(images/backgrounds/TKH_BG_1024.jpg);
	}
	.tkh_logo {
		background-image: url(images/logos/TKHLogo_1024.png);
	}
	#tmt_game {
		background-image: url(images/backgrounds/TMT_BG_Plain_1024.jpg);
	}
	#tmt_home {
		background-image: url(images/backgrounds/TMT_BG_1024.jpg);
	}
	.tmt_logo {
		background-image: url(images/logos/TMTLogo_1024.png);
	}
}

@media (max-width:900px) {
	#pp_game {
		background-image: url(images/backgrounds/PP_BG_Plain_900.jpg);
	}
	#pp_home {
		background-image: url(images/backgrounds/PP_BG_900.jpg);
	}
	.pp_logo {
		background-image: url(images/logos/PPLogo_900.png);
	}
	#tkh_game {
		background-image: url(images/backgrounds/TKH_BG_Plain_900.jpg);
	}
	#tkh_home {
		background-image: url(images/backgrounds/TKH_BG_900.jpg);
	}
	.tkh_logo {
		background-image: url(images/logos/TKHLogo_900.png);
	}
	#tmt_game {
		background-image: url(images/backgrounds/TMT_BG_Plain_900.jpg);
	}
	#tmt_home {
		background-image: url(images/backgrounds/TMT_BG_900.jpg);
	}
	.tmt_logo {
		background-image: url(images/logos/TMTLogo_900.png);
	}
}

@media (max-width:799px) {
	.game_logo {
		padding-top: 21%;
	}
	#pp_game .full_text, #tmt_game .full_text, #tkh_game .full_text {
		padding-bottom: 118px;
	}
}

@media (max-width: 750px) {
	.full_text .game_logo {
		margin: 120px auto 0px;
	}
	.pp_logo {
		background-image: url(images/logos/PPLogo_750.png);
	}
	.tkh_logo {
		background-image: url(images/logos/TKHLogo_750.png);
	}
	.tmt_logo {
		background-image: url(images/logos/TMTLogo_750.png);
	}
}

@media (max-width:600px) {
	.full_text .game_logo {
		width: 100%; 
		margin: 90px auto 0px;
	}
	#pp_home {
		background-image: url(images/backgrounds/PP_BG_600.jpg);
	}
	.pp_logo {
		background-image: url(images/logos/PPLogo_600.png);
	}
	#tkh_home {
		background-image: url(images/backgrounds/TKH_BG_600.jpg);
	}
	.tkh_logo {
		background-image: url(images/logos/TKHLogo_600.png);
	}
	#tmt_home {
		background-image: url(images/backgrounds/TMT_BG_600.jpg);
	}
	.tmt_logo {
		background-image: url(images/logos/TMTLogo_600.png);
	}
}

@media (max-width:450px) {
	.full_text .game_logo {
		margin: 70px auto -38px;
	}
	.pp_logo {
		background-image: url(images/logos/PPLogo_450.png);
	}
	.tkh_logo {
		background-image: url(images/logos/TKHLogo_450.png);
	}
	.tmt_logo {
		background-image: url(images/logos/TMTLogo_450.png);
	}
}


/* REVIEWS */

.culture_whisper {
	height: 26px;
	margin-top: 10px;
}

.daily_mail {
	height: 29px;
	margin-top: 10px;
}

.guardian {
	height: 35px;
}

.metro {
	height: 25px;
}

.reviews {
	width: 100%; 
	height: 120px; 
	position: absolute; 
	bottom: 0;
	font-family: calmetta, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center; 
	line-height: 24px; 
	letter-spacing: 0.01em;
}

.reviews::after {
	content: ""; 
	clear: both;
	display: table;
}

.reviews::before {
	content: ""; 
	position: absolute; 
	background: #00000A; 
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.reviews_game {
	display: flex; 
	padding: 0 80px;  
	align-items: flex-end; 
	justify-content: space-around;
	font-size: 18px;
}

.reviews_game_page {
	display: flex; 
	padding: 0 80px;  
	align-items: flex-end; 
	justify-content: space-around;
	font-size: 18px;
	position: relative;
	margin-top: -120px;
}

.reviews_game .review, .reviews_game_page .review {
	width: 30%;
	position: relative;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

.reviews_game .review div, .reviews_game_page .review div {
	display: flex;
	align-items: center; 
	justify-content: center;
	margin-top: 15px;
	height: 17px;
}

.reviews_game .review_stars, .reviews_game_page .review_stars {
	display: inline-block;
	width: 120px;
	margin-right: 20px;
}

.telegraph {
	height: 29px;
}

@media (max-width:1250px) {
	.reviews_game {
		font-size: 16px;
	}
	.reviews_game .review_stars {
		width: 100px;
		margin-right: 10px;
	}
}

@media (max-width:1024px) {
	.culture_whisper {
		height: 16px;
		margin-top: 4px;
	}
	.daily_mail {
		height: 22px;
		margin-top: 7px;
	}
	.metro {
		height: 18px;
	}
	.reviews_game {
		padding: 0px;
		width: 100%;
		position: relative;
	}
	.reviews_game .review, .reviews_game_page .review {
		font-size: 15px;
    	line-height: 20px;
	}
	.reviews_game .review_stars {
		width: 80px;
	}
	.telegraph {
		height: 20px;
	}
	.time_out {
		height: 24px;
	}
}

@media (max-width:799px) {
	.reviews_game {
		margin-top: -111px;
	}
	.reviews::before {
		opacity: 0;
	}
}

@media (max-width:450px) {
	.reviews {
		height: 100px;
		margin-top: 0;
	}
}


/* SLIDESHOWS */

#slideshow1, #slideshow2 {
	width: 38%; 
	padding: 0 1%; 
	margin: 0 auto; 
	display: inline-block;
}

#slideshow1 {
	float: left;
	margin-left: 80px;
}

#slideshow2 {
	float: right;
	margin-left: 80px;
}

#slideshow3, #slideshow4, #slideshow5 {
	width: 100%; 
	margin: 0 auto; 
	display: inline-block;
}

#slideshow3 .slideshow-element, #slideshow4 .slideshow-element, #slideshow5 .slideshow-element {
	left: 0px; 
	padding-left: 20px; 
	padding-right: 200px;
	margin-right: 0;
	background-position: right 20px center, right 110px center; 
	background-size: 80px, 90px; 
	width: 100%;
}

.slideshow-element{
	text-align: left; 
	position: absolute; 
	color: #ffffff; 
	background-size: 115px; 
	background-position: left center;
	height: 100px;
	background-repeat: no-repeat;
	margin: 10px auto 0;
	padding-left: 140px;
	width: calc(40% - 250px);
	font-size: 18px; 
	line-height: 24px;
	display: flex; 
	align-items: center;
}

@media (max-width:1440px) {
	#slideshow, #slideshow2 {
		width: calc(50% - 80px);
		padding: 0;
	}
	.slideshow-element {
		width: calc(50% - 250px);
	}
}

@media (max-width: 1250px) {
	#slideshow, #slideshow2 {
		width: calc(50% - 50px);
	}
}

@media (max-width:799px) {
	#slideshow1 {
		width: 100%;
		left: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	#slideshow1 .slideshow-element {
		width: calc(100% - 320px);
		padding-right: 80px;
	}
}

@media (max-width: 600px) {
	#slideshow1 .slideshow-element {
		
	}
}

@media (max-width: 450px) {
	#slideshow1 {
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	#slideshow1 .slideshow-element {
		background-size: 50px;
		padding-left: 75px;
		font-size: 14px;
		width: 100%;
		line-height: 18px;
		height: 55px;
		padding-right: 40px;
		margin-right: 0;
	}
	.slideshow-element {
		background-size: 50px;
		padding-left: 75px;
		width: calc(100% - 105px);
		font-size: 14px;
		line-height: 18px;
		height: 55px;
	
	}
}

/* ISKLANDER CALLS */

.calls h3 {
	margin-bottom: 0;
}

/* MEDIA */

#media {
	min-height: 300px;
}

/* STORIES */

.stories {
	width: 100%;
	padding: 0; 
	display: flex; 
	flex-wrap: wrap;
	align-items: top; 
	text-align: center;
	justify-content: space-between;
}

.story {
	width: 49%; 
	max-width: 550px;
	position: relative; 
	margin-bottom: 30px;
}

.story .date {
	position: absolute;
	background-color: #000000;
	color: #ffffff;
	font-size: 15px;
	padding: 3px 5px;
	right: 5px;
	top:5px;
}

.story .excerpt {
	border: solid 1px #ffffff;
	border-top: 0px;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	position: relative;
}

.story .excerpt p {
	margin: 0 0 30px!important;
}

.story .excerpt p:nth-last-child(1) {
	margin-bottom: 0px;
}

.story .excerpt .readmore {
	background: #ffffff;
	width: fit-content;
	padding: 5px;
	line-height: 1;
	font-size: 17px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: 0.3s ease-in-out;
	color: #000000;
}

.story .excerpt .readmore:hover {
	background: #000000; 
	color: rgb(44, 169, 169);
	color: #ffffff;
}

.story .image {
	width: 100%; 
	height: 0;
	padding-bottom: 73%; 
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
	border: solid 1px #ffffff;
	border-bottom: 0px;
}

.story .title {
	background:#ffffff;
	font-size: 20px; 
	line-height:28px; 
	font-family: calmetta, sans-serif!important;
	font-weight: 700!important;
	font-style: normal!important;
	padding: 5px;
	color: #00000A!important;
}

@media (max-width:1024px) {
	.story {
		width: 49%;
	}
}

@media (max-width:900px) {
	.story .excerpt {
		font-size: 15px;
	}
}

@media (max-width:700px) {
	.story {
		width: 100%;
		margin: 0 auto 30px;
	}
}

@media (max-width:450px) {
	.story .date {
		font-size: 12px;
	}
}
