@charset "UTF-8";
/*!
Theme Name: SHED
Theme URI: http://healdsburgshed.com
Author: THarris Consultants
AuthorURI: http://tharrisconsultants.com
Description: SHED custom theme
Version: 1.3
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: shed
*/
/* FONTS
-------------------------- */
@font-face {
  font-family: 'shed';
  src: url("assets/fonts/shed.eot?97696535");
  src: url("assets/fonts/shed.eot?97696535#iefix") format("embedded-opentype"), url("assets/fonts/shed.woff?97696535") format("woff"), url("assets/fonts/shed.ttf?97696535") format("truetype"), url("assets/fonts/shed.svg?97696535#shed") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "shed";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.icon-down:before {
  content: '\e800';
}

/* '' */
.icon-up:before {
  content: '\e801';
}

/* '' */
.icon-right:before {
  content: '\e802';
}

/* '' */
.icon-left:before {
  content: '\e803';
}

/* '' */
.icon-instagram:before {
  content: '\e804';
}

/* '' */
.icon-pinterest:before {
  content: '\e805';
}

/* '' */
.icon-twitter:before {
  content: '\e806';
}

/* '' */
.icon-facebook:before {
  content: '\e807';
}

/* '' */
.icon-cart:before {
  content: '\e808';
  font-size: 1.2rem;
  position: relative;
  top: 6px;
}

/* '' */
.icon-search:before {
  content: '\e809';
}

/* '' */
.icon-menu:before {
  content: '\e80a';
}

/* '' */
.icon-ok:before {
  content: '\e80b';
}

/* '' */
.icon-gplus:before {
  content: '\e80c';
}

/* '' */
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography
  
  
  
/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

div {
  position: relative;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.textcenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em;
}

img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em;
}

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

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */
}

ul.unstyled {
  list-style-type: none;
}

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on '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, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */
}

caption, th {
  text-align: center;
}

q:before, q:after {
  content: '';
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 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 */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white;
}

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/* Borders */
.sub-section:before, #home-slider ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

@media all and (max-width: 850px) {
  .sub-section:before, #home-slider ul li:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
  }
}

@media all and (max-width: 500px) {
  .sub-section:before, #home-slider ul li:before {
    content: none;
  }
}

#page:after, .row:after, .sub-section:after, .mini-cart-subtotal:after, #nav-below:after, #comments:after {
  content: '';
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both;
}

.home #page .row a:hover img, .home #page .row a:focus img, .event-listing a:hover img, .event-listing a:focus img, .product-feed-image a:hover img, .product-feed-image a:focus img {
  opacity: 0.7;
  backface-visibility: hidden;
  transition: opacity 400ms ease;
}

/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/* =LAYOUTS
------------------ */
body {
  background: #FFF;
  margin: 0;
  padding: 0;
}

body.overlay {
  background: #efefef;
}

#page {
  width: 100%;
}

.container {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

.row {
  clear: both;
  padding-bottom: 0em;
}

.row.top-border {
  border-top: 1px solid #333;
  margin-top: 3em;
  padding-top: 2em;
}

@media all and (max-width: 740px) {
  .row.top-border {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.row.last-container {
  margin-bottom: 6rem;
}

.row p {
  margin-right: 10px;
}

.entry-content {
  padding: 0 0 6rem;
}

@media all and (max-width: 740px) {
  .entry-content {
    padding: 0 0 2rem;
  }
}

.col {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%;
}

@media all and (max-width: 500px) {
  .col {
    margin-left: 0;
  }
}

.col:first-child, .col.pull-left {
  margin-left: 0;
}

.col h1, .col h2, .col h3, .col h4,
.col p {
  margin-right: 10px;
}

.col h1:last-child, .col h2:last-child, .col h3:last-child, .col h4:last-child,
.col p:last-child {
  margin-bottom: 0;
}

.col iframe,
.col object,
.col embed {
  width: 100%;
  height: 100%;
}

.span_1 {
  width: 6.5%;
}

.span_2 {
  width: 15.0%;
}

.span_3 {
  width: 23.5%;
}

.span_4 {
  width: 32.0%;
}

.span_5 {
  width: 40.5%;
}

.span_6 {
  width: 49.0%;
}

.span_7 {
  width: 57.5%;
}

.span_8 {
  width: 66.0%;
}

.span_9 {
  width: 74.5%;
}

.span_10 {
  width: 83.0%;
}

.span_11 {
  width: 91.5%;
}

.span_12 {
  width: 100%;
}

@media all and (max-width: 900px) {
  .text-only-row .span_8 {
    width: 70%;
  }
}

@media all and (max-width: 840px) {
  .text-only-row .span_8 {
    width: 74%;
  }
}

@media all and (max-width: 740px) {
  .text-only-row .span_8 {
    width: 84%;
  }
}

@media all and (max-width: 500px) {
  .text-only-row .span_8 {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9 {
    width: 100%;
    margin-left: 0;
  }
}

#main {
  clear: both;
}

#primary {
  float: left;
  margin: 0;
  width: 600px;
}

#content {
  margin: 0;
  width: 100%;
  float: left;
}

#primary.full-width,
#primary.full-width #content {
  width: 100%;
  float: none;
}

#secondary {
  float: right;
  padding: 0;
  width: 250px;
}

/* Sticky footer */
/*@include sticky-footer(370px, '#page','#main','#colophon');

@media all and (max-width: 910px){
	@include sticky-footer(390px, '#page','#main','#colophon');
}
@media all and (max-width: 800px){
	@include sticky-footer(420px, '#page','#main','#colophon');
}
@media all and (max-width: $mobile) {
	@include sticky-footer(240px, '#page','#main','#colophon');
}
@media all and (max-width: 520px) {
	@include sticky-footer(270px, '#page','#main','#colophon');
}
@media all and (max-width: $mobile-narrow){
	@include sticky-footer(490px, '#page','#main','#colophon');
}
@media all and (max-width: 350px){
	@include sticky-footer(510px, '#page','#main','#colophon');
}*/
.access {
  margin: 0;
}

.access div {
  position: relative;
  width: 100%;
}

.access ul {
  clear: left;
  width: 100%;
  padding-left: 0;
  margin: 1.5em 0;
  list-style: none;
  text-align: center;
}

.access ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5rem;
}

@media all and (max-width: 1300px) {
  .access ul li {
    margin: 0 .75rem;
  }
}

@media all and (max-width: 810px) {
  .access ul li {
    margin: 0 0.675rem;
  }
}

.access ul li a {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444;
  cursor: pointer;
}

.access ul li a:hover, .access ul li a:focus {
  color: #d34525;
}

