/* INSIDER RESETS */

.site-branding-main {
	margin-top: 25px;
}

.ctn-header-main {
	padding: 0;
}

.main-navigation ul li {
	padding: 25px 25px;
    overflow: hidden;
    height: 78px;
    margin: 0;
    display: block;
    float: left;
}

.nav-primary .ctn-translate-bing .ctn-main {
    background-color: transparent;
}

/* INSIDER */

body.category-insider .post-small .entry-content,
body.category-insider .post-large .entry-header a, 
body.category-insider .status-container article .entry-header a,
body.category-insider .post-small.post_format-post-format-link .ctn-img-link+a,
body.category-insider .post-small.post_format-post-format-link .entry-content {
	background: #000000;
}

body.category-insider .post-large {
	background: #27252a;
	border-color: #27252a;
}

body.category.category-insider .entry-content .entry-title a,
body.category.category-insider .entry-content  a {
	color: #a7a7a7;
}

body.category-insider .post-large .post-excerpt p, 
body.category-insider .status-container article .post-excerpt p {
	color: #fff;
}

body.category-insider header > .ctn-translate-bing .ctn-main,
body.category-insider .site-main>.ctn-main
{
	background: #1f1f21;
}

body.category-insider #campaign-banner {
	display: none;
}

body.category-insider {
	background-color: #000;
	background-image: url(//news.xbox.com/en-us/wp-content/uploads/sites/2/Insider-BG-1920x925-split.jpg);
	background-position-y: 140px;
}

/* INSIDER MENU */

#menu-item-80634 {
	transition: background-color 0.25s ease-out;
}

#menu-item-80634:hover,
#menu-item-80634.current-menu-item {
	border-left: 1px solid #1c9017;
	border-right: 1px solid #1c9017;
	background-color: #1f1f21;
	padding: 25px 24px;
}

#menu-item-80634 a {
	background: url(//news.xbox.com/en-us/wp-content/uploads/sites/2/Gamepad_shadow.png) no-repeat;
    background-position: center bottom;
    height: 120px;
    transition: 0.25s ease-out;
}

#menu-item-80634:hover a,
#menu-item-80634.current-menu-item a {
	transform: translateY(-83px);
}

@media (max-width: 767px) {
	.site-branding-main {
		margin-top: 0;
	}

	.main-navigation ul li {
	    padding: 5px 0 0 !important;
	    max-height: 42px;
	    height: auto;
	}
}

/* HOLIDAY */

.category-holiday .ctn-archive-unit-quarter,
.category-holiday .ctn-archive-unit-year {
	display: none;
}


/* Mixer */

body.search .warning-search {
	display: none;
}

.withDownload .download-cart {
	top: 0;
  height: 78px;
}

.single-post .post-large>.entry-header .video-wrapper .start-image {
    margin: 0;
}

/* E3 2018 */

.main-navigation ul li:not(:last-child) {
    padding: 25px 23px;
}

.sidebar li.rp4wp-col.rp4wp-col-first {
    margin-bottom: 0px !important;
}

.post-large .lazyload,
.post-large .lazyloading {
	height: 319px;
}

.post-small .lazyload,
.post-large .lazyloading {
	height: 300px;
}

@media (max-width: 767px) {
	.post-small .lazyload,
  .post-large .lazyload,
	.post-small .lazyloading,
	.post-large .lazyloading {
    height: auto;
	}
}

/* ID@XBOX */
body.category.category-idatxbox {
    background-color: #000000;
    background-image: url(https://news.xbox.com/en-us/wp-content/uploads/sites/2/ID_Xbox_Background.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}