html,
body {
  height: 100%;
}
body {
  background-color: #f7f7f7;
}
.u-color-white {
  color: #fff;
}
.awesome.content {
  text-align: center;
}
.awesome.title,
.incredible.subtitle {
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0;
}
.awesome.title.small,
.incredible.subtitle.small {
  letter-spacing: 0.1em;
}
.incredible.subtitle {
  margin: 20px 0;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  font-weight: normal;
  opacity: 0.8;
}
.hilarious.button {
  transition: all 0.4s linear;
  box-shadow: inset 0 0 0 0 #222;
}
.hilarious.button:hover {
  box-shadow: inset 0 100px 0 0 #222;
  color: #fff;
}
.hilarious.button.u-color-white {
  color: #fff;
  box-shadow: inset 0 0 0 0 #fff;
}
.hilarious.button.u-color-white:hover {
  box-shadow: inset 0 100px 0 0 #fff;
  color: #333;
}
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.wrapper{ max-width:1000px; margin:30px auto; text-align:center;}
.wrapper:after{ clear:both; content:''; display:block;}
.grid-thumb{ display:inline-block; width:32%; vertical-align:top; padding:5px 5px;}
.grid-thumb-link{ padding:15px; border:1px solid #ccc; display:block;}
.grid-content{ display:none;  max-width:1000px; margin:0px; text-align:center; height:640px; overflow-y: scroll; background:#000; min-height:200px; color:#999; position:absolute; top:20px;}
.grid-thumb-link.active{ border:1px solid #333;}
.grid-thumb-link img{ max-width:100%; margin:0 auto; display:block;}
.close-gridder{ display:block; position:absolute;top:15px; right:15px; color:#999; font-size:22px; text-decoration:none; font-family:Verdana;}


@media (max-width: 768px) {
	.grid-thumb{ width:48%;}
}

@media (max-width: 480px) {
	.grid-thumb{ width:100%; display:block;}
  
  .grid-content{float:none;}
  
}
.size-medium{
float: left; margin: 0px 0px 15px 15px;
}
.wp-image{
float: right; margin: 0px 0px 15px 15px;
}
	      .fox {
  background-image: url(foxen.png);
  background-position: 0 -100px, 0 0, 0 0;
  background-blend-mode: difference;
  background-size: auto, 5em 5em, 5em  5em;
  height: 315px;
  width: 315px;
  animation: run 0.6s steps(4) infinite;
  background-repeat: no-repeat, repeat, repeat;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -157.5px;
}

@keyframes run {
  0% {
    background-position: 0 -100px, 0 0,  0 0;
  }
  100% {
    background-position: 100% -100px, 0 0, 0 0;
  }
}

