/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('reset.css');
/*
Theme Name: Grandmom Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for Client
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Kreon', serif;
}
.sans-serif {
  font-family: 'Walter Turncoat', cursive;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body {
  background: #ffffff url(images/bg.png) repeat 0 0;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#main-section {
  width: 100%;
  padding: 120px 0 0 0;
  background: #1d323d;
  color: #f5cb5c;
  height: 100vh;
}
#main-section h1 {
  font-family: 'Walter Turncoat', cursive;
  font-size: 80px;
  text-transform: uppercase;
  color: #f5cb5c;
  margin: 40px;
}
#letters > .letter-item {
  width: 12.5%;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all all ease-out 240ms 150ms;
  -moz-transition: all all ease-out 240ms 150ms;
  -ms-transition: all all ease-out 240ms 150ms;
  -o-transition: all all ease-out 240ms 150ms;
}
#letters > .letter-item .image {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-out 240ms;
  -moz-transition: all ease-out 240ms;
  -ms-transition: all ease-out 240ms;
  -o-transition: all ease-out 240ms;
}
#letters > .letter-item .text {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  text-align: center;
  top: -100%;
  background: rgba(29, 50, 61, 0.85);
  -webkit-transition: all ease-out 240ms;
  -moz-transition: all ease-out 240ms;
  -ms-transition: all ease-out 240ms;
  -o-transition: all ease-out 240ms;
}
#letters > .letter-item .text > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#letters > .letter-item .text h5 {
  font-family: 'Walter Turncoat', cursive;
  font-size: 24px;
  color: #f5cb5c;
}
#letters > .letter-item .text span.icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: #f5cb5c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 20px;
}
#letters > .letter-item .text span.icon i {
  line-height: 50px;
  color: #1d323d;
}
#letters > .letter-item:nth-child(even) .text {
  top: 100%!important;
}
#letters > .letter-item:hover .text {
  top: 0!important;
}
#letters > .letter-item:hover .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.message {
  font-family: 'Walter Turncoat', cursive;
  font-size: 36px;
  margin-top: 50px;
}
.message a {
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  font-size: 80px;
  color: #cce6f4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: inline-block;
}
.message a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  color: #f5cb5c;
  cursor: pointer;
}
#video-banner {
  height: 100vh;
  position: relative;
}
#video-banner .central {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  color: #dee5e5;
  font-family: 'Walter Turncoat', cursive;
  font-size: 30px;
}
#video-banner .central h1 {
  font-family: 'Walter Turncoat', cursive;
  font-size: 65px;
  color: #dee5e5;
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 20px 0 20px 0;
}
.vert-center-wrap {
  display: table;
  height: 100%;
  height: inherit;
}
.vert-center-wrap > .vert-center {
  display: table-cell;
  vertical-align: middle;
}
/**********PAGE STYLES**********/
.image-scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  min-width: 100px;
  height: auto;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button,
input[type=submit],
input[type=button] {
  font-family: 'Kreon', serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  display: inline-block;
  background: #ccc;
  padding: 5px 20px 5px 20px;
  color: #666666;
  position: relative;
  border: 2px solid #999;
  text-align: center;
}
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #666;
  color: #fff;
}
/*********HOMEPAGE**********/
ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 50;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 0 3px;
}
ul.slick-dots li button {
  background: #999999;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: left;
  text-indent: -9999px;
}
ul.slick-dots li button:hover {
  cursor: pointer;
  background: #fff;
}
ul.slick-dots li.slick-active button {
  background: #fff!important;
}
.banner-content {
  height: 100%;
}
.banner-content > div {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  position: relative;
  font-weight: bold;
  color: #999999;
}
.banner-content > div > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #999999;
  line-height: 1!important;
  margin-bottom: 20px;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
}
.widget {
  margin-bottom: 30px;
}
/********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;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