.access ul li.menu-item-has-children:after {
  content: " ";
  position: absolute;
  bottom: -1.4em;
  left: 0;
  width: 100%;
  height: 1.5em;
  background: transparent;
}

.access ul li .sub-menu {
  display: none;
  position: absolute;
  width: auto;
  min-width: 128px;
  text-align: left;
  top: 1.7em;
  left: -1rem;
  background: #f7f7f7;
  font-size: 0.875rem;
  line-height: 1.875;
}

.access ul li .sub-menu li {
  display: block;
  white-space: nowrap;
  margin: 0.75rem 1rem;
}

.access ul li .sub-menu li a {
  text-transform: capitalize;
  font-weight: 400;
  color: #a4988e;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.875;
}

.access ul li .sub-menu li a:hover, .access ul li .sub-menu li a:focus {
  color: #d34525;
}

.access ul li:hover .sub-menu, .access ul li:focus .sub-menu {
  display: block;
}

.home .sub-menu {
  top: 1.9em !important;
}

.home .sticky .sub-menu {
  top: 1.7em !important;
}

#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 250;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  transition: all 300ms ease;
}

@media all and (max-width: 740px) {
  #site-header {
    display: none;
  }
}

#site-header .logo img {
  position: relative;
  width: 173px;
  top: 3px;
  transition: all 400ms ease;
}

#site-header #searchform {
  position: fixed;
  left: 3em;
  top: 1em;
}

#site-header .shop-links {
  position: fixed;
  right: 3em;
  top: 1.25rem;
  line-height: 28px;
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #444;
}

#site-header .shop-links a {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  color: #444;
  font-weight: 400;
}

#site-header .shop-links a span {
  display: inline-block;
  vertical-align: bottom;
}

#site-header .shop-links a i {
  color: #555;
  padding: 0 6px 0 5px;
}

#site-header .shop-links a:hover, #site-header .shop-links a:focus {
  color: #d34525;
}

#site-header.sticky {
  background: #f7f7f7;
  border-bottom: 1px solid #c0bebc;
  transition: all 300ms ease;
}

#site-header.sticky .logo img {
  width: 85px;
  height: auto;
  transition: all 400ms ease;
}

#site-header.sticky #searchform {
  top: 1.25rem;
}

@media all and (max-width: 1030px) {
  #site-header.sticky #searchform {
    top: 1em;
  }
}

@media all and (max-width: 1160px) {
  #site-header.sticky .access ul li {
    margin: 0 1rem;
  }
}

#site-header.sticky .access ul li .sub-menu {
  padding: 0.75em 0;
  background: #f7f7f7;
  font-size: 0.875rem;
  line-height: 1.875;
  top: 1.7em;
}

#site-header.sticky .access ul li .sub-menu li {
  margin-bottom: 0.5em;
}

#site-header.sticky .access ul li .sub-menu a {
  text-transform: capitalize;
  font-weight: 400;
  color: #a4988e;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.875;
}

#site-header.sticky .access ul li .sub-menu a:hover, #site-header.sticky .access ul li .sub-menu a:focus {
  color: #d34525;
}

@media all and (max-width: 1200px) {
  #site-header.sticky .access {
    margin-top: 3em;
  }
}

#site-header.sticky .access ul {
  margin: 1em 0 !important;
}

#mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 260;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #c0bebc;
  padding: 0.75em 1.5rem 0.65rem;
}

@media all and (max-width: 740px) {
  #mobile-header {
    display: block;
  }
}

#mobile-header .nav-trigger {
  float: left;
  color: #555;
  font-size: 1.125rem;
  position: relative;
  top: 1px;
}

#mobile-header .nav-trigger:hover, #mobile-header .nav-trigger:focus {
  color: #a4988e;
  cursor: pointer;
}

#mobile-header .logo {
  position: relative;
  top: 2px;
}

#mobile-header .mobile-cart {
  float: right;
  color: #444;
  font-size: 0.6875em;
  font-weight: bold;
}

#mobile-header .mobile-cart i {
  color: #555;
  font-size: 1.125rem;
  position: relative;
  bottom: 4px;
}

#mobile-header .mobile-cart span.cart-count {
  top: 0;
}

#mobile-header .mobile-cart:hover, #mobile-header .mobile-cart:focus {
  color: #a4988e;
}

#mobile-header .mobile-cart:hover i, #mobile-header .mobile-cart:focus i {
  color: #8c8380;
}

#mobile-nav {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 54px;
  padding: 1em 1.5em 3em;
  background: #efefef;
  z-index: 250;
}

#mobile-nav form {
  margin-bottom: 1.5rem;
  width: 100%;
}

#mobile-nav form input#s {
  width: 100%;
  font-size: 0.875rem;
}

#mobile-nav form input#searchsubmit {
  position: absolute;
  top: 25px;
  right: 33px;
}

#mobile-nav a {
  font-size: .875em;
  font-weight: 400;
}

#mobile-nav ul {
  margin: 0;
  padding-bottom: 2rem;
  list-style: none;
}

#mobile-nav ul li {
  line-height: 1em;
  margin-bottom: 1.5em;
}

#mobile-nav ul li.bold {
  margin-bottom: 2em;
}

#mobile-nav ul li.bold > a {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}

#mobile-nav ul li.bold > a:hover, #mobile-nav ul li.bold > a:focus {
  color: #d34525;
}

#mobile-nav ul li.bold ul {
  margin-top: 1em;
  padding-bottom: 0;
}

@media all and (min-width: 740px) {
  #mobile-nav {
    display: none !important;
  }
}

.hovereds, .hovereds > a {
  color: #d34525 !important;
}

nav.access > ul > li > ul.sub-menu {
  padding-right: 16px;
}

nav.access > ul > li > ul.sub-menu > li {
  margin-right: 0px;
  padding-right: 16px;
}

nav.access > ul > li > ul.sub-menu > li > ul.sub-sub-menu,
nav.access > ul > li > ul.sub-menu > li > ul.sub-menu {
  width: auto;
  text-align: left;
  background: #f7f7f7;
  display: none;
  position: absolute;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2962962962963%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav.access ul li.menu-item-has-children > ul.sub-menu {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  left: -10000px;
  left: -1rem;
  display: block;
  visibility: hidden;
}

nav.access ul li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

nav.access ul li > ul.sub-menu > li {
  margin-right: 0px;
  padding-right: 32px;
}

nav.access ul li > ul.sub-menu > li > ul.sub-sub-menu,
nav.access ul li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  width: auto;
  text-align: left;
  background: #f7f7f7;
  position: absolute;
  top: -33px !important;
  left: 144px !important;
}

.hovered, .hovered > a {
  color: #d34525 !important;
}

#colophon {
  background: #f7f7f7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: .8125rem;
}

