/*
Theme Name: EcoNest Mobile
Theme URI: http://goodchee.com
Description: EcoNest's theme for Wordpress
Version: 1
Author: Illuminated Designs
Author URI: http://illuminateddesigns.net
Tags:
*/
/* SCSS Variables
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid
================================================== */
.container {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .container {
      padding: 0 15px; } }

section, .row {
  *zoom: 1;
  display: block; }
  section:before, section:after, .row:before, .row:after {
    content: " ";
    display: table; }
  section:after, .row:after {
    clear: both; }

section.primary {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 66.31579%; }
  section.primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    section.primary {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%; }
      section.primary:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    section.primary {
      width: 100%; } }
  section.primary.full {
    width: 100%; }

aside {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 32.63158%; }
  aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    aside {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    aside {
      width: 100%; } }

.col.two {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  .col.two:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .col.two {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .col.two:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .col.two {
      width: 100%; } }

.col.three {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 32.63158%; }
  .col.three:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .col.three {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .col.three:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .col.three {
      width: 100%; } }

.col.four {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 24.21053%; }
  .col.four:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .col.four {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 23.80952%; }
      .col.four:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .col.four {
      width: 100%; } }

/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  outline: none;
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
a {
  border: none;
  outline: none; }

textarea, input {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: url(style/images/main-bg.jpg) top center repeat #f2eed5;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("style/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("style/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("style/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("style/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.grid_2 {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 15.78947%; }
  .grid_2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .grid_2 {
      width: 100%; } }

.grid_3 {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 24.21053%; }
  .grid_3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .grid_3 {
      width: 100%; } }

.grid_4 {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 32.63158%; }
  .grid_4:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .grid_4 {
      width: 100%; } }

.grid_5 {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 41.05263%; }
  .grid_5:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .grid_5 {
      width: 100%; } }

.grid_10 {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 83.15789%; }
  .grid_10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .grid_10 {
      width: 100%; } }

/* TYPOGRAPHY */
/* ----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert {
  background: red;
  color: white; }

                                       /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/
@font-face {
  font-family: 'CalifornianFBRegular';
  src: url("style/fonts/califr_0-webfont.eot");
  src: local("?"), url("style/fonts/califr_0-webfont.woff") format("woff"), url("style/fonts/califr_0-webfont.ttf") format("truetype"), url("style/fonts/califr_0-webfont.svg#webfont0zw4dvWe") format("svg");
  font-weight: normal;
  font-style: normal; }
/**** BEGIN Paragraph and anchors ****/
.home h1 {
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 48px; }

p {
  font-size: 15px;
  font-family: 'Palatino Linotype',Georgia, "Times New Roman", Times, serif;
  color: #272727;
  line-height: 1.6em;
  margin-bottom: 15px; }

a {
  color: #7b6039;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #333; }

#main-contact li p, #main-contact li a {
  font-size: 19px;
  font-family: 'Palatino Linotype',Georgia, "Times New Roman", Times, serif;
  color: #666;
  text-shadow: 0px 1px 1px #ccc;
  margin-bottom: 0px; }

/**** END Paragraph and anchors ****/
/**** BEGIN Headers ****/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #bbaf7e; }

h1 {
  font-size: 35px;
  color: #728952;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

h2, h2 a {
  font-size: 27px;
  color: #7b6039;
  font-family: 'Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

h3, h3 a {
  font-size: 23px;
  color: #728952;
  font-family: 'Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

h4 {
  font-size: 18px;
  color: #7b6039;
  font-weight: normal;
  text-shadow: 0 1px 0 #BBAF7E; }

/**** END Headers ****/
/**** BEGIN Misc ****/
span.reg {
  position: relative;
  font-size: 10px;
  top: -7px; }

.learnmore-section strong {
  font-size: 16px;
  color: #728952;
  font-weight: bold;
  text-shadow: 0px 1px 1px #aaa;
  letter-spacing: .1em;
  margin-right: 5px; }

/* TYPOGRAPHY */
/* ----------------------------------------- */
@font-face {
  font-family: 'CalifornianFBRegular';
  src: url("style/fonts/califr_0-webfont.eot");
  src: local("?"), url("style/fonts/califr_0-webfont.woff") format("woff"), url("style/fonts/califr_0-webfont.ttf") format("truetype"), url("style/fonts/califr_0-webfont.svg#webfont0zw4dvWe") format("svg");
  font-weight: normal;
  font-style: normal; }
html,
body,
#wrapper {
  height: 100%; }

body > #wrapper {
  height: auto;
  min-height: 100%; }

/* must be same height as the footer */
#content {
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 40px; }

#content-home {
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 0px; }

.home #content li {
  margin-bottom: 0; }

#footer {
  position: relative;
  margin-top: -50px;
  /* negative value of footer height */
  height: 50px;
  clear: both; }

/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J */ }

/**** BEGIN Paragraph and anchors ****/
p,
label {
  font-size: 14px;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #404040;
  line-height: 1.6em;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #fffef4; }

a {
  font-size: 14px;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #935132;
  -moz-transition: color .2s, opacity .2s, background .2s;
  -webkit-transition: color .2s, opacity .2s, background .2s;
  transition: color .2s, opacity .2s, background .2s; }

a:hover {
  color: #333;
  text-decoration: underline; }

.slideshow a {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none; }

#prev {
  display: block;
  width: 32px;
  height: 34px;
  background: url(js/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 38%;
  left: 10px;
  cursor: pointer;
  z-index: 9999; }

#next {
  display: block;
  width: 32px;
  height: 34px;
  background: url(js/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  background-position: -32px 0;
  position: absolute;
  top: 38%;
  right: 10px;
  cursor: pointer;
  z-index: 9999; }

#main-contact li p,
#main-contact li a {
  font-size: 19px;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  color: #666;
  text-shadow: 0px 1px 1px #ccc;
  margin-bottom: 0px; }

/**** END Paragraph and anchors ****/
/**** BEGIN Headers ****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #bbaf7e; }

h1 {
  font-size: 35px;
  color: #63744b;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

h2,
h2 a {
  font-size: 23px;
  color: #8a553b;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif; }

.home h2,
h2 a {
  font-size: 21px;
  color: #63744b;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif; }

h3,
h3 a {
  font-size: 19px;
  color: #63744b;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif; }

h4 {
  font-size: 18px;
  color: #8a553b;
  font-weight: normal;
  text-shadow: 0 1px 1px #BBAF7E; }

/**** END Headers ****/
/**** BEGIN Misc ****/
span.reg {
  position: relative;
  font-size: 10px;
  top: -7px; }

span.reg1 {
  position: relative;
  font-size: 17px;
  top: -14px;
  left: 1px; }

span.reg2 {
  position: relative;
  font-size: 17px;
  top: -14px;
  left: 1px; }

.learnmore-section strong {
  font-size: 16px;
  color: #728952;
  font-weight: normal;
  text-shadow: 0px 1px 1px #aaa;
  letter-spacing: .1em;
  margin-right: 5px; }

.subtitle {
  color: #63744b;
  font-size: 17px; }

.home .subtitle, .page-template-temp-home-php .subtitle {
  color: #63744b;
  font-size: 12px; }

/* LAYOUT */
/* ----------------------------------------- */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 767px) {
    .alignleft {
      display: block;
      float: none;
      margin: 15px auto; } }

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }
  @media screen and (max-width: 767px) {
    .alignright {
      display: block;
      float: none;
      margin: 15px auto; } }

.trans-image {
  background: none !important;
  padding: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; }

.aligncenter {
  float: none;
  margin: 20px 0;
  display: block;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }

.wp-caption {
  border: 1px solid #ccc;
  text-align: center;
  background: #fff;
  padding: 5px;
  margin: 10px;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }
  .wp-caption p {
    margin-bottom: 0; }
  .wp-caption img {
    border: none;
    box-shadow: none;
    padding: 0; }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0; }

/* Use this br class to clear your floated columns */
/**** BEGIN Globals ****/
.clearfloat {
  clear: both; }

body {
  background: url(style/images/main-bg.jpg) top center repeat #f2eed5;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  color: #333; }

.brand {
  margin: 10px 0 8px 0;
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  .brand:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .brand {
      width: 100%; } }

header .container {
  position: relative; }
header .info {
  text-align: right;
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  header .info:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    header .info {
      width: 100%; } }
  header .info div, header .info h3 {
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    header .info {
      display: none; } }

#main-contact {
  text-align: right;
  margin-top: 10px; }

.float-left {
  float: left;
  margin: 0 10px 0 0; }

.float-right {
  float: right;
  margin: 0 0 0 10px; }

.img-style {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }

img.img-float-right {
  float: right;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 5px 0 0 10px; }
  @media screen and (max-width: 767px) {
    img.img-float-right {
      display: block;
      float: none;
      margin: 15px auto; } }

