<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 /*
	CSS document by Kolen Mackey for Datadial Ltd. and ThePoke

	Upddated: v=160221.1.0
*/


/* Reset*/ 
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:0;
 }
 
/*---------------------------------------------------------------------------Structure*/

body{
	color:#1a1e22;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif; 
	font-size:15px;
	font-weight:400;
	background:#efefef;
}  

#site_container {
	max-width:1000px;
	display:block; 
	margin: 0 auto 50px; 
	position:relative;
	background:#fff;
	border:1px solid #e6e5e6;
	
}

.innerframe {
	max-width:100%;
	padding:0;
	display:block; 
	margin: 0 auto; 
	position:relative;
}

#bkg_header{
	position: relative;
	z-index: 9000;
}
 
#bkg_footer{
	min-height: 150px;
	background:#bc0018;
	position: relative;
	z-index: 6000;
}

/*--------------------------------------------------------------------------Masthead*/
#header_content {
	display: flex;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
#header_content #logo {
	display: inline-block;
	vertical-align: top;
	height: 90px;
	width: calc(100% - 730px);
	background: #bc0018 url(../img/thePoke_logo.svg) center / 200px auto no-repeat;
	padding: 90px 0 0 0;
	overflow: hidden;
}
#header_content .header-ad {
	display:inline-block;
	vertical-align: top;
	width:100%;
	max-width:728px;
	height: 90px;
	background: #bc0018;
	overflow: hidden;
}
/*--------------------------------------------------------------------------Body*/
#bkg_body { 
	padding:10px;
	position: relative;
	z-index: 0;
} 
#maincontent {
  width:100%;
  padding:10px 0 0;
  display:flex;
  justify-content: space-between;
  margin:0;
  flex-wrap: wrap;
}
.error404 #maincontent{
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.error404 #maincontent svg{
	width:80px;
	height: 80px;
}
.error404 #bkg_body{
	background: #bc0018;
	color: #fff;
	margin: 2px 0;
}
.error404 h1 {
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 4px;
}
/*--------------------------------------------------------------------------Footer*/
#footer_content {
	color: #fff;
	padding: 20px;
}
#footer_content a{
	color:#fff;
}
#bkg_footer a#dd_tag {
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom:10px;
	right:20px;
	color: rgba(255,255,255,0.4);
}
#bkg_footer p{
	margin:15px 0;
}
#bkg_footer p.copyright{
	font-weight: 400;
	font-size: 13px;
}
.menu-footer-menu-container{
	display: inline-block;
	vertical-align: top;
	width:50%;
	border-right:1px solid rgba(255,255,255,0.4);
	min-height: 120px;
}
ul.footer-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
ul.footer-menu li{
	display:block;
	width:30%;
	padding: 0;
	margin: 0 0 5px 0;
}
ul.footer-menu li a {
	display: block;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
ul.footer-menu li a:hover{
	color:#1a1e22
}
.FooterWidget{
	display: inline-block;
	vertical-align: top;
	width:50%;
	padding: 0 0 0 10px;
	float: right;
}
.FooterWidget aside {
	display: block;
	margin: 0;
	padding: 0;
}
.FooterWidget aside.widget_search{
	min-height: 60px;
}
.FooterWidget aside.widget_search label{
	display:none;
}
.FooterWidget aside input{
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0;
	height: 40px;
	border:none;
}
.FooterWidget aside input[type="text"]{
	width:60%;
	background: rgba(255,255,255,0.20);
	padding: 10px;
	font-size: 13px;
	color:#fff;
}
.FooterWidget aside input[type="submit"]{
	width:40%;
	background:#1a1e22;
	background: rgba(0,0,0,0.15);
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	
}
.FooterWidget aside ul{
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
}
.FooterWidget aside ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
}
.FooterWidget aside ul li a{
	display: block;
	padding: 4px 5px;
	font-size: 13px;
}
.FooterWidget aside ul li a i{
	font-size: 20px;
	font-weight: normal;
}
/*---------------------------------------------------------------------------Navigation*/


#navframe {
	background:#bc0018;
	display:block;
	height: 40px;
	width:100%;
	margin: 2px 0 0 0;
	z-index: 100;
	position: relative;
}
#navframe .close{
	display: none;
	position: absolute;
	top:35px;
	right:20px;
	color: #fff;
	z-index: 100;
}
#navframe .close svg{
	width:30px;
	height: 30px;
}
#navframe #pokeTag {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
	color: #fff;
}


#navframe2 {
	background:#bc0018;
	display:block;
	height: 40px;
	width:100%;
	margin: 2px 0 0 0;
	z-index: 100;
	position: relative;
}
#navframe2 .close{
	display: none;
	position: absolute;
	top:35px;
	right:20px;
	color: #fff;
	z-index: 100;
}
#navframe2 .close svg{
	width:30px;
	height: 30px;
}
#navframe2 #pokeTag {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
	color: #fff;
}
#pokeTag .links {
	display: block;
	text-align: center;
	margin: 0 0 10px;
}
#pokeTag .links a {
	display: inline-block;
	vertical-align: top;
	width:25px;
	height: 25px;
	color: #fff;
	margin: 0 5px;
}
#pokeTag p{
	margin: 0;
}
/*Footer*/
#poke_cure {
	display: flex;
	background: #1a1e22;
	margin: 0;
	color: #fff;
	/* text-align: right; */
	justify-content: space-between;
	padding: 0;
}
#poke_cure #footerlogo{
  background: #bc0018 url("../img/thePoke_logo.svg") no-repeat scroll 20px center / auto 80%; ;
  display:block;
  margin: 0;
  width: 200px;
}