@media all and (max-width: 740px) {
  #colophon {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#colophon .footer-contact-info img {
  margin-bottom: 1.5rem;
}

@media all and (max-width: 740px) {
  #colophon .footer-contact-info img {
    display: none;
  }
}

#colophon ul {
  margin: 0 0 3rem;
  list-style: none;
}

#colophon ul a {
  color: #444;
  font-weight: 400;
}

#colophon ul a:hover, #colophon ul a:focus {
  color: #d34525;
}

@media all and (max-width: 740px) {
  #colophon #footer-nav-lists {
    display: none;
  }
}

#colophon #footer-nav-lists li {
  line-height: 1em;
  margin-bottom: 1em;
}

#colophon #footer-nav-lists .menu-item-has-children > a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1em;
}

#colophon #footer-nav-lists #menu-footer-multi-4 li a {
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (max-width: 910px) {
  #colophon #footer-nav-lists #menu-footer-multi-4 {
    text-indent: 11%;
  }
}

@media all and (max-width: 830px) {
  #colophon #footer-nav-lists #menu-footer-multi-4 {
    text-indent: 16%;
  }
}

#colophon #footer-nav ul {
  margin: 0 0 1rem;
}

@media all and (max-width: 500px) {
  #colophon #footer-nav ul {
    margin: 3rem 0 1rem;
  }
}

#colophon #footer-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

#colophon #footer-nav ul li a {
  font-size: .6875rem;
  color: #555;
  font-weight: 400;
}

#colophon #footer-nav ul li a:hover, #colophon #footer-nav ul li a:focus {
  color: #a4988e;
}

#colophon #footer-nav ul li:after {
  content: '|';
  padding: 0 4px 0 9px;
  font-size: .8125em;
}

#colophon #footer-nav ul li:last-of-type:after {
  content: none;
}

#colophon h4 {
  margin-bottom: 1rem;
  color: #444;
}

#copyright {
  font-size: .8125em;
  color: #555;
}

.scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.85em;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 740px) {
  .scrolltop {
    display: none !important;
    bottom: -6em;
    left: -6px;
  }
}

@media all and (max-width: 500px) {
  .social {
    margin-bottom: 3rem;
  }
}

.social a {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

/* =CONTENT
------------------ */
body, input, textarea {
  color: #333;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
}

h1 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", sans-serif;
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 3rem;
}

@media all and (max-width: 740px) {
  h1 {
    font-size: 2.15em;
    margin-bottom: 1.75rem;
  }
}

h1 span {
  display: block;
  font-style: italic;
  text-transform: none;
}

h1 a {
  font-weight: 300;
}

h2 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.17857;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media all and (max-width: 740px) {
  h2 {
    font-size: 1.5em;
    margin-bottom: 1.25rem;
  }
}

h2.entry-title {
  color: #a4988e;
  font-weight: 300;
}

h2.entry-title a {
  font-weight: 300;
}

h2 a {
  font-weight: 300;
}

h3 {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

h3 a {
  color: #333;
  font-weight: 600;
}

h4 {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #a4988e;
  text-transform: uppercase;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 14px;
}

/* Text elements */
strong {
  font-weight: 500;
}

p {
  margin-bottom: 14px;
}

.intro {
  font-family: "Sentinel SSm A", "Sentinel SSm B", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.015em;
  color: #818181;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 740px) {
  .intro {
    font-size: 1.25em;
  }
}

.intro a {
  color: #d34525;
  font-weight: 300;
}

.intro a:hover, .intro a:focus {
  color: #a4988e;
}

ul, ol {
  margin: 0 0 14px;
}

ul {
  list-style: disc inside;
}

ul li {
  margin-bottom: 1rem;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 14px;
}

dd {
  margin-bottom: 14px;
}

em, i {
  font-style: italic;
}

blockquote {
  font-family: "Sentinel SSm A", "Sentinel SSm B", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.015em;
  color: #818181;
  margin: 14px;
  -webkit-font-smoothing: antialiased;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px;
}

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow: auto;
  padding: 0.75em 14px;
}

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
  border-bottom: 1px solid #afafaf;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 14px;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* Links */
a {
  color: #a4988e;
  text-decoration: none;
  font-weight: 400;
}

a:focus, a:active, a:hover {
  color: #d34525;
}

a[href^=tel] {
  color: #333;
  font-weight: 300;
}

span.price {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.3333;
  letter-spacing: 0.06em;
  color: #333;
}

span.price.small {
  font-size: 1.25em;
  line-height: 1.05;
}

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #f7f7f7;
  font-size: 0.875em;
  padding: 6px 10px 5px;
  -webkit-appearance: none;
  max-width: 100%;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  color: #333;
}

select {
  background: none;
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 7px 10px 6px;
  max-width: 100%;
}

input[type=submit],
a.btn {
  padding: 17px 24px 16px;
  background: #a4988e;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  transition: all ease 400ms;
}

@media all and (max-width: 500px) {
  input[type=submit],
  a.btn {
    padding: 12px 24px 11px;
  }
}

input[type=submit]:hover, input[type=submit]:focus,
a.btn:hover,
a.btn:focus {
  cursor: pointer;
  background: #8c8380;
  transition: all ease 400ms;
}

input[type=submit].tier-2,
a.btn.tier-2 {
  border: 1px solid #a4988e;
  background: #fff;
  color: #a4988e;
}

input[type=submit].tier-2:hover, input[type=submit].tier-2:focus,
a.btn.tier-2:hover,
a.btn.tier-2:focus {
  border: 1px solid #a4988e;
  color: #d34525;
}

input[type=submit].tier-3,
a.btn.tier-3 {
  font-size: 0.625em;
  background: #afafaf;
  padding: 11px 16px 10px;
}

input[type=submit].tier-3:hover, input[type=submit].tier-3:focus,
a.btn.tier-3:hover,
a.btn.tier-3:focus {
  background: #969696;
}

a.btn {
  display: inline-block;
  clear: left;
  margin: 1em 0 4em;
}

@media all and (max-width: 500px) {
  a.btn {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0 3rem;
  }
}

/* Placeholders */
::placeholder {
  color: #afafaf;
}

/* Search form */
input#s {
  width: 160px;
  padding-right: 30px;
}

input#searchsubmit {
  font-family: "shed";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  text-align: center;
  font-variant: normal;
  text-transform: none;
  background: none;
  position: relative;
  top: 1px;
  right: 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1.1em;
  color: #555;
}

