﻿@charset "UTF-8";
/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
.pkmn-list-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-top: 0;
	padding-bottom: 1em
}
.pkmn-list-item {
	display: inline-block;
	margin: 6px;
	width: calc((100%/3) - 12px);
	text-align: center;
	font-size: smaller;
	font-weight: 900;
	position: relative
}
.shop-list-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-top: 0;
	padding-bottom: 1em
}

.shop-list-item {
	display: inline-block;
	margin: 6px;
	width: calc((100%/3) - 12px);
	text-align: center;
	font-size: smaller;
	font-weight: 900;
	position: relative
}

.NXT {
	background: rgba(255, 255, 255, 1)
}
.pkmn-list-item .pkmn-name {
	opacity: .99
}
.pkmn-list-item .pkmn-list-img img {
	margin-top: -10%;
	margin-bottom: 0
}
.pkmn-list-img {
	border-radius: 0;
	background: #fff;
	border: 0 solid #ddd
}
.pkmn-list-item {
	font-size: 13px;
	width: calc((100%/7) - 6px)
}
.pkmn-list-img {
	border-radius: 12px
}.
p2 {
	font-family: Arial;
	text-align: center;
	font-size: 18px
}
.pkmn-list-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-top: 0;
	padding-bottom: 1em
}
.pkmn-list-item {
	display: inline-block;
	margin: 6px;
	width: calc((100%/6) - 12px);
	text-align: center;
	font-size: smaller;
	position: relative
}
.pkmn-list-item .pkmn-name {
	opacity: .99
}
.pkmn-list-item .pkmn-list-img img {
	margin-top: -35%;
	margin-bottom: -10%
}
.pkmn-list-item .shiny-icon {
	position: absolute;
	height: 1.25em;
	right: .6em;
	bottom: 63%
}
}
@media only screen and (max-width:768px) {
	.event-page-wrapper {
		max-width: 95%
	}
	.event-page-wrapper>.page-content>.header-page>.page-title {
		font-size: 28px
	}
	.event-page-image .event-cover-image {
		width: 100%;
		margin-top: 0
	}
	.event-page-image .event-cover-image img {
		border-radius: 0
	}
	.event-toc>.event-toc-item {
		width: calc((100%/4) - 6px)
	}
	.event-toc>.event-toc-item:hover, .event-toc>.event-toc-item:active {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.bonus-features-wrapper {
		display: initial
	}
	.bonus-wrapper, .features-wrapper {
		width: initial;
		padding-right: initial
	}
	.event-page-wrapper .item-label-quantity {
		width: 5rem;
		white-space: normal
	}
	.event-img-wrapper {
		height: 5em;
		width: 5em
	}
	.event-item img {
		height: 5em;
		width: 5em
	}
	.event-item h2 {
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100vw - 9em)
	}
	.event-item-wrapper>p {
		font-size: 13px
	}
	.event-text-container {
		display: block;
		width: 100%
	}
	.event-text {
		width: initial
	}
	.event-text>p {
		-webkit-margin-before: 0;
		margin-block-start: 0;
		-webkit-margin-after: 0;
		margin-block-end: 0;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 13px;
		width: 100%
	}
	.pkmn-list-item {
		font-size: 13px;
		margin: 3px;
		width: calc((100%/3) - 6px)
	}
	.pkmn-list-img {
		border-radius: 12px
	}
	.shop-list-item {
		font-size: 13px;
		margin: 3px;
		width: calc((100%/1) - 6px)
	}

	.event-countdown-container {
		border-top: 1px solid #eee;
		margin-top: .5em;
		width: 98%
	}
	.event-countdown {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 0;
		border-left: none;
		padding-right: .2em;
		float: right;
		font-size: 16px;
		padding-left: 0
	}
	.event-countdown span.cd-txt {
		margin-right: .2em
	}
}
@media only screen and (max-width:375px) {
	.event-toc-item-text {
		font-size: smaller
	}
	.event-page-wrapper {
		font-size: .9em
	}
	.event-img-wrapper {
		height: 4em;
		width: 4em
	}
	.event-item img {
		height: 4em;
		width: 4em
	}
	.event-item h2 {
		font-size: .9em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100vw - 9em)
	}
	.event-text>p {
		-webkit-margin-before: 0;
		margin-block-start: 0;
		-webkit-margin-after: 0;
		margin-block-end: 0;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 10px;
		width: 100%
	}
	.event-countdown span.cd-num {
		font-size: 14.4px
	}
	.event-countdown span.cd-txt {
		font-size: 10px
	}
	.event-countdown-container {
		margin-top: .2em
	}
	.event-item-wrapper>p {
		padding: .25em
	}
}
@media only screen and (max-width:321px) {
	.event-page-wrapper {
		padding: 0 .5rem
	}
	.event-item-wrapper {
		margin-bottom: .3em
	}
	.event-item-wrapper>p {
		margin-bottom: 0
	}
	.event-page-wrapper {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
	.event-item h2 {
		font-size: .9em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100vw - 9em);
		margin-top: .15em;
		margin-bottom: .15em
	}
	.event-text>p {
		font-size: 10px;
		margin-top: -.5em;
		margin-bottom: .15em
	}
	.event-countdown span.cd-num {
		font-size: 13px
	}
	.event-countdown span.cd-txt {
		font-size: 10px
	}
}
.faq p {
	color: #333
}
hr.underheader {
	border-style: solid;
	color: #999
}
hr {
	border-style: solid;
	color: #d9d9d9
}
@media only screen and (min-width:769px) {
	.gear-content {
		width: 700px;
		margin-left: auto;
		margin-right: auto
	}
}
.gear-content>p>a, .product-description a {
	color: #e84118
}
.disclaimer {
	font-size: smaller;
	opacity: .8
}
.product-box {
	border: 6px solid #78e08f;
	box-shadow: 0 0 5px 0 #b8e994;
	padding: 1.5em;
	position: relative;
	margin: 4em auto 3em
}
.product-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.product-box:before {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 15%;
	left: 42.5%;
	margin: -4em auto 0;
	background-color: #d7d7d7
}
.product-image {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.product-image img:first-child {
	width: 100%;
	height: 100%;
	padding: 1em 2em 1em 1em
}
.product-image img:nth-child(2) {
	display: block
}
.product-info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.product-name, .product-subtitle {
	margin-top: 0;
	margin-bottom: .5em
}
.product-name, .product-name a {
	color: #e84118
}
.product-name:hover, .product-name a:hover {
	color: #c23616
}
.product-description {
	font-size: smaller;
	margin-top: .5em;
	margin-bottom: 2em
}
.product-link {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	width: 100%;
	padding: .5em 3em .7em;
	border-radius: 7px;
	border: 0;
	background-color: #ec6342;
	transition: all .1s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center
}
a.product-link:hover {
	background-color: #e84118
}
.product-box:after {
	display: inline-block;
	border: 25px inset transparent;
	border-top: 25px solid #fff;
	content: "";
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	left: 47px;
	bottom: -50px
}
.product-pointer {
	position: absolute;
	width: 60px;
	height: 60px;
	overflow: hidden;
	left: 40px;
	bottom: -60px
}
.product-pointer:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #78e08f;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: -14px;
	left: 12px;
	box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, .5)
}
@media only screen and (max-width:768px) {
	.product-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.search {
	width: 100%
}
.research-search {
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	padding-bottom: 60px
}
.research-search input#search {
	width: 100%;
	height: 4em;
	background: #ddd;
	border: none;
	font-size: 10pt;
	float: left;
	color: #63717f;
	padding-left: 45px;
	border-radius: 5px
}
.research-search input#search::-webkit-input-placeholder {
	color: #111
}
.research-search input#search:focus {
	background-color: #fff
}
.research-search .icon {
	position: absolute;
	margin-left: 15px;
	margin-top: 12px;
	left: 0;
	z-index: 1;
	color: #4f5b66
}
.research-search .fa-search {
	padding: 0
}
.list {
	margin: 0;
	padding: 20px 0 0
}
.list>li.header-li {
	list-style-type: none
}
#no-items-found {
	list-style-type: none;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	color: rgba(0, 0, 0, .5);
	padding-top: 3em;
	padding-bottom: 3em
}
.list>li.task-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.list>li.task-item>.task-item-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd
}
.list>li.task-item>.task-item-wrapper.even-item {
	background-color: #f6f6f6
}
li.task-item>.task-item-wrapper>.task-text {
	padding-left: 10px;
	width: 50%;
	padding-top: .15rem;
	padding-bottom: .15rem
}
li.task-item>.task-item-wrapper>.task-text>.hide-task-text {
	display: none
}
.task-text-smaller {
	font-size: 17px
}
li.task-item>.task-item-wrapper>.task-reward {
	width: 50%;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-top: .15rem;
	padding-bottom: .15rem
}
li.task-item>.task-item-wrapper>.task-reward>.reward-text {
	width: 25%
}
.reward-img {
	max-height: 50px;
	overflow: hidden;
	margin-top: -.15rem;
	margin-bottom: -.15rem
}
.reward-img img {
	max-height: initial;
	margin-top: -50%;
	margin-bottom: -30%;
	margin-left: 15%
}
.reward-img img.small {
	margin-top: -60%;
	margin-bottom: -20%
}
.reward-img img.medium {
	margin-top: -50%;
	margin-bottom: -30%
}
.reward-img img.large {
	margin-top: -35%;
	margin-bottom: -45%
}
.reward-img img.xlarge {
	margin-top: -25%;
	margin-bottom: -55%
}
.reward-img img.xxlarge {
	margin-top: -10%;
	margin-bottom: -70%
}
.reward-img img.bug {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a8b820 100%)
}
.reward-img img.dark {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a29288 100%)
}
.reward-img img.dragon {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a27dfa 100%)
}
.reward-img img.electric {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fae078 100%)
}
.reward-img img.fairy {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f4bdc9 100%)
}
.reward-img img.fighting {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d67873 100%)
}
.reward-img img.fire {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f5ac78 100%)
}
.reward-img img.flying {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6b7f5 100%)
}
.reward-img img.ghost {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a292bc 100%)
}
.reward-img img.grass {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a7db8d 100%)
}
.reward-img img.ground {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #ebd69d 100%)
}
.reward-img img.ice {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #bce6e6 100%)
}
.reward-img img.normal {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6c6a7 100%)
}
.reward-img img.poison {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c183c1 100%)
}
.reward-img img.psychic {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fa92b2 100%)
}
.reward-img img.rock {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1c17d 100%)
}
.reward-img img.steel {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1d1e0 100%)
}
.reward-img img.water {
	background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #64b5f6 100%)
}
li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
	font-size: 18px;
	width: 30%;
	margin-left: .5rem
}
li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range>.prefix-cp {
	font-size: 13px;
	font-weight: 700
}
li.task-item>.task-item-wrapper>.task-reward>.shiny-icon {
	height: 1em;
	position: relative;
	top: 0%;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%)
}
@media only screen and (max-width:768px) {
	.list>li.task-item>.task-item-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.list>li.task-item>.task-item-wrapper>.task-text {
		width: 100%;
		margin-top: .75rem;
		padding-top: .15rem;
		padding-bottom: .15rem;
		background-color: #eee;
		font-size: smaller
	}
	.task-text-smaller {
		font-size: initial
	}
	.catch-research-tag {
		border-left: 3px solid #62d994
	}
	.throw-research-tag {
		border-left: 3px solid #5dc288
	}
	.berry-research-tag {
		border-left: 3px solid #ee72ae
	}
	.hatch-research-tag {
		border-left: 3px solid #f4d34b
	}
	.battle-research-tag {
		border-left: 3px solid #ed796d
	}
	.raid-research-tag {
		border-left: 3px solid #d06a60
	}
	.power-research-tag {
		border-left: 3px solid #67b2e4
	}
	.misc-research-tag {
		border-left: 3px solid #b482c8
	}
	.event-research-tag {
		border-left: 3px solid #22a6b3
	}
	.list>li.task-item>.task-item-wrapper>.task-reward {
		width: 100%;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: .5em;
		padding-left: .5em
	}
	li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
		width: 35%;
		padding-top: .15rem
	}
	.hide-task-text-m {
		display: none
	}
	.list>li.task-item>.task-item-wrapper.even-item {
		background-color: #fff
	}
	li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
		font-size: smaller;
		width: 30%;
		margin-left: .5rem
	}
	li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range>.prefix-cp {
		font-size: x-small;
		font-weight: 700
	}
}
h2#salebox-header {
	margin-top: .4em;
	margin-bottom: .4em;
	padding: 0 .5rem
}
#box-cost {
	font-size: smaller
}
.box-sales-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.box-container {
	-webkit-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	padding: 0 .5rem
}
.box-img {
	position: absolute;
	bottom: 0;
	right: 0
}
.item-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: .5rem 1rem;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px
}
.item-img {
	display: inline;
	padding: 0 1.25rem
}
.sale-item {
	position: relative;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0
}
.item-label-quantity {
	font-weight: 400;
	opacity: .8;
	width: 8rem;
	font-size: small;
	display: inline-block;
	white-space: nowrap
}
.item-quantity {
	font-weight: 700;
	opacity: 1;
	font-size: larger
}
@media(min-width:769px) and (max-width:1062px) {
	.item-label-quantity {
		width: 6.5rem
	}
}
@media(max-width:901px) {
	.box-container {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
		border-right: none!important
	}
	.item-label-quantity {
		font-size: small;
		width: 5rem;
		white-space: pre-wrap;
		height: 3rem
	}
	.item-name {
		height: 2.5rem;
		vertical-align: middle
	}
	.item-container {
		padding: 0 0
	}
	#cost-wrapper {
		margin-bottom: 25px
	}
	#label-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		position: relative
	}
	#label-wrapper img {
		right: 40%
	}
}
@media(min-width:320px) and (max-width:360px) {
	.item-container {
		padding: 0 .5rem
	}
	.sale-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}