#poke_cure #tag {
	padding: 10px 20px;
}

#poke_cure #tag .tagline {
	padding:0 0 4px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

}
#poke_cure #tag .links a{
	display:inline-block;
	vertical-align:top;
	margin:0 2px 4px 0;
	width:35px;
	height:35px;
	position:relative;
	color:#fff;
	background-color:#BC0018 ;
	border-radius: 2px;
	padding: 7px;
}
#poke_cure #tag .links a svg{
	width:20px;
	height: 20px;
}
#poke_cure #tag .links a:hover{
	color: #1a1e22;
}

/*--------------------------------------------------------------------------Global styles*/
img {
	display:block;
	max-width:100%;
	height:auto;
}
iframe {
	display:block;
	max-width:100%;
	margin: 0 auto;
}
p [class*="icon-"] {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	line-height:30px;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}

/*--------------------------------------------------------------------------- link - button Styles */	

a{
color:#bc0018;
font-weight:normal;
text-decoration:none;

}
a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}
a:hover{
text-decoration:none;

}

.button { 
	background:#bc0018; 
	color:#fff;
	cursor:pointer;
	padding:13px 30px;
	display:inline-block;
	text-align:left;
	font-size:14px;
	position:relative;
	text-transform:uppercase;
	-webkit-transition: background ease-in-out 0.4s, color ease-in-out 0.3s;
			transition: background ease-in-out 0.4s, color ease-in-out 0.3s;
}
.button:hover {
	background:#5a626e;
	color:#fff;
}
.button.line {
	border:1px solid #fff;
	background:none;
}
.button.line:hover {
	background:#fff;
	color:#484d54;
}
.button.line.black {
	border:1px solid #222;
	color:#222;
	background:none;
}

.button.line.black:hover{
	border:1px solid #222;
	background:#222;
	color:#fff;
}

.button span{
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
}

.boxgrid a{
	color:inherit;
}

/*--------------------------------------------------------------------------- Boxframe + Boxgrid */

.featimg {
	display:block;
	padding-top:58%;
	background:#f5f5f5 url() center/cover no-repeat;
}
#taboola-below-main-column-thumbnails,
.boxframe {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin:0 auto;
  padding:0;
  text-align:justify;
  position:relative;
}
#taboola-below-main-column-thumbnails .tbl-feed-card,
.boxframe .boxgrid {
	font-size:14px;
	text-align:left;
	position:relative;
	display:block;
	background:#fff;
	margin:0 0 20px;
	min-height:100px;
	padding:0;
	overflow:hidden;
	width:32%;
	border-bottom:1px solid #d6d5d6;
	box-shadow: none;
}

#taboola-below-main-column-thumbnails .tbl-feed-card {
 width:32.3%;
}
/*#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(),
#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child() {
 width:49%
}*/

#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(7),
#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(12),
#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(11),
#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(5) {
 width:66.4%;
}

.boxframe .boxgrid .featimg {
	margin:0
}
.boxframe .boxgrid a:hover{
	color: #8a8a8a;
}
.boxframe .boxgrid .txt {
	display: block;
	padding: 6px 0 10px 0;
	min-height: 60px;
}
.boxframe .boxgrid .txt p {
	margin:0;
	padding:0;
	font-size:15px;
	line-height:18px;
	font-weight:700;
}
.boxframe .boxgrid .cat {
	display:block;
	color:#BC0018;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:.5px;
	white-space:nowrap;
	font-weight:600;
	margin: 0 0 5px;
}

/*Homepage Featured*/
.boxframe.featured{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	align-items: start;
	justify-items: center;
	padding: 0;
}
.boxframe.featured .boxgrid{
	width: 100%;
	margin: 0;
}
.boxframe.featured .boxgrid:nth-child(1){
	grid-column: span 2;
    grid-row: span 2;
	height: 100%;
}
.boxframe.featured .boxgrid:nth-child(1) .txt{
	padding: 10px 0;
}
.boxframe.featured .boxgrid:nth-child(1) .txt p{
	font-size: 28px;
	line-height: 32px;
}
/*Homepage Top10*/

