/*
Theme Name: Heather Jowett
Theme URI: 
Description: 
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *
   
/* !Fonts - - - - - */
@font-face {
  font-family: 'handsome_nibregular';
  src: url("fonts/handsomenib-webfont.eot");
  src: url("fonts/handsomenib-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/handsomenib-webfont.woff2") format("woff2"), url("fonts/handsomenib-webfont.woff") format("woff"), url("fonts/handsomenib-webfont.ttf") format("truetype"), url("fonts/handsomenib-webfont.svg#handsome_nibregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* !Font Size Fuctions - - - - - */
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif; }

.serif {
  font-family: "ff-tisa-web-pro", Georgia, Times serif; }

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

.off-white {
  color: #fdfaf7; }

.grey {
  color: #54564e; }

.lt-grey {
  color: #b4b4b4; }

.vlt-grey {
  color: #d5d2d2; }

.dk-grey {
  color: #231f20; }

.cream {
  color: #f6ecdb; }

.dk-cream {
  color: #ddc8ab; }

.off-white {
  color: #fdfaf7; }

.orange {
  color: #b4b4b4; }

.white {
  color: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

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

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

.fleft {
  float: left; }

.fright {
  float: right; }

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

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

a:hover {
  color: #54564e; }

.rel {
  position: relative; }

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

ul.inline {
  display: inline-block; }

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

.cream-texture {
  background: url(images/cream-texture@2x.jpg) repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.grey-texture {
  background: url(images/grey-texture@2x.jpg) repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.lt-grey-texture {
  background: url(images/lt-grey-texture@2x.jpg) repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.dk-grey-trans {
  background: rgba(35, 31, 32, 0.8); }

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

.arrow-button {
  display: inline-block;
  padding: 0 40px 0 65px;
  background: url(images/arrow-button@2x.png) no-repeat right center;
  background-size: 100% 47px;
  line-height: 47px;
  font-family: "handsome_nibregular", Georgia, Times serif;
  text-transform: lowercase;
  color: #54564e;
  font-size: 1.5em;
  position: relative; }

.arrow-button:hover {
  color: #b4b4b4; }

.arrow-button:after {
  content: "";
  width: 64px;
  height: 24px;
  background: url(images/leaves-short@2x.png) no-repeat;
  background-size: 64px 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -10px;
  z-index: 100; }

/* !Main Structure - - - - - */
body {
  min-width: 320px;
  background: #fdfaf7;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #54564e;
  font-size: 12px;
  line-height: 1.5em; }

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

#main {
  padding-bottom: 40px; }

/* !Header - - - - - */
header {
  background: url(images/top-bg@2x.png) no-repeat center -30px;
  background-size: 1656px 52px;
  padding: 55px 0; }

a.logo {
  width: 376px;
  margin: 0 auto;
  display: block; }

ul.nav a {
  display: block;
  color: #54564e;
  padding: 10px 20px;
  margin-left: 40px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

ul.nav a:hover,
ul.nav li#current a,
.single-gallery li.port-nav a,
.blog li.blog-nav a,
.archive li.blog-nav a,
.single-post li.blog-nav a {
  background: url(images/nav-bg@2x.png) no-repeat center;
  background-size: 100% 100%; }

ul.nav a:after {
  content: "";
  width: 13px;
  height: 3px;
  background: url(images/3dots.svg) no-repeat;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -1px; }

ul.nav {
  position: absolute;
  top: 40px; }

ul.nav li:first-child a {
  margin-left: 0; }

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

ul.nav-left {
  right: 50%;
  margin-right: 190px; }

ul.nav-right {
  left: 50%;
  margin-left: 185px; }

.mobile-nav {
  display: none;
  background: #f6ecdb; }

.mobile-nav a {
  display: block;
  color: #54564e;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 1em;
  letter-spacing: .1em; }

.mobile-nav ul {
  width: 100%; }

.mobile-nav li {
  width: 50%; }

.mobile-nav li:nth-child(even) {
  border-left: 1px solid #fff; }

.mobile-nav a:hover,
.mobile-nav li#current a {
  background: rgba(221, 200, 171, 0.3); }

a.nav-toggle {
  position: absolute;
  top: -25px;
  right: 20px;
  text-indent: -9999px;
  width: 24px;
  height: 17px;
  z-index: 100;
  background: url(images/nav-toggle.svg) no-repeat;
  display: none;
  cursor: pointer; }

/* !Footer - - - - - */
footer {
  padding-top: 8px; }

.footer-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(images/dots-horz.svg) repeat-x center top;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10; }

.footer-bottom {
  padding: 30px 0;
  background: url(images/dots-horz.svg) repeat-x center top; }

.footer-top-left {
  width: 30%; }

.footer-top-right {
  width: 70%;
  background: url(images/dots-vert.svg) repeat-y left center; }

.footer-pad {
  padding: 30px; }

.footer-top-left .footer-pad {
  padding-left: 0; }

.footer-top-right .footer-pad {
  padding-right: 0; }

.footer-label {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.footer-top-left .footer-label {
  margin-bottom: 20px; }

.footer-bottom a.arrow-button {
  display: none; }

ul.footer-social {
  display: inline-block;
  float: left; }

ul.footer-social .social-icon {
  margin-right: 5px;
  position: relative;
  top: 2px; }

ul.footer-social a {
  color: #54564e;
  margin-left: 20px; }

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

ul.footer-social a:hover {
  color: #fff; }

ul.footer-social path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.footer-social a:hover path {
  fill: #fff; }

.footer-credit {
  float: right; }

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

.footer-credit a:hover {
  color: #fff; }

.footer-bottom .inner {
  padding-left: 80px; }

.footer-bottom .inner:after {
  content: "";
  width: 46px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 25px;
  background: url(images/owl.svg) no-repeat;
  z-index: 100; }

a.back-to-top {
  display: none;
  width: 35px;
  height: 27px;
  background: url(images/nav-bg@2x.png) no-repeat left center;
  background-size: 103px 27px;
  position: fixed;
  right: 0;
  bottom: 100px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10000; }

a.back-to-top:after {
  content: "";
  width: 31px;
  height: 27px;
  background: url(images/grey-arrow-up.svg) no-repeat center;
  position: absolute;
  top: 0px;
  left: 2px;
  z-index: 10; }

/* !Forms Reset - - - - - */
ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

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

input.medium, textarea.medium {
  width: 100%;
  background: none;
  border: 1px solid #b4b4b4;
  padding: 3px 8px;
  height: 45px;
  line-height: 45px;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #54564e; }

textarea.medium {
  resize: none;
  height: 200px;
  line-height: 1.3em;
  padding: 5px 8px; }

.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: #54564e;
  opacity: 1; }

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

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

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

.gform_button, .form-submit input {
  width: 160px;
  height: 47px;
  background: url(images/button-bg@2x.png) no-repeat;
  background-size: 160px 47px;
  line-height: 47px;
  font-family: "handsome_nibregular", Georgia, Times serif;
  text-transform: lowercase;
  color: #54564e;
  border: none;
  padding-right: 50px;
  font-size: 1.5em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.gform_button:hover, .form-submit input:hover {
  color: #b4b4b4; }

.signup-form .gform_body {
  width: 500px;
  float: left; }

.signup-form .gform_footer {
  width: 160px;
  float: left;
  position: relative;
  top: -2px; }

.signup-form li {
  width: 50%;
  padding-right: 20px;
  display: inline;
  float: left; }

.signup-form ul.gform_fields {
  display: inline-block;
  width: 100%; }

.gfield_label {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.9166666667em;
  padding-bottom: 5px;
  display: block; }

.signup-form .gfield_label {
  display: none; }

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

.validation_error {
  color: #b4b4b4;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.1666666667em; }

.validation_message {
  color: #b4b4b4;
  padding-top: 5px;
  font-style: italic; }

.signup-form .validation_error, .signup-form .validation_message {
  color: #fff; }

.gform_confirmation_message {
  font-weight: bold; }

.signup-form .gform_confirmation_message {
  color: #fff; }

/* !Portfolio Landing - - - - - */
.port-wrap {
  padding: 0 5px;
  max-width: 1195px;
  margin: 0 auto;
  width: 100%; }

ul.port-list {
  width: 100%; }

ul.port-list li {
  width: 33.33%;
  padding: 0 20px 40px 20px; }

.gallery-screen {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateZ(0);
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease; }

ul.port-list a:hover .gallery-screen {
  opacity: 1; }

ul.port-list a {
  display: block; }

.gallery-screen-inner {
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  padding: 20% 20px 0 20px;
  text-align: center;
  font-size: 1.6666666667em;
  line-height: 1.3em; }

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

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

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box; } }
.flexbox .gallery-screen-inner {
  padding-top: 0; }

.featured-tag {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000; }

/* !Single Gallery - - - - - */
.gallery-wrap {
  max-width: 950px;
  margin: 0px auto;
  background: url(images/loader.gif) no-repeat center;
  background-size: 24px 24px; }

.gallery-wrap.loaded {
  background: none;
  opacity: 1; }

.gallery-cycle ul.slides {
  background: #fdfaf7;
  position: relative;
  z-index: 100; }

.gallery-cycle {
  overflow: hidden; }

.gallery-cycle a.flex-next, .gallery-cycle a.flex-prev {
  width: 16px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px; }

.gallery-cycle ul.flex-direction-nav span {
  width: 16px;
  height: 38px;
  position: relative;
  z-index: 1000;
  text-indent: -9999px;
  display: block; }

.gallery-cycle a.flex-next {
  right: -35px; }

.gallery-cycle a.flex-prev {
  left: -35px; }

.gallery-cycle a.flex-next span {
  background: url(images/grey-arrow-right.svg) no-repeat; }

.gallery-cycle a.flex-prev span {
  background: url(images/grey-arrow-left.svg) no-repeat; }

.gallery-cycle a.flex-next:after, .gallery-cycle a.flex-prev:after {
  content: "";
  width: 35px;
  height: 27px;
  background: url(images/nav-bg@2x.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 5px; }

.gallery-cycle a.flex-next:after {
  left: -10px; }

.gallery-footer {
  text-align: right;
  padding-top: 15px;
  line-height: 1em; }

.of {
  padding: 0 6px;
  position: relative;
  top: -1px;
  font-size: 1.25em; }

.mobile-text {
  display: none;
  float: left; }

.number {
  float: right; }

.gallery-cycle {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.gallery-cycle.loaded {
  opacity: 1; }

/* !Contact - - - - - */
.contact-left {
  width: 220px;
  position: absolute;
  top: 0;
  left: 25px; }

.contact-right {
  padding-left: 260px; }

.contact-section {
  margin-top: 30px; }

.contact-section:first-child {
  margin-top: 0; }

ul.sidebar-social a {
  display: block;
  margin-left: 12px; }

ul.sidebar-social a path {
  fill: #b4b4b4;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.sidebar-social a:hover path {
  fill: #54564e; }

ul.sidebar-social li:first-child a {
  margin-left: 0; }

.section-label {
  text-transform: uppercase;
  font-size: 0.9166666667em;
  letter-spacing: .05em;
  margin-bottom: 8px; }

.section-text {
  font-size: 1em; }

.section-text a {
  color: #54564e; }

.section-text a:hover {
  color: #b4b4b4; }

li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4 {
  float: left;
  width: 50%; }

li#field_2_5 {
  clear: both; }

li#field_2_1, li#field_2_3 {
  padding-right: 10px;
  clear: left; }

li#field_2_2, li#field_2_4 {
  padding-left: 10px; }

.text p {
  margin-top: 0; }

/* !Information - - - - - */
.subnav-wrap {
  max-width: 1400px;
  margin: 0 auto 30px auto;
  font-size: 0.9166666667em; }

ul.subnav a {
  display: block;
  line-height: 39px;
  margin-left: 40px;
  position: relative;
  color: #54564e; }

ul.subnav a:hover {
  color: #fff; }

ul.subnav li:first-child a {
  margin-left: 0; }

ul.subnav {
  height: 39px;
  min-width: 500px;
  background: url(images/subnav-bg@2x.png) no-repeat right center;
  padding: 0 60px 0 100px;
  max-width: 500px;
  background-size: 500px 39px;
  position: relative;
  left: -50px; }

ul.subnav a:after {
  content: "::";
  position: absolute;
  top: 0;
  left: -23px;
  color: #54564e;
  font-size: 0.9166666667em; }

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

.info-title {
  background: url(images/dots-horz.svg) repeat-x center; }

.info-title span {
  background: #d5d2d2;
  padding: 0 15px 0 30px;
  line-height: 24px;
  height: 26px;
  font-size: 0.9166666667em;
  position: relative;
  display: inline-block; }

.info-title span:after {
  content: "";
  width: 22px;
  height: 26px;
  background: url(images/grey-arrow-tip.svg) no-repeat left center #fdfaf7;
  position: absolute;
  top: 0;
  right: -22px; }

.info-title span:before {
  content: "";
  width: 15px;
  height: 26px;
  background: url(images/grey-arrow-tail.svg) no-repeat left center #fdfaf7;
  position: absolute;
  top: 0;
  left: 0; }

.info-section, #praise {
  margin-bottom: 60px; }

#praise .info-title {
  display: none; }

a.question, .page-headline {
  font-size: 1.6666666667em;
  display: block;
  margin-top: 30px;
  color: #54564e;
  cursor: pointer; }

a.question:hover, a.question.ui-state-active {
  color: #b4b4b4; }

.answer p {
  margin-top: 0; }

.answer {
  padding: 20px 0; }

.expect-box {
  padding: 10px;
  border: 1px solid #54564e; }

.expect-wrap {
  max-width: 680px;
  margin: 40px auto 0 auto; }

.expect-title {
  padding-right: 40px;
  position: relative;
  font-size: 1.25em;
  line-height: 1.2em;
  display: block;
  color: #54564e;
  cursor: pointer; }

.expect-box {
  margin-top: 25px; }

.expect-box:first-child {
  margin-top: 0; }

.expect-title:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/plus.svg) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0; }

.expect-title.ui-state-active:after {
  background-image: url(images/minus.svg); }

.expect-answer {
  padding-top: 10px; }

.pricing-wrap {
  padding-top: 25px; }

.pricing-bullets ul {
  width: 100%; }

.pricing-bullets li {
  width: 50%;
  margin-bottom: 5px;
  position: relative;
  padding: 0 20px; }

.pricing-bullets li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #54564e;
  border-radius: 120%; }

.pricing-text {
  padding-left: 270px; }

.pricing-tag-wrap {
  position: absolute;
  top: 35px;
  left: 20px;
  width: 220px; }

.price-tag {
  font-size: 3.3333333333em;
  line-height: 1em;
  padding: 10px 15px;
  background: url(images/price-bg@2x.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  float: left; }

.pricing-tag-wrap a.arrow-button {
  margin-top: 20px;
  display: inline-block;
  clear: both;
  float: left; }

.pricing-text .fleft {
  width: 40%; }

.pricing-text .fright {
  width: 60%;
  padding-left: 40px; }

/* !Bio - - - - - */
.bio-left {
  width: 30.9%; }

.bio-right {
  width: 69.1%;
  padding-left: 40px; }

.bio-cycle a.flex-prev, .bio-cycle a.flex-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 100;
  text-indent: -9999px;
  display: block; }

.bio-cycle a.flex-prev {
  left: 10px;
  background: url(images/round-arrow-left.svg) no-repeat; }

.bio-cycle a.flex-next {
  right: 10px;
  background: url(images/round-arrow-right.svg) no-repeat; }

.bio-headline {
  font-size: 1.4166666667em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.bio-cycle {
  margin-bottom: 20px !important; }

.bio-social .section-label, .bio-social .section-text {
  display: inline-block; }

.bio-social .section-text {
  margin-left: 8px;
  position: relative;
  top: 7px; }

.scroll-pane {
  overflow: auto;
  width: 100%;
  float: left;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.scroll-pane.loaded {
  opacity: 1; }

.scroll-content {
  float: left;
  margin-bottom: 20px !important; }

.scroll-content-item {
  width: auto;
  height: 410px;
  float: left;
  text-align: center;
  display: inline; }

.scroll-bar-wrap {
  clear: left; }

.overflowscrolling .scroll-pane {
  overflow-x: scroll !important;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.overflowscrolling .scroll-bar-wrap {
  display: none !important; }

.scroll-bar-wrap .ui-icon, .scroll-bar-wrap .ui-slider-handle {
  display: inline-block; }

.scroll-bar-wrap {
  clear: left;
  background: url(images/dots-horz.svg) repeat-x center; }

.scroll-bar-wrap .ui-slider {
  height: 47px;
  margin: 0 auto; }

.scroll-bar-wrap .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 100; }

.scroll-bar-wrap .ui-slider-handle {
  height: 47px;
  position: relative;
  width: 160px !important;
  cursor: pointer;
  background-color: #fdfaf7 !important; }

.scroll-bar-wrap .ui-slider-handle .ui-icon {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  width: 160px;
  height: 47px; }

.scroll-instructions {
  display: none;
  font-size: 1.8333333333em;
  line-height: 1.2em;
  background: url(images/dots-horz.svg) repeat-x center;
  clear: left; }

.scroll-instructions span {
  padding: 0 15px;
  background: #fdfaf7;
  display: inline-block; }

.overflowscrolling .scroll-instructions {
  display: block; }

/* !Homepage - - - - - */
.home-cycle ol.flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.home-controls {
  position: absolute;
  bottom: 8px;
  right: 12px;
  z-index: 1000;
  display: inline-block; }

.home-cycle ol.flex-control-nav li {
  display: inline;
  float: left; }

.home-cycle ol.flex-control-nav a {
  display: block;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border-radius: 120%;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.3); }

.home-cycle ol.flex-control-nav a.flex-active {
  background: rgba(255, 255, 255, 0.8); }

.home-cycle ol.flex-control-nav li:first-child a {
  margin-left: 0; }

ul.home-features {
  width: 100%;
  margin-top: 30px; }

ul.home-features li.feature1 {
  width: 25.2%;
  background: url(images/home-cream-feature@2x.png) no-repeat;
  background-size: 100% 100%;
  text-align: center; }

.feature1 .inside {
  padding: 30px; }

ul.home-features li.feature2 {
  width: 33%;
  padding-left: 25px; }

ul.home-features li.feature3 {
  width: 41.8%;
  padding-left: 25px; }

ul.home-features li.feature3 .inside {
  background: url(images/home-feature-grey@2x.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding-bottom: 20px; }

.home-headline {
  font-size: 1.4166666667em;
  line-height: 1.3em;
  padding-bottom: 40px;
  position: relative;
  background: url(images/leaves@2x.png) no-repeat center bottom;
  background-size: 100% auto;
  max-width: 181px;
  margin: 0 auto 15px auto; }

.home-box-top {
  padding: 30px; }

.right-headline span {
  display: inline-block;
  padding-right: 40px;
  height: 14px;
  background: url(images/branch.svg) no-repeat right top;
  position: relative;
  top: 3px; }

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

.home-box-bottom {
  text-align: right;
  background: url(images/dots-horz.svg) repeat-x center;
  padding: 0 30px; }

.home-box-bottom a.button {
  display: inline-block;
  padding: 0 30px 0 30px;
  background: url(images/arrow-button-white@2x.png) no-repeat right center;
  background-size: 100% 38px;
  line-height: 38px;
  font-family: "handsome_nibregular", Georgia, Times serif;
  text-transform: lowercase;
  color: #54564e;
  font-size: 1.5em;
  position: relative; }

.home-box-bottom a.button:hover {
  color: #b4b4b4; }

.meet-screen {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 100;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.75); }

.meet-screen-border {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 6px;
  width: 100%;
  height: 100%; }

.meet-screen-inner {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 20px;
  width: 100%;
  height: 100%; }

.no-flexbox .meet-screen-text {
  padding-top: 10%; }

.meet-screen-text .nib {
  font-size: 1.9166666667em;
  line-height: 1.2em; }

.meet-screen-text .space {
  font-size: 1.6666666667em;
  line-height: 1.2em;
  margin-top: 0px; }

.home-bar {
  margin: 60px 0;
  height: 40px;
  overflow: hidden;
  line-height: 40px; }

.home-social-label {
  display: inline-block;
  line-height: 40px;
  padding: 0; }

.bar-arrow {
  display: inline-block;
  width: 60px;
  height: 40px;
  background: url(images/home-bar-arrow.svg) no-repeat center; }

li.social {
  margin-right: 15px; }

li.social .footer-social-text {
  font-size: 1.1666666667em;
  letter-spacing: .1em;
  margin-left: 7px;
  color: #54564e;
  position: relative;
  top: -1px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

li.social a:hover .footer-social-text {
  color: #fff; }

li.login a {
  font-size: 1.5em;
  display: block; }

.search-label {
  margin-right: 15px;
  display: inline-block; }

input#searchsubmit {
  display: none; }

input.search-box {
  background: rgba(255, 255, 255, 0.5);
  width: 200px;
  padding: 5px 10px;
  border: none;
  line-height: 28px;
  height: 28px; }

.home-bar #searchform {
  display: inline-block;
  height: 100%; }

.home-blog {
  padding-top: 15px;
  min-height: 80px; }

.home-blog:before {
  content: "";
  width: 100%;
  height: 15px;
  background: #f6ecdb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.home-blog:after {
  content: "";
  width: 100%;
  height: 8px;
  background: url(images/white-leaves.svg) repeat-x center;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 20; }

.blog-tag {
  width: 90px;
  height: 46px;
  background: url(images/blog-arrow.svg) no-repeat;
  padding: 5px 20px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1000; }

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

.home-grid1, .home-grid2 {
  width: 55.2%; }

.home-grid3 {
  width: 44.8%;
  padding-left: 25px; }

.home-grid4, .home-grid5 {
  margin-top: 25px; }

.home-grid4 {
  width: 28.7%; }

.home-grid5 {
  width: 71.3%;
  padding-left: 25px; }

a.grid-image {
  display: block;
  background: url(images/home-330x470.png) no-repeat center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

a.grid-image .featured-tag {
  top: auto;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.grid-image:hover .featured-tag {
  opacity: 1; }

/* !Blog Landing - - - - - */
.featured-left {
  width: 75%; }

.featured-right {
  width: 25%; }

.large-post-image {
  margin-bottom: 30px; }

.featured-pad {
  padding: 0 30px 30px 30px; }

.featured-title {
  font-size: 1.6666666667em;
  line-height: 1.3em;
  margin-bottom: 15px; }

.featured-title a {
  display: block; }

a.more-button {
  display: block;
  margin-top: 20px;
  padding-left: 20px; }

.featured-cats a {
  color: #54564e; }

.featured-cats a:hover {
  color: #b4b4b4; }

.featured-cats {
  margin-top: 10px; }

.featured-left {
  background: url(images/dots-vert.svg) repeat-y right center; }

ul.blog-bar-list {
  height: 28px;
  line-height: 28px; }

ul.blog-bar-list li {
  margin-left: 5px; }

ul.blog-bar-list li:first-child {
  margin-left: 0; }

.blog-bar li.cat-item {
  margin-left: 15px; }

ul.blog-bar-list li.view-all {
  margin: 0 30px;
  cursor: pointer; }

ul.blog-bar-list li.search-label {
  margin-left: 30px; }

.blog-bar input.search-box {
  background: none;
  border: 1px solid #d5d2d2;
  width: 180px; }

.blog-bar {
  padding: 20px 0;
  position: relative; }

.blog-bar:before, .blog-bar:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/dots-horz.svg) repeat-x center top; }

.blog-bar:after {
  top: auto;
  bottom: 0; }

.full-cat-list ul {
  width: 100%;
  padding: 20px 0; }

.full-cat-list li {
  width: 25%;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center; }

.full-cat-list a {
  display: block; }

.mobile-label, .full-cat-list {
  display: none; }

.cat-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  margin: 0px auto 10px auto; }

.cat-icon img {
  width: 16px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.cat-icon img.color-icon, a:hover img.grey-icon, li.current-term img.grey-icon {
  opacity: 0; }

a:hover img.color-icon, li.current-term img.color-icon {
  opacity: 1; }

.season-nav a {
  display: block;
  padding: 0 20px;
  color: #54564e;
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: lowercase;
  position: relative; }

.season-nav a:hover, li.current-term a {
  color: #b4b4b4; }

li.current-term a {
  font-weight: bold;
  font-style: italic; }

.season-nav {
  padding: 60px 0 50px 0; }

.season-nav a:after {
  content: "";
  width: 1px;
  background: #b4b4b4;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0; }

.season-nav li:first-child a:after {
  display: none; }

ul.post-list {
  width: 100%; }

ul.post-list li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 30px; }

ul.post-list li:nth-child(3n+1) {
  padding: 0 20px 0 0; }

ul.post-list li:nth-child(3n+3) {
  padding: 0 0 0 20px; }

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

ul.post-list .post:first-child {
  margin-top: 0; }

.post-list-block {
  background: #fff;
  padding: 25px; }

.post-list-title {
  font-size: 1.4166666667em;
  line-height: 1.2em; }

.post-list-cats {
  margin-top: 5px;
  color: #b4b4b4; }

.post-list-cats a {
  color: #b4b4b4; }

.post-list-cats a:hover {
  color: #b4b4b4; }

.post-nav {
  padding: 0 30px; }

.nav-previous, .nav-next {
  width: 50%; }

.nav-next {
  text-align: right; }

.post-nav a {
  color: #b4b4b4; }

.post-nav a:hover {
  color: #b4b4b4; }

.cat-archive-title {
  font-size: 1.6666666667em;
  line-height: 1.3em;
  padding: 60px 0; }

ul.blog-bar-list li.mobile-cats {
  display: none; }

/* !Single Post - - - - - */
.post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 6px auto; }

p.has-image br {
  display: none; }

p.has-image {
  margin: 6px 0; }

.blog-left {
  width: 80.5%;
  padding-right: 30px;
  background: url(images/dots-vert.svg) repeat-y right top; }

.single-post .blog-wrap {
  max-width: 1230px; }

.blog-right {
  width: 19.5%;
  padding-left: 30px; }

.post-content p {
  margin-top: 0; }

.post-content {
  line-height: 1.5em; }

.post-season li {
  margin-top: 15px;
  display: block; }

.post-season ul {
  width: 100%; }

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

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

.post-season .season-nav {
  padding: 0; }

.post-season .season-nav a {
  padding: 0; }

.post-season a:after {
  display: none; }

.blog-wrap {
  max-width: 1100px; }

.post-season .cat-icon {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 4px; }

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

ul.post-share-list a {
  display: block;
  line-height: 47px;
  margin-left: 15px;
  padding-top: 3px; }

ul.post-share-list {
  padding-left: 5px;
  margin-top: 10px; }

ul.post-share-list a path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.post-share-list a:hover path {
  fill: #b4b4b4; }

.mobile-share {
  display: none;
  margin-bottom: 30px; }

.post-comments {
  margin-top: 30px; }

.post-cats a {
  color: #b4b4b4; }

.post-cats a:hover {
  color: #b4b4b4; }

/* !Comments - - - - - */
.comment-left {
  width: 45%; }

.comment-right {
  width: 55%;
  padding-left: 40px; }

#comments {
  margin-top: 50px; }

.form-row {
  margin-top: 15px; }

.form-row:first-child {
  margin-top: 0; }

.form-submit {
  margin-top: 15px; }

ul.commentlist li {
  margin-top: 30px;
  display: block; }

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

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

h3#reply-title {
  display: none; }

/* !Search Results - - - - - */
.inner-results {
  max-width: 760px; }

ol.search-list {
  margin: 0;
  padding: 0 0 0 5px; }

ol.search-list li {
  margin-bottom: 30px;
  padding-left: 10px; }

.results-title {
  font-size: 1.6666666667em;
  line-height: 1.2em; }

/* !General Subpage - - - - - */
.page-headline {
  margin-bottom: 20px; }

.page-wrap {
  max-width: 800px; }

/* !FB Comments - - - - - */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
  width: 100% !important; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important; }

ol.comment-list {
  display: none !important; }

/* 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 */
@-moz-document url-prefix() {
  .flexslider .slides > li {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; } }
.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: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000; } }
/* - - - Media Queries - - - */
@media only screen and (max-width: 1199px) {
  .home-grid3,
  .blog-tag {
    display: none; }

  .home-grid1, .home-grid2 {
    width: 50%; }

  .home-grid1 {
    padding-right: 12px; }

  .home-grid2 {
    padding-left: 12px;
    margin-top: 0; } }
@media only screen and (max-width: 1050px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav a:after,
  .gallery-cycle a.flex-next:after,
  .gallery-cycle a.flex-prev:after,
  .home-bar {
    display: none; }

  header {
    padding: 40px 0 20px 0; }

  ul.nav {
    position: static;
    margin: 20px 0 0 0 !important; }

  ul.nav a {
    margin-left: 0; }

  .signup-form .gform_body {
    width: 500px;
    float: none; }

  .signup-form .gform_footer {
    width: 160px;
    float: none;
    position: static; }

  .gallery-cycle a.flex-next {
    right: 20px; }

  .gallery-cycle a.flex-prev {
    left: 20px; }

  .gallery-cycle a.flex-next span {
    background: url(images/white-arrow-right.svg) no-repeat; }

  .gallery-cycle a.flex-prev span {
    background: url(images/white-arrow-left.svg) no-repeat; }

  .gallery-footer {
    padding-right: 20px;
    padding-left: 20px; }

  .pricing-text .fleft {
    width: 100%; }

  .pricing-text .fright {
    width: 100%;
    padding: 20px 0 0 0; }

  .home-blog {
    margin-top: 40px; } }
@media only screen and (max-width: 950px) {
  .footer-top-right,
  .footer-top-left,
  ul.blog-bar-list li.blog-bar-search,
  ul.blog-bar-list li.search-label {
    display: none; }

  .footer-top-right {
    width: 100%;
    float: none;
    background: none; }

  .footer-top-right .footer-pad {
    padding: 25px 0; }

  .signup-form .gform_body, .signup-form .gform_footer {
    width: 100%; }

  .footer-bottom a.arrow-button {
    display: inline-block; }

  .footer-bottom {
    text-align: center; }

  .footer-credit, ul.footer-social {
    float: none; }

  .footer-credit {
    padding: 0 40px; }

  .footer-social-text {
    display: none; }

  ul.footer-social .social-icon {
    margin-right: 0px; }

  ul.footer-social {
    position: relative;
    top: 5px; }

  .footer-top {
    padding: 55px 0 0 0; }

  .footer-bottom .inner {
    padding-left: 25px; }

  .footer-bottom .inner:after {
    left: 50%;
    margin-left: -23px;
    top: -50px; }

  ul.home-features li.feature1 {
    width: 57.8%; }

  ul.home-features li.feature2 {
    width: 42.2%;
    padding-left: 25px; }

  ul.home-features li.feature3 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px !important;
    float: none;
    clear: both;
    height: auto !important;
    display: block !important; }

  ul.post-list li {
    width: 50%; }

  ul.post-list li:nth-child(odd) {
    padding: 0 15px 0 0 !important; }

  ul.post-list li:nth-child(even) {
    padding: 0 0 0 15px !important; }

  .footer-top {
    height: auto !important; } }
@media only screen and (max-width: 880px) {
  .footer-bottom a.arrow-button,
  .blog-right .post-share,
  .blog-right .sidebar-label {
    display: none; }

  .footer-credit {
    text-align: center;
    display: block;
    padding: 10px 0; }

  .footer-sep {
    height: 6px;
    padding: 0;
    display: block; }

  .footer-bottom {
    padding: 20px 0; }

  .gallery-screen-inner {
    font-size: 1.5em; }

  ul.port-list li {
    width: 50%; }

  .port-wrap {
    max-width: 800px; }

  li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4 {
    width: 100%;
    padding: 0;
    float: none; }

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

  .bio-right {
    margin-top: 30px;
    padding-left: 0; }

  .bio-cycle {
    width: 44.4%;
    float: left; }

  .bio-info {
    width: 55.6%;
    float: right;
    padding-left: 30px; }

  .featured-left, .featured-right {
    width: 100%;
    height: auto !important; }

  .featured-left {
    background: none; }

  .featured-pad {
    padding: 0; }

  .featured-right .featured-pad {
    padding: 30px 0; }

  .mobile-share {
    display: block; }

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

  .blog-right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
    height: auto !important; }

  .blog-left {
    width: 100%;
    float: none;
    padding-right: 0;
    background: none;
    height: auto !important; }

  .blog-wrap {
    padding: 0; }

  .post-content p, .blog-right, .post-comments {
    padding: 0 25px; }

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

  .post-season li.season-term {
    display: none !important; }

  .post-season li.current-term {
    display: inline-block !important; }

  .post-season li {
    margin-top: 0; }

  .post-season .season-name {
    display: none !important; }

  .post-seacon .cat-icon {
    margin-right: 0; }

  .post-cats {
    font-style: italic; } }
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav,
  .footer-top,
  .contact-image,
  .info-title span:after,
  .info-title span:before,
  .subnav-wrap,
  .home-controls,
  .home-grid4,
  ul.blog-bar-list li {
    display: none; }

  a.back-to-top {
    display: none !important; }

  a.logo {
    width: 100%;
    max-width: 290px; }

  a.nav-toggle {
    display: block; }

  header {
    padding-top: 55px;
    padding-bottom: 30px; }

  .footer-bottom {
    background: none; }

  footer {
    margin-top: 80px; }

  .contact-right {
    padding-left: 0;
    height: auto !important; }

  .contact-left {
    width: 100%;
    position: static;
    margin-top: 40px;
    height: auto !important; }

  .gallery-cycle a.flex-next {
    right: 15px; }

  .gallery-cycle a.flex-prev {
    left: 15px; }

  .gallery-cycle a.flex-next span, .gallery-cycle a.flex-prev span, .gallery-cycle a.flex-next, .gallery-cycle a.flex-prev {
    width: 10px;
    height: 24px;
    background-size: 10px 24px; }

  .gallery-cycle a.flex-next, .gallery-cycle a.flex-prev {
    margin-top: -12px; }

  .subnav-wrap {
    background: url(images/dots-horz.svg) repeat-x center top;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center; }

  .subnav-wrap:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/dots-horz.svg) repeat-x center top; }

  ul.subnav {
    max-width: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    min-width: 0;
    position: static; }

  ul.subnav a:hover {
    color: #b4b4b4; }

  .info-title {
    display: block !important;
    padding-top: 20px;
    text-align: center;
    background-position: center top; }

  .info-title span {
    display: block;
    background: none;
    color: #b4b4b4;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 25px;
    height: auto; }

  #praise .gallery-cycle {
    margin-top: 20px !important; }

  a.question, .page-headline {
    font-size: 1.3333333333em; }

  .first-section .info-section:first-child .info-title {
    background: none;
    margin-top: 0;
    padding-top: 0; }

  .info-block .inner {
    padding: 0; }

  .expect-wrap, .faq-wrap, .pricing-wrap {
    padding-left: 25px;
    padding-right: 25px; }

  .info-block {
    margin-top: 40px; }

  .info-block:last-child .info-section {
    margin-bottom: 0; }

  #praise {
    margin-bottom: 0; }

  .pricing-tag-wrap {
    width: 100%;
    position: static;
    height: auto !important; }

  .pricing-text {
    padding: 30px 0 0 0;
    height: auto !important; }

  .bio-cycle {
    width: 100%;
    float: none;
    max-width: 355px !important;
    margin: 0 auto !important; }

  .bio-info {
    width: 100%;
    padding-left: 0;
    float: none;
    padding-top: 20px; }

  ul.home-features li.feature1, ul.home-features li.feature2 {
    width: 100%;
    float: none !important;
    height: auto !important;
    display: inline-block; }

  ul.home-features li.feature2 {
    padding-left: 0;
    display: block !important;
    width: 100%; }

  ul.home-features li.feature2 a {
    display: block;
    max-width: 355px;
    margin: 20px auto 0 auto; }

  .home-grid1, .home-grid2, .home-grid5 {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    margin-top: 15px; }

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

  .home-blog .inner {
    padding: 0;
    max-width: 710px; }

  .post-nav {
    padding: 0; }

  ul.blog-bar-list {
    width: 100%;
    display: block;
    height: auto; }

  ul.blog-bar-list li.view-all {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    float: none; }

  ul.blog-bar-list li.view-all a {
    display: block;
    padding: 10px;
    font-style: normal;
    text-transform: uppercase; }

  .blog-bar {
    padding: 0; }

  .season-nav a {
    padding: 0 9px;
    font-size: 0.8333333333em; }

  .season-nav a:after {
    bottom: 1px; }

  .season-nav {
    padding: 40px 0; }

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

  .comment-right {
    margin-top: 40px; }

  .full-cat-list li {
    width: 33.33%; }

  .mobile-label {
    display: inline; }

  .mobile-text {
    display: inline-block; }

  .gallery-cycle a.flex-next, .gallery-cycle a.flex-prev {
    display: none; }

  .contact-right, .contact-left {
    height: auto !important; } }
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .signup-form li {
    width: 100%;
    padding-right: 0;
    clear: both; }

  ul.port-list li {
    width: 100%; }

  .port-wrap {
    max-width: 400px; }

  ul.post-list {
    max-width: 503px;
    margin: 0 auto; }

  ul.post-list li {
    width: 100%;
    padding: 0 !important; }

  ul.post-list li:nth-child(odd), ul.post-list li:nth-child(even) {
    padding: 0 !important; }

  .full-cat-list li {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .pricing-bullets li {
    width: 100%;
    height: auto !important; }

  .full-cat-list li {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    height: auto !important;
    text-align: center; } }
@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;
    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; } }