img.img-float-left {
  float: left;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 5px 10px 0 0; }
  @media screen and (max-width: 767px) {
    img.img-float-left {
      display: block;
      float: none;
      margin: 15px auto; } }

ul.styled-list {
  margin-left: 15px;
  color: #404040;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px; }
  ul.styled-list li {
    list-style-image: url(style/images/learnmore-bullet.png); }

.main-content ul {
  margin-left: 15px;
  color: #404040;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px; }
  .main-content ul li {
    list-style-image: url(style/images/learnmore-bullet.png);
    margin-bottom: 10px; }

blockquote {
  width: 81%;
  margin: 50px auto;
  border-top: 1px solid #d6cb87;
  border-bottom: 1px solid #d6cb87; }
  blockquote p {
    font-size: 19px;
    color: #333;
    font-style: italic;
    font-family: "CalifornianFBRegular",'Palatino Linotype', Palatino,  Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0; }
    blockquote p strong {
      font-size: 15px;
      font-style: normal; }

.video {
  float: right;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }
  @media screen and (max-width: 1024px) {
    .video {
      float: none;
      margin-bottom: 25px;
      margin-left: 0; } }

/* Videos
-----------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.single-newsletter .video {
  display: block;
  float: none;
  margin: 0 auto; }

/**** END Globals ****/
/* BEGIN Main Nav */
.main-nav-wrap {
  margin: 0px 0 25px 0;
  background: url(style/images/nav-bg.png) 0 0 repeat-x;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 2px;
  clear: both; }

.home #menu-main-nav {
  margin-bottom: 10px; }

#menu-main-nav li {
  float: left;
  display: block;
  position: relative; }

#menu-main-nav li a {
  text-decoration: none;
  color: #7d5e4e;
  font-weight: normal;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fffef4;
  -webkit-transition: color .3s; }

#menu-main-nav li:hover a,
#menu-main-nav li.current-menu-parent a,
#menu-main-nav li.current_page_item a {
  color: #9a5535; }

.main-nav {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-nav li {
    float: left;
    position: relative;
    padding: 10px;
    margin-right: 5px; }
  .main-nav a {
    display: block;
    text-decoration: none; }
  .main-nav ul ul {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    display: none;
    float: left;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 99999;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
    .main-nav ul ul li {
      padding: 0;
      margin: 0; }
    .main-nav ul ul ul {
      left: 100%;
      top: 0; }
    .main-nav ul ul a {
      width: 200px; }
      .main-nav ul ul a:hover {
        background: #fff; }

#menu-main-nav li.menu-item-1024 ul li.menu-item-1003 a,
#menu-main-nav li.menu-item-1025 ul li.menu-item-1011 a,
#menu-main-nav li.menu-item-1023 ul li.menu-item-1336 a,
#menu-main-nav li.menu-item-1016 ul li.menu-item-1252 a,
#menu-main-nav li.menu-item-1026 ul li.menu-item-1335 a {
  border-right: none; }

#menu-main-nav li:hover ul li a:hover {
  color: #9a5535; }

#menu-main-nav li:hover ul li.current_page_item a {
  color: #9a5535; }

#menu-main-nav li.menu-item-1024 > a,
#menu-main-nav li.menu-item-1025 > a,
#menu-main-nav li.menu-item-1023 > a,
#menu-main-nav li.menu-item-1016 > a,
#menu-main-nav li.menu-item-1026 > a,
#menu-main-nav li.menu-item-1565 > a {
  background: url(style/images/arrow.gif) 100% 65% no-repeat;
  padding-right: 14px; }

#menu-main-nav li.menu-item-1018.current_page_item a {
  color: #9a5535; }

#menu-main-nav ul.sub-menu li a {
  background: none;
  color: #4d4d4d;
  padding: 8px;
  font-weight: normal;
  font-size: 14px !important;
  text-shadow: 0px 1px 0px #fff; }
  #menu-main-nav ul.sub-menu li a:hover {
    background: #f8f6e8; }

/**** END Main Nav ****/
/**** BEGIN Homepage ****/
#subscribe {
  float: right;
  margin-top: 35px; }

#subscribe p {
  text-align: right;
  margin-top: 33px; }

.email-field input {
  background: url("style/images/input-bg.gif") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #999999;
  font-size: 12px;
  height: 22px;
  padding-bottom: 5px;
  padding-top: 3px;
  text-align: center;
  width: 222px; }

.submit-button input {
  background: url(style/images/newsletter-subscribe.gif) no-repeat;
  width: 121px;
  height: 37px;
  display: block;
  text-indent: -9999em;
  border: none;
  margin: 7px auto;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }

span.label,
span.spacer,
span.multiple span {
  width: 120px;
  float: left; }

span.multiple {
  float: left; }

span.button {
  padding-left: 120px; }

div.clear {
  clear: both;
  padding-top: 5px; }

#subscribe-title {
  margin-bottom: 0px;
  color: #838383; }

.home .nav {
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .home .nav {
      display: none; } }

.home .nav a, .design-philosophy .nav a {
  background: url(style/images/slide-arrows.gif) no-repeat;
  display: block;
  height: 14px;
  text-indent: -9999em;
  width: 14px;
  z-index: 999;
  position: absolute;
  right: 0px;
  bottom: -30px; }

.home .nav a#next2, .design-philosophy .nav a#next2 {
  background-position: -35px -3px;
  right: 25px; }

.home .nav a#next2:hover {
  background-position: -35px -29px; }

.home .nav a#prev2, .design-philosophy .nav a#prev2 {
  right: 65px;
  background-position: 0px -3px; }

.home .nav a#prev2:hover {
  background-position: 0px -29px; }

.home .slideshow {
  height: 390px;
  overflow: hidden;
  padding: 10px; }

.page-template-temp-home-php .slideshow {
  height: 400px;
  overflow: hidden;
  padding: 10px; }

.home .slideshow img, .page-template-homepage-temp-php .slideshow img, .design-philosophy .slideshow img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin-left: 20px; }

.design-philosophy .slide-wrap {
  float: right;
  height: auto;
  overflow: hidden;
  margin-left: 25px; }
  .design-philosophy .slide-wrap img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .design-philosophy .slide-wrap {
      float: none;
      margin: 15px auto; } }

.design-philosophy blockquote {
  margin-top: 40px; }

.home #footer {
  margin-top: 0px; }

.hp-about-img {
  float: left;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 5px 10px 0 0; }

#hp-intro {
  margin-bottom: 50px; }

div#wn {
  position: relative;
  width: 430px;
  height: 230px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 5px #CBBF6B;
  -webkit-box-shadow: 0px 0px 5px #CBBF6B;
  box-shadow: 0px 0px 5px #CBBF6B;
  border: 1px solid #cfc496;
  padding-bottom: 10px; }

#lyr1 {
  padding: 10px 5px 5px 10px; }

ul.calendar-list-home {
  clear: both;
  overflow: hidden;
  padding: 3px; }

.calendar-list-home li {
  float: left; }

.calendar-list-home li.dates {
  width: 100px;
  margin-right: 8px; }

.calendar-list-home li.workshop-title {
  width: 155px;
  margin: 0 10px 10px 0; }

.calendar-list-home li.location {
  width: 125px; }

ul#scrollLinks {
  position: absolute;
  right: 10px;
  top: 94px; }

ul#scrollLinks li {
  display: block;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .hp-doors {
    margin: 25px 0; } }
.hp-doors h2 {
  font-size: 30px;
  text-align: center; }
.hp-doors .image {
  border: 3px solid #fff;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  position: relative;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .hp-doors .image img {
    display: block;
    width: 100%; }
  .hp-doors .image:hover {
    opacity: 0.8; }
.hp-doors span {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 10px;
  font-size: 17px;
  text-shadow: 0px 1px 1px #000; }

/**** END Homepage ****/
@media screen and (max-width: 1024px) {
  .sublink {
    margin-bottom: 25px; } }

.sublink a {
  text-indent: -9999em;
  display: block;
  width: 151px;
  height: 37px; }

.sublink p {
  height: 115px; }
  @media screen and (max-width: 1024px) {
    .sublink p {
      height: auto; } }

.sublink a:hover {
  opacity: 0.93; }

.sublink.articles a {
  background: url(style/images/sublink-articles.gif) no-repeat; }

.sublink.affiliates a {
  background: url(style/images/sublink-affiliates.gif) no-repeat; }

.sublink.affiliate-program a {
  background: url(style/images/sublink-overview.gif) no-repeat; }

.sublink.bookstore a {
  background: url(style/images/learnmore-bookstore.png) no-repeat; }

.sublink.books a {
  background: url(style/images/learnmore-bookstore.png) no-repeat; }

.sublink.build a {
  background: url(style/images/design-build.gif) no-repeat; }

.sublink.buildnest a {
  background: url(style/images/sublink-build.gif) no-repeat; }

.sublink.calendar a {
  background: url(style/images/learnmore-calendar.png) no-repeat; }

.sublink.connect a {
  background: url(style/images/learnmore-connect.png) no-repeat; }

.sublink.design a {
  background: url(style/images/sublink-design.gif) no-repeat; }

.sublink.links a {
  background: url(style/images/sublink-links.gif) no-repeat; }

.sublink.portfolio a {
  background: url(style/images/design-portfolio.gif) no-repeat; }

.sublink.ourteam a {
  background: url(style/images/sublink-our-team.gif) no-repeat; }

.sublink.videos a {
  background: url(style/images/sublink-videos.gif) no-repeat; }

.sublink.workshops a {
  background: url(style/images/sublink-workshops.gif) no-repeat; }

.sublink.register a {
  background: url(style/images/calendar-register.gif) no-repeat; }

h2.sublink {
  font-size: 35px;
  color: #728952; }

.sublink h3 {
  font-size: 32px;
  color: #8a553b;
  line-height: 1.2em;
  margin-bottom: 0px; }

.sublink h3 span {
  font-size: 24px; }

/**** BEGIN Learn More ****/
.learnmore-section {
  margin: 0 0 100px 0;
  clear: both; }

.learnmore-section#timber {
  margin: 20px 0 90px 0; }

.learnmore-section#ecology {
  margin: 30px 0 40px 0; }