.boxframe.top10,
.boxframe.top5{
	counter-reset: custom-counter;
}
.boxframe.top10 .boxgrid:before,
.boxframe.top5 .boxgrid:before{
  background: #bb0016 none repeat scroll 0 0;
  color: #f5f5f5;
  content: counter(custom-counter, decimal);
  counter-increment: custom-counter;
  font-size: 12px;
  height: 22px;
  left: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 0;
  font-weight:bold;
  width: 22px;
  z-index:500;
}
.boxframe.top10 .boxgrid{
	width:calc(25% - 10px);
}
.boxframe.top10 .boxgrid:nth-child(1),
.boxframe.top10 .boxgrid:nth-child(2){
	width:calc(50% - 10px);
}
.boxframe.top10 .boxgrid:nth-child(1) .txt,
.boxframe.top10 .boxgrid:nth-child(2) .txt{
	padding: 10px 0;
	min-height: 100px;
}
.boxframe.top10 .boxgrid:nth-child(1) .txt p,
.boxframe.top10 .boxgrid:nth-child(2) .txt p{
	font-size: 18px;
	line-height: 22px;
}
.sideframe .boxframe.top5 .boxgrid{
	width:100%;
  margin: 0 0 10px;
}
/*New Next and Previous Posts*/
.boxframe.morepoke .boxgrid {
	width: calc(50% - 10px);
}

/*--------------------------------------------------Homepage Ads*/

/*.boxframe .boxgrid.adbox {
	padding: 6px;
	max-height: 300px;
	border:1px solid #e6e5e6;
}*/

.boxframe .boxgrid.adbox:after{
	content:"sponsored";
	text-transform:uppercase;
	display:inline-block;
	font-size:11px;
	background: #e6e5e6;
	color: #1a1e22;
	line-height: 20px;
	position: absolute;
	text-align: center;
	right: -50px;
	top: 56px;
	width: 120px;
	font-weight:bold;
	padding:0 10px;
	z-index: 200;
		-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.boxframe .boxgrid.adbox .video-label.video-uploader {
	text-transform: uppercase;
	color: #BC0018;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight:600;
}
.boxframe .boxgrid.adbox .thumbnails-d{
	border-color:#fff;
}
body.archive h1,
#PagedHome h2,
.home h2{
	text-align: center;
	margin: 30px 0;
	display: block;
	width: 100%;
}
#PagedHome h2{
	margin: 0 0 30px;
}
/*Single post Layout*/
.boxframe .postframe{
  display: block;
  width:calc(100% - 320px);
}
.boxframe .sideframe{
  	display: block;
  	width:300px;
	padding-top:200px;
}


/*After Article links*/
.button.breaking{
	color: #fff;
	margin: 5px 0 30px;
	padding: 0;
	position: relative;
	display: flex;
}

.button.breaking .featimg{
	display: block;
	width:35%;
	padding:0;
}
.button.breaking .txt{
	display: flex;
	justify-content: center;
 	padding:30px 20px;
 	text-transform: none;
  width:65%;
	flex-direction: column;
	min-height: 150px;
}
.button.breaking span.title {
	color:#fff;
	margin: 10px 0;
	font-size:18px;
	font-weight: bold;
}

.button.breaking span.category{
	color:#1a1e22;
	display: block;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}

/*-----------------------------Sidebar post display */

.sideframe #PokeMerchandise{
	border:1px solid #efefef;
	border-left-color:#d8d8d8;
	border-bottom-color: #d8d8d8;
	display: block;
	margin: 20px 0;
	overflow: hidden;
}
.sideframe #PokeMerchandise li{
	position: relative;
}
#PokeMerchandise span.buy{
	display: inline-block;
	padding: 6px 15px;
	font-size: 13px;
	text-transform: uppercase;
	background: #679d4e;
	color:#fff;
	position: absolute;
	bottom:5px ;
	right:5px;
}
.sideframe .searchform &gt; div{
	display: flex;
	min-height: 50px;
	margin:10px 0;
}
.sideframe .searchform label{
	display: none;
}

.sideframe .searchform input#s{
	border-radius: 4px 0 0 4px;
	padding: 6px;
	width:70%;
	height: 40px;
	border:1px solid #ccc;
	border-right-color: #fff;
}
.sideframe .searchform input[type="submit"]{
	border-radius: 0 4px 4px 0;
	padding:4px 10px;
	width:30%;
	text-transform: uppercase;
	background: #ccc;
	font-weight: 400;
	height: 40px;
	border:none;
	color:#1a1e22;
}

.instabox img,
.instabox{
	display: block;
	width:100%;
	height: auto;
	margin: 0;
}
.instabox{
	margin: 0 0 10px;
}
/*--------------------------------------------------------------------------- Sidebar */
body .sideframe #primary-sidebar *{
	font-family: "Montserrat",Verdana,Geneva,sans-serif;
}

.widget-title{
	padding: 0;
	display:inline-block;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	font-weight: 400;
	color: #1a1e22;
	letter-spacing: -0.5px;
}
.sideframe .trc_rbox_header_span,
.widget-title{
	margin-bottom: 10px;
}

.widget-title:after{
	content:"";
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: 2px solid #1a1e22;
	left:0;
	position: relative;
}

.archive .thumbnails-d .syndicatedItem .video-title {
  font-weight: 400;
	font-size: 14px;
}







/*--------------------------------------------------------------------------- Page Pagination */
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;

}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a, 
.pagination &gt; li &gt; span {
  background-color: #fff;
  border: 1px solid #e6e5e6;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
}

