﻿@charset "UTF-8";
html {
	line-height: 1.15
}
body {
	margin: 0
}
a {
	background-color: transparent
}
b, strong {
	font-weight: bolder
}
code {
	font-family: monospace;
	font-size: 1em
}
img {
	border-style: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
::-webkit-file-upload-button {
	font: inherit
}
[hidden] {
	display: none
}
*, :after, :before {
	box-sizing: border-box
}
body, html {
	overflow-x: hidden
}
html {
	line-height: 1.5;
	font-size: 16px
}
img {
	height: auto;
	max-width: 100%
}
a {
	color: #87314e
}
.content {
	flex-grow: 1
}
::selection {
	background: #87c766;
	color: #fff
}
p {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto
}
.center-image {
	margin: 0 auto;
	display: block
}
.color-555555 {
	color: #555
}
.search {
	width: 100%
}
.list {
	margin: 0;
	padding: 20px 0 0
}
.list>li.header-li {
	list-style-type: none
}
.events-list {
	display: block
}
.events-list-header {
	margin-block-start: .25em;
	margin-block-end: .75em;
	font-style: italic;
	border-bottom: 1px solid #999
}
.events-list a {
	text-decoration: none;
	color: #212121
}
[class=event-header-time-period]:not(:empty) {
	padding-top: 1em;
	border-top: 1px dashed grey
}
#end-text, #start-text {
	font-size: 13px;
	font-weight: 700
}
.pkmn-list-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	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;
	padding-top: 1.25em;
	font-size: smaller;
	position: relative
}
.pkmn-list-item .pkmn-name {
	margin-top: .25em;
	opacity: .75;
	font-weight: 700
}
.pkmn-list-item .pkmn-list-img img {
	margin-top: -35%;
	margin-bottom: -10%
}
.pkmn-list-img {
	border-radius: 12px;
	background: #f0f8ff;
	border: #ddd solid 1px
}
.product-description a {
	color: #e84118
}
.product-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}
.product-image {
	flex: 1;
	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-name {
	margin-top: 0;
	margin-bottom: .5em
}
.product-name, .product-name a {
	color: #e84118
}
.product-name a:hover, .product-name: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
}
@media only screen and (max-width:768px) {
	.product-content {
		display: flex;
		flex-direction: column
	}
}
.search {
	width: 100%
}
.list {
	margin: 0;
	padding: 20px 0 0
}
.list>li.header-li {
	list-style-type: none
}
.item-img {
	display: inline;
	padding: 0 1.25rem
}
@media (max-width:901px) {
	.item-name {
		height: 2.5rem;
		vertical-align: middle
	}
}
.tag-new:before {
	font-size: 14px;
	font-family: ;
	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
}
@media only screen and (max-width:960px) {
	.pkmn-list-item {
		font-size: 12px;
		margin: 3px;
		width: calc((100%/3) - 6px)
	}
	.pkmn-list-img {
		border-radius: 12px
	}
}
@media only screen and (max-width:768px) {
	.pkmn-list-item {
		font-size: 12px;
		margin: 3px;
		width: calc((100%/3) - 6px)
	}
	.pkmn-list-img {
		border-radius: 12px
	}
}
@media only screen and (max-width:480px) {
	.pkmn-list-item {
		font-size: 12px;
		margin: 3px;
		width: calc((100%/3) - 6px)
	}
}