/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('reset.css');
/*
Theme Name: PickleBoys 2014 Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for PickleBoys
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.scaler {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.centered {
  text-align: center;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  background: #222222;
  font-family: 'Rokkitt', serif;
}
#nav-menu {
  width: 20%;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  position: fixed;
  z-index: 500;
  top: 0;
  right: -20%;
  height: 100%;
  background: #3d3d3d;
  -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
}
#nav-menu.active {
  width: 20%;
  right: 0;
}
ul#menu-main-navigation {
  padding: 0;
  margin: 0;
}
ul#menu-main-navigation li {
  padding: 0;
  margin: 0;
}
ul#menu-main-navigation li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  background: transparent;
}
ul#menu-main-navigation li a:before {
  margin-right: 12px;
  position: relative;
  top: 4px;
}
ul#menu-main-navigation li a:hover {
  background: #74a0d7;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
  padding-bottom: 200px;
  /* must be same height as the footer */
  position: relative;
  z-index: 10;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  left: 0;
}
#main.active-slide {
  width: 90%;
  left: -10%;
}
#main.subpage {
  padding-bottom: 0;
}
#content {
  width: 100%;
  background: #222222;
}
#video-header {
  position: fixed;
  min-height: 800px;
  width: 100%;
}
#main-header {
  width: 100%;
  min-height: 800px;
  text-align: center;
  color: #fff;
  background: transparent;
  display: table;
}
#main-header > div {
  display: table-cell;
  vertical-align: middle;
}
#main-header h1 {
  display: inline-block;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 20px 30px 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  font-family: 'Pinyon Script', cursive;
  font-size: 80px;
}
#main-header h1 span {
  display: block;
}
#main-header h1 span.pickle {
  font-family: 'Playfair Display SC', serif;
  font-size: 90px;
  display: block;
  line-height: 64px;
  margin-bottom: 30px;
}
#main-header.subpage {
  min-height: 0!important;
  height: 500px!important;
}
#toggle {
  width: 48px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 800;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#toggle > div {
  width: 100%;
  height: 5px;
  background: white;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#toggle.on {
  right: 21%;
  background: #ffffff;
}
#toggle.on > div {
  background: #000;
}
#toggle:hover {
  cursor: pointer;
  background: #ffffff;
}
#toggle:hover > div {
  background: #000;
}
#toggle.on .one {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  -o-transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on .two {
  opacity: 0;
}
#toggle.on .three {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  -moz-transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  -o-transform: rotate(-45deg) translate(7px, -8px);
}
.boy {
  width: 50%!important;
  float: left;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  position: relative;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
}
.boy .boy-overlay {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.boy#henry .boy-overlay {
  background: #fcff00;
}
.boy#george .boy-overlay {
  background: #00fffc;
}
.boy > div {
  padding-right: 10%;
  padding-left: 10%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 0px;
  padding: 0 30px 0 30px;
  border-bottom: 1px solid #666666;
  text-align: center;
  position: relative;
  overflow: hidden!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-color: #222;
}
.item .post-content {
  width: 90%;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 200;
  padding: 20px 0 20px 0;
  margin: 0px auto;
}
.item .post-content h1 {
  padding-bottom: 10px;
}
.item.quote .photo img {
  margin-top: 30px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border: 2px solid #fff;
}
.item.quote .post-content {
  font-family: 'Playfair Display SC', serif;
  font-size: 24px;
  letter-spacing: .02em;
  width: 80%;
  margin: 0px auto;
}
.item.quote .post-content cite {
  font-style: italic;
  font-family: 'Rokkitt', serif;
  font-size: 16px;
}
.top-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
}
.top-overlay.active {
  background: rgba(0, 0, 0, 0);
  z-index: 100;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bgvid {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-size: cover;
}
.rollover {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  text-align: center;
  position: relative;
  background: transparent;
  overflow: hidden!important;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.rollover div.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  overflow: hidden!important;
  -webkit-transition: all ease-out 500ms;
  -moz-transition: all ease-out 500ms;
  -ms-transition: all ease-out 500ms;
  -o-transition: all ease-out 500ms;
}
.rollover .fader {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 5px;
  font-size: 40px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border: 8px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: table;
}
.rollover .fader > div {
  display: table-cell;
  vertical-align: middle;
}
.rollover:hover .fader {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rollover:hover .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
a.block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#infscr-loading {
  color: #fff;
  padding-top: 20px;
  text-align: center;
  font-family: 'Playfair Display SC', serif;
  font-size: 22px;
  font-style: normal!important;
}
.pie-item {
  display: inline-block;
  vertical-align: top;
}
/***********GLOBAL STYLES**********/
ul {
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0;
}
ul li {
  padding: 0 0 0 5px;
  margin: 0 0 6px 0;
}
p {
  padding: 0 0 12px 0;
}
ul li ul {
  padding-bottom: 0;
}
a:active,
a:link,
a:visited {
  color: #333333;
}
a:hover {
  color: #111111;
}
.clear {
  clear: both;
}
/***********HEADER STYLES*******/
h1 {
  color: #fff;
  font-family: 'Playfair Display SC', serif;
  font-size: 70px;
  padding: 0 0 12px 0;
}
h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-family: 'Rokkitt', serif;
  font-size: 18px;
  padding-bottom: 0;
}
h3.date {
  display: block;
  padding: 0px 0 20px 0;
  font-family: 'Pinyon Script', cursive;
  font-size: 30px;
  color: #fff;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 8px 0;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