.learnmore-section#faq {
  margin: 0px 0 100px 0; }

#plaster .float-left {
  margin: 54px 10px 33px 0; }

ul.learnmore-list li {
  list-style-image: url(style/images/learnmore-bullet.png);
  margin-left: 15px;
  color: #404040;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px; }

#health img.img-float-left {
  margin: 0 20px 20px 0; }

.container.learnmore {
  position: relative; }

.grid_3.learnmore-sub {
  margin-left: 0px;
  margin-bottom: 150px; }

.learnmore-sub a {
  text-indent: -9999em;
  display: block;
  width: 151px;
  height: 37px; }

.learnmore-sub p {
  height: 125px; }

.learnmore-sub a:hover {
  opacity: 0.93; }

.learnmore-sub.calendar {
  margin-left: 10px; }

.learnmore-sub.books {
  margin-left: 40px; }

.learnmore-sub.connect {
  margin-left: 40px; }

.learnmore-sub.calendar a {
  background: url(style/images/learnmore-calendar.png) no-repeat; }

.learnmore-sub.books a {
  background: url(style/images/learnmore-bookstore.png) no-repeat; }

.learnmore-sub.connect a {
  background: url(style/images/learnmore-connect.png) no-repeat; }

#learn-more-nav h4 {
  font-size: 16px;
  color: #a75c37;
  font-weight: bold; }

h2.learnmore-sub {
  font-size: 35px;
  color: #728952; }

.learnmore-sub h3 {
  font-size: 32px;
  color: #8a553b;
  line-height: 1.2em; }

.learnmore-sub h3 span {
  font-size: 24px; }

p#learnmore a {
  text-indent: -9999em;
  background: url(style/images/hp-learn-more-workshops.png) no-repeat;
  width: 381hpx;
  height: 37px;
  display: block;
  margin: 40px 0 0 0; }

p#learnmore a:hover {
  opacity: 0.93; }

/**** END Learn More ****/
/**** BEGIN Design Overview ****/
.design-section {
  margin: 0 0 100px 0;
  clear: both; }

.design-section#boots {
  margin: 30px 0 100px 0; }

.design-section#bamboo {
  margin: 0 0 200px 0; }

.design-section#nature {
  margin: 0 0 150px 0; }

.design-section#flock {
  margin: 0 0 25px 0; }

.design-section#flock img {
  margin-bottom: 40px; }

/**** END Design Overview ****/
/**** BEGIN Build Overview ****/
.team-section {
  margin: 20px 0 100px 0;
  clear: both; }

.team-section#paula {
  margin-bottom: 20px; }

.page-id-18 p#learnmore a {
  margin: 20px 0 20px 0; }

.page-id-18 p#learnmore-affiliate a {
  text-indent: -9999em;
  background: url(style/images/learnmore-affiliate.gif) no-repeat;
  width: 463px;
  height: 37px;
  display: block;
  margin: 20px 0 20px 0; }

.page-id-18 p#learnmore-affiliate a:hover {
  opacity: 0.93; }

/**** END Build Overview ****/
/**** BEGIN Affiliate Program ****/
.page-id-372 #content ul li {
  font-size: 14px;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #404040;
  line-height: 1.6em;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #fffef4;
  margin: 0 0 10px 20px;
  list-style: disc;
  list-style-position: inside; }

.page-id-372 #content h2#backgroundh2 {
  margin-top: 0px; }

.page-id-372 #content h2 {
  margin-top: 30px; }

.grid_3.affiliate-sub {
  margin-left: 0px;
  margin-bottom: 150px; }

.affiliate-sub a {
  text-indent: -9999em;
  display: block;
  width: 151px;
  height: 37px; }

.affiliate-sub p {
  height: 105px; }

.affiliate-sub a:hover {
  opacity: 0.93; }

.affiliate-sub.build {
  margin-left: 10px; }

.affiliate-sub.portfolio {
  margin-left: 40px; }

.affiliate-sub.workshop {
  margin-left: 40px; }

.affiliate-sub.build a {
  background: url(style/images/design-build.gif) no-repeat; }

.affiliate-sub.portfolio a {
  background: url(style/images/design-portfolio.gif) no-repeat; }

.affiliate-sub.workshop a {
  background: url(style/images/sublink-workshops.gif) no-repeat; }

h2.affiliate-sub {
  font-size: 35px;
  color: #728952; }

.affiliate-sub h3 {
  font-size: 32px;
  color: #8a553b;
  line-height: 1.2em; }

.affiliate-sub h3 span {
  font-size: 24px; }

/**** END Affiliate Program ****/
/**** BEGIN Workshops Overview ****/
#secondary-nav {
  border-right: 1px dotted #CCCCCC;
  display: block;
  position: fixed;
  padding-right: 10px;
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 10.73684%; }
  #secondary-nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #secondary-nav {
      display: none; } }

#secondary-nav li {
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 0px;
  color: #666; }

#secondary-nav li.nolist {
  list-style: none; }

#secondary-nav li.nolist h4 {
  margin-bottom: 10px;
  background: url(style/images/secondary-arrow.gif) no-repeat 75% 70%;
  font-size: 17px; }

#secondary-nav a {
  font-size: 13px;
  color: #727272;
  font-weight: normal;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  line-height: .5em; }

#secondary-nav a:hover {
  text-decoration: underline;
  color: #333; }

#secondary-nav li.arrow {
  list-style: none;
  display: block;
  height: 13px; }

#secondary-nav li#nav-top {
  margin-top: 10px; }

.available-workshops, .overview-content {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 83.15789%;
  margin-left: 16.84211%; }
  .available-workshops:last-child, .overview-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .available-workshops, .overview-content {
      margin-left: 0%;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .available-workshops, .overview-content {
      width: 100%; } }

.page-id-138 .slideshow {
  margin-bottom: 80px; }

.page-id-138 .slideshow img {
  width: 450px;
  height: 346px; }

.page-id-138 h1 {
  margin: 10px 0 30px 0; }