.redirected-form input[type=email] {
  font-size: .8125rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

@media all and (max-width: 740px) {
  .redirected-form input[type=email] {
    max-width: 90%;
  }
}

.redirected-form input[type=submit] {
  font-size: .625rem;
  color: white;
  font-weight: bold;
  background: #d34525;
  border: none;
}

.redirected-form input[type=submit]:hover, .redirected-form input[type=submit]:focus {
  background: #a4988e;
}

.big-newsletter-form h2 {
  margin-top: 2rem;
}

.big-newsletter-form p {
  margin-bottom: 2rem;
}

.big-newsletter-form .mc-field-group.row label {
  display: block;
  clear: both;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}

.big-newsletter-form .mc-field-group.row input[type=email],
.big-newsletter-form .mc-field-group.row input[type=text] {
  background: none;
  width: 75%;
  font-size: 1rem;
  display: block;
  clear: both;
  margin-bottom: 2rem;
  color: #333;
}

@media all and (max-width: 500px) {
  .big-newsletter-form .mc-field-group.row input[type=email],
  .big-newsletter-form .mc-field-group.row input[type=text] {
    width: 100%;
  }
}

.big-newsletter-form ul {
  margin: 0;
  list-style: none;
}

.big-newsletter-form .input-group .col {
  padding-bottom: 2rem;
}

.big-newsletter-form input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.big-newsletter-form input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  color: #a4988e;
}

.big-newsletter-form input[type=checkbox]:not(:checked), .big-newsletter-form input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.big-newsletter-form input[type=checkbox]:not(:checked) + label, .big-newsletter-form input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}

.big-newsletter-form input[type=checkbox]:not(:checked) + label:before, .big-newsletter-form input[type=checkbox]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #afafaf;
  border-radius: 4px;
}

.big-newsletter-form input[type=checkbox]:not(:checked) + label:after, .big-newsletter-form input[type=checkbox]:checked + label:after {
  content: '\e80b';
  font-family: "shed";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 5px;
  color: #d34525;
  transition: all 200ms ease;
  -webkit-font-smoothing: antialiased;
}

.big-newsletter-form input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.big-newsletter-form input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.big-newsletter-form input[type=submit] {
  margin: 1rem 0 4rem;
}

@media all and (max-width: 500px) {
  .big-newsletter-form input[type=submit] {
    width: 100%;
  }
}

.required {
  color: #d34525;
}

.gf_progressbar {
  display: none;
}

.quantity-wrapper {
  width: 20% !important;
}

.special-instructions-wrapper {
  width: 80% !important;
}

.special-instructions-wrapper textarea.special-instructions {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  height: 37px;
  vertical-align: middle;
  width: 100%;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
  margin-bottom: 32px;
}

body .gform_wrapper ul li.gfield.product-field {
  margin: 1em 0 !important;
  padding: 1em !important;
  display: block;
  background: #fff;
  position: relative;
  border: 1px solid #CCC;
  border-top: 4px solid #CCC;
  border-bottom: 4px solid #CCC;
}

body .gform_wrapper .gfield_description {
  padding: 0px 0 8px;
  font-weight: normal !important;
}

body .gform_wrapper table.gfield_list thead th {
  font-size: .8rem;
}

a.custom-close {
  position: absolute;
  top: 0vw;
  right: 1vw;
  font-size: 2rem;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .quantity-wrapper {
    width: 50% !important;
  }
  .special-instructions-wrapper {
    width: 100% !important;
  }
  .special-instructions-wrapper textarea.special-instructions {
    height: 74px !important;
  }
  .gform_wrapper table.gfield_list tr {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
  }
  .gform_wrapper table.gfield_list td {
    margin: 0px !important;
    padding: 0px !important;
  }
  .gform_wrapper table.gfield_list td input {
    margin: 0px !important;
  }
}

/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0;
}

.post-password-required input[type=password] {
  margin: 0.8125em 0;
}

.inline-opt-in-wrapper {
  background-color: #c0b8b0;
  display: block;
  display: none;
}

.inline-opt-in {
  font-size: .8125rem;
  padding: 10px;
}

.inline-opt-in h4 {
  padding-bottom: 5px;
  padding-top: 10px;
  color: #333;
}

.inline-opt-in form {
  display: inline;
}

.inline-opt-in form input[type=email] {
  margin-bottom: 0px;
}

@media (max-width: 800px) {
  .inline-opt-in h4 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

/* =PROJECT PAGES SPECIFIC
------------------ */
.hentry {
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page .hentry {
  border-bottom: none;
}

.hentry.type-post {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b4b4b4;
}

@media all and (max-width: 500px) {
  .hentry.type-post {
    padding-bottom: 1.75rem;
  }
}

.hentry.type-post h3 a {
  color: #333;
}

.hentry.type-post img {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
}

@media all and (max-width: 500px) {
  .hentry.type-post img {
    margin-bottom: 0.75rem;
  }
}

.hentry.type-post img.size-thumbnail {
  width: auto;
}

.hentry.type-post .entry-content {
  padding-bottom: 0;
}

.hentry.type-post .entry-content ul {
  list-style: disc outside;
  margin-left: 1.25rem;
}

.hentry.type-post:last-of-type {
  margin-bottom: 1rem;
}

.hentry.type-press {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b4b4b4;
}

.hentry.type-press img {
  margin-bottom: 2rem;
}

.hentry.type-press .entry-content {
  padding-bottom: 0;
}

.hentry.type-press:last-of-type {
  margin-bottom: 1rem;
  border-bottom: none;
}

.entry-content table {
  border-bottom: 1px solid #afafaf;
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table td {
  border-top: 1px solid #afafaf;
  padding: 6px 10px 6px 0;
}

.entry-content #s {
  width: 75%;
}

.comment-content table {
  border-bottom: 1px solid #afafaf;
  margin: 0 0 1.5em;
  width: 100%;
}

.comment-content table td {
  border-top: 1px solid #afafaf;
  padding: 6px 10px 6px 0;
}

.comment-content #s {
  width: 75%;
}

dl.gallery-item {
  margin: 0;
}

/* Images & Embeds */
embed iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}

img.size-full, img.size-large {
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.5em;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

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

.wp-caption .wp-caption-text {
  color: #333;
  font-size: 85%;
  margin-bottom: 0.5em;
  padding: 5px 0;
  position: relative;
}

/* Galleries */
.gallery-caption {
  color: #333;
  font-size: 10px;
}

#content .gallery {
  margin: 0 auto 1.5em;
}

#content .gallery a img {
  border: none;
}

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.5em;
}

.page-link span {
  margin-right: 6px;
}

.page-space {
  padding-top: 7.5rem;
}

@media all and (max-width: 1030px) {
  .page-space {
    padding-top: 9.5rem;
  }
}

@media all and (max-width: 740px) {
  .page-space {
    padding-top: 4.75rem;
  }
}

.page-space .entry-header h1 {
  margin-bottom: 2rem;
}