.pagination &gt; li:hover &gt; a, 
.pagination &gt; li:hover &gt; span {
	background:#f5f5f5;
}
.pagination &gt; li:first-child &gt; a, 
.pagination &gt; li:first-child &gt; span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination &gt; li:last-child &gt; a, 
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination&gt;.active&gt;a, 
.pagination&gt;.active&gt;span, 
.pagination&gt;.active&gt;a:hover, 
.pagination&gt;.active&gt;span:hover, 
.pagination&gt;.active&gt;a:focus, 
.pagination&gt;.active&gt;span:focus {
    background-color: #efefef;
    border-color: #e6e5e6;
    color: #555555!important;
}


.pagination &gt; li i{ 
	font-size: 20px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:last-child &gt; a{
	padding: 7px 8px 2px;
}
/*--------------------------------------------------------------------------- Article Display Page */
.postimg{
	display: block;
	width:100%;
	height: auto;
	margin:0 0 10px;
	position: relative;
	padding-top:56%;
}
.postimg img{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.byline {
	display: block;
	margin: 10px 0;
	font-size: 13px;
	font-weight: 600;
	color: #616E7E;
}
.byline span{
	color: #616E7E;
}
.postCat{
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
	color: #BC0018;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: underline;
}

@media (max-width: 760px) {
	.postCat {
		font-size: 8px;
	}

}

.postCat a{
	font-weight: 600;
}
.postframe .post &gt; .entry {
	border-bottom: 2px solid #45494d;
	border-top: 2px solid #45494d;
	padding: 15px 0;
	margin: 0 0 15px;
}
.postframe .entry p {
	font-size: 16px;
	line-height: 22px;
}
.postframe .entry .wp-caption{
	max-width: 100%;
}
.postframe .entry.kitchen img,
.postframe .entry img.aligncenter,
.postframe .entry img.size-full{
	display: block;
	width:100%;
	height:auto;
}
.postframe .entry .twitter-tweet.twitter-tweet-rendered {
	margin: 20px auto !important;
}

/*homepage postnav*/
.postnav {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
}
.postnav &gt; div {
	width: calc(33% - 10px);
}
.postnav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1a1e22;
	background: #578542;
	color: #fff;
	font-size:20px;
	line-height: 22px;
	padding:10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	border-radius:4px;
}
.postnav .prev a{
	padding: 10px 5px 10px 15px;
}
.postnav .next a{
	padding: 10px 15px 10px 5px;
}
.postnav a:hover{
	background:#575C60; 
}

#maincontent .postnav a.xl{
	padding: 10px;
	float: right;
	width: 300px;
	height: auto;
	border-radius: 4px;
	background-color: #578542;
	display: inline-block;
}
#maincontent .postnav a.xl span{
	font-size: 36px;
	line-height: 36px;
	color:#fff;
}
#maincontent .postnav a.xl span i{
	vertical-align: middle;
	float: right;
}
/*------------------------New Gridnav 02/12/20*/
.gridnav {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px;
	flex-wrap: wrap;
}
.gridnav a.button{
   display: block;
   background: none;
  padding:0 0 10px;
  width:49%;
  color: #1a1e22;
  border-bottom: 2px solid #ccc;
   text-transform: none;
}
.gridnav a.button:hover{
  background: #BC0018;
}
.gridnav a.button .featimg{
  display: block;
  margin: 0 0 10px;
  height: auto;
  padding-top: 56%;
}

.gridnav a.button span{
	color: inherit;
	font-weight: 700;
}
.gridnav a.button .title{
	display: block;
	margin:  0 0 10px;
	color: #BC0018;
	text-transform: uppercase;
	font-size: 14px; 
	padding: 0;
}
.gridnav a.button:hover .title{
  color: #1a1e22;
}
.gridnav a.button .label{
	font-size: 18px;
	line-height: 24px;
	padding:0 0 5px;
}
.gridnav a.button:hover .label{
	color:#fff;
}


#LowerShare{
	display:block;
}

#AfterPost {
	clear:both;
}
#AfterPost .top5:not(:first-of-type) .featimg {
	height:120px;
}
#AfterPost .top5 .txt{
	
}
.adsection{
	display: block;
	margin: 10px 0 30px;
	padding:0;
}
.adsection iframe {
	width: 100%;
	min-height: 350px;
}
.post .entry p.kitchen_notice {
	background: #1a1e22;
	display: block;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 500;
}


#kitchen img.kitchen{
	display: block;
	width:100%;
	height: auto;
}
#kitchen iframe{
	display: block;
	width:100%;
}
#kitchen p.video-src{
	font-size: 12px;
	line-height: 18px;
}
#kitchen p.nsfw {
	background: #f7772a;
	color: #fff;
	display: block;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}
#kitchen p.nsfw i{
	vertical-align: middle;
	font-size: 20px;
	line-height: 18px;
	margin: 0 5px;
}

blockquote {
	border-left: 5px solid #eee;
	margin: 0 0 20px;
	padding: 10px 20px;
	max-width:100%;
}
blockquote.twitter-tweet{
	width:500px;
}
/*----------------------------------------------------------------Rob Manuael's post classes 23/02/17 */
.bl {
	border: solid 1px black; 
	width:100%
} 
.ng, .ng p, 
.ng div, 
.ng img, 
.ng span, 
.ng ol, 
.ng ul {
	border: 0px;
	padding: 0px; margin: 0px;
}
.ng ol, .ng ul {
	list-style-position: inside;
} 
.ng li {
	padding-bottom:1em;
} 
.bt {
	font-size: large; 
	line-height: 150%; 
	font-weight: normal;
}