.page-id-138 .grid_10 h4 {
  margin: 10px 0 30px 0;
  font-size: 21px;
  text-shadow: 0 1px 1px #BBAF7E; }

.page-id-138 span.workshop-head {
  font-weight: bold; }

p.work-quote {
  font-size: 24px;
  font-family: 'Palatino Linotype',Georgia, "Times New Roman", Times, serif;
  color: #555;
  font-style: italic;
  text-shadow: 0px 1px 1px #ccc; }

.work-quote.sig {
  font-size: 18px;
  margin-left: 100px;
  text-align: left; }

.workshop-list {
  margin-bottom: 30px;
  padding-bottom: 90px;
  background: url(style/images/workshops-divide.png) bottom center no-repeat;
  height: 330px; }
  @media screen and (max-width: 1024px) {
    .workshop-list {
      overflow: hidden;
      height: auto;
      padding-bottom: 30px; } }

.event-list-display {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(style/images/workshops-divide.png) bottom center no-repeat;
  overflow: hidden; }
  .event-list-display h2.event_title a {
    font-size: 30px;
    color: #8a553b;
    font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

.workshop-registration .event-reg-intro {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(style/images/workshops-divide.png) bottom center no-repeat; }

.payment-page .event-reg-intro {
  display: none; }

.instruct {
  font-size: 25px;
  color: #63744b; }

.workshop-list li h2, .workshop-list li h3 {
  margin: 0; }
  @media screen and (max-width: 1024px) {
    .workshop-list li h2, .workshop-list li h3 {
      text-align: center;
      margin-bottom: 10px; } }

.workshop-list li.excerpt {
  height: 205px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .workshop-list li.excerpt {
      height: auto;
      overflow: visible; } }

.workshop-list li.excerpt img {
  display: none; }

.workshop-list li.img img {
  float: left;
  margin: 0 20px 0px 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 1024px) {
    .workshop-list li.img img {
      display: block;
      margin: 0 auto 15px auto;
      float: none; } }

.workshop-list li.img img:hover {
  opacity: 0.9; }

a.overview-buttons {
  display: block;
  text-indent: -9999em;
  width: 168px;
  height: 37px;
  float: right;
  margin: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    a.overview-buttons {
      float: none;
      display: inline-block;
      margin-bottom: 15px;
      margin-left: 0;
      margin-right: 10px;
      text-align: center; } }

a.overview-buttons.learn-more {
  background: url(style/images/workshops-learn-more.gif) no-repeat; }

a.overview-buttons.view-dates {
  background: url(style/images/workshops-view-dates.gif) no-repeat; }

a.overview-buttons.read-more {
  background: url(style/images/portfolio-read-more.gif) no-repeat;
  width: 160px; }

a.overview-buttons.buy-book {
  background: url(style/images/buy-book.gif) no-repeat;
  width: 151px; }

a.overview-buttons.faq {
  background: url(style/images/faq.gif) no-repeat;
  width: 151px;
  float: left;
  margin-left: 0px; }

a.overview-buttons.view-residence {
  background: url(style/images/view-residence.gif) no-repeat;
  width: 210px; }

a.overview-buttons:hover {
  opacity: 0.9; }

.workshop-list li {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .workshop-list li {
      margin-bottom: 0; } }

/**** END Workshops Overview ****/
/**** BEGIN Workshops Single ****/
.single-workshops {
  min-height: 600px; }

.single-workshops #description p strong {
  color: #63744b;
  font-size: 15px; }

.single-workshops a.overview-buttons.view-dates {
  margin: 20px 0 0 15px;
  float: left; }

.single-workshops #description li {
  font-size: 15px;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  color: #404040;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside; }

.single-workshops #slider {
  height: 400px;
  width: 520px; }

.single.single-workshops .slideshow-wrap {
  float: right;
  height: 400px;
  margin: 0 0 0 50px;
  width: 520px;
  position: relative; }
  .single.single-workshops .slideshow-wrap img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 5px #cbbf6b;
    -webkit-box-shadow: 0px 0px 5px #cbbf6b;
    box-shadow: 0px 0px 5px #cbbf6b; }
  @media screen and (max-width: 1024px) {
    .single.single-workshops .slideshow-wrap {
      margin: 15px auto;
      float: none;
      width: 100%;
      height: auto; }
      .single.single-workshops .slideshow-wrap img {
        width: 100%; } }

/**** END Workshops Single ****/
/**** BEGIN Calendar Overview ****/
.wrap {
  margin-bottom: 50px;
  height: auto; }

ul.event-list {
  border: 1px solid transparent;
  margin: 0 0 20px 5px;
  clear: both;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

ul.event-list li {
  float: left;
  width: 390px; }
  @media screen and (max-width: 1024px) {
    ul.event-list li {
      float: none;
      width: auto !important;
      text-align: left !important; } }

ul.event-list li.workshop-title {
  margin-right: 5px; }

ul.event-list li.dates {
  width: 235px;
  margin-right: 15px; }

ul.event-list li.location {
  width: 168px;
  margin-right: 0px; }
  ul.event-list li.location p {
    font-size: 13px; }

ul.event-list li.details {
  width: 123px;
  margin-right: 33px; }

ul.event-list li.register {
  width: 123px;
  margin-right: 0px; }

ul.event-list li p {
  margin-bottom: 0px;
  font-size: 16px; }

ul.event-list li.workshop-title a {
  font-family: 'Palatino Linotype',Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-shadow: 0px 1px 1px #aaa;
  font-size: 18px;
  color: #8a553b; }

ul.event-list li.workshop-title h3 {
  font-size: 16px;
  margin-top: 10px; }

ul.event-list li.details a {
  width: 123px;
  height: 30px;
  text-indent: -9999em;
  display: block;
  background: url(style/images/calendar-details.gif) no-repeat; }

ul.event-list li.register a {
  width: 123px;
  height: 30px;
  text-indent: -9999em;
  display: block;
  background: url(style/images/calendar-register.gif) no-repeat; }

ul.event-list li.full {
  width: 123px;
  text-align: center; }

ul.event-list li.full p {
  font-size: 23px;
  font-weight: bold;
  color: #8A553B; }

ul.event-list li.details a:hover,
ul.event-list li.register a:hover {
  opacity: 0.93; }

ul.event-list:hover {
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.2); }

.page-id-140 .wrap {
  min-height: 630px; }

/**** END Calendar Overview ****/
/**** BEGIN Calendar Single ****/
a.workshop-buttons {
  text-indent: -9999em;
  display: block;
  float: left;
  margin: 30px 0 30px 0; }

a.workshop-buttons.read {
  background: url(style/images/workshop-readmore.gif) no-repeat;
  width: 382px;
  height: 37px;
  border-right: 1px dotted #ccc;
  padding-right: 20px;
  margin-right: 20px; }

a.workshop-buttons.register {
  background: url(style/images/workshop-register.gif) no-repeat;
  width: 187px;
  height: 37px; }

a.workshop-buttons:hover {
  opacity: 0.93; }

img.attachment-Related_Post_Image {
  float: right;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 5px 0 0 10px; }

.single-calendar ul li {
  font-size: 15px;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  color: #404040;
  list-style: disc;
  list-style-position: inside; }

/**** END Calendar Single ****/
/**** BEGIN Portfolio Overview ****/
.page-id-12 #secondary-nav li.nolist h4 {
  background: transparent url(style/images/secondary-arrow.gif) no-repeat scroll 60% 70%; }

ul.portfolio-list {
  margin-bottom: 30px;
  padding-bottom: 90px;
  background: url(style/images/workshops-divide.png) bottom center no-repeat;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    ul.portfolio-list {
      padding-bottom: 40px; } }

ul.portfolio-list li.excerpt {
  height: 205px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    ul.portfolio-list li.excerpt {
      height: auto;
      overflow: visible; } }

ul.portfolio-list li.img img {
  float: left;
  margin: 0 20px 0px 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 1024px) {
    ul.portfolio-list li.img img {
      float: none;
      display: block;
      margin: 0 auto 15px auto; } }

.page-id-12 h2 {
  margin-bottom: 5px; }

.page-id-12 h3 {
  margin-top: 0px; }

/**** END Portfolio Overview ****/
/**** BEGIN Portfolio Single ****/
#slider {
  height: 470px; }

#slider img {
  display: none; }

a.overview-buttons.back {
  background: url(style/images/back-button.gif) no-repeat;
  margin: 20px 0 50px 0;
  float: left; }

.single-portfolio .main-nav {
  margin: 0px 0 35px 0; }

.single-portfolio .slideshow-wrap {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 66.31579%;
  margin-left: 33.68421%; }
  .single-portfolio .slideshow-wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .single-portfolio .slideshow-wrap {
      margin-left: 0%;
      width: 100%;
      margin-bottom: 25px; } }

.single-portfolio .portfolio-description {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 32.63158%;
  margin-left: -101.05263%; }
  .single-portfolio .portfolio-description:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .single-portfolio .portfolio-description {
      margin-left: 0%;
      width: 100%; } }

.photo-credits {
  font-style: italic; }

/**** END Portfolio Single ****/
/**** BEGIN Videos ****/
.page-id-33 #secondary-nav li.nolist h4 {
  background: transparent url(style/images/secondary-arrow.gif) no-repeat scroll 60% 70%; }

ul.videos {
  margin-bottom: 50px; }

ul.videos li object,
ul.videos li embed, ul.videos li iframe {
  display: block;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }

.page-id-33 .grid_10 {
  min-height: 600px; }

/**** END Videos ****/
/**** BEGIN Articles ****/
.page-id-31 #secondary-nav li.nolist h4 {
  background: url(style/images/secondary-arrow.gif) no-repeat 55% 70%; }

ul.articles-about {
  height: 275px; }

ul.articles-about img, ul.articles-by img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  width: 150px;
  height: 200px; }

ul.articles-by img {
  float: left;
  margin: 0 10px 25px 0; }

ul.articles-about li.grid_7 {
  margin-left: 25px; }

ul.articles-by {
  margin-bottom: 15px;
  overflow: hidden; }

ul.articles-by li h3 {
  margin-bottom: 8px; }

ul.articles-by li h3 a:hover {
  color: #93a973;
  text-decoration: none; }

.read-article {
  margin-left: 15px; }

/**** END Articles ****/
/**** BEGIN Single Articles ****/
.single-article #article-text h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px; }

.single-article #article-text li, .single-newsletter #content li {
  font-size: 15px;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  color: #404040;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside; }

.single-article #article-text td {
  border: 1px dotted #ccc; }