@media all and (max-width: 740px) {
  .page-space .entry-header h1 {
    margin-bottom: 1.25rem;
  }
}

.page-lead-image {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

@media all and (max-width: 740px) {
  .page-lead-image {
    margin-bottom: 1rem;
  }
}

.page-lead-image img {
  width: 100%;
  height: auto;
}

.down-arrow {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 1.5rem;
}

.down-arrow img {
  width: 44px;
  height: autol;
}

@media all and (max-width: 500px) {
  .down-arrow {
    display: none;
  }
}

.intro-copy {
  width: 610px;
  max-width: 90%;
  margin-bottom: 4rem;
}

@media all and (max-width: 740px) {
  .intro-copy {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

.intro-copy p {
  margin-bottom: 0;
}

.lower-section {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.last-container {
  color: #333;
}

.sub-section {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

@media all and (max-width: 500px) {
  .sub-section {
    max-height: 100%;
    overflow: visible;
  }
  .sub-section:last-of-type {
    margin-bottom: 1rem;
  }
}

.sub-section img {
  width: 100%;
  height: auto;
}

.sub-section .section-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media all and (max-width: 500px) {
  .sub-section .section-wrapper {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
  }
}

.sub-section .section-outer {
  width: 90%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.sub-section .section-info {
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 500px) {
  .sub-section .section-info {
    position: static;
    padding-top: 1em;
  }
}

.sub-section .section-info h2 {
  margin-bottom: 1rem;
  color: white;
  width: 450px;
}

@media all and (max-width: 500px) {
  .sub-section .section-info h2 {
    color: #a4988e;
    margin-bottom: 0;
    width: 100%;
  }
}

.sub-section .section-info p {
  width: 450px;
  color: white;
  line-height: 1.5;
}

@media all and (max-width: 500px) {
  .sub-section .section-info p {
    color: #333;
    width: 100%;
  }
}

.shop-lower-section {
  padding-top: 4rem;
}

@media all and (max-width: 500px) {
  .shop-lower-section {
    padding-top: 0;
  }
}

.shop-lower-section + .full-width-image {
  margin-bottom: 1rem;
}

@media all and (max-width: 500px) {
  .shop-lower-section + .full-width-image {
    margin-bottom: 1.25rem;
  }
}

.top-information-bar {
  padding-bottom: 3rem;
}

.page-template-page-private-events-php .top-information-bar {
  padding-bottom: 4rem;
}

@media all and (max-width: 500px) {
  .page-template-page-private-events-php .top-information-bar {
    padding-bottom: 2.5rem;
  }
}

@media all and (max-width: 915px) {
  .top-information-bar .col.span_4 + .col.span_4 {
    margin-left: 1.5%;
  }
  .top-information-bar .col.span_4 p {
    margin-right: 0 !important;
  }
  .top-information-bar .col.span_4:nth-of-type(2) {
    width: 30%;
  }
  .top-information-bar .col.span_4:nth-of-type(3) {
    width: 34%;
  }
  .top-information-bar .col.span_4.mini-detail-col {
    width: 100%;
    margin-left: 0;
  }
  .top-information-bar .col.span_4 .row .span_4 {
    width: 100%;
  }
  .top-information-bar .col.span_4 .row .span_8 {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 575px) {
  .top-information-bar .col.three-column {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1.5rem;
  }
}

@media all and (max-width: 500px) {
  .top-information-bar .col + .col {
    margin-top: 1.5rem;
  }
  .top-information-bar .col.three-column {
    width: 100%;
    margin-left: 0;
  }
  .top-information-bar .col.span_4 .row .span_4 {
    width: 32.0%;
  }
  .top-information-bar .col.span_4 .row .span_8 {
    width: 66.0%;
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 0;
  }
}

.page-detail-container,
.upcoming-event-listing {
  margin-bottom: 4rem;
}

@media all and (max-width: 500px) {
  .page-detail-container,
  .upcoming-event-listing {
    margin-bottom: 2rem;
  }
  .page-detail-container .col + .col,
  .upcoming-event-listing .col + .col {
    margin-top: 1.5rem;
  }
}

.other-events-link,
.single-event-listing {
  padding-bottom: 6rem;
}

@media all and (max-width: 500px) {
  .other-events-link,
  .single-event-listing {
    padding-bottom: 3rem;
  }
}

@media all and (max-width: 500px) {
  .other-events-link {
    margin-top: 0;
  }
}

.event-listing-row {
  margin-bottom: 4rem;
}

.upcoming-event-listing,
.event-listing {
  margin-bottom: 4em;
}

.upcoming-event-listing a.active,
.event-listing a.active {
  color: #d34525;
}

.upcoming-event-listing a.btn.tier-2,
.event-listing a.btn.tier-2 {
  margin-bottom: 0;
}

@media all and (max-width: 850px) {
  .upcoming-event-listing a.btn.tier-2,
  .event-listing a.btn.tier-2 {
    margin-bottom: 3rem !important;
  }
}

.event-listing img {
  width: 100%;
}

@media all and (max-width: 500px) {
  .event-listing h3 {
    margin-top: 0.5rem;
  }
}

@media all and (max-width: 850px) {
  .event-listing {
    margin-bottom: 0;
  }
  .event-listing .span_8,
  .event-listing .span_4 {
    width: 100%;
    margin-left: 0;
  }
  .event-listing .span_4 {
    margin-top: 1rem;
  }
}

.single-event-listing .image-container img {
  width: 100%;
}

.event-filtering {
  padding-bottom: 1rem;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #333;
}

@media all and (max-width: 500px) {
  .event-filtering {
    padding-bottom: 0;
  }
}

.event-filtering span {
  margin-right: 1.5rem;
}

.event-filtering span,
.event-filtering ul {
  display: inline-block;
  vertical-align: middle;
}

.event-filtering ul {
  margin: 0;
  list-style: none;
}

@media all and (max-width: 500px) {
  .event-filtering ul {
    margin: 0.5rem 0 0;
  }
}

.event-filtering ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.event-filtering ul li a {
  font-weight: bold;
}

.event-filtering ul li a:hover, .event-filtering ul li a:focus {
  color: #d34525;
}

.event-filtering ul li:after {
  content: '/';
  color: #d5d5d5;
  padding: 0 0.5rem;
}

.event-filtering ul li:last-of-type:after {
  content: none;
  padding: 0;
}

.event-filtering ul li.current-cat a {
  color: #333;
}

.upcoming-event-listing h2 {
  margin-bottom: 1rem;
}

.upcoming-event-listing input {
  margin-top: 0;
}

@media all and (max-width: 740px) {
  .upcoming-event-listing a.btn {
    margin: 0.5rem 0 1rem;
  }
}

@media all and (max-width: 850px) {
  .upcoming-event-listing {
    margin-bottom: 0;
  }
  .upcoming-event-listing .span_8,
  .upcoming-event-listing .span_4 {
    width: 100%;
    margin-left: 0;
  }
  .upcoming-event-listing .span_4 {
    margin-top: 1rem;
  }
}

@media all and (max-width: 740px) {
  .upcoming-event-listing .col + .col {
    margin-top: 1rem;
  }
}

@media all and (max-width: 500px) {
  .event-description {
    margin-bottom: 3rem;
  }
}

@media all and (max-width: 500px) {
  .event-description .image-container {
    margin-bottom: 1rem;
  }
}

.share-item {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media all and (max-width: 500px) {
  .event-details .share-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.share-item h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.share-item a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.event-info p + h3 {
  margin-top: 2.5rem;
}

@media all and (max-width: 500px) {
  .event-info p + h3 {
    margin-top: 1.5rem;
  }
}

.event-info .price {
  display: block;
  margin: 2.5rem 0;
}

@media all and (max-width: 500px) {
  .event-info .price {
    margin: 1.5rem 0;
  }
}

.event-info select {
  margin-bottom: 2.5rem;
}

@media all and (max-width: 500px) {
  .event-info select {
    margin-bottom: 1.5rem;
  }
}

.event-add {
  padding-bottom: 2rem;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 2rem;
}

@media all and (max-width: 500px) {
  .event-add {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
  .event-add input[type=submit] {
    width: 100%;
  }
}

.sold-out {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d34525;
}

.text-only-row {
  margin-bottom: 3rem;
}

.full-width-image {
  width: 100%;
  line-height: 0;
  max-height: 800px;
  overflow: hidden;
  margin-bottom: 4em;
}

@media all and (max-width: 740px) {
  .full-width-image {
    margin-bottom: 1.5rem;
  }
}

.full-width-image img {
  width: 100%;
  height: auto;
}

.image-by-text {
  margin-bottom: 4rem;
}

.image-by-text h2 {
  margin-top: 1.5rem;
}

@media all and (max-width: 850px) {
  .image-by-text h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 850px) {
  .image-by-text {
    margin-bottom: 0;
  }
  .image-by-text .col {
    width: 100%;
    margin-left: 0;
  }
  .image-by-text .col + .col {
    margin-top: 1rem;
  }
}

@media all and (max-width: 840px) {
  .image-by-text .col.text-flow {
    width: 74%;
  }
}

@media all and (max-width: 740px) {
  .image-by-text .col.text-flow {
    width: 84%;
  }
}

@media all and (max-width: 500px) {
  .image-by-text .col.text-flow {
    width: 100%;
  }
}

.image-by-text + .image-container {
  margin-top: 3rem;
}

@media all and (max-width: 740px) {
  .image-by-text + .image-container.side-by-side-images {
    margin-top: 0;
  }
}

.image-container {
  line-height: 0;
  margin-bottom: 2rem;
}

.image-container + .image-container {
  margin-top: -1.25rem;
}

@media all and (max-width: 740px) {
  .image-container + .image-container {
    margin-top: -1.45rem;
  }
}

@media all and (max-width: 500px) {
  .image-container + .image-container {
    margin-top: -1.65rem;
  }
}

@media all and (max-width: 500px) {
  .image-container + .full-width-image {
    margin-top: 2rem;
  }
}

.side-by-side-images .img-wrap p {
  margin: 1rem 0 .5rem 0;
}

.side-by-side-images img, .side-by-side-images .img-wrap {
  width: 100%;
  height: auto;
}

@media all and (min-width: 740px) {
  .side-by-side-images img, .side-by-side-images .img-wrap {
    width: 49.3617%;
    height: auto;
    float: left;
  }
}

.side-by-side-images img img, .side-by-side-images .img-wrap img {
  float: none;
  width: 100%;
}

.side-by-side-images img + img, .side-by-side-images img + .img-wrap, .side-by-side-images .img-wrap + img, .side-by-side-images .img-wrap + .img-wrap {
  float: right;
}

.tri-stacked {
  width: 49.3617%;
}

.tri-stacked img:first-child, .tri-stacked .img-wrap:first-child {
  margin-bottom: 2.75%;
}

.tri-large-img-left,
.tri-large-img-right {
  width: 49.3617%;
  height: auto;
}

.tri-large-img-left {
  float: left;
}

.tri-large-img-right {
  float: right;
}

.tri-large-left .tri-stacked {
  float: right;
  text-align: right;
}

.tri-large-right .tri-stacked {
  float: left;
}

/* = BX Slider
------------------- */
#home-slider {
  max-height: 760px;
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 740px) {
  #home-slider {
    margin-top: 54px;
    margin-bottom: 0;
    height: 370px;
    overflow: hidden;
  }
}

#home-slider ul {
  margin: 0;
  list-style: none;
}

#home-slider ul li {
  max-height: 760px;
  overflow: hidden;
}

@media all and (max-width: 740px) {
  #home-slider ul li {
    height: 320px;
    overflow: visible;
  }
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

@media all and (max-width: 740px) {
  .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("assets/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@media all and (max-width: 740px) {
  .bx-wrapper .slider-image {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
}

.bx-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media all and (max-width: 740px) {
  .bx-wrapper img {
    display: none;
  }
}

.bx-wrapper .caption {
  display: inline-block;
  position: absolute;
  bottom: 1.5em;
  left: 3em;
  color: #fff;
  background: none;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 740px) {
  .bx-wrapper .caption {
    color: #a4988e;
    background: white;
    bottom: -2.5rem;
    left: 1em;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .bx-wrapper .caption:hover, .bx-wrapper .caption:focus {
    color: #d34525;
  }
}

.bx-controls {
  width: 100%;
  position: absolute;
  bottom: 3.5em;
  left: 3em;
}

@media all and (max-width: 740px) {
  .bx-controls {
    bottom: 1em;
    left: 1em;
  }
}

.bx-pager {
  text-align: left;
  z-index: 10;
}

.bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.bx-pager a {
  display: block;
  background: transparent;
  border: 2px solid white;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  outline: 0;
  border-radius: 50%;
}

.bx-pager a:hover, .bx-pager a:focus, .bx-pager a.active {
  background: white;
  cursor: pointer;
}

h1 + {
  margin-bottom: 3rem;
}

.home h2 {
  margin-bottom: 1rem;
}

@media all and (max-width: 740px) {
  .home h2 {
    margin-bottom: 1rem;
  }
}

.home #page .row img {
  margin-bottom: 0.5rem;
}

.home .row:last-child {
  margin-bottom: 4em;
}

@media all and (max-width: 740px) {
  .home .row:last-child {
    margin-bottom: 3rem;
  }
  .home .row:last-child.event-listing {
    margin-bottom: 1.5rem;
  }
}

.row + .row-top-border {
  margin-top: 4em;
}

.event-listing {
  margin-bottom: 4rem;
}

@media all and (max-width: 850px) {
  .event-listing {
    margin-bottom: 0;
  }
  .event-listing .col {
    width: 100%;
    margin-left: 0;
  }
}

.event-listing h2 {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

@media all and (max-width: 740px) {
  .event-listing h2 {
    padding-bottom: 1rem;
  }
}

.event-listing h3 {
  color: #333;
}

.event-listing .price {
  display: block;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 740px) {
  .event-listing .price {
    margin-bottom: 1.5rem;
  }
}

.event-listing p {
  margin-bottom: 2rem;
}

@media all and (max-width: 740px) {
  .event-listing p {
    margin-bottom: 1rem;
  }
}

.event-listing p:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .product-feed {
    padding-bottom: 3rem;
  }
}

.product-feed p {
  padding-top: 0.5rem;
  font-weight: 400;
}

@media all and (max-width: 500px) {
  .product-feed .col + .col {
    margin-top: 3rem;
  }
}

.search-results .product-feed .col {
  margin-bottom: 3rem;
}

@media all and (max-width: 500px) {
  .blog-listings {
    margin-bottom: 2rem !important;
  }
}

@media all and (max-width: 500px) {
  .blog-listings .col + .col {
    margin-top: 3rem;
  }
}

.product-feed-image a {
  display: block;
  line-height: 0;
  margin-bottom: 0.5rem;
}

.product-feed-image a img {
  position: relative;
  opacity: 1;
  backface-visibility: hidden;
  transition: opacity 400ms ease;
  margin-bottom: 0 !important;
}

.product-feed-image:hover + a, .product-feed-image:focus + a {
  color: #d34525;
}

.page-template-page-visit-php .entry-content .row {
  padding-bottom: 4rem;
}

.page-template-page-visit-php .entry-content .row h2 {
  margin-bottom: 1rem;
}

@media all and (max-width: 500px) {
  .page-template-page-visit-php .entry-content .row {
    padding-bottom: 2rem;
  }
  .page-template-page-visit-php .entry-content .row .col + .col {
    margin-top: 1.5rem;
  }
}

.contact-details h3 {
  line-height: 1em;
}

.contact-details p {
  margin-bottom: 0.75rem;
}

.contact-details p + h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.map-embed {
  height: 369px;
}

@media all and (max-width: 500px) {
  .map-embed {
    height: 180px;
    padding-top: 1rem;
  }
}

.cart-trigger {
  position: relative;
}

.cart-trigger:hover:after, .cart-trigger:focus:after {
  content: '';
  height: 50px;
  width: 80px;
  position: absolute;
  top: 1.5rem;
  right: 0;
}

.mini-cart {
  opacity: 0;
  height: 0;
  z-index: -1;
  position: absolute;
  top: -9999rem;
  left: -9999rem;
}

#mini-cart {
  width: 390px;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  background: #ffffff;
  border: #E4E4E4;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.2);
}

#mini-cart:after, #mini-cart:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#mini-cart:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

#mini-cart:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #E4E4E4;
  border-width: 9px;
  margin-left: -9px;
}

@media all and (max-width: 768px) {
  #mini-cart.view-cart {
    display: none;
  }
}

@media all and (min-width: 769px) {
  #mini-cart.view-cart {
    opacity: 1;
    height: auto;
    position: fixed;
    top: 4rem;
    right: 1.25rem;
    left: auto;
    z-index: 500;
    transition: opacity 400ms ease;
  }
}

#mini-cart h3 {
  line-height: 0;
  padding: 0.75rem 0 0.25rem;
  margin-bottom: 0.75rem;
}

#mini-cart .small {
  font-size: 0.675em;
}

.mini-cart-product {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E4E4E4;
  font-size: 0.95em;
}

.mini-cart-product:last-of-type {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.mini-cart-product .product-image {
  line-height: 0;
}

.mini-cart-product .span_6 {
  padding: 0 1rem 0 0.5rem;
}

.mini-cart-product .text-right {
  text-align: right;
}

.mini-cart-items {
  max-height: 356px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.mini-cart-subtotal {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
  margin-right: 0rem;
}

.cart-buttons-row {
  padding: 0.5rem 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}

.cart-buttons-row input {
  margin-left: 1.25rem;
}

.page-template-page-sitemap-php .row.sitemap-content {
  padding-bottom: 6rem;
}

@media all and (max-width: 740px) {
  .page-template-page-sitemap-php .row.sitemap-content {
    padding-bottom: 4rem;
  }
}

.page-template-page-sitemap-php ul#sitemap {
  margin: 0 0 3rem;
  list-style: none;
}

.page-template-page-sitemap-php ul#sitemap li {
  line-height: 1em;
  margin-bottom: 1.5em;
}

.page-template-page-sitemap-php ul#sitemap li a {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.page-template-page-sitemap-php ul#sitemap li a span.non-bold {
  color: #a4988e;
  font-weight: 400;
  text-transform: none;
}

.page-template-page-sitemap-php ul#sitemap li a:hover, .page-template-page-sitemap-php ul#sitemap li a:focus {
  color: #d34525;
}