.entry a{
	color: #bc0018;
}
.sideframe ul.postfooter{
	margin:20px 0;
}
.sideframe ul.postfooter li{
	display: block;
	width:100%;
}


/*--------------------------------------------------------------------------- Basic Page */
#maincontent .page{
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 750px;
}
/*--------------------------------------------------------------------------- Paged links */
.page-links{
	text-align: right;
	display: block;
	margin: 10px 0 20px;
}
.page-links .post-page-numbers { 
	display: inline-block;
	padding: 10px 15px;
	background-color: #efefef;
	margin: 0 5px 5px 0;
}
.page-links a{ 
	display: inline-block;
	margin: 0 5px 5px 0;
	color:#131313;
}
.page-links .post-page-numbers.current{
	color: #fff;
	background: #578542;
	margin: 0;
}
.page-links .page-links-title{
	background:none;
}
/*--------------------------------------------------------------------------- Custom Social Shares 01/12/20 */
#poke_share {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 10px;
	width:100%;
}
.postframe #poke_share{
	position: absolute;
	margin: 0;
	width: 300px;
	top:30px;
	right:0;
}
svg.icon{
	width:25px;
	height:25px;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	fill:currentColor;
}
.share-link {
	display: flex;
	height: 50px;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 6px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
}
.home .share-link{
	width:calc(33% - 5px);
}
.share-link::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background: rgba(0, 0, 0, 0.2);
	width:0;
	z-index:0;
	transition: width ease-in 0.26s;
}
.share-link:hover::before{
	width:100%;
}
.article-share{
	display: flex;
	margin: 0 0 10px;
}
.article-share a {
	width: auto;
	margin: 0 10px 0 0;
}
.article-share .share-link{
	height: 45px;
}
.article-share .share-link::before{
	border: 1px solid rgba(0,0,0,0.2);
}
.article-share .share-name{
	padding-right: 20px;
}
.boxframe .article-share .share-link:hover,
.boxframe .article-share .share-link,
#poke_share .share-link{
	color: #fff;
}
.share-link span{
	position:relative;
	z-index:1;
}
.share-link .share-icon {
	width: 40px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 0 5px;
}
.share-link .share-icon svg{
	width:18px;
	height:18px;
}
.share-link .share-name {
	display: flex;
	-moz-box-pack: start;
	justify-content: flex-start;
	-moz-box-align: center;
	align-items: center;
	-moz-box-flex: 4;
	flex-grow: 4;
	font-size: 12px;
}

.share-link .share-follows {
	width: 70px;
	max-width: 70px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	-moz-box-flex: 2;
	flex-grow: 2;
	background: rgba(0, 0, 0, 0.13);
	padding: 0 10px;
}
.fb{
	background: rgb(66, 103, 178) none repeat scroll 0% 0%;
}
.tw {

	background: rgb(26, 148, 224) none repeat scroll 0% 0%;
}
.ig {
	background: rgb(224, 48, 108) none repeat scroll 0% 0%;
}
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */
/*--------------------------------------------------------------------------- xxx */










/*----------------------------------------------------------------------------------------------------------------------- Begin Responsive Queries*/
/* ----------------------------------------------------------------------- Min Withs Smallest to largest */
@media only screen and (min-width: 768px) {
	
	ul.nav-menu{
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin: 0;
	}
	ul.nav-menu li{
		display: inline-block;
	}
	ul.nav-menu li a {
		color: #fff;
		display: block;
		line-height: 40px;
		text-transform: uppercase; 
		padding: 0 10px;
		font-size: 13px;
		font-weight: 600;
	}
	ul.nav-menu li a:hover{
		color:#1a1e22;
	}
	ul.nav-menu li.current-menu-item a{
		background-color:#1a1e22;
		color: #fff;
	}
	
	/*--------------------------Typeography*/   
	
	h1,h2,h3,h4 {
		margin:10px 0;
		font-weight:400;
		letter-spacing:-0.5px;
	}
	h1 {
		font-weight:700;
		font-size:30px;
		line-height:36px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	h3 {
		font-size:20px;
		line-height:26px;

	}
	h4 {
		font-size:16px;
		line-height:22px;
	}
	h5 {
		font-size:15px;
		line-height:20px;
		font-weight:400;
	}
	p {
		font-size:15px;
		line-height:20px;
		margin:10px 0;
	}
	
	
}
@media only screen and (min-width: 1024px) {
	
	#adframe{
		display: block;
		margin: 0;
	}
	
	#menu{
		display: none;
	}
	#maincontent #taboola-below-main-column-thumbnails{
	  width:100%;
	}

	
	/*Top 5 display under the articles*/
	#AfterPost .boxframe.top5{
		
	}
	#AfterPost .boxframe.top5:after{
		display:none;
	}
	#AfterPost .boxframe.top5 .boxgrid{
		width:100%;
		min-height:initial;
	}
	#AfterPost .boxframe.top5 .boxgrid .featimg{
		width:35%;
		display: inline-block;
		vertical-align: top;
		height: 130px;
	}
	#AfterPost .boxframe.top5 .boxgrid .txt{
		width:65%;
		padding-left: 8px;
		display: inline-block;
	}			
	/*------------------------------------Single Post page*/

	.boxgrid.postframe,
	.boxgrid.sideframe{
		background:none;
		border:none;
		text-align: left;
		position: static;
	}
	.boxgrid.postframe {
		width:65%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}
	.boxgrid.sideframe{
		width:32.5%;
		max-width:300px;
		margin: 0;
	}
	.sideframe .boxframe.panel .boxgrid .txt{
		padding: 0 0 0 8px;
	}
	
}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 1680px) {

}