.single-article #article-text {
  margin-bottom: 50px; }

/**** END Single Articles ****/
/**** BEGIN Links ****/
ul.links {
  margin-bottom: 50px; }

ul.links li h3 {
  margin-bottom: 3px; }

ul.links li {
  margin-bottom: 25px; }

ul.links li p {
  margin-bottom: 5px; }

.page-id-35 h2 {
  margin-bottom: 20px; }

.page-id-35 h3 {
  font-size: 20px; }

/**** END Links ****/
/**** BEGIN Books ****/
.page-id-606 h2 {
  margin-bottom: 5px; }

ul.books {
  overflow: hidden;
  padding: 2px;
  margin-bottom: 50px; }

ul.books li img {
  float: left;
  margin: 0 20px 0px 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b; }
  @media screen and (max-width: 767px) {
    ul.books li img {
      display: block;
      float: none;
      margin: 15px auto; } }

ul.books li p {
  margin-bottom: 9px; }

ul.books li.grid_7 {
  margin: 10px 0px 0 23px; }
  @media screen and (max-width: 767px) {
    ul.books li.grid_7 {
      margin: 0; } }

ul.books li a.overview-buttons {
  display: block;
  text-indent: -9999em;
  width: 168px;
  height: 37px;
  float: left;
  margin: 0 20px 0 00px; }
  @media screen and (max-width: 767px) {
    ul.books li a.overview-buttons {
      margin-bottom: 15px; } }

/**** END Books ****/
/**** BEGIN Single Books ****/
.single-book ul.books li img {
  float: right;
  margin: 0 0 0px 20px; }
  @media screen and (max-width: 767px) {
    .single-book ul.books li img {
      display: block;
      float: none;
      margin: 15px auto; } }

.single-book ul.books li.description ul {
  margin-bottom: 15px; }

.single-book ul.books li.description li {
  font-size: 15px;
  font-family: 'Palatino Linotype', Palatino, "CalifornianFBRegular", Georgia, "Times New Roman", Times, serif;
  color: #404040;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside; }

.single-book a.overview-buttons.buy-book {
  margin-bottom: 20px; }

.page-id-621 .grid_12 img.alignright {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 5px 0 0 10px; }

/**** END Single Books ****/
/**** BEGIN Affiliates ****/
.page-id-16 #secondary-nav li.nolist h4 {
  background: transparent url(style/images/secondary-arrow.gif) no-repeat scroll 43% 70%; }

ul.affiliates {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 2px; }

ul.affiliates li h3 {
  margin: 0 0 10px 0; }

ul.affiliates img {
  float: left;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  width: 220px;
  height: auto;
  display: block;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 767px) {
    ul.affiliates img {
      float: none;
      display: block;
      width: 100%;
      margin: 15px auto; } }

ul.affiliates li p {
  margin-bottom: 0px; }

ul.affiliates li a {
  margin-bottom: 0px; }

ul.affiliates li {
  margin-bottom: 0px; }

ul.affiliates li.description {
  overflow: hidden;
  height: 120px;
  margin-bottom: 15px; }

/**** END Affiliates ****/
/**** BEGIN Affiliates Single ****/
ul.affiliate-single img {
  width: 300px;
  height: auto;
  display: block;
  float: right;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  margin: 0 0 10px 10px; }

ul.affiliate-single h2 {
  margin-bottom: 5px; }

ul.affiliate-single li p {
  margin-bottom: 5px; }

ul.affiliate-single li a {
  margin-bottom: 0px; }

ul.affiliate-single li {
  margin-bottom: 8px; }

ul.affiliate-single li#description {
  margin-bottom: 25px; }

ul.affiliate-single li#description p {
  margin-bottom: 15px; }

ul.affiliate-single li p#disclaimer {
  font-size: 12px; }

.single-affiliate #slider-wrap {
  float: right; }
  @media screen and (max-width: 767px) {
    .single-affiliate #slider-wrap {
      float: none;
      display: block;
      margin: 0 auto; } }

/**** END Affiliates ****/
.newsletter-article {
  overflow: hidden;
  margin: 0 0 20px 0; }

.page-template-newsletter-php .wp-post-image {
  border-left: 2px solid #ac5327;
  border-right: 2px solid #ac5327;
  -moz-box-shadow: 0 0 5px #CBBF6B;
  -webkit-box-shadow: 0 0 5px #CBBF6B;
  box-shadow: 0 0 5px #CBBF6B;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.page-template-newsletter-php .wp-post-image:hover {
  opacity: .8; }

/* Event Espresso */
.month-view {
  float: right; }
  @media screen and (max-width: 767px) {
    .month-view {
      float: none;
      display: inline-block;
      margin: 10px auto; } }

#espresso_calendar:not(.ui-widget) .fc-header-title h2, .fc-header-title h2 {
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif !important;
  font-size: 30px !important; }

#event_espresso_refresh_total, #event_espresso_submit_cart, .event_total_price, #event_espresso_total_wrapper, #event_espresso_coupon_wrapper {
  float: none !important;
  text-align: center !important; }

#shopping_cart_after_total {
  margin-top: 20px; }
  #shopping_cart_after_total .event_total_price {
    color: #935132;
    display: block;
    margin-top: 10px; }

#event_espresso_submit_cart .btn_event_form_submit {
  cursor: pointer !important;
  float: none !important; }

.event_espresso_form_wrapper label, .event_espresso_form_wrapper span.label {
  margin-bottom: 0 !important; }

.event_espresso_form_wrapper input[type=text], .event_espresso_form_wrapper select {
  margin-bottom: 0 !important; }

.event_espresso_form_wrapper label.error, .event_espresso_form_wrapper span.error {
  margin: 0 0 0 50px !important;
  font-weight: bold !important; }

#event_espresso_edit_cart {
  clear: none !important; }

#external-link-msg-pg {
  display: none; }

table#event_espresso_attendee_verify th, table#event_espresso_attendee_verify_questions th, table#event_espresso_attendee_verify td, table#event_espresso_attendee_verify_questions td {
  padding: 5px !important; }

table#event_espresso_attendee_verify th, table#event_espresso_attendee_verify_questions th {
  text-align: left !important; }
  table#event_espresso_attendee_verify th.header, table#event_espresso_attendee_verify_questions th.header {
    font-weight: bold; }

table#event_espresso_attendee_verify tr, table#event_espresso_attendee_verify_questions tr {
  border-bottom: 1px solid #8c842f;
  margin-bottom: 15px; }

#event_espresso_notifications {
  border: 1px solid #8c842f !important; }

.event-display-tables {
  margin-bottom: 15px !important; }

.mer-event-submit .btn_event_form_submit {
  float: right !important;
  cursor: pointer !important; }

.event_espresso_form_wrapper fieldset div {
  width: 620px; }
  @media screen and (max-width: 1024px) {
    .event_espresso_form_wrapper fieldset div {
      width: 100%; } }

.espresso_payment_overview table {
  margin-bottom: 10px; }
  .espresso_payment_overview table td {
    border: 1px solid #8c842f;
    color: #333;
    padding: 5px; }

#stripe_submit {
  float: left !important; }

#payment-options-dv .finalize_button, #finalize_purchase_order .finalize_button, #payment-options-dv .submit-payment-btn {
  cursor: pointer !important; }

.check-payment-option-lnk {
  cursor: pointer !important; }

/**** BEGIN Connect ****/
.page-id-29 p {
  margin-bottom: 8px; }

p#required {
  font-size: 12px;
  margin-top: 10px; }

#gform_wrapper_2 .gform_heading {
  margin-bottom: 0px; }

#gform_wrapper_2 .gform_footer input.button {
  display: block;
  background: url(style/images/connect-send.gif);
  border: none;
  text-indent: -9999em;
  width: 151px;
  height: 37px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#gform_wrapper_2 #input_1_28 li {
  border-bottom: 1px solid transparent; }

#gform_wrapper_2 #input_1_28 li:hover {
  border-bottom: 1px dotted #ccc; }

#gform_wrapper_2 label.gfield_label {
  color: #63744b;
  font-size: 14px; }

#gform_wrapper_2 label {
  font-size: 12px; }

#gform_wrapper_2 .gfield_required {
  color: #8A553B; }

#gform_wrapper_2 input,
#gform_wrapper_2 textarea {
  border: 1px solid;
  border-color: #dedbcb #f3f1e3 #f3f1e3 #dedbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 5px; }

#gform_wrapper_2 input:hover,
#gform_wrapper_2 input:focus {
  outline: none;
  background: #fffbe6; }

/**** END Connect ****/
/**** BEGIN Footer ****/
.footer-container {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 0px; }

#footer {
  background: #ba704b;
  height: auto;
  overflow: hidden;
  padding: 10px 0 0px 0;
  text-align: center;
  width: 100%;
  border-top: 5px solid #9c5230;
  border-bottom: 25px solid #9c5230;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8); }