.resource-list {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-padding-start: 0;
	padding-inline-start: 0
}
.resource-item {
	display: block;
	position: relative;
	text-decoration: none;
	color: #212121;
	border: 1px #ddd solid;
	width: calc((100%/4) - 8px);
	padding: 10px 10px 10px 12px;
	border-radius: 10px 10px 10px 10px;
	text-align: left;
	margin-bottom: 1em;
	margin: 4px;
	box-shadow: 1px 1px 5px #eee;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out
}
.resource-item:hover {
	background: #f2f2f2;
	cursor: pointer
}
.resource-item:active {
	-webkit-transform: translate(-1px, 1px);
	-ms-transform: translate(-1px, 1px);
	transform: translate(-1px, 1px)
}
.resource-item img {
	height: 40px
}
.resource-item .resource-label {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0
}
.resource-item .resource-subtitle {
	display: block;
	font-style: italic;
	font-size: 14px;
	text-overflow: ellipsis;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	opacity: .6;
	max-width: calc(100vw - 9em);
	overflow: hidden;
	white-space: nowrap
}
.resource-item.shine:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, .4);
	transition: none
}
.resource-item.shine:hover:after {
	width: 120%;
	background-color: transparent;
	transition: all .5s ease-in-out
}
.resource-item.shine2 {
	background-repeat: no-repeat;
	background-position: -240px -240px, 0 0;
	background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
	background-size: 250% 250%, 100% 100%;
	transition: background-position 0s ease
}
.resource-item.shine2:hover {
	background-position: 0 0, 0 0;
	transition-duration: .5s
}
.tag-new:before, .tag-updated:before, .tag-event:before {
	font-size: 14px;
	font-family: lato;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px 5px;
	border-radius: 2px;
	z-index: 2;
	color: #eee;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .1)
}
.tag-new:before {
	content: "NEW!";
	background: #d63031
}
.tag-updated:before {
	content: "Updated";
	background: #3498db
}
.tag-event:before {
	content: "Event";
	background: #27ae60
}
@media only screen and (max-width:768px) {
	.main-nav {
		position: absolute;
		top: -3vw;
		left: 0;
		z-index: 10;
		width: 300px;
		height: 200%;
		background-color: #fff;
		padding: 25px 30px;
		-webkit-transform: translate3d(98vw, 0, 0);
		transform: translate3d(98vw, 0, 0);
		white-space: initial
	}
	.main-nav ul {
		padding: 15px 0 0;
		display: inline-block
	}
	.main-nav ul.subnav {
		padding: 0;
		margin-top: 0;
		text-align: left;
		left: 0;
		background-color: transparent;
		border-radius: 0;
		display: inline-block;
		position: initial;
		background-color: initial;
		z-index: 10000;
		overflow: hidden;
		pointer-events: all;
		opacity: 1;
		max-height: 1000px
	}
	.main-nav ul li {
		padding-right: 0
	}
	.main-nav ul li.menu-text {
		display: block;
		border-bottom: solid 2px #555
	}
	.main-nav ul li a {
		width: 240px
	}
	.main-nav ul li.nav-item {
		border-bottom: solid 1px #cecece
	}
	.main-nav ul li.nav-item span.nav-link a.subnav-section {
		font-size: 0;
		line-height: 0;
		display: none
	}
	.main-nav ul a.nav-link {
		margin: 1rem 0
	}
	.nav-link {
		padding: 0 1rem
	}
	span.nav-link:hover {
		border-radius: 0;
		background-color: #fff
	}
	span.nav-link:hover .subnav {
		background-color: transparent
	}
	span.nav-link:after {
		display: none
	}
	.subnav .subnav-item {
		display: block;
		white-space: nowrap;
		margin: .7rem 0
	}
	.subnav .subnav-item a {
		color: #212121
	}
	.menu-icon-container {
		display: inline
	}
	.fa-bars {
		padding: .6rem
	}
	.main-header .logo a {
		font-size: 30px
	}
	.main-header .logo img {
		align: bottom;
		margin-right: .2em;
		width: auto;
		height: 30px
	}
	.post-card-box li {
		width: 100%;
		margin-bottom: 20px
	}
	.post-card-box li:last-child {
		margin-bottom: 0
	}
	.recent-box .recent-list .recent-item {
		position: relative;
		display: inline-block;
		width: 49%;
		height: 150px;
		margin-left: .5%;
		margin-bottom: .5%
	}
	.recent-box .recent-list .recent-item span {
		position: absolute;
		font-size: 12px;
		left: 2.5%;
		bottom: 10%;
		color: #fff
	}
}
@media only screen and (max-width:480px) {
	.wrapper, .header-wrapper {
		max-width: 95%
	}
	.page-image {
		height: 200px
	}
	.page-content {
		margin-top: 8px;
		padding: 15px
	}
	.header-page {
		margin-bottom: 20px
	}
	.header-page h1 {
		font-size: 36px;
		margin: 0 0 5px
	}
	.header-page .page-date {
		font-size: 14px
	}
	.recent-box .recent-list .recent-item {
		position: relative;
		display: inline-block;
		width: 99%;
		height: 150px;
		margin-left: .5%;
		margin-bottom: .5%
	}
	.recent-box .recent-list .recent-item span {
		position: absolute;
		font-size: 12px;
		left: 2.5%;
		bottom: 10%;
		color: #fff
	}
	.main-header .logo a {
		font-size: 24px
	}
	.main-header .logo img {
		align: bottom;
		margin-right: .2em;
		width: auto;
		height: 24px
	}
	.menu-icon, .menu-icon-close, .search-icon, .search-icon-close {
		font-size: 16px
	}
	.about-body .contact-list li {
		display: inline-block;
		margin-left: 5px
	}
	.about-body .contact-list li:first-child {
		margin-left: 0
	}
	.about-body .contact-list li a {
		display: block;
		color: #999;
		font-size: 16px;
		text-decoration: none;
		padding: 5px;
		transition: all 350ms cubic-bezier(.13, .43, .54, 1.82)
	}
	.about-body .contact-list li a:hover {
		color: #87314e;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3)
	}
	.author-box {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
	.author-box .author-img {
		height: 100px;
		width: 100px;
		margin: 0 0 10px
	}
	.author-box .author-desc h2 {
		margin: 0 0 10px
	}
	.author-box .author-desc p {
		margin: 0 0 15px
	}
	.resource-item {
		width: calc((100%/3) - 8px)
	}
	.resource-item .resource-label {
		font-size: 18px
	}
.pkmn-list-item {
		width: calc((100%/1) - 6px)
	}
.shop-list-item {
		width: calc((100%/1) - 6px)
	}

}
@media only screen and (max-width:320px) {
	body {
		font-size: 16px
	}
.pkmn-list-item {
		width: calc((100%/1) - 8px)
	}
	.resource-item .resource-label {
		font-size: 16px
	}
	.resource-item img {
		height: 35px
	}
.shop-list-item {
		width: calc((100%/1) - 8px)
	}
}