
.header__menuIconInner {
	position: relative;
	width: 15px;
	height: 15px;
	transition: transform .1s ease-out
}

.header--open .header__menuIconInner {
	transform-origin: 50% 50%;
	transform: rotate(45deg)
}

.header--open .header__menuIconInner .header__menuIconLine--0,
.header--open .header__menuIconInner .header__menuIconLine--3 {
	opacity: 0;
	display: none;
}

.header--open .header__menuIconInner .header__menuIconLine--2 {
	opacity: 1
}

.header__menuIconLine {
	background: #d2d2d2;
	position: absolute;
	transition: opacity .1s ease-out
}

.header__menuIconLine--horizontal {
	left: 0;
	width: 100%;
	height: 1px
}

.header__menuIconLine--vertical {
	width: 1px;
	height: 100%;
	top: 0
}

.header__menuIconLine--0 {
	top: 0
}

.header__menuIconLine--1 {
	top: 7px
}

.header__menuIconLine--2 {
	opacity: 0;
	left: 7px
}

.header__menuIconLine--3 {
	bottom: 0
}

body.admin-bar .header {
	/*top: 46px*/
}

.header {
	z-index: 999;
	padding: 0 20px;
	text-align: center;
	height: 60px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	transition: height .2s;
	position: absolute;
	top: 0
}

.header a {
	white-space: nowrap
}

@media (min-width: 900px) {
	.header {
		height: 120px;
		text-align: left;
		padding: 0 40px;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0)
	}
	.single .header {
		background: #000
	}
}

@media (max-width: 900px) {
	.header--open .header {
		min-height: 100vh;
		overflow: scroll;
	}
}

.header__bottom {
	height: 100%;
	width: 100%
}

@media (max-width: 899px) {
	.header__bottom {
		transition: opacity 0s ease-out 0s;
		opacity: 0;
		display:none;
	}
	.header--open .header__bottom {
		opacity: 1;
		transition: opacity .4s ease-out .1s;
		display:block;
	}
}

@media (min-width: 900px) {
	.header__bottom {
		display: flex;
		align-items: center
	}
}