@media screen and (max-width: 1024px) {
  .menu-main-nav-container {
    display: none; } }

.footer-nav li {
  display: inline;
  float: left;
  margin-right: 21px;
  text-align: left; }

.footer-nav li a {
  color: #4b2310;
  font-weight: normal;
  text-shadow: 0 1px 0 #D48761; }

.footer-nav ul.sub-menu li {
  display: block;
  float: none; }

.footer-nav ul.sub-menu {
  margin-top: 5px; }

.footer-nav li.main-tab a {
  font-size: 14px;
  border-bottom: 2px solid #925436;
  padding-bottom: 0px;
  margin-bottom: 5px;
  color: #612e16;
  font-weight: bold; }

.footer-nav li.menu-item-1016 {
  margin-right: 00px; }

.footer-nav li.main-tab a:hover {
  text-decoration: none;
  color: #180b05;
  text-shadow: none; }

.footer-nav li.main-tab .sub-menu a {
  font-size: 12px;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #4b2310;
  font-weight: normal; }

#footer .main-nav {
  margin: 0px 0 35px 0;
  background: none;
  width: 100%;
  padding-bottom: 0px;
  clear: both; }

#menu-main-nav-1 {
  top: 8px;
  position: relative; }

#footer .main-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  text-shadow: none;
  -webkit-transition: color .3s; }

#footer .main-nav ul li:hover a,
#footer .main-nav ul li.current_page_parent a {
  color: #62290e; }

.footer-nav ul.sub-menu li.menu-item-1335 {
  display: none; }

#footer .main-nav ul li.page-item-8 a,
#footer .main-nav ul li.page-item-10 a,
#footer .main-nav ul li.page-item-25 a,
#footer .main-nav ul li.page-item-27 a,
#footer .main-nav ul li.page-item-136 a {
  background: url(style/images/arrows-footer.gif) 100% 65% no-repeat;
  padding-right: 14px; }

#footer .main-nav ul li ul {
  top: 25px; }

#footer .main-nav ul li:hover ul li a {
  color: #fff; }

#footer .main-nav ul li:hover ul li a:hover {
  text-decoration: underline; }

#footer .main-nav ul li:hover ul li a {
  background: none; }

.facebook {
  position: absolute;
  right: 50px;
  top: 32px;
  display: none; }

.copy {
  text-shadow: 0px 1px 0px #c67955;
  color: #542814;
  width: 100%;
  text-align: right;
  font-size: 11px;
  clear: both;
  float: right; }
  @media screen and (max-width: 1024px) {
    .copy {
      float: none;
      text-align: center; } }

.chee img {
  position: relative;
  top: 8px; }

.facebook:hover, .chee:hover {
  opacity: 0.6; }

/**** END Footer ****/
label#workshops {
  font-size: 18px;
  color: #63744b;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    label#workshops {
      margin-bottom: 15px; } }

label#seminars {
  margin-left: 10px;
  font-size: 18px;
  color: #63744b;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    label#seminars {
      margin-bottom: 15px;
      margin-left: 0; } }

label#intensives {
  margin-left: 10px;
  font-size: 18px;
  color: #63744b;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    label#intensives {
      margin-bottom: 15px;
      margin-left: 0; } }

label#special {
  margin-left: 10px;
  font-size: 18px;
  color: #63744b;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    label#special {
      margin-bottom: 15px;
      margin-left: 0; } }

.seminar {
  display: block; }

.workshop {
  display: block; }

.intensive {
  display: block; }

ul.stock-plans {
  overflow: hidden;
  padding: 2px;
  margin-bottom: 20px;
  clear: both; }

ul.stock-plans li img {
  margin-bottom: 50px; }

.stock-plan-entry {
  overflow: hidden;
  margin: 50px 0; }
  @media screen and (max-width: 767px) {
    .stock-plan-entry img.img-float-left {
      display: block;
      float: none;
      margin: 10px auto; } }

/* Misc Pages and fixes
-------------------------------------------------------------- */
.page-id-658 .img-float-right {
  margin-top: 40px; }

.page-template-thank-you-php .content,
.page-id-732 .content,
.page-template-thanks-subscribe-php .content {
  min-height: 600px; }

.page-template-thank-you-php #subscribe {
  float: left; }

.page-template-thank-you-php #subscribe p {
  text-align: left; }

.thank-you #subscribe {
  float: left; }
  .thank-you #subscribe input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none; }

/* Gravity Forms
-------------------------------------------------------------- */
.gform_wrapper .gsection {
  margin: 25px 0 5px 0 !important; }

/* Workshop List */
#gform_wrapper_1 {
  max-width: 860px;
  margin: 0px; }

#gform_wrapper_1 h3 {
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #bbaf7e;
  font-size: 35px;
  color: #63744b;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

#gform_wrapper_1 .gfield_required {
  color: #8A553B; }

#gform_wrapper_1 h2 {
  font-size: 18px;
  color: #8a553b;
  font-weight: normal;
  text-shadow: 0 1px 1px #BBAF7E;
  font-family: 'Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

#gform_wrapper_1 label.gfield_label {
  color: #63744b;
  font-size: 14px; }

#gform_wrapper_1 label {
  font-size: 12px; }

#gform_wrapper_1 input {
  font-size: 13px;
  padding-left: 3px;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; }

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
  border: 1px solid;
  border-color: #dedbcb #f3f1e3 #f3f1e3 #dedbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 5px; }

#gform_wrapper_1 input:hover,
#gform_wrapper_1 input:focus {
  outline: none;
  background: #fffbe6; }

#gform_wrapper_1 li#field_1_14,
#gform_wrapper_1 li#field_1_11,
#gform_wrapper_1 li#field_1_8,
#gform_wrapper_1 li#field_1_9,
#gform_wrapper_1 li#field_1_13,
#gform_wrapper_1 li#field_1_29 {
  width: 580px; }

#gform_wrapper_1 li#field_1_14 input,
#gform_wrapper_1 li#field_1_11 input,
#gform_wrapper_1 li#field_1_8 input,
#gform_wrapper_1 li#field_1_9 input,
#gform_wrapper_1 li#field_1_13 input {
  height: 18px; }

li#field_1_31 {
  float: left;
  width: 250px;
  white-space: nowrap; }

#input_1_33 li label,
#input_1_34 li label,
#input_1_37 li label {
  color: #404040;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  font-size: 14px; }

li#field_1_31 .workshop_list li,
li#field_1_32 .workshop_dates li,
li#field_1_43 .workshop_locations li {
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.80;
  display: block; }

li#field_1_38 ul.book_prices li {
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  display: block; }

#field_1_32 {
  float: left;
  width: 125px;
  white-space: nowrap; }

#field_1_43 {
  float: left;
  width: 230px;
  white-space: nowrap; }

#field_1_33 {
  float: left;
  margin-top: 10px;
  width: 110px;
  white-space: nowrap; }

#field_1_34 {
  float: left;
  margin-top: 10px;
  width: 105px;
  white-space: nowrap; }

#field_1_35 {
  clear: both;
  width: 1px; }

/* Book List */
#field_1_37 {
  float: left;
  margin-top: 10px;
  width: 500px; }

#field_1_38 {
  float: left;
  width: 270px;
  white-space: nowrap; }

#field_1_39 {
  clear: both;
  width: 1px; }

#gform_wrapper_1 .gform_footer input.button {
  display: block;
  background: url(style/images/connect-send.gif);
  border: none;
  text-indent: -9999em;
  width: 151px;
  height: 37px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Workshop List */
#gform_wrapper_5 {
  max-width: 860px;
  margin: 0px; }

#gform_wrapper_5 h3 {
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #bbaf7e;
  font-size: 35px;
  color: #63744b;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

#gform_wrapper_5 .gfield_required {
  color: #8A553B; }

#gform_wrapper_5 h2 {
  font-size: 18px;
  color: #8a553b;
  font-weight: normal;
  text-shadow: 0 1px 1px #BBAF7E;
  font-family: 'Palatino Linotype', Palatino, "Times New Roman", Times, serif; }

#gform_wrapper_5 label.gfield_label {
  color: #63744b;
  font-size: 14px; }

#gform_wrapper_5 label {
  font-size: 12px; }

#gform_wrapper_5 input {
  font-size: 13px;
  padding-left: 3px;
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; }

#gform_wrapper_5 input,
#gform_wrapper_5 textarea {
  border: 1px solid;
  border-color: #dedbcb #f3f1e3 #f3f1e3 #dedbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 5px; }

#gform_wrapper_5 input:hover,
#gform_wrapper_5 input:focus {
  outline: none;
  background: #fffbe6; }

#gform_wrapper_5 li#field_5_14,
#gform_wrapper_5 li#field_5_11,
#gform_wrapper_5 li#field_5_8,
#gform_wrapper_5 li#field_5_9,
#gform_wrapper_5 li#field_5_13,
#gform_wrapper_5 li#field_5_29 {
  width: 580px; }