/* ----------------------------------------------------------------------- MAX Withs Largest to smallest */

@media only screen and (max-width: 1679px) {

}

@media only screen and (max-width: 1279px) {
	
}
@media only screen and (max-width: 1023px) {
	#site_container{
		max-width: 100%;
		border:none;
		overflow: hidden;
		margin:0 auto;
	}
	/*---------------------masthead*/
	
	#header_content {
		background: #bc0018;
		display:block;
		height: auto;
		padding: 0;
		margin:0;
	}
	#menu {
		display:block;
		position:absolute;
		text-align:center;
		width:40px;
		height:40px;
		line-height:40px;
		color:#fff;
		top:20px;
		right:20px;
		font-size:22px;
	}
	/*#menu.active {
		color:#000;
	}*/
	#menu svg {
		width: 40px;
		height: 40px;
	}
	
	#navframe {
		display: block;
		position: fixed;
		top:0;
		right: -101%;
		width: 100%;
		max-width: 100%;
		z-index: 9000; 
		transition: right ease-in-out 0.4s;
		padding:20px 20px 40px;
		height: 100vh;
		background: #bc0018;
		margin: 0;
		overflow: auto;
	}
	#navframe .close{
		display: block;
	}
	 #navframe.active {
		right: 0;
	 }
	#navframe ul.nav-menu {
		display: block;
	}
	#navframe ul.nav-menu::before {
		content: "";
		position: relative;
		display: block;
		width: 100%;
		height: 100px;
		background: url(../img/thePoke_logo.svg) 0 0 / 180px auto no-repeat;
	}
	#navframe ul.nav-menu li {
		display: block;
		/*border-bottom:1px solid #a10015;*/
	}
	#navframe ul.nav-menu li a {
		line-height: 50px;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		padding:0;
	}
	#navframe #pokeTag{
		display: block;
	}
	#header_content #logo {
		background-position: 20px center;
		background-size: auto 90%;
		height: 80px;
		padding: 80px 0 0;
		width: 250px;
	}
	
	#header_content .header-ad {
		display: block;
		float: none;
		margin:0;
		width:100%;
		max-width:initial;
		background: #fff;
		border:none;
		height: auto;
		max-height:unset;
		padding:0;
	}
	
		
	/*---------------------Post Page*/
	.boxframe .boxgrid.postframe,
	.boxframe .boxgrid.sideframe{
		display: block;
		width:100%;
		max-width:600px;
		margin: 0 auto;
		background: #fff;
		border:none;
	}
	.boxframe .boxgrid.sideframe{
		max-width:300px;
	}
	.boxframe .boxgrid.postframe .postnav a .featimg{
		width:150px;
	}
	
	.postnav a.next {
	  padding-left: 160px;
	}
	.postnav a.prev {
	  padding-right: 160px;
	}
	.sideframe ul.postfooter {
		margin-bottom: -10px;
	}
	.sideframe ul.postfooter li {
		width:49%;
		display: inline-block;
	}
	ul.postfooter li a.button{
		font-size: 12px;
		font-weight: normal;
	}
	
	.sideframe #PokeMerchandise li img{
		border-right:1px solid #efefef;
	}
	.postframe .boxframe.top5 .boxgrid{
		width:100%;
		min-height: initial;
		margin-bottom: 10px;
	}
	.sideframe .boxframe.panel .boxgrid .txt,
	.postframe .boxframe.top5 .boxgrid .txt{
		padding: 20px;
	}
	.button.breaking {
	  min-height: 150px;
	}
	.gridnav {
		margin: 0;
	}
	.gridnav a.button{
		width:100%;
		margin: 0 0 20px;
	}
	.gridnav a.button .label {
		font-size: 20px;
		line-height: 28px;
	}
	.postframe #poke_share {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin: 0 0 5px;
	}
	.instabox{
		display: none;
	}
	#poke_cure #tag {
		padding: 10px;
	}
	
}
@media only screen and (max-width: 767px) {
	/*--------------------------Typeography*/   
	
	h1,h2,h3,h4 {
		margin:10px 0;
		font-weight:400;
		letter-spacing:-0.5px;
	}
	h1 {
		font-weight:700;
		font-size:26px;
		line-height:32px;
		
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	h3 {
		font-size:18px;
		line-height:22px;

	}
	h4 {
		font-size:16px;
		line-height:22px;
	}
	h5 {
		font-size:14px;
		line-height:20px;
		font-weight:400;
	}
	p {
		font-size:14px;
		line-height:20px;
		margin:10px 0;
	}

	/*---------------------------------------------------- Homepage*/
	
	
	.menu-footer-menu-container,
	.FooterWidget{
		display: block;
		width:100%;
		border:none;
		float: none;
		padding: 0;
	}
	#maincontent .postframe .postnav a .featimg{
		width:100px;
	}
	.postnav a.next {
	  padding-left: 110px;
	}
	.postnav a.prev {
	  padding-right: 110px;
	}

	.button.breaking {
	  min-height: 130px;
	}
	.boxframe.featured {
		grid-template-columns: initial;
		display: flex;
		grid-gap: initial;
		align-items: initial;
	}
	.boxframe.featured .boxgrid:nth-child(1) {
		grid-column: initial;
		grid-row: initial;
		height: auto;
		width:100%;
		
	}
	.boxframe.featured .boxgrid,
	.boxframe .boxgrid,
	.boxframe.top10 .boxgrid {
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
	.boxframe.featured .boxgrid:nth-child(1) .txt .cat {
		width: 30%;
	}
	.boxframe.featured .boxgrid:nth-child(1) .txt p {
		width: 70%;
		font-size: 24px;
		line-height: 28px;
	}
	/*Home paged 2+*/
	#PagedHome .boxframe article:first-of-type{
		width:100%;
	}
	/*Home top10*/
	.boxframe.top10 .boxgrid:nth-child(1), 
	.boxframe.top10 .boxgrid:nth-child(2) {
		width: 100%;
	}
	/*archive postnav*/
	.postnav &gt; div {
		width: calc(50% - 10px);
	}
	/*Home share*/
	.home .share-link {
		width: 100%;
	}
	
	#taboola-below-main-column-thumbnails .video-title {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 18px;
		font-weight: 700;
	}
	#taboola-below-main-column-thumbnails .video-description{
		font-size: 13px;
		line-height: 15px;
	}
	
	
}
@media only screen and (max-width: 599px) {
	#header_content #logo {
	  height: 70px;
	  padding: 70px 0 0;
	}
	#menu{
		top:15px;
	}
	#header_content *{
		z-index: 10;
	}
	#header_content .header-ad{
		height: auto;
		max-height:unset;
		position: relative;
		right:auto;
		max-width:100%;
		border:none;
		padding: 0;
		z-index: 0;
	}
	#maincontent{
	 	padding-top:0;
	}
	#bkg_footer a#dd_tag {
		width: 100%;
		/* text-align: center; */
		right: 0;
		left: 0;
		padding: 0 20px;
	}
	.FooterWidget{
		padding-bottom: 10px;
	}
	.FooterWidget aside ul{
		text-align: center;
	}
	/*------------------------Homepage*/
	body.archive #maincontent, #PagedHome {
		padding-top: 10px;
	}
	
	.boxframe .boxgrid {
		width: calc(50% - 5px);
	}
		
	
	/*.postframe breaking */
	.button.breaking{
		padding: 0;
	}
	.button.breaking .featimg,
	.button.breaking .txt{
		position: relative;
		display: block;
		width:100%;
		margin: 0;
	}
	.button.breaking .txt{
		padding: 16px;
	}
	.button.breaking .featimg{
		height: 200px;
	}
	
	.gridnav a.button{
	  	width:100%;
		margin: 0 0 20px;
	}
	
	/*article postnav*/
	
	.postframe .postnav a {
		height:auto;
	}
	.postframe .postnav a span.label {
		display:none;
	}
	.postframe .postnav a span.title{
		color: #fff;
		text-align: center;
	}

	.postframe .postnav a .featimg{
		display: none;
	}
	
	#taboola-below-main-column-thumbnails{
		padding: 0 10px;
	}

	#taboola-below-main-column-thumbnails .trc_elastic_thumbs-feed-01-a .videoCube {
		width: 49%;
		margin:0;
	} 
	#taboola-below-main-column-thumbnails .tbl-feed-card:nth-child(n){
		width:49%;
	}
}
@media only screen and (max-width: 479px) { 
	#header_content #logo {
		background-position: 10px center;
		background-size: auto 60px;
	}
	#menu{
		right:10px;
	}
	ul.footer-menu li,
	#poke_cure #tag,
	#poke_cure #footerlogo {
		width: calc(50% - 5px);
	}
	#navframe #pokeTag{
		position: relative;
		bottom:auto;
		padding: 20px 0;
		margin: 30px 0 0;
	}
	#navframe ul.nav-menu li a {
		line-height: 40px;
	}
	.button.breaking .featimg{
		height: 180px;
	}
	#maincontent .postnav {
	  text-align:center;
		display: block;
		margin: 0 auto;
		width:100%;
	}
	.boxframe .article-share .share-link {
		color: #fff;
		justify-content: center;
		text-transform: capitalize;
		font-size: 16px;
	}
	/*Home*/

	.boxframe .boxgrid{
		border-bottom: 1px solid #d6d5d6;
	}
	.boxframe .boxgrid .txt p {
		font-size: 15px;
		line-height: 17px;
	}
	.boxframe.featured .boxgrid, 
	.boxframe .boxgrid, 
	.boxframe.top10 .boxgrid {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	.boxframe.archive .boxgrid{
		width:100%;
		margin: 0 0 20px;
	}
	.boxframe.featured .boxgrid:nth-child(1) .txt{
		display: block;
		padding: 10px;
	}
	.boxframe.featured .boxgrid:nth-child(1) .txt .cat {
		width: 100%;
		padding: 0;
	}
	.boxframe.featured .boxgrid:nth-child(1) .txt p {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
	}
	.boxframe.breaking .boxgrid{
		width:100%;
	}
	.boxframe.breaking .boxgrid a{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0 0 5px;
	}
	.boxframe.breaking .boxgrid .txt{
		width: calc(50% - 5px);
		padding: 0;
	}
	
	.boxframe.breaking .boxgrid .featimg {
		width: calc(50% - 5px);
		padding: 0;
		height: 120px;
	}
	.home #poke_share{
		margin: 0;
	}
	.boxframe.morepoke .boxgrid{
		width: calc(50% - 5px);
	}
	/*archive postnav*/
	.postnav {
		
	}
	.postnav &gt; div {
		width: calc(50% - 5px);
	}
	.postnav a {
		font-size: 13px;
		line-height: 20px;
		padding: 10px;
	}
	/*Home top10*/
	.boxframe.top10 .boxgrid:nth-child(1) .txt, 
	.boxframe.top10 .boxgrid:nth-child(2) .txt {
		padding: 20px 0;
	}
	.boxgrid.sideframe .boxframe.top5 .txt p{
		font-size: 18px;
		line-height: 22px;
	}
	/*#PagedHome .boxframe .boxgrid:nth-child(5n+1) {
		width: 100%;
	}*/
	#maincontent .sideframe {
		max-width: 100%;
	}
	.share-link {
		height: 40px;
	}	
	.error404 #adframe,
	.error404 #header_content .header-ad{
		display: none;
	}
	/*Leaderboard*/
	#div-gpt-ad-1378997670184-0 {
		display: none;
	}
	
}
@media only screen and (max-width: 379px) { 
	#poke_cure{
		flex-wrap: wrap;
		background: transparent;
	}
	#poke_cure #footerlogo {
		height: 60px;
	}
		#poke_cure #tag {
		padding: 10px 20px;
	}
	ul.footer-menu li, #poke_cure #tag, #poke_cure #footerlogo {
		width: 100%;
	}
	#poke_cure #tag .links a {
		margin: 5px 2px 4px 0;
		padding: 0;
		height: auto;
	}
	
}


