/*
Theme Name: Central Texas Gardener
Theme URI: http://www.klru.org/ctg
Description: Custom theme for the CTG website
Author: Christopher Rankin
Author url: http://www.klru.org/
Version: 2.0
Tags: klru, ctg, gardening, television, custom, pbs, responsive
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
********* TYPOGRAPHY **********
*/
h2 {
  font-family: 'sarina', cursive;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 40px;
  font-size: 2.5rem;
  color: white;
  margin: 0;
  padding: 0; }

h3 {
  font-family: 'museo', serif;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-family: 'museo', serif;
  margin: 1em 0 0 0;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.125rem; }

p {
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8em; }
  aside p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2em; }

li {
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0; }
  aside li {
    font-size: 12px;
    font-size: 0.75rem; }

ul {
  margin-top: 0; }

/* code from http://mrmrs.io/links/ */
a {
  transition: color .4s;
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  font-weight: 500;
  /* &:link {
    color: rgb(66,77,88);
    border-bottom-color: rgb(66,77,88); }
  &:visited {
    color: rgb(66,77,88);
    border-bottom-color: rgb(66,77,88); }
  &:hover {
    color: rgb(66,77,88);
    border-bottom-color: rgb(66,77,88); }
  &:active {
    transition: color .3s;
    color: rgb(66,77,88);
    border-bottom-color: rgb(66,77,88); }
  */ }

.nolines {
  border: 0; }

img {
  max-width: 100%;
  text-decoration: none;
  outline: none;
  border: 0px none transparent; }

/* h2 a,
h3 a {
  color: rgb(33, 33, 33);
  text-decoration: none;
  border-bottom: 1px dashed rgb(33, 33, 33); } */
/*
********* HEADER **********
*/
header {
  background: white;
  padding: 0.5em 0;
  overflow: auto;
  border-bottom: 1px solid #777;
  width: 100%;
  z-index: 100; }

.logo {
  float: left;
  width: 60%;
  margin-left: 1em; }
  .logo a {
    border: 0; }
  .logo #lglogo {
    display: none; }

.tinynav {
  float: right;
  width: 33%;
  text-align: right; }
  .tinynav p {
    margin-right: 0.7em;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'museo', serif;
    line-height: 1; }
  .tinynav a {
    color: #f39142;
    border-bottom: 1px dashed #f39142; }

.social {
  display: none;
  clear: both;
  width: 100%;
  text-align: center; }
  .social p {
    margin-top: 1em;
    margin-bottom: 0em; }
  .social img {
    margin: 0 0.8em;
    width: 2em;
    vertical-align: middle; }

.show-social {
  display: block; }

.weather,
.searcher {
  display: none; }

/*
********* NAVIGATION **********
*/
.nav-collapse {
  clear: both; }

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }

.nav-collapse ul {
  margin: 0;
  padding: 0;
  display: block; }

.nav-collapse li {
  display: block;
  float: left;
  width: 100%; }

