/* TABLE OF CONTENTS */

html,body {
	overflow-x: hidden;
}

.navbar {
    width: 100%;
    height: 60px;
    position: fixed !important;
    top: 0;
    z-index: 99999999;
    color: #fff;
}
#nav_buy {
	border-radius: 5px;
}

nav * {
	font-weight: 600;
	text-transform: uppercase;
}

.ubermenu-responsive-toggle {
    padding: 15px 20px 35px !important;
}

.ubermenu-nav > li {
    background-color: #222 !important;
}

#ubermenu-nav-main-11-primary {
    background-color: #222 !important;
    border-radius: 5px;
}

#ubermenu-main-11-primary-2 {
    background-color: rgba(0,0,0,0) !important;
}

.nav-image {
    max-height: 50px;
}

.ubermenu .ubermenu-target {
	padding: 5px 20px !important;
}

.game_platforms {
	padding-bottom: 10px;
}

section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* CTA BUTTON STYLES */
.cta_btn * {
    font-size: 20px !important;
}

.vc_btn3 {
    font-size: 30px !important;
}

#view_trailer-trigger {
    width: 100%;
    background-color: #e52a1a !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 30px !important;
    padding: 18px 25px !important;
}

#view_trailer-trigger a {
    color: #fff !important;
}

/* HOME PAGE BLOG STYLES */
.blog_post {
	padding: 20px 20px;
}

.blog_featured_image_home {
	position: relative;
	width: 100%;
	max-width: 100%;
}

/* FOOTER STYLES */

footer {
	clear: both;
    bottom: 0; 
    width: 100%;
    font-weight: bold;
    padding: 0px 10px;
}

footer li {
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

footer img {
	text-align: left;
}

.footer_text_header {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pub_dev_logo {
	padding-right: 10px;
}

.pub_dev_logo:first-of-type {
	padding-left: 15px;
}

.legal_links {
	padding-right: 5px;
}

.store_logo {
	padding-right: 20px;
}

a {
	text-decoration: none !important;
}

/* BLOG STYLES */

.blog-header-wrapper {
	position: relative;
	background-size: 100% !important;
	background-position: center center !important; 
}

#blog_header{
	z-index: 1;
	position: relative;
}

.blog-header-wrapper p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-header-wrapper:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}

.blog_container {
	min-height: 100%;
	display: block;
}

/* GENERAL STYLES */




.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

li.wpml-ls-menu-item ul li a {
	width: auto;
}

.ts-isotope-posts-thumb img {
	max-height: 400px;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right !important;
}

#btn_sign_up a {
	font-weight: bold;
	background: #293242; /* Old browsers */
    background: -webkit-linear-gradient(#293242 0%, #1a1820 100%);
    background: -o-linear-gradient(#293242 0%, #1a1820 100%);
    background: linear-gradient(#293242 0%, #1a1820 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293242', endColorstr='#1a1820',GradientType=0 ); /* IE6-9 */
}

/* RETAILER STYLES */

.retailer_select {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #09f;
    margin-bottom: 10px;
    border: 1px solid #003559;
    background: #293242 !important;
    background: -webkit-linear-gradient(#293242 0%, #1a1820 100%);
    background: -o-linear-gradient(#293242 0%, #1a1820 100%);
    background: linear-gradient(#293242 0%, #1a1820 100%) !important;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293242', endColorstr='#1a1820',GradientType=0 ); */
}

.retailer_select option {
	background-color: #003559;
}

.retailer_purchase_btn, #mc-embedded-subscribe{
    padding: 10px 30px;
    margin-top: 20px;
    display: block;
    text-align: center;
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #003559;
    background: #293242 !important;
    background: -webkit-linear-gradient(#293242 0%, #1a1820 100%);
    background: -o-linear-gradient(#293242 0%, #1a1820 100%);
    background: linear-gradient(#293242 0%, #1a1820 100%) !important;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293242', endColorstr='#1a1820',GradientType=0 ); */
}

.features_inner .vc_column-inner {
	padding-top: 20px;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(0,0,0,0.4);
}

.text-shadow {
    text-shadow: 0 0 10px #000;
}

.vc_btn3-container a, .vc_btn3 {
    text-transform: uppercase !important;
}

/* .features1, .features2., .features3, .features4 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

.features1 {
	background-color: #a3db54;
}

.features2 {
	background-color: #719275;
}

.features3 {
	background-color: #d74130;
}


.features4 {
	background-color: #f1970d;
} */

/* Community Section */
#community {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.bg_black {
	background-color: rgba(0,0,0,0.5) !important;
	padding-right: 20px !important;
}

/* Features Section */

.ts-hover-effect-goliath {
    background: rgba(0,0,0,0) !important;
}

.ts-hover-effect-content {
	font-size: 22px;
	font-weight: 600;
}

#ts-return-to-top-main {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    background-color: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
}

#ts-return-to-top-main:hover {
    color: #fff;
    top: 5px;
}

#ts-return-to-top-main i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.ts-image-hotspot-container {
    height: auto !important;
    margin-bottom: 20px;
    display: block;
}

/* Youtube Embed Fix */
.youtube-container { display: block; margin: 15px auto; width: 100%; max-width: 1920px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("//www.gearboxpublishing.com/assets/images/icons/play.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.blog-post .section_padding {
    height: 40px;
}

h4 {
    color: #fff !important;
}

* {
    background-repeat: no-repeat !important;
    background-size: cover;
}

[class*=" nch-lb-icon-"], [class^=nch-lb-icon-] {
    z-index: 9999999999;
    margin-bottom: 100px;
}
@media screen and (min-width: 1921px){ 
}
@media screen and (min-width: 1280px){ 
   .ts-image-hotspot-casing .ts-image-hotspot-holder{
        height: 100vh;
   }
	.platform_logo {
		height: 32px;
    	margin-top: 5px;
    	margin-bottom: 5px;
	}
	#social-links {
		margin-left: auto;
		margin-right: 0px;
		text-align: right !important;
	}
}
@media screen and (max-width: 1279px) { 
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.platform_logo {
    	height: 24px;
    	margin-top: 5px;
    	margin-bottom: 5px;
	}
	#social-links {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}
    .blog_featured_image_home {
        height: 384px !important;
    }
    .section_header {
        line-height: 1 !important;
    }
    * {
        line-height: 1 !important;
    }
    .blog_container img {
        max-width: 100%;
        height: auto;
    }
    .blog-header-wrapper p {
        width: 90%;
    }
}