/* Landscape Orientation */
@media screen and (orientation: landscape) {

}

/* Portrait Orientation */
@media screen and (orientation: portrait) {

}

/*--------------------------------------------------------------------- End Responsive Queries*/

.sidebar-recirc {
	margin: 14px 0;
	background: #eee;
	padding: 1px;
}

.sidebar-recirc &gt; h3 {
	background: #bc0018;
	color: white;
	text-transform: uppercase;
	padding: 7px 14px;
	margin: 0;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-recirc &gt; ol {
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style-type: none;
}

.sidebar-recirc &gt; ol &gt; li {
	padding: 12px 0;
}

.sidebar-recirc a {
	font-weight: 400;
}

.sidebar-recirc img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.sidebar-recirc-image {
	margin-bottom: 2px;
}

.sidebar-recirc-image &gt; a {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	font-size: 0;
}

.sidebar-recirc-image &gt; a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.1) 100%);
}

[id^="ad-inarticle-"], [id^="ad-sidebar-"] {
	margin: 10px auto;
}
.authorBio {
	margin: 20px;
	padding: 20px;
}

.avatarbox {
	width: 30%;
	padding-bottom: 20px;
}

@media (max-width: 760px) {
	.avatarbox {
		width: 100%;
	}

}

.profiledesc {
	width: 70%;
	padding-left: 5%;
}

@media (max-width: 760px) {
	.profiledesc {
		width: 100%;
		margin: 2px;
		padding: unset;
	}

}

.authormain {
	display: flex;
	font-size: 15px;
	font-weight: 100;
	line-height: normal;
	text-align: left;
	padding-top: 10px;
}

@media (max-width: 760px) {
	.authormain{
		display: grid;
	}

}

.authorbox {
	padding: 10px;
	font-size: 12px;
	display: grid;
}

.profilenamedesk {
	font-size: xx-large;
	font-weight: bold;
}

@media (max-width: 760px) {
	.profilenamedesk {
		display: none;
	}

}

.profilenamemob {
	font-size: xx-large;
	font-weight: bold;
}

@media (min-width: 760px) {
	.profilenamemob {
		display: none
	}

}

.social-follow {
	display: flex;
}

.social-twitter {
	margin: auto;
	display: flex;
}

.social-bio {
	text-align: left;
	width: 70%;
}
.social-cat {
	width: 30%;
}

@media (max-width: 1000px) {
	.social-cat {
		width: 40%;
	}
}

@media (max-width: 1000px) {
	.social-bio {
		width: 60%;
	}
}</pre></body></html>