.nav-collapse a {
  color: black;
  text-decoration: none;
  width: 100%;
  background: white;
  border-bottom: 2px solid #7ac142;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'museo', serif;
  padding: 0.7em 1em;
  text-align: center;
  float: left; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.pg-menu {
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0.3em; }

/*
********* HOME **********
*/
.homey {
  border-bottom: 3px solid #555;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .homey .home-blog {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 0em 1.4em 1em 1.4em;
    background: #f3ae42; }

  .homey .home-blog h3 a {
    color: black;
    font-weight: bold;
    border:0;
    font-size: 1.4rem;
  }

  .homey .home-show {
    width: 100%;
    margin-left: 0;
    padding: 0em 1.4em 1em 1.4em;
    background: url(img/back-green.jpg);
    overflow: hidden;
    top: 0; }
    .homey .home-show footer {
      border-top: 1px dotted #333;
      padding-top: 0.8em;
      margin-top: 4em;
      text-align: center;
      font-size: 0.9em; }
  .homey .home-resources {
    background: #49d7c8;
    padding: 0em 1.4em 1em 1.4em;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%; }
    .homey .home-resources .diver {
      margin: 3em 0; }
    .homey .home-resources h4 {
      margin-top: 0.1em; }

.homey.righty {
  right: 100%;
  overflow: inherit; }

.homey.lefty {
  left: 100%;
  overflow: inherit; }

.pop {
  width: 44%;
  float: left;
  margin: 0.4em;
  height: 100px;
}
  .pop p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 0.1em;
    line-height: 1.2; }

/*
********* LAYOUT **********
*/
.main {
  margin-bottom: 1em;
  border-top: 1px solid #555;
  border-bottom: 3px solid #555; }
  .main section {
    padding: 1em;
    padding-bottom: 2em;
    margin-bottom: 0; }
  .main aside {
    padding: 1em; }

.theshow {
  background: #49d7c8; }
  .theshow section {
    background-image: url(img/back-green.jpg);
    background-attachment: fixed; }
  .theshow article {
    margin-top: 4em;
    border-top: 1px solid #333; }
    .theshow article.fullvid {
      border: 0;
      margin-top: 0; }
  .theshow h3.comments {
    margin-top: 2em;
    border-top: 1px dotted #333; }
  .theshow .fb-comments {
    background: #fff; }
    .theshow .fb-comments span {
      background: #fff; }

.blogpage {
  background: #7ac142; }
  .blogpage section {
    background-image: url(img/back-mango.jpg);
    background-attachment: fixed; }
  .blogpage aside li {
    line-height: 1.5;
    font-size: 0.875rem; }
  .blogpage article {
    margin-bottom: 4em;
    margin-top: 1em; }
    .blogpage article img {
      margin: 0.4em 0 !important; }
  .blogpage h3 {
    margin-top: 0.2em;
    margin-bottom: 0.7em; }
    .blogpage h3 a {
      font-weight: bold; }
  .blogpage h3.comments {
    margin-top: 2em;
    border-top: 1px dotted #333; }
  .blogpage .fb-comments {
    background: #fff; }
    .blogpage .fb-comments span {
      background: #fff; }

.blogpage iframe:before {
  content: "<div class='partner-player'><div>";
}
.blogpage iframe:after {
  content: "</div></div>";
}


.about {
  background: #7ac142; }
  .about section {
    background-image: url(img/back-orange.jpg);
    background-attachment: fixed; }

.watch {
  background-image: url(img/back-purple.jpg);
  background-attachment: fixed;
  padding: 1em;
  padding-bottom: 2em;
  margin-bottom: 0; }

.resources {
  background: #7ac142; }
  .resources section {
    background-image: url(img/back-blue.jpg);
    background-attachment: fixed; }

.infobit {
  background: #7ac142; }
  .infobit section {
    background-image: url(img/back-blue.jpg);
    background-attachment: fixed; }
  .infobit article img {
    margin: 0.5em 0 0.8em 1em;
    float: right; }

.sb-sponsor,
.sb-klru {
  text-align: center; }

aside div {
  margin: 2em 0; }
aside h3:first-child {
  margin-top: 0; }
aside .read-more {
  margin-left: 0.4em; }

footer {
  margin-top: 2em; }

/*
********* PAGE TYPOGRAPHY **********
*/
.addthis_sharing_toolbox {
  margin-bottom: 1.0em; }
  .addthis_sharing_toolbox a {
    border: 0; }

.dateline {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0; }

.biglist {
  margin: 1.5em 0;
}

.biglist li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 1.6em;
}

.biglink {
  font-size: 16px;
  font-size: 1rem;
  margin: 1.5em 0;
  /*   a {
    padding: 0.5em;
    border-radius: 4px;

    &.bb { border: none; background-color: \$blue; }

    &.mb { border: none; background-color: \$mango; }

    &:hover, &:active {
      background-color: \$orange; }
    } */ }

    .q-of-week h4 p {
      font-family: 'museo', serif;
      margin: 2em 0 0.5em 0;
      line-height: 1.1;
      font-size: 18px;
      font-size: 1.125rem;
    }



.qlist li p {
/*   font-family: 'museo', serif; */
  margin-bottom: 0.8em;
  font-size: 18px;
  font-size: 1.125rem;
}

.qlist a {
color: #000;
border-color: #000;
}

.airdate {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-bottom:0.2em; }

.taxdiv {
  display: block;
  margin: 0.4em 0;
  overflow: auto; }

.tax {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  display: inline; }

.btax {
  display: block; }

.seg-tax-list,
.post-categories {
  list-style: none;
  display: inline;
  padding: 0; }
  .seg-tax-list li,
  .post-categories li {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0.4rem; }
    .seg-tax-list li:after,
    .post-categories li:after {
      margin-left: 0.4rem;
      content: " + "; }
    .seg-tax-list li:last-child:after,
    .post-categories li:last-child:after {
      content: ""; }

.seg-res-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .seg-res-list li {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0.5rem 0 0;
    width: 8em; }
    .seg-res-list li img {
      width: 7em; }

.partner-player {
  margin: 0.8em 0; }

.partner-player div {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 62.5%;
  height: 0; }

.partner-player div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

#pagination {
  clear: both;
  border-top: 1px solid #555;
  margin-top: 2em;
  padding-top: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }
  #pagination .past-page {
    display: inline; }
  #pagination .next-page {
    display: inline;
    float: right; }

.more-vids {
  clear: both;
  margin-top: 1em; }

.sb-recent img {
  margin: 0.4em 0;
  width: 100%; }
.sb-recent h4 {
  margin: 1.8em 0 0.2em 0; }
  .sb-recent h4:first-child {
    margin-top: 0.2em; }

.resources-cat-list {
  list-style: none;
  padding: 0;
  text-align: center; }
  .resources-cat-list li {
    display: inline-block;
    margin: 0.4em 0.2em;
    font-size: 1rem; }
    .resources-cat-list li:after {
      content: ' - '; }
    .resources-cat-list li:last-child:after {
      content: ''; }


.all-flex-items {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.flex-item {
  margin: 0.8em auto;
  padding: 0;
  border: 1px solid #444;
  text-align: center;
  position: relative;
  width: 30%;
  height: 11.25em;
  flex: 1 0 30%;
}

.all-items { margin: auto; }

.item {
  margin: 0.8em auto;
  padding: 0;
  border: 1px solid #444;
  text-align: center;
  position: relative;
  width: 14em;
  height: 11.25em;
  }

  .item h4 {
    display: block;
    background: white;
    margin: 0;
    padding: 0.2em;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: black; }

    .item-new .epdate {
      font-size: 12px;
      font-size: 0.75rem;
      color: #556677; margin:0;}

  .item .epdate {
    font-size: 12px;
    font-size: 0.75rem;
    color: #556677; }
  .item img {
    padding: 0;
    max-width: 100%;
    height: auto; }
  .item ul {
    display: none;
    /* temp fix */
    color: #777;
    list-style: none;
    padding: 0; }
  .item li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .item a {
    color: #333;
    border: 0; }

    .all-items-new {
      margin: 1em 0;

    }

    .item-new {
      display:inline-block;
      position: relative;
vertical-align: top;
      border: 1px solid #444;
      margin:2%;
      background:white;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
    }

    .item-new img {
      max-width: 100%;
      width:100%;
    }

    .item-new .cap {
      position:absolute;
      bottom:0;
      left:0;
      width:100%;
    text-align:center;
      background:white;

    }

  .item-new a { border: 0; }

    .item-new h4 {
      margin:0.3em 0;
      padding:0 0.3em;
      font-size:1.0rem;
    color:#333;
    }
.watch .item-new h4 {margin-bottom:0;}

.res-type {
  width: 100%;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  padding: 0.2;
  text-align: center; }


  .item-qotw {width: 100%; background: white; border: 1px solid #333;display:inline-block;margin:0.5em 0;padding:0.4em;}
  .item-qotw img {float:left;width:50%;max-width:256px;margin:0;padding:0 0.8em 0 0;display:none;}
  .item-qotw p {color: #555;margin-bottom:0.2em;font-size:0.75rem;line-height:1.3;}
  .item-qotw .epdate {font-size:0.75rem;color:#aaa;}
  .all-qotw {clear: both;
  content: "";
  display: table;}
  .jumper {clear:both;}
  .clearfix:before, .clearfix:after {
	  content:"";
	  display:table;
  }
  .clearfix:after{
	clear:both;
  }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none transparent;
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:focus {
  outline: 0; }

.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9; }

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none; }

.pure-button-hidden {
  display: none; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/*
********* SEARCH BOX **********
*/
.big-search {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  margin-botttom: 2em;
  border-bottom: 1px solid #555; }
  .big-search #searchform {
    margin-top: 0.2em; }
  .big-search .form-control {
    display: inline-block;
    width: 80%;
    height: 1.6em;
    padding: 3px 0.5em 3px 30px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    color: #777;
    vertical-align: middle;
    background: #fff url(img/icon-magnifying_glass-16.png) 5px 50% no-repeat;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .big-search .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .big-search .go {
    display: inline;
    background-color: #f3ae42;
    color: #fff;
    border-radius: 4px; }

.tag-cloud {
  margin: 0 1.4em;
  line-height: 1.4;
}




/*
********* TABLETS **********
*/
@media (min-width: 48em) {
  /*
  ********* TYPOGRAPHY **********
  */
  h2 {
    font-size: 1.9rem; }

  h3 {
    font-size: 1.3rem; }

  p {
    font-size: 0.875rem; }

  /*
  ********* HEADER **********
  */
  header {
    padding: 0.5em 0;
    overflow: auto;
    border-bottom: 2px solid #777;
    position: fixed; }

  .logo {
    width: 26%;
    display: inline-block; }
    .logo #smlogo {
      display: none; }
    .logo #lglogo {
      display: block; }

  .tophat {
    width: 68%;
    text-align: right;
    display: inline-block; }

  .social {
    display: inline-block;
    width: 45%;
    float: right; }
    .social img {
      width: 1.8em;
      margin: 0 0.6em; }

  .searcher {
    width: 50%;
    display: inline-block;
    margin-top: 0.8em; }
    .searcher .sgo {
      display: inline;
      background-color: #7ac142;
      color: #fff;
      border-radius: 4px;
      padding: 0.5em;
      font-size: 12px;
      font-size: 0.75rem;
      margin-left: 0.2em; }

  .weather {
    width: 20%;
    display: none; }
    .weather h4 {
      font-size: 12px;
      font-size: 0.75rem; }

  .form-group {
    text-align: right;
    margin-right: 1em; }

  /* Docs at http://simpleweatherjs.com */
  #weather i {
    color: #fff;
    font-family: serif;
    font-size: 150px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0; }

  .icon-0:before {
    content: ":"; }

  .icon-1:before {
    content: "p"; }

  .icon-2:before {
    content: "S"; }

  .icon-3:before {
    content: "Q"; }

  .icon-4:before {
    content: "S"; }

  .icon-5:before {
    content: "W"; }

  .icon-6:before {
    content: "W"; }

  .icon-7:before {
    content: "W"; }

  .icon-8:before {
    content: "W"; }

  .icon-9:before {
    content: "I"; }

  .icon-10:before {
    content: "W"; }

  .icon-11:before {
    content: "I"; }

  .icon-12:before {
    content: "I"; }

  .icon-13:before {
    content: "I"; }

  .icon-14:before {
    content: "I"; }

  .icon-15:before {
    content: "W"; }

  .icon-16:before {
    content: "I"; }

  .icon-17:before {
    content: "W"; }

  .icon-18:before {
    content: "U"; }

  .icon-19:before {
    content: "Z"; }

  .icon-20:before {
    content: "Z"; }

  .icon-21:before {
    content: "Z"; }

  .icon-22:before {
    content: "Z"; }

  .icon-23:before {
    content: "Z"; }

  .icon-24:before {
    content: "E"; }

  .icon-25:before {
    content: "E"; }

  .icon-26:before {
    content: "3"; }

  .icon-27:before {
    content: "a"; }

  .icon-28:before {
    content: "A"; }

  .icon-29:before {
    content: "a"; }

  .icon-30:before {
    content: "A"; }

  .icon-31:before {
    content: "6"; }

  .icon-32:before {
    content: "1"; }

  .icon-33:before {
    content: "6"; }

  .icon-34:before {
    content: "1"; }

  .icon-35:before {
    content: "W"; }

  .icon-36:before {
    content: "1"; }

  .icon-37:before {
    content: "S"; }

  .icon-38:before {
    content: "S"; }

  .icon-39:before {
    content: "S"; }

  .icon-40:before {
    content: "M"; }

  .icon-41:before {
    content: "W"; }

  .icon-42:before {
    content: "I"; }

  .icon-43:before {
    content: "W"; }

  .icon-44:before {
    content: "a"; }

  .icon-45:before {
    content: "S"; }

  .icon-46:before {
    content: "U"; }

  .icon-47:before {
    content: "S"; }

  #weather h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }

  #weather ul {
    margin: 0;
    padding: 0; }

  #weather li {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    display: inline-block;
    border-radius: 5px; }

  #weather .currently {
    margin: 0 20px; }

  /*
  ********* NAVIGATION **********
  */
  #tmenu,
  #smenu,
  .tinynav,
  #search-nav {
    display: none; }

  .pg-menu {
    display: none; }

  .nav-collapse {
    display: block;
    margin-bottom: 0.25em;
    margin-top: 0.6em; }
    .nav-collapse li {
      width: 20%;
      *width: 19.9%;
      /* IE7 Hack */
      _width: 14%;
      /* IE6 Hack */ }
    .nav-collapse a {
      margin: 0;
      padding: 0.2em 0.5em;
      float: left;
      text-align: center;
      border-bottom: 0;
      border-right: 3px solid #7ac142;
      font-weight: bold; }
      .nav-collapse a:hover {
        background-color: #7ac142; }

  .nav-collapse li:last-child a {
    border-right: 0; }

  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  /*
  ********* HOME **********
  */
  .homey {
    padding-top: 6em;
    border-bottom: 3px solid #555;
    overflow: inherit;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .homey::after {
      clear: both;
      content: "";
      display: table; }
    .homey p {
      font-size:11px;
      font-size: 0.7rem; }
    .homey .homey-row {
      width: 100%;
      display: table;
      width: 100%;
      table-layout: fixed; }
    .homey .home-blog {
      display: table-cell;
      width: 25%;
      clear: none;
      overflow: inherit;
      position: static;
      padding: 1em; }
    .homey .home-show {
      display: table-cell;
      width: 50%;
      margin: 0;
      padding: 1em;
      overflow: inherit; }
    .homey .home-resources {
      display: table-cell;
      width: 25%;
      padding: 1em;
      clear: none;
      overflow: inherit;
      position: static; }
      .homey .home-resources h3 {
        font-size: 1.1rem;
        margin-top: 1.2em; }
      .homey .home-resources h4 {
        margin-top: 0.3em; }

  /*
  ********* LAYOUT **********
  */
  .main {
    padding-top: 6em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .main::after {
      clear: both;
      content: "";
      display: table; }

  .theshow {
    background: #49d7c8; }
    .theshow section {
      background-attachment: fixed;
      display: table-cell;
      width: 66.66667%;
      padding: 1em 2em; }
    .theshow aside {
      display: table-cell;
      width: 33.33333%;
      padding: 1em 1.5em; }

  .blogpage {
    background: #7ac142; }
    .blogpage section {
      display: table-cell;
      width: 75%;
      padding: 1em 2em; }
    .blogpage aside {
      display: table-cell;
      width: 25%;
      padding: 1em 1em; }

  .about {
    background: #7ac142; }
    .about section {
      display: table-cell;
      width: 66.66667%;
      padding: 1em 2em; }
    .about aside {
      display: table-cell;
      width: 33.33333%;
      padding: 1em 1.5em; }

  .infobit section {
    display: table-cell;
    width: 66.66667%;
    padding: 1em 2em; }
  .infobit aside {
    display: table-cell;
    width: 33.33333%;
    padding: 1em 1.5em; }

    .all-items::after {
      clear: both;
      content: "";
      display: table; }


  /*
  ********* PAGE TYPOGRAPHY **********
  */
  .blogpage {
    /* p {margin-bottom: 1em;} */ }
    .blogpage img {
      padding-bottom: 1em; }
    .blogpage article {
      margin-top: 2em; }
      .blogpage article h3 {
        margin-top: 0; }

  .jumper {
    display: none; }

  /* .all-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

  } */

  .all-items .nextnav {
    clear: both;
  }

  .item {
    float: left;
    width: 14em;
    margin: 0.5em;
    height: 11.25em;
    position: relative; }

    .item h4 {
      display: block;
      background: white;
      margin: 0;
      padding: 0.2em;
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: black; }

      .item-new { width: 47%;
      margin:1.3%;}

      .item-qotw {width: 47%; float:left; margin: 0.5em; padding:0;}
    .item-qotw img {display:block;}
    .item-qotw p {font-size: 0.875rem;}
  /*
  ********* SEARCH BOX **********
  */
  .big-search .form-control {
    width: 50%; } }
/*
********* BIG SCREENS **********
*/
/*
********************************
********* BIG SCREEN **********
*/
@media (min-width: 64em) {
  .tophat {
    width: 72%; }

  .weather {
    display: inline-block; }

  .searcher {
    width: 35%;
    margin-top: 0; }

  .social {
    width: 40%;
    margin-top: 0.5em; }

  .main,
  .homey {
    padding-top: 7em; }

  .main section {
    padding: 3em 3em; }

.main.watch section {
  padding: 3em 1em;
}

  .main aside {
    padding: 2em 2em; }

  h2 {
    font-size: 2.7rem; }

  .watch section h2 { margin-left: 0.5em; }

  h3 {
    font-size: 1.8rem; }

  .homey .home-show {
    padding: 2em; }

/*   .homey p {
  font-size: 0.875rem; } */

  .blogpage article img {
    margin: 1.2em 0 !important; }

  .resources-cat-list li {
    font-size: 1.2rem; }

  .potw {
    float: right;
    margin: 0 0 0.5em 1em; }

  .item {
    width: 18em; }

    .item-new {
      width:32%;
      margin:1% 0.5%
     }

.item-qotw {padding:0 0.3em 0 0;}
  .item-qotw p {font-size:1rem;}
    }
/*
********************************
********* MEGA SCREEN **********
*/
@media (min-width: 80em) {
  .blog p {
    max-width: 800px; }

  h2 {
    font-size: 3.6rem; }

  h3 {
    font-size: 2.0rem; }

  .homey p {
    font-size: 0.825rem; }
  .homey h2 {
    font-size: 3.2rem; }
  .homey .home-blog {
    overflow: inherit;
    padding: 2em; }
  .homey .home-show {
    padding: 3em;
    overflow: inherit; }
  .homey .home-resources {
    padding: 1em;
    overflow: inherit; }
    .homey .home-resources h3 {
      font-size: 1.8rem; }

      .pop {height: 130px; }

  /*
  ********* LAYOUT **********
  */
  .main section {
    padding: 4em 4em; }

  .main.watch section {
    padding: 4em 1em;
  }

  .main aside {
    padding: 3em 2em; }

  .resources,
  .all-items {
    overflow: auto; }

  .about aside {
    padding-bottom: 10em; }

    .item {
      width: 17em; }

    }
.googleAds{
  display: grid;
  /* grid-template-columns: 50% 50%; */
  justify-content: center;
  align-items: center;
}

.adSpace{
  margin: 10px 0 !important;
  max-width: 250px !important;
}

.sb-googleAds{
  display: block;
  margin: 10px;
}