#gform_wrapper_5 li#field_5_14 input,
#gform_wrapper_5 li#field_5_11 input,
#gform_wrapper_5 li#field_5_8 input,
#gform_wrapper_5 li#field_5_9 input,
#gform_wrapper_5 li#field_5_13 input {
  height: 18px; }

li#field_5_31 {
  float: left;
  width: 250px;
  white-space: nowrap; }

#input_1_33 li label,
#input_1_34 li label,
#input_1_37 li label {
  color: #404040;
  font-family: 'Trebuchet MS',Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
  font-size: 14px; }

li#field_5_31 .workshop_list li,
li#field_5_32 .workshop_dates li,
li#field_5_43 .workshop_locations li {
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.80;
  display: block; }

li#field_5_38 ul.book_prices li {
  font-family: 'Trebuchet MS', Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  display: block; }

#field_5_32 {
  float: left;
  width: 125px;
  white-space: nowrap; }

#field_5_43 {
  float: left;
  width: 230px;
  white-space: nowrap; }

#field_5_33 {
  float: left;
  margin-top: 10px;
  width: 110px;
  white-space: nowrap; }

#field_5_34 {
  float: left;
  margin-top: 10px;
  width: 105px;
  white-space: nowrap; }

#field_5_35 {
  clear: both;
  width: 1px; }

/* Book List */
#field_5_37 {
  float: left;
  margin-top: 10px;
  width: 500px; }

#field_5_38 {
  float: left;
  width: 270px;
  white-space: nowrap; }

#field_5_39 {
  clear: both;
  width: 1px; }

#gform_wrapper_5 .gform_footer input.button {
  display: block;
  background: url(style/images/connect-send.gif);
  border: none;
  text-indent: -9999em;
  width: 151px;
  height: 37px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page-id-617 input#paypal-button {
  display: block;
  background: url(style/images/submit-paypal.gif);
  border: none;
  text-indent: -9999em;
  width: 289px;
  height: 37px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page-id-617 input#paypal-button:hover {
  opacity: 0.93; }

.page-id-29 .recaptchatable .recaptcha_image_cell,
.page-id-617 .recaptchatable .recaptcha_image_cell {
  background: transparent; }

.page-id-29 .recaptchatable,
.page-id-617 .recaptchatable {
  border: 1px solid transparent !important;
  line-height: 1em; }

#gform_wrapper_1 .gfield_error,
#gform_wrapper_2 .gfield_error {
  background-color: #d9ecd9 !important; }

.page-template-register-php,
.page-template-connect-php {
  min-height: 1000px; }

#gform_wrapper_4 .gform_heading {
  margin-bottom: 0px; }

#gform_wrapper_4 .gform_footer input.button {
  display: block;
  background: url(style/images/connect-send.gif);
  border: none;
  text-indent: -9999em;
  width: 151px;
  height: 37px;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }

#gform_wrapper_4 #input_1_28 li {
  border-bottom: 1px solid transparent; }

#gform_wrapper_4 #input_1_28 li:hover {
  border-bottom: 1px dotted #ccc; }

#gform_wrapper_4 label.gfield_label {
  color: #63744b;
  font-size: 14px; }

#gform_wrapper_4 label {
  font-size: 12px; }

#gform_wrapper_4 .gfield_required {
  color: #8A553B; }

#gform_wrapper_4 input,
#gform_wrapper_4 textarea {
  border: 1px solid;
  border-color: #dedbcb #f3f1e3 #f3f1e3 #dedbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 5px; }

#gform_wrapper_4 input:hover,
#gform_wrapper_4 input:focus {
  outline: none;
  background: #fffbe6; }

.page-template-register-php .learnmore {
  min-height: 900px; }

.signature {
  position: relative;
  top: 8px; }

.page-template-temp-home-php li#menu-item-1018 {
  display: none; }

.search-wrap {
  position: absolute;
  top: 140px;
  right: -3px;
  z-index: 999; }

span.search-box {
  height: 23px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 5px #d4cd83 inset;
  -moz-box-shadow: 0px 0px 5px #d4cd83 inset;
  box-shadow: 0px 0px 5px #d4cd83 inset; }

input#search-box {
  border: none;
  background: none;
  width: 140px;
  padding: 0 35px 0 5px;
  font-size: 12px;
  color: #666;
  text-align: left;
  text-indent: 5px; }
  input#search-box:focus, input#search-box:hover {
    border: none;
    box-shadow: none; }

input#searchsubmit {
  background: none;
  border: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: block; }

span.submit {
  background: url(style/images/search-glass.gif) no-repeat;
  background-position: 0px 0px;
  width: 16px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 7px;
  right: 29px; }

.search-post {
  display: block;
  margin: 20px 0;
  padding: 5px; }

.search-post .button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833));
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8462', endColorstr='#a45833',GradientType=0 );
  background: linear, top, #cc8462 0%, #a45833 100%;
  padding: 3px 8px 3px 8px;
  color: #67331b;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  margin-left: 20px;
  letter-spacing: 1px; }

.button:hover, .button:focus {
  color: #67331b;
  border: 1px solid #a45833;
  text-decoration: none; }

.button:active {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833));
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8462', endColorstr='#a45833',GradientType=0 );
  background: linear, top, #cc8462 0%, #a45833 100%; }

.button span, input.button span {
  background: url(style/images/arrow-right.png) no-repeat;
  width: 10px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 7px; }

.relevanssi-query-term {
  color: #935132;
  font-weight: bold; }

.slide-wrap {
  height: auto;
  position: relative;
  border: 3px solid #fff;
  -moz-box-shadow: 0px 0px 5px #cbbf6b;
  -webkit-box-shadow: 0px 0px 5px #cbbf6b;
  box-shadow: 0px 0px 5px #cbbf6b;
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 57.89474%;
  margin-right: 0; }
  .slide-wrap .slide, .slide-wrap img {
    width: 100%; }
  .slide-wrap img {
    display: block; }
  .slide-wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .slide-wrap {
      width: 100%; } }

.postid-1328 a.workshop-buttons.read {
  display: none; }

.st_sharethis_custom {
  background: url(style/images/share-this.gif);
  top: 0;
  display: block;
  padding: 0 116px 30px 0;
  position: absolute;
  right: 0;
  cursor: pointer; }

.st_sharethis_custom:hover {
  opacity: .9; }

.st_sharethis_custom #serviceNames span {
  color: #fff !important; }

#services a.ctaButton {
  background: #000 !important; }

#field_1_34 input {
  visibility: hidden; }

#field_1_34 #choice_34_6, #field_1_34 #choice_34_13, #field_1_34 #choice_34_19, #field_1_34 #choice_33_18 {
  visibility: visible; }

@media screen and (max-width: 1024px) {
  .register-link-footer {
    text-align: center; } }

.button, .ee_add_item_to_cart, .ee_add_item_to_cart, .ee_view_cart, .btn_event_form_submit, button, .vrt-cell, .hide-the-displayed {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833));
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%);
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8462', endColorstr='#a45833',GradientType=0 );
  background: linear, top, #cc8462 0%, #a45833 100%;
  padding: 3px 8px 3px 8px;
  color: #5c2e18;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .button, .ee_add_item_to_cart, .ee_add_item_to_cart, .ee_view_cart, .btn_event_form_submit, button, .vrt-cell, .hide-the-displayed {
      display: block;
      margin: 10px auto; } }
  .button:hover, .button:focus, .ee_add_item_to_cart:hover, .ee_add_item_to_cart:focus, .ee_add_item_to_cart:hover, .ee_add_item_to_cart:focus, .ee_view_cart:hover, .ee_view_cart:focus, .btn_event_form_submit:hover, .btn_event_form_submit:focus, button:hover, button:focus, .vrt-cell:hover, .vrt-cell:focus, .hide-the-displayed:hover, .hide-the-displayed:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }
  .button:active, .ee_add_item_to_cart:active, .ee_add_item_to_cart:active, .ee_view_cart:active, .btn_event_form_submit:active, button:active, .vrt-cell:active, .hide-the-displayed:active {
    background: #cc8462;
    background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833));
    background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8462', endColorstr='#a45833',GradientType=0 );
    background: linear, top, #cc8462 0%, #a45833 100%; }

.button span, input.button span {
  background: url(../images/arrow-right.png) no-repeat;
  width: 10px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 7px; }

