/*
Theme Name: Lucky Lemon
Theme URI: 
Description: Custom theme for Luky Lemon and 2nd Street
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Fonts - - - - - */
@font-face {
  font-family: 'sansationaljfproregularRg';
  src: url("fonts/sansationaljfpro-regular-webfont.eot");
  src: url("fonts/sansationaljfpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sansationaljfpro-regular-webfont.woff2") format("woff2"), url("fonts/sansationaljfpro-regular-webfont.woff") format("woff"), url("fonts/sansationaljfpro-regular-webfont.ttf") format("truetype"), url("fonts/sansationaljfpro-regular-webfont.svg#sansationaljfproregularRg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'happyhourjfregular';
  src: url("fonts/happyhourjf-webfont.eot");
  src: url("fonts/happyhourjf-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/happyhourjf-webfont.woff2") format("woff2"), url("fonts/happyhourjf-webfont.woff") format("woff"), url("fonts/happyhourjf-webfont.ttf") format("truetype"), url("fonts/happyhourjf-webfont.svg#happyhourjfregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* - - - Global Styles - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.script {
  font-family: "happyhourjfregular", "adelle", Georgia, Times serif; }

.cond {
  font-family: "sansationaljfproregularRg", "proxima-nova", Arial, Verdana, sans-serif; }

.serif {
  font-family: "adelle", Georgia, Times serif; }

.grey {
  color: #808184; }

.dk-grey {
  color: #3f4144; }

.lt-grey {
  color: #d0d2d3; }

.vlt-grey {
  color: #ededee; }

.mid-grey {
  color: #929497; }

.yellow {
  color: #f8dc4e; }

.blue {
  color: #50c9ed; }

.dk-blue {
  color: #2e4a5e; }

.white {
  color: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 300; }

.semi {
  font-weight: 600; }

.xbold {
  font-weight: 800; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .1em; }

.space2 {
  letter-spacing: .2em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #50c9ed;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #f8dc4e; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

.grey-bg {
  background: #808184; }

.dk-grey-bg {
  background: #3f4144; }

.lt-grey-bg {
  background: #d0d2d3; }

.vlt-grey-bg {
  background: #ededee; }

.mid-grey-bg {
  background: #929497; }

.yellow-bg {
  background: #f8dc4e; }

.blue-bg {
  background: #50c9ed; }

.dk-blue-bg {
  background: #2e4a5e; }

.white-bg {
  background: #fff; }

.dk-blue85-bg {
  background: rgba(46, 74, 94, 0.85); }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }

/* !Font Size Fuctions - - - - - */
/* !Main Strcuture - - - - - */
body {
  min-width: 320px;
  font-size: 13px;
  line-height: 1.5em;
  color: #808184;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  background: #3f4144; }

#container {
  background: #fff; }

.inner {
  max-width: 1130px;
  padding: 0 25px;
  margin: 0 auto; }

.inner.skinny {
  max-width: 1010px; }

/* !Header - - - - - */
header {
  padding: 30px 0 35px 0;
  position: relative;
  z-index: 10000; }

header:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ededee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

a.logo {
  display: block;
  margin: 0 auto;
  padding: 0 42px;
  width: 250px;
  border: 1px dashed #d0d2d3;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
  position: relative;
  z-index: 10; }

li.nav-space {
  width: 290px;
  height: 1px; }

.nav-wrap {
  padding-top: 20px;
  border-top: 1px dashed #d0d2d3;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%; }

ul.nav {
  margin: 0 auto;
  font-size: 0.8461538462em;
  padding-left: 40px;
  position: relative;
  z-index: 1000; }

ul.nav a.top-nav {
  padding: 0 20px 2px 20px;
  display: block;
  color: #808184; }

ul.nav a.top-nav span {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

ul.nav a.top-nav:hover span {
  border-color: #808184; }

.top-left, .top-right {
  padding: 3px 10px;
  border: 1px solid #d0d2d3;
  position: absolute;
  top: 10px;
  right: 50%;
  margin: 0 230px 0 0;
  font-size: 0.9230769231em;
  letter-spacing: .1em;
  line-height: normal; }

.top-right {
  right: auto;
  left: 50%;
  margin: 0 0 0 230px; }

a.nav-toggle {
  display: none;
  padding: 10px;
  font-size: 0.8461538462em;
  color: #d0d2d3;
  border-bottom: 1px dashed #808184;
  text-align: right;
  line-height: 15px;
  cursor: pointer; }

a.nav-toggle span {
  padding-right: 35px;
  background: url(images/menu-toggle.svg) no-repeat right 0px;
  display: block; }

a.nav-toggle:hover {
  color: #50c9ed; }

ul.nav li.mobile-connect-nav {
  display: none; }

ul.nav ul.subnav {
  position: absolute;
  top: 20px;
  left: -9999px;
  background: rgba(63, 65, 68, 0.9);
  z-index: 1000;
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 130px;
  margin-left: -65px; }

ul.nav li:hover ul.subnav {
  left: 50%; }

ul.nav ul.subnav li {
  display: block;
  float: none; }

ul.nav ul.subnav a {
  display: block;
  padding: 5px 15px; }

ul.nav ul.subnav li.current_page_item a {
  color: #f8dc4e; }

/* !Footer - - - - - */
footer {
  padding: 38px 0 30px 0;
  position: relative; }

footer:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #fff;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10; }

.footer-left {
  font-size: 0.7692307692em;
  letter-spacing: .1em;
  line-height: 30px; }

.footer-left li {
  margin-left: 8px; }

.footer-left li:first-child {
  margin-left: 0; }

.footer-sep {
  padding: 0 5px; }

li.footer-space {
  padding-left: 5px; }

.footer-left path.yellow {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.footer-left a:hover path.yellow {
  fill: #50c9ed; }

.footer-right {
  font-size: 1.3846153846em;
  line-height: normal; }

.phone-label {
  margin-left: 20px;
  font-size: 70%;
  padding-right: 5px;
  position: relative;
  top: -3px; }

.footer-right .script {
  letter-spacing: normal;
  font-size: 110%; }

/* !Photo Grid - - - - - */
ul.photo-grid {
  max-width: 1900px;
  margin: 0 auto; }

ul.photo-grid li {
  margin-bottom: 2px;
  position: relative; }

ul.photo-grid li:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10; }

ul.photo-grid li:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10; }

ul.photo-grid li:nth-child(6n+1):after,
ul.photo-grid li:nth-child(6n+4):after {
  display: none; }

ul.photo-grid li:nth-child(5n+1) {
  width: 47.4%; }

ul.photo-grid li:nth-child(5n+2), ul.photo-grid li:nth-child(5n+5) {
  width: 15.8%; }

ul.photo-grid li:nth-child(5n+3), ul.photo-grid li:nth-child(5n+4) {
  width: 36.8%; }

/* !Single Design - - - - - */
.left-col {
  width: 81.3%; }

.right-col {
  width: 18.7%;
  padding-left: 40px; }

#main.pad {
  padding: 70px 0 90px 0; }

#main.border {
  border-top: 1px solid #ededee; }

.post-content img {
  max-width: 100%;
  margin: 5px auto;
  width: auto;
  height: auto;
  display: block; }

.post-content p.has-image {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.post-title {
  font-size: 2.3076923077em;
  line-height: 1.2em;
  margin-bottom: 40px; }

.sidebar-share a {
  display: block;
  margin-top: 5px;
  font-size: 1.0769230769em; }

.sidebar-share svg {
  margin-right: 10px;
  position: relative;
  top: 10px; }

.sidebar-share path {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.sidebar-share a:hover path.yellow {
  fill: #50c9ed; }

.sidebar-text p {
  margin: 5px 0 10px 0; }

.sidebar-section {
  margin-top: 40px; }

.sidebar-section:first-child {
  margin: 0; }

.mobile-info {
  display: none; }

/* !Single Post - - - - - */
#main.no-top {
  padding-top: 0 !important; }

.top-image {
  margin-bottom: 55px; }

.top-image-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 40px 20px; }

.top-image-title {
  font-size: 7.6923076923em;
  line-height: 1.1em; }

.top-meta {
  margin-top: 20px;
  font-size: 1.8461538462em;
  line-height: 1.2em; }

.top-meta .yellow {
  padding-right: 10px;
  font-size: 110%; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.top-image-title a {
  color: #fff; }

.single-post-share {
  font-size: 1.6923076923em;
  line-height: 1.3em; }

.single-post-share a {
  display: inline-block;
  margin-left: 15px; }

.single-post-share .script {
  font-size: 120%; }

.single-post-share a span {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.single-post-share a:hover span {
  color: #f8dc4e; }

.single-post-share svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px; }

.single-post-share path {
  fill: #f8dc4e; }

.post-date {
  font-size: 1.6923076923em;
  line-height: 1.3em;
  margin-top: 5px; }

a.view-post {
  margin-top: 15px; }

a.button {
  border: 1px solid #50c9ed;
  font-family: "sansationaljfproregularRg", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 5px 15px;
  font-size: 1.6923076923em;
  line-height: 1em;
  color: #50c9ed;
  display: inline-block; }

a.button:hover {
  color: #f8dc4e;
  border-color: #f8dc4e; }

.list-post-left {
  width: 50%; }

.list-post-right.fright {
  width: 50%;
  padding-left: 40px; }

.list-post-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #d0d2d3; }

.list-post:first-child .list-post-wrap {
  margin-top: 0;
  padding-top: 0;
  border: none; }

.list-post-title {
  font-size: 3.2307692308em;
  line-height: 1.3em;
  margin-bottom: 15px; }

/* !Comments - - - - - */
#comments, .comments {
  padding-top: 50px; }

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li, .form-row {
  margin-bottom: 15px; }

.gfield_label {
  display: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #50c9ed;
  padding-bottom: 4px;
  font-size: 0.8461538462em;
  line-height: 1.2em; }

.no-placeholder .gfield_label {
  display: block; }

input.medium, textarea.medium {
  width: 100%;
  background: none;
  border: 1px solid #d0d2d3;
  padding: 3px 8px;
  height: 30px;
  font-family: "adelle", Georgia, Times serif;
  font-style: italic;
  color: #808184;
  border-radius: 0;
  -webkit-appearance: none; }

textarea.medium {
  resize: none;
  height: 200px; }

.gform_footer img {
  display: block;
  margin: 10px 0 0 0;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

::-webkit-input-placeholder {
  color: #d0d2d3;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d2d3;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d2d3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #d0d2d3;
  opacity: 1; }

h3#reply-title {
  display: none; }

input.gform_button, input#submit {
  font-family: "sansationaljfproregularRg", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #50c9ed;
  border: 1px solid #50c9ed;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1.6923076923em;
  line-height: normal;
  padding: 5px 15px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

input.gform_button:hover, input#submit:hover {
  border-color: #f8dc4e;
  color: #f8dc4e; }

.comment-number {
  font-size: 1.8461538462em;
  line-height: 1.3em; }

.comment-author {
  font-size: 0.8461538462em; }

ul.commentlist li {
  padding: 30px 0 0 0;
  margin-top: 30px;
  border-top: 1px dashed #d0d2d3; }

.post-comments, .single-post-share {
  margin-top: 50px; }

a.comments-link {
  display: inline-block;
  border: 1px solid #50c9ed;
  color: #50c9ed;
  font-family: "sansationaljfproregularRg", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.8461538462em;
  line-height: 1em; }

a.comments-link:hover {
  color: #3f4144; }

a.comments-link span {
  padding: 5px 8px;
  display: inline-block; }

a.comments-link span.number {
  border-left: 1px solid #50c9ed;
  color: #3f4144;
  padding-left: 10px; }

/* !Subpage - - - - - */
.page-right {
  width: 21.9%; }

.page-left {
  width: 78.1%;
  padding-right: 40px; }

.headline {
  font-size: 2.6923076923em;
  line-height: 1.3em;
  margin-bottom: 30px; }

.text img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
  display: block; }

.sidebar-image {
  margin-top: 5px; }

.sidebar-image:first-child {
  margin-top: 0; }

/* !What to Expect - - - - - */
ul.steps li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #d0d2d3;
  padding-left: 80px;
  position: relative;
  min-height: 80px; }

ul.steps li:first-child {
  border: none;
  margin-top: 0; }

.step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f8dc4e;
  color: #fff;
  font-weight: bold;
  font-size: 2.9230769231em;
  border-radius: 120%;
  position: absolute;
  top: 42px;
  left: 0; }

.step-title {
  font-size: 3.2307692308em;
  line-height: 1.3em; }

/* !Happy People - - - - - */
.video-block {
  margin: 40px 0; }

.client-name {
  font-size: 2.4615384615em;
  line-height: 1.3em; }

ul.clients li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #d0d2d3; }

ul.clients li:first-child {
  margin-top: 0; }

ul.clients li.has-image {
  padding-left: 200px;
  min-height: 195px; }

.client-image {
  top: 40px;
  left: 0;
  position: absolute;
  width: 155px;
  height: 155px;
  border-radius: 120%;
  overflow: hidden; }

.client-text p {
  margin-top: 0; }

/* !Connect - - - - - */
.contact-form {
  margin: 30px auto 0 auto; }

.inner.vskinny {
  max-width: 800px; }

.form-note {
  padding-top: 30px;
  font-size: 1.1538461538em; }

.form-note .blue {
  font-size: 135%;
  line-height: 1.3em;
  padding-right: 8px; }

li#field_1_2, li#field_1_3 {
  width: 50%;
  float: left; }

li#field_1_2 {
  padding-right: 15px; }

li#field_1_3 {
  padding-left: 15px; }

li#field_1_4 {
  clear: both;
  padding-top: 8px; }

li#field_1_4 .gfield_label {
  display: block; }

ul.gfield_radio {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gfield_radio li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 3px; }

ul.gfield_radio label {
  margin-left: 8px;
  font-family: "adelle", Georgia, Times serif;
  font-style: italic;
  line-height: 18px;
  position: relative;
  top: -3px; }

ul.gfield_radio input {
  width: 18px;
  height: 18px;
  border: 1px solid #d0d2d3;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 120%;
  cursor: pointer; }

ul.gfield_radio input[type="radio"]:checked {
  background: #50c9ed;
  border-color: #808184; }

/* !Instagram - - - - - */
ul.instagram li {
  position: relative;
  width: 20%; }

ul.instagram li:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 10;
  background: #ededee; }

ul.instagram li:first-child:after {
  display: none; }

ul.instagram {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dashed #808184;
  float: left; }

ul.instagram:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 130px;
  height: 1px;
  border-top: 1px dashed #808184; }

.instagram-title {
  font-size: 0.7692307692em;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 25px;
  z-index: 100; }

.instagram-title svg {
  margin-right: 5px;
  position: relative;
  top: 3px; }

.instagram-title path {
  fill: #f8dc4e; }

.instagram-feed {
  margin-top: 50px; }

.about-left {
  width: 31.3%;
  max-width: 300px;
  margin: 0 auto; }

.about-right {
  width: 68.7%;
  padding-left: 40px; }

.tidbits {
  margin-top: 40px; }

.tid-title .cond {
  font-size: 1.8461538462em; }

.tid-title .script {
  font-size: 2.3846153846em; }

ul.tid-list {
  border-bottom: 1px dashed #d0d2d3;
  margin-top: 5px; }

ul.tid-list li {
  padding: 8px 0 7px 0;
  border-top: 1px dashed #d0d2d3;
  font-size: 0.8461538462em;
  line-height: 1.3em; }

ul.tid-list li:nth-child(odd) {
  color: #3f4144; }

.about-cycle-wrap {
  padding: 50px 0 30px 0;
  margin: 60px 0; }

.about-slide-headline {
  font-size: 3.0769230769em;
  line-height: 1.3em;
  margin-bottom: 20px; }

.about-slide-text {
  font-size: 1.6923076923em;
  line-height: 1.3em; }

.about-cycle button.slick-prev {
  display: none !important; }

.about-cycle .slick-next {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 10px 0 15px 0;
  background: url(images/circle-arrow-right.svg) no-repeat center;
  text-indent: -9999px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.about-cycle .slick-next:hover {
  opacity: .8; }

ul.slick-dots {
  width: 100%;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none; }

ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  text-indent: -9999px;
  border-radius: 120%;
  background: #808184;
  border: 1px solid #808184; }

ul.slick-dots li.slick-active {
  background: #ededee; }

ul.slick-dots li:first-child {
  margin-left: 0; }

/* !Homepage - - - - - */
.home-cycle .slick-prev, .home-cycle .slick-next {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  z-index: 100;
  text-indent: -9999px; }

.home-cycle .slick-prev {
  background: url(images/slide-arrow-left.svg) no-repeat center;
  left: 30px; }

.home-cycle .slick-next {
  background: url(images/slide-arrow-right.svg) no-repeat center;
  right: 30px; }

.home-grid {
  margin: 75px 0; }

.action-screen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px; }

.action-screen-underline {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  font-size: 1.8461538462em;
  line-height: 1.3em; }

.action-screen-underline:before {
  content: "";
  width: 150px;
  margin-left: -75px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%; }

.action-screen-underline:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(images/triple-arrow-down.svg) no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -13px; }

.home-bg {
  position: relative;
  background: url(images/trans.png) no-repeat center;
  background-size: cover; }

.home-grid {
  padding: 0 4px;
  position: relative; }

.home-grid2 {
  margin-top: 167px; }

.home-grid1,
.home-grid2,
.home-grid4,
.home-grid5,
.home-grid6,
.home-grid7,
.home-grid8,
.home-grid10 {
  width: 33.33%; }

.home-grid3, .home-grid9 {
  width: 66.66%; }

.home-grid1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 169px;
  padding-left: 2px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 358px; }

.cleft {
  clear: left; }

.cright {
  clear: right; }

.home-grid3:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10; }

.home-grid5:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: 10; }

.home-grid2:after,
.home-grid1:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -2px;
  z-index: 10; }

.home-grid1:after {
  right: -5px; }

.home-grid6:after,
.home-grid7:after,
.home-grid8:after,
.home-grid9:after,
.home-grid10:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.home-grid9:before,
.home-grid10:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10; }

.home-grid7:before,
.home-grid8:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: 10; }

a.grid-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.grid-link-screen {
  padding: 6px 42px 4px 15px;
  background: rgba(63, 65, 68, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  height: 32px;
  font-size: 0.8461538462em;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .grid-link-screen {
  background: rgba(63, 65, 68, 0.9); }

.grid-link-screen:after {
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 10px;
  position: absolute;
  background: url(images/slide-arrow-right-yellow.svg) no-repeat;
  z-index: 1; }

/* Flexslider Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Firefox Flicker Fix */
@-moz-document url-prefix() {
  .slides li:after {
    content: "&nbsp;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000; } }
/* - - - Media Queries - - - */
@media only screen and (max-width: 1129px) {
  .home-grid4,
  .home-grid5,
  .home-grid6,
  .home-grid1:after,
  .home-grid2:after,
  .home-grid3:after,
  .home-grid4:after,
  .home-grid5:after,
  .home-grid6:after,
  .home-grid7:after,
  .home-grid8:after,
  .home-grid9:after,
  .home-grid10:after,
  .home-grid7:before,
  .home-grid8:before,
  .home-grid9:before,
  .home-grid10:before {
    display: none; }

  .home-grid1 {
    width: 100%;
    position: static;
    margin-bottom: 30px;
    padding: 0;
    height: auto; }

  .home-grid2 {
    margin-top: 0;
    width: 30.7%;
    z-index: 1; }

  .home-grid3 {
    width: 69.3%; }

  .home-grid7, .home-grid8 {
    width: 50%;
    float: left;
    margin: 4px 0;
    z-index: 1000; }

  .home-grid7 {
    clear: left; }

  .home-grid1 {
    overflow: visible; }

  .home-grid8:after,
  .home-grid10:after,
  .home-grid2:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 1000;
    background: #fff;
    display: block; }

  .home-grid2:after {
    left: auto;
    right: -2px; }

  .home-grid1:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 100; } }
@media only screen and (max-width: 1023px) {
  /* Style adjustments for viewports that meet the condition */
  li.nav-space {
    width: 270px; }

  ul.nav {
    padding-left: 30px; }

  ul.nav a.top-nav {
    padding: 0 15px 2px 15px; }

  .top-image-title {
    font-size: 5.3846153846em;
    line-height: 1.1em; }

  .top-meta {
    font-size: 1.5384615385em;
    line-height: 1.2em; } }
@media only screen and (max-width: 950px) {
  .sidebar-hide {
    display: none; }

  li.nav-space {
    display: none !important; }

  ul.nav {
    padding-left: 0; }

  ul.nav li:first-child a {
    padding-left: 0 !important; }

  header {
    padding-left: 180px; }

  a.logo {
    margin: 0 0 0 -180px;
    padding-left: 0;
    padding-right: 30px;
    width: 180px;
    border-left: 0; }

  .nav-wrap {
    text-align: left;
    padding-left: 50px; }

  .top-left, .top-right {
    position: static;
    margin: 0;
    display: inline-block; }

  .top-wrap {
    padding-left: 25px;
    position: absolute;
    top: 15px;
    left: 25px; }

  .top-left {
    margin-right: 20px; }

  .footer-left, .footer-right {
    width: 100%;
    display: block;
    float: none;
    text-align: center; }

  li.footer-space, .footer-sep {
    height: 1px;
    padding: 0;
    display: block;
    width: 100%;
    text-indent: -9999px;
    margin-top: 12px; }

  .footer-left ul li {
    display: block;
    float: none; }

  .footer-right {
    margin-bottom: 15px; }

  .footer-left {
    line-height: normal; }

  .left-col, .right-col {
    width: 100%;
    float: none; }

  .left-col {
    margin-bottom: 40px; }

  .inner.no-pad {
    padding: 0; }

  .mobile-pad {
    padding-left: 20px;
    padding-right: 20px; }

  .mobile-info {
    display: block; }

  .mobile-info .sidebar-section {
    margin: 30px 0; }

  .post-content p {
    padding: 0 20px; }

  .post-content p.has-image {
    padding: 0; }

  #main.pad {
    padding: 40px 0 50px 0; }

  .post-title {
    margin-bottom: 30px; }

  .top-image-title {
    font-size: 3.8461538462em;
    line-height: 1.1em; }

  .list-post-title {
    font-size: 2.7692307692em;
    line-height: 1.3em; }

  .home-grid {
    margin: 40px 0; } }
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .top-wrap,
  header:after,
  .nav-wrap,
  .top-meta,
  .post-right,
  .single-post-share a span,
  .list-post-left,
  .page-right,
  ul.instagram li:nth-child(5),
  .action-screen,
  .home-grid8:after,
  .home-grid10:after,
  .home-grid1:after {
    display: none; }

  li.connect-nav {
    display: none !important; }

  .inner {
    padding: 0 20px; }

  .serving {
    display: block;
    margin-bottom: 5px; }

  .phone-label {
    margin-left: 0; }

  footer {
    padding: 28px 0 20px 0; }

  .nav-wrap {
    background: #3f4144;
    position: static;
    border: none;
    text-align: center;
    padding: 0; }

  header {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 25px; }

  header .inner {
    padding: 0; }

  a.logo {
    margin: 25px auto 0 auto;
    border: none;
    padding: 0 !important; }

  ul.nav {
    width: 100%;
    display: block;
    float: left; }

  ul.nav li {
    width: 50%; }

  ul.nav li.blog-nav {
    clear: both; }

  ul.nav a.top-nav {
    padding: 8px 15px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff; }

  ul.nav a.top-nav.open {
    color: #50c9ed; }

  ul.nav li.border a.top-nav {
    border-left: 1px solid #fff; }

  ul.nav a.top-nav:hover {
    color: #50c9ed; }

  ul.nav li.mobile-connect-nav {
    width: 100%;
    display: block; }

  ul.nav li.mobile-connect-nav a.top-nav {
    display: inline-block;
    padding: 0;
    border: none; }

  ul.nav li.mobile-connect-nav {
    padding: 8px 15px; }

  ul.nav a.top-nav span {
    border: none !important; }

  a.nav-toggle {
    display: block; }

  ul.nav a.social {
    margin-left: 8px;
    position: relative;
    top: 3px; }

  ul.nav a.social path {
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }

  ul.nav a.social:hover path {
    fill: #50c9ed; }

  ul.nav ul.subnav {
    position: relative;
    top: auto;
    left: auto !important;
    width: 200%;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #fff;
    display: none; }

  ul.nav ul.subnav a {
    color: #d0d2d3;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 15px !important; }

  ul.nav ul.subnav a:hover, ul.nav ul.subnav li.current_page_item a {
    color: #f8dc4e; }

  ul.nav ul.subnav li:first-child a {
    border: none; }

  ul.nav ul.subnav li {
    width: 100%;
    display: block; }

  ul.nav li.design-nav ul.subnav {
    margin-left: -100%; }

  .top-image-title {
    font-size: 2.3076923077em;
    line-height: 1.1em; }

  .post-title {
    font-size: 1.8461538462em;
    line-height: 1.3em;
    margin-bottom: 20px; }

  .top-image {
    margin-bottom: 30px; }

  .single-post-share svg {
    margin: 0; }

  .single-post-share path {
    fill: #3f4144;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }

  .single-post-share a:hover path {
    fill: #f8dc4e; }

  a.comments-link, .comment-number {
    font-size: 1.3846153846em; }

  .post-date {
    font-size: 1.3846153846em;
    line-height: 1.3em; }

  .list-post-title {
    font-size: 1.8461538462em;
    line-height: 1.3em; }

  .list-post-right.fright {
    width: 100%;
    float: none;
    padding: 0; }

  a.button {
    font-size: 1.3846153846em; }

  .list-post-wrap {
    padding-top: 30px;
    margin-top: 30px; }

  .page-left {
    width: 100%;
    float: none;
    padding: 0; }

  .step-title {
    font-size: 2em; }

  ul.steps li {
    padding-left: 60px;
    padding-top: 30px;
    margin-top: 30px; }

  .step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 30px;
    font-size: 1.8461538462em; }

  .headline {
    font-size: 2.3076923077em;
    line-height: 1.3em; }

  .client-image {
    width: 90px;
    height: 90px;
    top: 30px; }

  ul.clients li.has-image {
    padding-left: 115px;
    min-height: 90px; }

  ul.clients li {
    margin-top: 30px;
    padding-top: 30px; }

  .video-block {
    margin: 30px 0; }

  .client-name {
    font-size: 2em;
    line-height: 1.3em; }

  .page-template-happy-php .inner {
    padding: 0; }

  ul.clients li:first-child {
    border: none; }

  li#field_1_2, li#field_1_3 {
    width: 100%;
    float: none;
    padding: 0; }

  ul.gfield_radio, ul.gfield_radio li {
    display: block;
    float: none;
    margin-bottom: 5px; }

  ul.instagram li {
    width: 25%; }

  .instagram-title {
    left: 20px; }

  .about-left, .about-right {
    width: 100%;
    float: none;
    padding: 0; }

  .about-left {
    margin-top: 40px; }

  .tid-title {
    font-size: 85%; }

  .about-cycle-wrap {
    padding: 40px 0 20px 0;
    margin: 40px 0; }

  .about-slide-headline {
    font-size: 2.3076923077em;
    line-height: 1.3em; }

  .about-slide-text {
    font-size: e m(18px);
    line-height: 1.4em; }

  .home-cycle .slick-prev {
    left: 10px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: -8px; }

  .home-cycle .slick-next {
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: -8px; }

  .home-grid {
    margin: 40px 0; }

  .home-grid2,
  .home-grid3,
  .home-grid7,
  .home-grid8,
  .home-grid9,
  .home-grid10 {
    width: 100%;
    float: none;
    margin: 4px 0 0 0; }

  .home-grid2 {
    margin-top: 0; }

  .home-grid {
    padding: 0; } }
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  ul.steps li {
    padding-left: 50px; }

  .step-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5384615385em; }

  .client-image {
    width: 120px;
    height: 120px;
    position: static;
    margin: 0 auto 20px auto; }

  ul.clients li.has-image {
    padding-left: 0;
    min-height: 0; }

  ul.clients {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  ul.instagram li:nth-child(3):after {
    display: none; }

  .top-image {
    height: 200px;
    overflow: hidden;
    width: 100%; }

  .top-image img {
    width: 481px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -240px; }

  ul.instagram li {
    width: 50%; }

  ul.instagram li:nth-child(1):before, ul.instagram li:nth-child(2):before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ededee;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10; } }
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