.page-template-page-sitemap-php ul#sitemap li a:hover span.non-bold, .page-template-page-sitemap-php ul#sitemap li a:focus span.non-bold {
  color: #d34525;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children {
  margin-bottom: 2em;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children > a {
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children > a:hover, .page-template-page-sitemap-php ul#sitemap li.menu-item-has-children > a:focus {
  color: #d34525;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children ul {
  margin: 1em 0 0;
  padding-bottom: 0;
  list-style: none;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children ul a {
  color: #a4988e;
  font-weight: 400;
  text-transform: none;
}

.page-template-page-sitemap-php ul#sitemap li.menu-item-has-children ul a:hover, .page-template-page-sitemap-php ul#sitemap li.menu-item-has-children ul a:focus {
  color: #d34525;
}

.press-items-list .entry-content {
  max-width: 610px;
}

@media all and (max-width: 740px) {
  .press-items-list .entry-content {
    max-width: 100%;
  }
}

#filter {
  margin: 0;
  list-style: none;
  display: inline;
}

#filter li {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1em;
}

#filter li.active a {
  color: #333;
}

.current-openings {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 6rem;
}

.job-listing {
  border-top: 1px solid #b4b4b4;
}

.job-listing h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  color: #a4988e;
  font-weight: 300;
}

.job-listing h2 a {
  font-weight: 300;
}