.header__inner {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

@media (min-width: 900px) {
	.header__inner {
		flex-wrap: nowrap;
		height: 100%;
		align-items: center;
		width: 100%;
		max-width: 1210px;
		margin: 0 auto
	}
}

.header a {
	color: #fff;
	text-decoration: none
}

.header a:visited {
	color: #fff;
	text-decoration: none
}

.header a:hover {
	color: #83734A;
	text-decoration: none
}

.header a:active {
	color: #83734A;
	text-decoration: none
}

.header .current_page_item a {
	pointer-events: none;
	color: #83734A
}

.header__top {
	width: 100%
}

@media (min-width: 900px) {
	.header__top .header__divider {
		display: none
	}
}

@media (max-width: 899px) {
	.header__top .header__divider {
		transition: opacity 0s ease-out 0s;
		opacity: 0
	}
	.header--open .header__top .header__divider {
		opacity: 1;
		transition: opacity .4s ease-out .1s
	}
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__top {
		width: 80px;
		margin-right: 30px
	}
}

@media (min-width: 1136px) {
	.header__top {
		width: 140px;
		margin-right: 30px
	}
}

.header__topInner {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__topInner {
		height: 120px
	}
}

@media (min-width: 1136px) {
	.header__topInner {
		height: 120px
	}
}

.header__logoSubtitle {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .6rem;
	line-height: .6rem;
	letter-spacing: .185rem;
	margin-bottom: -.18rem;
	opacity: 0.7;
	margin-top: 2px
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__logoSubtitle {
		font-size: .6rem;
		line-height: .6rem;
		letter-spacing: .185rem;
		margin-bottom: -.18rem
	}
}

@media (min-width: 1136px) {
	.header__logoSubtitle {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .277rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__logoSubtitle {
		margin-top: 6px
	}
}

@media (min-width: 1136px) {
	.header__logoSubtitle {
		margin-top: 8px
	}
}

.header__logo {
	text-align: center;
	text-decoration: none
}

.header__logo img {
	width: 60px;
	font-display: inline-block;
	height: auto;
}

@media (min-width: 900px) and (max-width: 1136px) {
	.header__logo img {
		width: 80px
	}
}

@media (min-width: 1135px) {
	.header__logo img {
		width: 140px
	}
}

.header__logo:hover,
.header__logo:active,
.header__logo:visited {
	text-decoration: none
}

.header__toggleIcon {
	cursor: pointer;
	height: 15px;
	display: flex;
	align-items: center
}

@media (min-width: 900px) {
	.header__toggleIcon {
		display: none
	}
}

.header__menuCaption {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.1rem;
	line-height: 1.1rem;
	letter-spacing: .06rem;
	margin-bottom: -.33rem;
	margin-right: 15px;
	opacity: 1;
	transform: translateX(0);
	transition: opacity .2s ease-out, transform .2s ease-out
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__menuCaption {
		font-size: 1.1rem;
		line-height: 1.1rem;
		letter-spacing: .06rem;
		margin-bottom: -.33rem
	}
}

@media (min-width: 1136px) {
	.header__menuCaption {
		font-size: 1.1rem;
		line-height: 1.1rem;
		letter-spacing: .06rem;
		margin-bottom: -.33rem
	}
}

.header--open .header__menuCaption {
	opacity: 0;
	transform: translateX(-10px)
}

.header__menuItems {
	width: 100%;
	/*height: calc(45% - 30px)*/
}

.header__menuItems .menu {
	width: 100%
}

@media (min-width: 900px) {
	.header__menuItems {
		height: initial
	}
}

.header__menuItems ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width: 900px) {
	.header__menuItems ul {
		flex-wrap: nowrap;
		text-align: left
	}
}

.header__menuItems li {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0
}

.header__menuItems li:last-of-type {
	margin: 40px 0;
}

.header__menuItems li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .06rem;
	margin-bottom: -.48rem
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__menuItems li a {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .1rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 1136px) {
	.header__menuItems li a {
		font-size: 1.3rem;
		line-height: 1.6rem;
		letter-spacing: .143rem;
		margin-bottom: -.69rem
	}
}

@media (min-width: 900px) {
	.header__menuItems li {
		width: initial;
		margin-top: 40px
	}
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__menuItems li:not(:first-child) {
		margin-left: 30px
	}
}

@media (min-width: 1136px) {
	.header__menuItems li:not(:first-child) {
		margin-left: 30px
	}
}

.header__extras {
	height: calc(55% - 30px);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	justify-content: center
}

@media (min-width: 900px) {
	.header__extras {
		height: 100%;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: flex-end
	}
}

.header__divider {
	display: block;
	height: 1px;
	width: 100%;
	background: #83734A;
	margin: 0 0;
	flex-shrink: 0
}

@media (min-width: 900px) {
	.header__divider {
		display: none
	}
}

.header__shop,
.header__play,
.header__newsletter {
	margin: 0 10px;
	width: 100%
}

@media (min-width: 900px) {
	.header__shop,
	.header__play,
  .header__newsletter {
		order: 2;
		width: initial
	}
}

.header__shop a,
.header__play a,
.header__newsletter a {
	color: #fff
}

.header__shop a:active,
.header__shop a:visited,
.header__play a:active,
.header__play a:visited,
.header__newslettery a:active,
.header__newsletter a:visited {
	color: #fff
}

.header__shop a:hover,
.header__play a:hover,
.header__newsletter a:hover {
	color: #fff
}

.header__shop a img,
.header__play a img,
.header__newsletter a img {
	transition: margin-left .2s ease-out;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -1px
}

.header__shop a,
.header__play a,
.header__newsletter a {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .06rem;
	margin-bottom: -.48rem
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__shop a,
	.header__play a,
  .header__newsletter a {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .1rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 1136px) {
	.header__shop a,
	.header__play a,
  .header__newsletter a {
		font-size: 1.3rem;
		line-height: 1.6rem;
		letter-spacing: .143rem;
		margin-bottom: -.69rem
	}
}

.header__shop a img,
.header__play a img,
.header__newsletter a img {
	height: 19px;
	width: auto;
	transform: translate3d(0, 0, 0);
	margin-top: -6px;
	transition: opacity .2s ease-out;
	opacity: .7
}

.header__shop a:hover img,
.header__play a:hover img,
.header__newsletter a:hover img {
	opacity: 1
}

.header__signUpBtn {
	width: 100%
}

@media (min-width: 900px) {
	.header__signUpBtn {
		width: initial;
		order: 3
	}
}

@media (min-width: 1136px) {
	.header__signUpBtn {
		margin-left: 30px
	}
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__signUpBtn {
		margin-left: 30px
	}
}

.header__signUpBtn button {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-family: NewsGot-Dem, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .06rem;
	margin-bottom: -.48rem;
	height: 48px;
	min-width: 192px;
	border: 1px solid #83734A;
	background: none;
	padding: 16px 26px
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__signUpBtn button {
		font-size: .9rem;
		line-height: .9rem;
		letter-spacing: .1rem;
		margin-bottom: -.27rem
	}
}

@media (min-width: 1136px) {
	.header__signUpBtn button {
		font-size: 1.3rem;
		line-height: 1.6rem;
		letter-spacing: .143rem;
		margin-bottom: -.69rem
	}
}

@media (min-width: 900px) and (max-width: 1135px) {
	.header__signUpBtn button {
		height: 48px;
		min-width: 120px
	}
}

@media (min-width: 1136px) {
	.header__signUpBtn button {
		height: 48px;
		min-width: 140px
	}
}

.header__signUpBtn button:hover {
	border-width: 3px;
	padding: 13px 23px
}

.quiz-active header .header__signUpBtn {
	display: none !important
}

.header__social {
	width: 100%;
	white-space: nowrap
}

.header__social a {
	line-height: 0;
	font-size: 0
}

@media (min-width: 768px) {
	.header__social {
		order: 0;
		text-align: right
	}
}

.header__socialItem {
	transition: opacity .2s ease-out;
	opacity: .7
}

.header__socialItem:hover {
	opacity: 1
}

.header__socialItem img {
	vertical-align: middle;
	padding: 10px;
	height: 34px
}

.header__socialItem:not(:first-child) {
	margin-left: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
	.header__socialItem:not(:first-child) {
		margin-left: 10px
	}
}

@media (min-width: 992px) {
	.header__socialItem:not(:first-child) {
		margin-left: 10px
	}
}