.event_form_field {
  padding: 10px 0 0 0;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }
  .event_form_field:hover label {
    color: #333; }

/* Mobile Nav */
.mobile-nav-wrap {
  display: none; }

.navbar-toggle {
  background: none;
  float: right;
  border: none;
  margin: 5px 0 0;
  position: relative; }
  .navbar-toggle .title {
    float: left;
    margin: -2px 0 0 -50px;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-weight: 500; }
  .navbar-toggle .icon-bar {
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    margin-bottom: 7px;
    width: 32px;
    display: block; }
    .navbar-toggle .icon-bar:first-child, .navbar-toggle .icon-bar:last-child {
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }
    .navbar-toggle .icon-bar:nth-child(2n):before, .navbar-toggle .icon-bar:nth-child(2n):after {
      content: '';
      opacity: 0;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: white;
      margin-bottom: 7px;
      width: 32px;
      display: block;
      position: absolute;
      top: 34%;
      left: 6px;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }

.navbar-toggle {
  display: none;
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 1024px) {
  .brand {
    text-align: center;
    float: none;
    margin: 55px 0 15px; }
    .brand .search-wrap {
      display: block;
      position: static; }

  .search-wrap {
    display: none; }

  .main-nav-wrap {
    display: none; }

  #menu-main-nav-1 {
    position: static; }

  .mobile-nav-wrap {
    display: block;
    min-height: 40px;
    background: #cc8462;
    background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833));
    background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%);
    background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8462', endColorstr='#a45833',GradientType=0 );
    background: linear, top, #cc8462 0%, #a45833 100%;
    -moz-box-shadow: 0 0 3px #A58B7E;
    -webkit-box-shadow: 0 0 3px #A58B7E;
    box-shadow: 0 0 3px #A58B7E;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid white;
    z-index: 9000; }
    .mobile-nav-wrap .mobile-brand {
      position: absolute;
      left: 10px;
      top: 10px; }
    .mobile-nav-wrap .mobile-nav {
      display: none;
      background: rgba(255, 255, 255, 0.95);
      clear: both;
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      z-index: 9999; }
      .mobile-nav-wrap .mobile-nav ul {
        text-align: left;
        padding: 0;
        margin: 0; }
        .mobile-nav-wrap .mobile-nav ul li {
          display: block;
          position: relative;
          margin: 0; }
          .mobile-nav-wrap .mobile-nav ul li a {
            display: block;
            color: #cc8462;
            font-size: 1em;
            padding: 10px 15px 10px 25px;
            border: none;
            border-bottom: 1px solid #eee;
            margin: 0 !important; }
            .mobile-nav-wrap .mobile-nav ul li a:hover {
              background: #cc8462;
              color: white; }
          .mobile-nav-wrap .mobile-nav ul li ul {
            position: static;
            border: none;
            opacity: 1;
            visibility: visible;
            text-align: left;
            display: none; }
            .mobile-nav-wrap .mobile-nav ul li ul:before {
              display: none; }
            .mobile-nav-wrap .mobile-nav ul li ul li {
              text-align: left; }
              .mobile-nav-wrap .mobile-nav ul li ul li a {
                display: block;
                font-size: 0.875em;
                padding-left: 40px;
                border: none;
                color: #777;
                border-bottom: 1px solid #eee; }
          .mobile-nav-wrap .mobile-nav ul li.current-menu-item > a, .mobile-nav-wrap .mobile-nav ul li.current-menu-ancestor > a {
            background: #cc8462;
            color: white; }
    .mobile-nav-wrap.open button .icon-bar {
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .mobile-nav-wrap.open button .icon-bar:first-child, .mobile-nav-wrap.open button .icon-bar:last-child {
        opacity: 0; }
      .mobile-nav-wrap.open button .icon-bar:first-child {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px); }
      .mobile-nav-wrap.open button .icon-bar:last-child {
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px); }
      .mobile-nav-wrap.open button .icon-bar:nth-child(2n) {
        background: transparent; }
        .mobile-nav-wrap.open button .icon-bar:nth-child(2n):before {
          opacity: 1;
          -webkit-transform: rotate(46deg);
          -ms-transform: rotate(46deg);
          -o-transform: rotate(46deg);
          transform: rotate(46deg); }
        .mobile-nav-wrap.open button .icon-bar:nth-child(2n):after {
          opacity: 1;
          -webkit-transform: rotate(-46deg);
          -ms-transform: rotate(-46deg);
          -o-transform: rotate(-46deg);
          transform: rotate(-46deg); }

  .navbar-toggle {
    display: block;
    float: right; } }
div[id^=gform_wrapper] select {
  font-size: 14px;
  padding: 5px; }
div[id^=gform_wrapper] .top_label .gfield_description {
  font-style: italic;
  color: #8a553b; }
div[id^=gform_wrapper] ul li.gfield.gfield_price {
  margin-bottom: 25px; }

/* Woo Commerce Styles
========================================================= */
.summary button, .checkout-button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .summary button:hover, .summary button:focus, .checkout-button:hover, .checkout-button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.place-order .button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .place-order .button:hover, .place-order .button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.woocommerce-message .button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .woocommerce-message .button:hover, .woocommerce-message .button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.woocommerce .product button.single_add_to_cart_button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .woocommerce .product button.single_add_to_cart_button:hover, .woocommerce .product button.single_add_to_cart_button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.woocommerce button.button.disabled {
  padding: 7px 10px !important; }

.quantity .input-text {
  height: 36px; }

.products li .add_to_cart_button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .products li .add_to_cart_button:hover, .products li .add_to_cart_button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }
  .products li .add_to_cart_button:hover, .products li .add_to_cart_button:focus {
    border: none; }

.shop_table .button {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .shop_table .button:hover, .shop_table .button:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.woocommerce-cart-form table, .woocommerce-cart-form td, .woocommerce-cart-form tr, .woocommerce-cart-form th,
.cart_totals table,
.cart_totals td,
.cart_totals tr,
.cart_totals th,
.woocommerce-checkout-review-order-table table,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th {
  border-color: #b19f95 !important; }

.woocommerce-checkout-payment, .payment_method_stripe {
  background: none !important; }
  .woocommerce-checkout-payment ul li, .payment_method_stripe ul li {
    list-style: none; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: none !important; }

.payment_box input, .payment_method_stripe input {
  border: 1px solid;
  border-color: #dedbcb #f3f1e3 #f3f1e3 #dedbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 0 8px 4px !important; }

.woocommerce .product-remove a.remove, .woocommerce .product-remove .product-remove a {
  color: #b00000 !important; }
  .woocommerce .product-remove a.remove:hover, .woocommerce .product-remove .product-remove a:hover {
    background-color: #b00000 !important; }

.products li a img {
  border: 1px solid #b19f95;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  transition: all 200ms ease-in-out; }
  .products li a img:hover {
    border-color: #b00000; }

.woocommerce-product-gallery__wrapper img {
  border: 1px solid #b19f95;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
  transition: all 200ms ease-in-out; }
  .woocommerce-product-gallery__wrapper img:hover {
    border-color: #b00000; }

.woocommerce nav.woocommerce-pagination ul {
  border-color: #b19f95 !important; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-color: #b19f95 !important;
    padding: 5px !important;
    font-size: 15px !important; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li .current {
      background: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none; }

.back-to-shop {
  margin-top: 20px !important; }
  .back-to-shop a span {
    font-size: 18px; }
  .back-to-shop a:hover {
    text-decoration: none; }

.woocommerce-page #content {
  overflow: visible; }

section.related.products {
  clear: both; }

.return-to-shop a {
  background: #cc8462;
  background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
  background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  color: #5c2e18 !important;
  font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
  -moz-box-shadow: 0 0 3px #A58B7E;
  -webkit-box-shadow: 0 0 3px #A58B7E;
  box-shadow: 0 0 3px #A58B7E;
  position: relative;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0px;
  border: 1px solid #cc8462;
  text-shadow: 0px 1px 1px #d9906f;
  letter-spacing: 1px;
  cursor: pointer; }
  .return-to-shop a:hover, .return-to-shop a:focus {
    color: #67331b;
    border: 1px solid #a45833;
    text-decoration: none !important; }

.cart-button {
  float: right; }
  .cart-button a {
    background: #cc8462;
    background: -moz-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc8462), color-stop(100%, #a45833)) !important;
    background: -webkit-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
    background: -o-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
    background: -ms-linear-gradient(top, #cc8462 0%, #a45833 100%) !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px;
    color: #5c2e18 !important;
    font-family: 'CalifornianFBRegular','Palatino Linotype', Palatino, "Times New Roman", Times, serif;
    -moz-box-shadow: 0 0 3px #A58B7E;
    -webkit-box-shadow: 0 0 3px #A58B7E;
    box-shadow: 0 0 3px #A58B7E;
    position: relative;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    text-indent: 0px;
    border: 1px solid #cc8462;
    text-shadow: 0px 1px 1px #d9906f;
    letter-spacing: 1px;
    cursor: pointer; }
    .cart-button a:hover, .cart-button a:focus {
      color: #67331b;
      border: 1px solid #a45833;
      text-decoration: none !important; }

#billing_phone_field input, #billing_email_field input {
  border: 1px solid #dedbcb;
  border-radius: 4px;
  padding: 8px 0 8px 4px !important; }

/*# sourceMappingURL=style.css.map */