.job-listing h2:before {
  content: '+';
  color: #a4988e;
  padding: 0 1rem 0 0;
  width: 34px;
}

.job-listing h2.active-listing {
  color: #333;
}

.job-listing h2.active-listing:before {
  color: #333;
}

.job-listing h3 {
  padding-top: 2rem;
}

.job-listing a.btn {
  margin: 2rem 0 4rem;
}

.job-listing ul {
  list-style: disc outside;
  margin-left: 1.25rem;
}

/* =BLOG SPECIFIC
------------------ */
/* Blog Styles */
/* =Pager Navigation
-------------------------------------------------------------- */
#nav-below {
  clear: both;
  margin-bottom: 6rem;
}

@media all and (max-width: 500px) {
  #nav-below {
    margin-bottom: 3rem;
  }
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}

#nav-single .nav-previous,
#nav-single .nav-next {
  float: none;
  width: auto;
}

#nav-single .nav-next {
  padding-left: .5em;
}

.widget {
  clear: both;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 1rem;
}

.widget:last-of-type {
  border-bottom: none;
}

body.single-post .widget {
  padding: 0 0 2rem;
  margin-bottom: 2rem;
}

@media all and (max-width: 500px) {
  body.single-post .widget {
    margin-bottom: 1.25rem;
    padding: 0 0 1.25rem;
  }
}

@media all and (max-width: 500px) {
  .col.spacer.span_1 {
    border-top: 1px solid #b4b4b4;
  }
}

.widget-title {
  color: #333;
  text-align: left;
}

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

.widget ul li {
  line-height: 1em;
  margin-bottom: 1rem;
}

.widget ul li:last-of-type {
  margin-bottom: 0;
}

.widget ul ul {
  margin-left: 1.5em;
}

.related-products-widget .row {
  padding-bottom: 3rem;
}

.related-products-widget .row:last-of-type {
  padding-bottom: 0;
}

.related-products-widget p {
  margin: 1rem 10px 0.75rem 0;
  font-weight: 400;
}

/* Special Classes */
.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 10px;
}

.widget_search #s {
  width: 95%;
  display: inline-block;
}

.widget_shed-custom-widget input {
  margin-bottom: 1rem;
}

#comments {
  margin-bottom: 6rem;
}

@media all and (max-width: 500px) {
  #comments {
    margin-bottom: 2rem;
  }
}

#comments-title {
  padding: 0 0 2.6em;
}

.nopassword,
.nocomments {
  color: #333;
  font-size: 24px;
  margin: 26px 0;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

.commentlist > li.comment {
  position: relative;
}

.commentlist .pingback {
  margin: 0 0 10px;
  padding: 10px;
}

.commentlist .children {
  list-style: none;
  margin: 0 0 10px 20px;
}

.commentlist .children .children {
  margin: 10px 0 10px 10px;
}

.commentlist .children li.comment {
  position: relative;
}

article.comment {
  border-bottom: 1px solid #afafaf;
  padding: 10px 0;
}

.comment-meta {
  margin-bottom: 12px;
}

.comment-meta .fn,
.comment-meta time {
  font-style: normal;
  display: block;
  clear: right;
  color: #333;
}

.avatar {
  float: left;
  padding-right: 10px;
  vertical-align: bottom;
}

.comment-content p {
  margin-bottom: 1em;
}

.comment-content p:last-of-type {
  margin-bottom: 0;
}

/* Post author highlighting */
.commentlist > li.bypostauthor,
.commentlist .children > li.bypostauthor {
  border: 1px solid #afafaf;
  padding: 5px 10px;
}

.entry-title,
.entry-title a {
  clear: both;
  color: #a4988e;
  font-weight: 300;
}

@media all and (max-width: 500px) {
  .entry-title {
    margin-bottom: 0.75rem;
  }
}

.entry-title a:hover, .entry-title a:focus {
  color: #d34525;
}

.entry-meta {
  clear: both;
  margin-bottom: 2rem;
}

@media all and (max-width: 500px) {
  .entry-meta {
    margin-bottom: 1rem;
  }
}

.entry-date {
  color: #a4988e;
  font-size: 11px;
  padding-bottom: 2px;
}

.extra-meta {
  margin-bottom: 3rem;
}

.extra-meta a {
  color: #d34525;
}

.extra-meta a:hover, .extra-meta a:focus {
  color: #a4988e;
}

.blog-tiles .hentry.type-post {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-tiles .hentry.type-post header h3,
.blog-tiles .hentry.type-post header h2 {
  margin-bottom: .5rem;
}

.blog-tiles .hentry.type-post header h3 {
  font-size: .7em;
}

.blog-tiles .hentry.type-post header .entry-title {
  font-size: 1.25em;
}

.blog-tiles .hentry.type-post header .entry-meta {
  font-size: .6em;
  margin-bottom: 2rem;
}

.blog-tiles .hentry.type-post header .entry-content img {
  margin-bottom: 1rem;
}

.blog-tiles .hentry.type-post img {
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .blog-tiles .hentry.type-post {
    float: left;
    width: 50%;
  }
  .blog-tiles .hentry.type-post:nth-child(odd) {
    padding-right: 20px;
    clear: both;
  }
  .blog-tiles .hentry.type-post:nth-child(even) {
    padding-left: 20px;
  }
}

/* Comment Form */
#respond {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
}

@media all and (max-width: 500px) {
  #respond {
    padding-top: 1rem;
    border-top: 1px solid #b4b4b4;
  }
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
  margin: 5px 0 0;
}

#respond label {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  min-width: 150px;
  text-align: left;
  display: block;
}

#respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"] {
  max-width: 300px;
}

#respond input[type="email"], #respond input[type="number"], #respond input[type="password"], #respond input[type="search"], #respond input[type="tel"], #respond input[type="text"], #respond input[type="url"], #respond input[type="color"], #respond input[type="date"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="month"], #respond input[type="time"], #respond input[type="week"],
#respond textarea {
  display: block;
  margin-bottom: 1.5rem;
  background: none;
  width: 100%;
}

#respond textarea {
  width: 90%;
  min-height: 150px;
  resize: vertical;
}

#respond .form-submit {
  float: left;
  margin: 0 0;
}

#respond input[type=submit] {
  cursor: pointer;
  margin: 10px 0;
}

#respond .logged-in-as a {
  color: #333;
}

#respond p {
  margin-bottom: 1em;
}

a.comment-reply-link {
  color: #a4988e;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}

#cancel-comment-reply-link {
  color: #333;
  display: block;
  position: absolute;
  right: 1.5em;
  text-decoration: none;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none;
}

.commentlist #respond {
  margin: 1.5em 0 0;
  width: auto;
}

.form-allowed-tags {
  display: none;
}

.comment-subscription-form {
  clear: both;
  display: block;
}
