/*==========
Start Importing Files
==========*/
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

.follow {
	float:left; 
    font-size:0.8rem; 
    padding-top:1px;
}

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.view {
  width: 160px;
  height: 90px;
  margin: 0px;
  position: relative;
  z-index: 100;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}


@media screen and (max-width: 799px) {
  .view {
    width: 100%;
    height: auto;
  }
  .view img {
    position: relative !important;
  }
}
.view .slice {
  width: 20%;
  height: 100%;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -ms-transition: -ms-transform 150ms ease-in-out;
  -o-transition: -ms-transform 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  -o-transition: transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.view .s2,
.view .s3,
.view .s4,
.view .s5 {
  width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.view .s1 {
  background-position: 0px 0px;
}
.view .s2 {
  background-position: 25% 0px;
}
.view .s3 {
  background-position: 50% 0px;
}
.view .s4 {
  background-position: 75% 0px;
}
.view .s5 {
  background-position: 100% 0px;
}
.view .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.view .overlay {
  opacity: 1;
}
.view img {
  position: absolute;
  z-index: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.view .s2 {
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -60deg);
  -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -60deg);
  -o-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -60deg);
  -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -60deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -60deg);
}
.view .s3,
.view .s5 {
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 120deg);
  -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 120deg);
  -o-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 120deg);
  -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 120deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 120deg);
}
.view .s4 {
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -120deg);
  -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -120deg);
  -o-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -120deg);
  -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -120deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, -120deg);
}
.view:hover .s2,
.view:hover .s3,
.view:hover .s4,
.view:hover .s5 {
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  -o-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 0deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 0deg);
}
.view:hover .overlay {
  opacity: 0;
}
.view .s1 > .overlay {
  background: -moz-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
}
.view .s2 > .overlay {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
}
.view .s3 > .overlay {
  background: -moz-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
}
.view .s4 > .overlay {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.view .s5 > .overlay {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
/*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.single #alt-options,
.page #alt-options {
  text-align: center;
  font-size: 0.75em;
}
.single #alt-options a,
.page #alt-options a {
  display: block;
  color: #f3c686;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 1em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single #alt-options a:hover,
.page #alt-options a:hover {
  color: #c03 !important;
}
.single #alt-options h4,
.page #alt-options h4 {
  margin: 0;
  line-height: 1;
}
.single #alt-options .current a,
.page #alt-options .current a {
  color: #c03;
}
.single .bx-wrapper,
.page .bx-wrapper {
  margin: 0.5em auto !important;
  background-color: rgba(0,0,0,0.65);
}
.single .bx-wrapper .bx-viewport,
.page .bx-wrapper .bx-viewport {
  background-color: transparent;
  border: none;
  box-shadow: none;
  left: 0;
}
.single .bx-controls-direction a,
.page .bx-controls-direction a {
  font-size: 0;
  height: 0;
  width: 0;
  margin-top: -10px;
  color: #f3c686;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .single .bx-controls-direction a,
  .page .bx-controls-direction a {
    margin-top: -7px;
  }
}
.single .bx-controls-direction a:hover,
.page .bx-controls-direction a:hover {
  color: #fff;
}
.single .bx-controls-direction a:before,
.page .bx-controls-direction a:before {
  content: '';
  display: block;
  border: 10px solid transparent;
}
@media screen and (max-width: 480px) {
  .single .bx-controls-direction a:before,
  .page .bx-controls-direction a:before {
    border-width: 7px;
  }
}
.single .bx-controls-direction a.bx-next,
.page .bx-controls-direction a.bx-next {
  right: -10px;
}
@media screen and (max-width: 480px) {
  .single .bx-controls-direction a.bx-next,
  .page .bx-controls-direction a.bx-next {
    right: -3px;
  }
}
.single .bx-controls-direction a.bx-next:before,
.page .bx-controls-direction a.bx-next:before {
  border-left-color: currentColor;
}
.single .bx-controls-direction a.bx-prev,
.page .bx-controls-direction a.bx-prev {
  left: -30px;
}
@media screen and (max-width: 480px) {
  .single .bx-controls-direction a.bx-prev,
  .page .bx-controls-direction a.bx-prev {
    left: -17px;
  }
}
.single .bx-controls-direction a.bx-prev:before,
.page .bx-controls-direction a.bx-prev:before {
  border-right-color: currentColor;
}
@font-face {
  font-family: 'Washout Thin';
  src: url("fonts/washout-thin-webfont.eot");
  src: url("fonts/washout-thin-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/washout-thin-webfont.woff2") format('woff2'), url("fonts/washout-thin-webfont.woff") format('woff'), url("fonts/washout-thin-webfont.ttf") format('truetype'), url("fonts/washout-thin-webfont.svg#washout_thinregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
strong,
b {
  font-weight: 600;
}
h1 {
  font-size: 2.675rem;
  line-height: 1;
  color: #2d2d2d;
}
h2 {
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  margin: 0 auto 1em;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:active,
*:before:active,
*:after:active,
*:focus,
*:before:focus,
*:after:focus {
  outline: 0;
}
.half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.half:before,
.half:after {
  content: '';
  display: table;
}
.half:after {
  clear: both;
}
.half.col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.half.col:before,
.half.col:after {
  content: '';
  display: table;
}
.half.col:after {
  clear: both;
}
.half.col:last-child {
  margin-right: 0%;
}
.one-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.one-third:before,
.one-third:after {
  content: '';
  display: table;
}
.one-third:after {
  clear: both;
}
.one-third.col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.one-third.col:before,
.one-third.col:after {
  content: '';
  display: table;
}
.one-third.col:after {
  clear: both;
}
.one-third.col:last-child {
  margin-right: 0%;
}
.two-thirds {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6666666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
.two-thirds:before,
.two-thirds:after {
  content: '';
  display: table;
}
.two-thirds:after {
  clear: both;
}
.two-thirds.col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.two-thirds.col:before,
.two-thirds.col:after {
  content: '';
  display: table;
}
.two-thirds.col:after {
  clear: both;
}
.two-thirds.col:last-child {
  margin-right: 0%;
}
.one-fourth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.one-fourth:before,
.one-fourth:after {
  content: '';
  display: table;
}
.one-fourth:after {
  clear: both;
}
.one-fourth.col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.one-fourth.col:before,
.one-fourth.col:after {
  content: '';
  display: table;
}
.one-fourth.col:after {
  clear: both;
}
.one-fourth.col:last-child {
  margin-right: 0%;
}
.three-fourths {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
.three-fourths:before,
.three-fourths:after {
  content: '';
  display: table;
}
.three-fourths:after {
  clear: both;
}
.three-fourths.col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.three-fourths.col:before,
.three-fourths.col:after {
  content: '';
  display: table;
}
.three-fourths.col:after {
  clear: both;
}
.three-fourths.col:last-child {
  margin-right: 0%;
}
html {
  line-height: 1.5;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 481px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 21px;
  }
}

@media screen and (max-width: 1200px) {.follow{display: none;}}

@media screen and (min-width: 1200px) {
  html {
    font-size: 24px;
  }
}
body {
  color: #fff;
  background-color: #000;
}
a,
a:visited {
  color: #c03;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a.link-icon,
a:visited.link-icon {
  position: relative;
}
a.link-icon svg,
a:visited.link-icon svg {
  height: 0.675em;
  width: 0.675em;
  position: absolute;
  left: 0;
  display: block;
  top: 0.65em;
  color: #818181;
  fill: currentColor;
}
a.link-icon:hover svg,
a:visited.link-icon:hover svg {
  color: currentColor;
}
blockquote {
  font-style: italic;
  padding: 0.5rem 0 0 1.5rem;
  position: relative;
}
blockquote:before {
  content: "\201C";
  display: block;
  position: absolute;
  left: 0;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #b3b3b3;
}
hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.ie8 hr {
  margin-top: 18px;
}
.ie8 hr {
  margin-bottom: 18px;
}
hr.dash {
  width: 4rem;
  border-top: 2px solid #d9d9d9;
}
.ie8 hr.dash {
  width: 64px;
}
.wrap {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: '';
  display: table;
}
.wrap:after {
  clear: both;
}
#container {
  position: relative;
  z-index: 0;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.content-header {
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 50%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 50%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 50%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 50%);
  font-size: 0;
  padding: 2rem 0rem 2rem 0rem;
}
.ie8 .content-header {
  padding: 32px 0px 32px 0px;
}
.home .content-header:before {
  content: "";
  display: block;
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
#contact .content-header {
  margin-bottom: 2rem;
}
.ie8 #contact .content-header {
  margin-bottom: 32px;
}
.content-header .headline,
.content-header img,
.content-header .excerpt,
.content-header .addresses {
  display: inline-block;
  vertical-align: middle;
  text-shadow: -1px 1px 3px rgba(0,0,0,0.5);
}
@media screen and (max-width: 480px) {
  .content-header .headline,
  .content-header img,
  .content-header .excerpt,
  .content-header .addresses {
    display: block;
  }
}
.content-header .headline {
  width: 40%;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .content-header .headline {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .content-header .headline {
    width: 100% !important;
  }
}
#mingle .content-header .headline {
  width: 60%;
}
#recipes .content-header .headline {
  width: 50%;
}
@media screen and (max-width: 799px) {
  #recipes .content-header .headline {
    width: 70%;
  }
}
#contact .content-header .headline {
  width: 50%;
}
.content-header .headline h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: 4px;
  line-height: 1.1;
  width: 100%;
  white-space: nowrap;
  color: #d4d4d4;
}
.content-header .headline h3:nth-child(1) {
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-header .headline h3:nth-child(2) {
  color: #c03;
  font-family: 'Washout Thin';
}
.content-header .headline h3:last-child {
  color: #f3c686;
}
.content-header img {
  width: 20%;
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.ie8 .content-header img {
  padding: 0px 24px 0px 24px;
}
@media screen and (max-width: 799px) {
  .content-header img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .content-header img {
    width: auto !important;
    padding: 0;
    margin: 15px auto;
    max-height: 150px;
    max-width: 90%;
  }
}
.content-header .excerpt {
  width: 40%;
  font-size: 0.8rem;
}
@media screen and (max-width: 799px) {
  .content-header .excerpt {
    display: block !important;
    width: 100% !important;
    margin-top: 1.5em;
  }
}
#recipes .content-header .excerpt {
  width: 30%;
}
.content-header .mingle-links {
  display: inline-block;
  width: 40%;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .content-header .mingle-links {
    width: 100%;
  }
}
.content-header .mingle-links a {
  display: inline-block;
  width: 4em;
  margin: 1em 0.5em 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.content-header .mingle-links a:hover {
  color: #f3c686;
}
.content-header .mingle-links img {
  width: 100%;
  padding: 0;
  border: 1px solid currentColor;
}
.content-header .mingle-links span {
  display: inline-block;
  margin-top: 0.5em;
}
.content-header .addresses {
  width: 50%;
  font-size: 0;
}
@media screen and (max-width: 799px) {
  .content-header .addresses {
    width: 100%;
    margin-top: 20px;
  }
}
.content-header .addresses div {
  width: 50%;
  font-size: 0.8rem;
  display: inline-block;
  padding-left: 2em;
  vertical-align: top;
}
@media screen and (min-width: 800px) {
  .content-header .addresses div:first-child {
    padding-left: 3em;
  }
}
@media screen and (max-width: 480px) {
  .content-header .addresses div {
    font-size: 0.7rem;
  }
  .content-header .addresses div:nth-child(1) {
    padding-left: 0;
    padding-right: 0.5em;
  }
  .content-header .addresses div:nth-child(2) {
    padding-left: 0.5em;
  }
}
.content-header .addresses div a,
.content-header .addresses div span {
  color: #f3c686;
  text-transform: uppercase;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.content-header .addresses div a:hover,
.content-header .addresses div span:hover {
  color: #ffa938;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
  line-height: 0.7;
  text-align: left;
}
.slabtextdone .slabtext {
  margin-top: 14px;
}
.cards {
  padding: 2rem 2rem 2rem 2rem;
  font-size: 0;
  text-align: center;
}
.ie8 .cards {
  padding: 32px 32px 32px 32px;
}
@media screen and (max-width: 799px) {
  .cards {
    padding: 2rem 0rem 2rem 0rem;
  }
  .ie8 .cards {
    padding: 32px 0px 32px 0px;
  }
}
.card {
  font-size: 1rem;
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 1em;
  background-color: #000;
  background-color: rgba(0,0,0,0.8);
  padding-bottom: 1.5em;
  text-align: left;
  vertical-align: top;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: -100px;
  opacity: 0;
}
@media screen and (max-width: 799px) {
  .card {
    width: 90%;
    max-width: 275px;
  }
}
.come-in .card {
  top: 0;
  opacity: 1;
}
.card .thumbnail {
  text-align: center;
  background-color: #000;
  padding-top: 15px;
}
.card .thumbnail img.wp-post-image {
  max-height: 10rem;
}
.ie8 .card .thumbnail img.wp-post-image {
  max-height: 160px;
}
.card .thumb-cover {
  height: 10rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ie8 .card .thumb-cover {
  height: 160px;
}
.card h2,
.card .excerpt {
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.ie8 .card h2,
.ie8 .card .excerpt {
  padding: 0px 24px 0px 24px;
}
.card h2 {
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: currentColor;
  margin: 0.75em 0 0.5em;
  line-height: 1.125;
}
.card .excerpt {
  line-height: 1.25;
  font-size: 0.85em;
}
.card a {
  color: #f3c686;
}
.card a:hover {
  color: #fff8b8;
}
#search-form {
  font-size: 0.75rem;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: right;
  opacity: 1;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 799px) {
  #search-form {
    text-align: center;
    margin-top: 1em;
  }
  #search-form input#s {
    width: 20em;
  }
}
#search-form.hidden {
  opacity: 0;
  top: -100%;
}
#search-form form {
  display: inline-block;
  background: #c03;
  padding: 0.75em;
}
#search-form label {
  display: none;
}
#search-form input {
  border: 0;
}
#search-form input#s {
  background-color: #9a0001;
  padding: 0.5em 0.625em;
  width: 15em;
}
#search-form input#searchsubmit {
  background-color: transparent;
  text-transform: uppercase;
}
#av-overlay-wrap {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
}

#av-overlay img {
	width: 30%; 
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
	#av-overlay img {
		width: 100%; 
	}
}


#av-overlay {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  padding: 3em 2em 2em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  #av-overlay {
    background-image: url("../images/darkwood-bg.jpg");
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1700px) {
  #av-overlay {
    margin-left: 49px;
  }
}

#av-overlay h1 {
  color: #c03;
  font-family: 'Washout Thin', 'Brandon Grotesque', sans-serif;
  font-size: 4em;
  text-transform: uppercase;
  margin: 0 auto 0.25em;
}
@media screen and (max-width: 480px) {
  #av-overlay h1 {
    font-size: 3em;
  }
}

#av-overlay h1 + p {
  font-size: 1.75em;
  line-height: 1.25;
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  #av-overlay h1 + p {
    font-size: 1.125em;
  }
}

#av-overlay label {
  display: block;
}
#av-overlay input[type='text'] {
  display: inline-block;
  font-size: 1.5em;
  width: 3em;
  border: 1px solid #b3b3b3;
  background-color: #000;
  background-color: rgba(0,0,0,0.625);
  text-align: center;
  padding: 0.25em;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  #av-overlay input[type='text'] {
    font-size: 1em;
  }
}
#av-overlay input[type='text']:focus {
  border-color: #c03;
}
#av-overlay input#av_verify {
  margin-top: 1em;
  background-color: #f3c686;
  color: #000;
  border: none;
  text-transform: uppercase;
  padding: 0.5em 0.75em;
}
body.verify {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  background: #000 url("../images/HandsInCorn.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  body.verify {
    background-image: url("../images/darkwood-bg.jpg");
  }
}
body.verify #container {
  position: absolute;
  top: 0;
}
body.verify section,
body.verify .footer {
  display: none;
}
body.verify .header {
  box-shadow: none;
  background: none;
}
body.verify .header .menu {
  display: none;
}
body .jp-carousel-titleanddesc-title {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body #jp-carousel-comments-loading {
  display: none !important;
}
.gallery {
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .gallery {
    text-align: center;
  }
}
.gallery dl.gallery-item {
  display: inline-block;
  height: 7.5em;
  width: 7.5em;
  background: rgba(0,0,0,0.33);
  text-align: center;
  margin: 0 0.25em;
  border: 1px solid #f3c686;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.gallery dl.gallery-item:hover {
  border-color: #fff;
}
.gallery dl.gallery-item img {
  height: 7.5em;
}
.menu {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100 !important;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .menu.open ul {
    display: block;
  }
}
.menu ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.menu ul > li {
  position: relative;
}
@media screen and (max-width: 480px) {
  .menu ul > li {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .menu ul > li {
    display: inline-block;
  }
}
html.no-touch .menu ul > li > span.menu-switch {
  padding: 1.175rem 0.75rem;
}
@media screen and (max-width: 480px) {
  .menu > ul {
    display: none;
  }
}
.menu a,
.menu a:visited {
  color: #fff;
  display: block;
  position: relative;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0.5em;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
html.no-touch .menu a:hover,
html.no-touch .menu a:visited:hover {
  color: #f3c686;
}
span.menu-switch {
  position: absolute;
  top: 0 right 0;
  color: rgba(0,0,0,0.25);
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
html.touch span.menu-switch {
  padding: 1.175rem 1.25rem;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  html.touch span.menu-switch + a,
  html.touch span.menu-switch + a:visited {
    padding: 0.5em 2.5rem;
  }
}
@media screen and (min-width: 481px) {
  html.touch span.menu-switch + a,
  html.touch span.menu-switch + a:visited {
    padding-right: 2.5rem;
  }
}
html.no-touch span.menu-switch {
  padding: 1.025rem 0.75rem;
  z-index: 0;
}
html.no-touch span.menu-switch + a,
html.no-touch span.menu-switch + a:visited {
  padding-right: 1.5rem;
}
.open > span.menu-switch {
  color: textColor;
}
html.touch span.menu-switch::before {
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.125);
  height: 1.25rem;
  width: 1.25rem;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.menu > span.menu-switch {
  color: textColor;
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 0;
  left: 0;
}
.menu > span.menu-switch.on {
  color: textColor;
}
.menu > span.menu-switch.on::before,
.menu > span.menu-switch.on::after {
  border-color: $link-color;
}
@media screen and (min-width: 481px) {
  .menu > span.menu-switch {
    display: none;
  }
}
.header {
  background: #000 url("../images/darkwood-bg.jpg") no-repeat center/cover;
  top: 0;
  z-index: 10;
  width: 100%;
  font-size: 0;
  box-shadow: 0 2px 20px 5px rgba(0,0,0,0.85);
  text-align: center;
}
.header .social-mobile {
  display: none;
}
.header {
  position: fixed;
}
@media screen and (max-width: 799px) {
  .header {
    padding-bottom: 0.75rem;
  }
  .ie8 .header {
    padding-bottom: 12px;
  }
}
.logged-in .header {
  top: 30px;
}
#logo,
.main-menu,
.social {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  #logo,
  .main-menu,
  .social {
    display: block;
  }
}
#logo {
  width: 15%;
  padding: 0.5em;
}
@media screen and (max-width: 799px) {
  #logo {
    width: 9em;
    max-width: 90%;
    margin: 0.5em auto;
  }
}
#logo img {
  width: 100%;
  display: block;
}
.main-menu {
  width: 65%;
}
.main-menu a {
  font-size: 24px;
  font-size: 1.125rem;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .main-menu a {
    font-size: 0.925rem;
  }
}
@media screen and (max-width: 799px) {
  .main-menu {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main-menu {
    z-index: 101 !important;
  }
  .main-menu a {
    font-size: 1.25rem;
  }
  .main-menu .menu-switch {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
  }
  .main-menu .menu-switch.open {
    color: #f3c686;
  }
  .main-menu .menu-switch.open + ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
  }
  .main-menu ul {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #c03;
    position: absolute;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
  }
  .ie8 .main-menu ul {
    padding: 8px 8px 8px 8px;
  }
  .social-mobile {
    display: block !important;
    margin-top: 14px;
  }
  .social-mobile span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
  }
  .social-mobile a {
    padding: 0 5px;
    display: inline-block;
  }
  .social-mobile img {
    height: 30px;
    width: 30px;
  }
  .social-mobile #search-trigger {
    display: none;
  }
  .social.menu {
    display: none;
  }
}
.social {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 799px) {
  .social {
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
  }
  .social > ul {
    display: block;
  }
  .social > ul > li {
    display: inline-block;
  }
}
.social.menu a {
  padding: 3px;
  line-height: 0;
}
.social.menu img {
  height: 1.25em;
  width: 1.25em;
}
@media screen and (max-width: 480px) {
  .social.menu img {
    height: 1.75em;
    width: 1.75em;
  }
}
.footer {
  position: relative;
  z-index: 1;
  background-color: #ccc;
  background: -webkit-radial-gradient(#ccc 50%, #787878 90%); /* Safari 5.1-6.0 */
  background: -o-radial-gradient(#ccc 50%, #787878 90%); /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(#ccc 50%, #787878 90%); /* For Firefox 3.6-15 */
  background: radial-gradient(#ccc 50%, #787878 90%); /* Standard syntax */
  color: #5c5c5c;
  text-align: center;
  padding: 2.5em 0;
  font-size: 1rem;
}
.footer .menu {
  text-align: left;
  font-size: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 481px) {
  .footer .menu {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: left;
  }
  .footer .menu:before,
  .footer .menu:after {
    content: '';
    display: table;
  }
  .footer .menu:after {
    clear: both;
  }
  .footer .menu:last-child {
    margin-right: 0%;
  }
}
.ie8 .footer .menu {
  margin-bottom: 24px;
}
@media screen and (min-width: 481px) {
  .footer .menu > .nav {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.footer .menu li {
  display: block;
  vertical-align: top;
}
.footer .menu li a {
  font-size: 1.125rem;
}
.footer .menu li a:hover {
  color: #c03 !important;
}
.footer .company-info {
  clear: right;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 481px) {
  .footer .company-info {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    font-size: 0.625em;
  }
  .footer .company-info:before,
  .footer .company-info:after {
    content: '';
    display: table;
  }
  .footer .company-info:after {
    clear: both;
  }
  .footer .company-info:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .footer .company-info {
    font-size: 0.8em;
  }
}
.ie8 .footer .company-info {
  margin-bottom: 24px;
}
.footer .company-info img {
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .footer .company-info img {
    max-height: 80px;
  }
}
.footer .copyright {
  margin: 0;
  clear: left;
  font-size: 0.75em;
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    font-size: 0.8em;
  }
}
.sidebar {
  color: #000;
}
@media screen and (min-width: 800px) {
  body:not(.home) .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  body:not(.home) .sidebar:before,
  body:not(.home) .sidebar:after {
    content: '';
    display: table;
  }
  body:not(.home) .sidebar:after {
    clear: both;
  }
  body:not(.home) .sidebar:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 799px) {
  body:not(.home) .sidebar {
    margin-top: 2em;
  }
}
.widget {
  background-color: #fff;
  padding: 0.75em !important;
}
@media screen and (max-width: 799px) {
  .widget {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0 1%;
  }
  .widget.aiwidgetscss {
    width: 100%;
    margin-top: 1em;
  }
  .widget.aiwidgetscss .imgdisplay {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    font-size: 0.825rem;
  }
}
@media screen and (max-width: 480px) {
  .widget {
    width: 100%;
    margin-top: 1em !important;
  }
  .widget.aiwidgetscss .imgdisplay {
    width: 100%;
    margin: 0 auto;
  }
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 1.25em;
  margin: 0 auto 0.5em;
  text-transform: uppercase;
  color: #f3c686;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget p {
  margin: 0;
}
#sb_instagram #sbi_load a {
  float: none;
  display: inline-block;
  background-color: #f5f5f5 !important;
  padding: 0.5em 1em !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 1em 0;
  color: #c03 !important;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#sb_instagram #sbi_load a:hover {
  background-color: #f3c686;
  background-color: rgba(243,198,134,0.5) !important;
}
#cff {
  font-size: 0.85rem;
}
#cff .cff-item p {
  font-size: 0.9em;
}
#cff .cff-item p.cff-date {
  font-size: 0.625em;
}
#cff a.cff-viewpost-facebook {
  float: none;
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0.5em 1em;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 1em 0;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#cff a.cff-viewpost-facebook:hover {
  background-color: #f3c686;
  background-color: rgba(243,198,134,0.5);
}
.aiwidgetscss .aiwidget-title {
  display: none;
}
.aiwidgetscss .aiwidget-title span.tweet_author {
  display: none;
}
.aiwidgetscss .aiwidget-title span.tweet_author_name {
  display: block;
  margin-bottom: 0.75em;
}
.aiwidgetscss .imgdisplay {
  font-size: 0.7rem;
}
.aiwidgetscss .imgdisplay .tweettext {
  line-height: 1.25;
}
.aiwidgetscss .imgdisplay .tweettext span.tweet_author {
  display: inline-block;
  margin-bottom: 0.75em;
}
.aiwidgetscss .imgdisplay .tweettext > a {
  color: #c03;
  font-size: 0.85em;
}
.aiwidgetscss .imgdisplay .tweettext > a:hover {
  color: #ffa938;
}
@media screen and (max-width: 480px) {
  .aiwidgetscss .imgdisplay {
    margin-top: 1.5em !important;
  }
}
.aiwidgetscss .thinkTwitFollow {
  text-align: center;
}
.page:not(.home) #content {
  background: #000 url("../images/four-roses-bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.page:not(.home) #content[data-bgcover="heritage"] {
  background-image: url("../images/bottle-zoom.jpg");
}
.page:not(.home) #content[data-bgcover="visit"] {
  background-image: url("../images/heritage-building.jpg");
}
.page:not(.home) #inner-content {
  background-color: rgba(0,0,0,0.6);
}
.page:not(.home) #main {
  padding: 2em 0 3em;
}
.page:not(.home) #main article {
  background-color: #ffa938;
  background-color: rgba(255,169,56,0.9);
  padding: 2em;
  color: #000;
}
@media screen and (min-width: 800px) {
  .page:not(.home) #main article {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .page:not(.home) #main article:before,
  .page:not(.home) #main article:after {
    content: '';
    display: table;
  }
  .page:not(.home) #main article:after {
    clear: both;
  }
  .page:not(.home) #main article:last-child {
    margin-right: 0%;
  }
}
.page:not(.home) .article-header {
  margin-top: 1em;
}
.page:not(.home) img.wp-post-image {
  max-height: 600px;
  display: block;
  margin: 0 auto 2em;
}
@media screen and (max-width: 799px) {
  .page:not(.home) img.wp-post-image {
    max-height: 400px;
  }
}
.page:not(.home) .page-title {
  color: #c03;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.home #video-container {
  overflow: hidden;
  position: fixed;
  z-index: -20;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 480px) {
  .home #video-container {
    display: none;
  }
}
.home #video-container video {
  z-index: -20;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home #video-container video.setHeight {
  height: 115%;
}
.home #video-container video.setWidth {
  width: 115%;
}
.home .sidebar .widget {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 799px) {
  .home .sidebar .widget {
    width: 31%;
  }
  .home .sidebar .widget.aiwidgetscss {
    width: 100%;
    margin-top: 1em;
  }
  .home .sidebar .widget.aiwidgetscss .imgdisplay {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    font-size: 0.825rem;
  }
}
@media screen and (max-width: 480px) {
  .home .sidebar .widget {
    width: 100%;
  }
  .home .sidebar .widget.aiwidgetscss .imgdisplay {
    width: 100%;
    margin: 0 auto;
  }
}
.home section {
  min-height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home section .bg-image {
  background: #000 url("../images/four-roses-bg.jpg") no-repeat center/cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -20;
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 800px) {
  .cssreflections .home section .bg-image {
    position: fixed;
  }
}
.home section#top {
  background-image: none !important;
  background-color: transparent !important;
  overflow: hidden;
}
.home section#top #overlay {
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.home section#top.no-bg #overlay {
  opacity: 0;
}
.home section#mingle {
  padding-bottom: 3em;
}
.home .slogan {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .slogan img {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 799px) {
  .home .slogan img {
    max-width: 90%;
  }
}
.home.loading section#top {
  z-index: 9;
}
@media screen and (min-width: 800px) {
  .cssreflections .home.loading .bg-image {
    position: absolute;
  }
}
.home #delaydiv {
  display: none !important;
}
#contact {
  padding-bottom: 3rem;
}
.ie8 #contact {
  padding-bottom: 48px;
}
#contact #map-btn {
  background-color: #f3c686;
  color: #333;
  font-size: 0.75rem;
  margin-top: 1em;
  display: inline-block;
  padding: 0.325em 0.75em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.125em;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#contact #map-btn:hover {
  background-color: #ffa938;
}
@media screen and (max-width: 799px) {
  #contact #map-btn {
    margin-bottom: 4em;
  }
}
#contact #grid {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  #contact #grid {
    position: relative;
  }
}
@media screen and (min-width: 800px) {
  #contact .form {
    width: 55%;
    float: right;
    padding-left: 1em;
  }
}
#contact form div {
  *zoom: 1;
  margin-bottom: 1em;
}
#contact form div:before,
#contact form div:after {
  content: '';
  display: table;
}
#contact form div:after {
  clear: both;
}
#contact form div:nth-of-type(6) {
  margin-bottom: 0;
}
#contact form label {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  padding: 0.625em 0;
}
@media screen and (min-width: 481px) {
  #contact form label {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 26.428571428571455%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #contact form label:before,
  #contact form label:after {
    content: '';
    display: table;
  }
  #contact form label:after {
    clear: both;
  }
  #contact form label:last-child {
    margin-right: 0%;
  }
}
@media screen and (min-width: 481px) {
  #contact form span {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 70.57142857142854%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #contact form span:before,
  #contact form span:after {
    content: '';
    display: table;
  }
  #contact form span:after {
    clear: both;
  }
  #contact form span:last-child {
    margin-right: 0%;
  }
}
#contact form input,
#contact form select,
#contact form textarea {
  font-size: 0.85rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 0;
  border: 0;
  color: #333;
  line-height: 1;
  padding: 0.625em 0.5em;
}
#contact form select {
  line-height: 1.5;
  overflow: hidden;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGN0RFRTgzMjFFMTExRTNCOUY5QTFGMENFMEI2NThGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGN0RFRTg0MjFFMTExRTNCOUY5QTFGMENFMEI2NThGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY3REVFODEyMUUxMTFFM0I5RjlBMUYwQ0UwQjY1OEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEY3REVFODIyMUUxMTFFM0I5RjlBMUYwQ0UwQjY1OEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5NS3dxAAAAqUlEQVR42mLksw+JYGBgyAXi00BcwIAdMAJxPxCbAvFkFiDBBcSWQGwFxP+AuAiLpl4gzgfi/0A8l5ldQes8kPEUiH2hmnmBeBeShh6oQSAN6TBNIIlzQPwCiL2hNnIC8R4g7gDiUqiGLCCeBVIM0wQCZ4H4DRB7ArENELsBcSRUA8jP02EKkTUxQAPjPVSjLFSsEOR5ZEVMWDwNMnENEP+E0tPQFQAEGAAgnCFadd+sLAAAAABJRU5ErkJggg==") no-repeat 95% 50%;
  box-shadow: none;
}
#contact form select:focus {
  outline: none;
}
#contact form textarea {
  line-height: 1.4;
  max-width: 100%;
  height: 8em;
}
#contact form input.wpcf7-submit {
  text-align: center !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #c03;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#contact form input.wpcf7-submit:hover {
  background-color: #9a0001;
}
@media screen and (min-width: 481px) {
  #contact form input.wpcf7-submit {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 71.4285714285714%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    left: 29.428571428571455%;
  }
  #contact form input.wpcf7-submit:before,
  #contact form input.wpcf7-submit:after {
    content: '';
    display: table;
  }
  #contact form input.wpcf7-submit:after {
    clear: both;
  }
}
.single-bourbon #content {
  background: #000 url("../images/AssemblyLine.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.single-bourbon .alt-options {
  text-align: center;
  margin: 0.5em auto;
  font-size: 0.725em;
  background-color: rgba(0,0,0,0.65);
}
.single-bourbon .alt-options a {
  display: inline-block;
  color: #f3c686;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 1em 0.5em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-bourbon .alt-options a:hover {
  color: #c03 !important;
}
.single-bourbon .bourbon {
  *zoom: 1;
  font-size: 1rem;
  background-color: #ffa938;
  background-color: rgba(255,169,56,0.9);
  margin-bottom: 1em;
  padding: 1.25em;
}
.single-bourbon .bourbon:before,
.single-bourbon .bourbon:after {
  content: '';
  display: table;
}
.single-bourbon .bourbon:after {
  clear: both;
}
.single-bourbon .bourbon h1,
.single-bourbon .bourbon h2,
.single-bourbon .bourbon h3 {
  font-weight: 900;
}
.single-bourbon .bourbon h1,
.single-bourbon .bourbon .title {
  font-size: 2.25rem;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  color: #c03;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-bourbon .bourbon .main-image {
  line-height: 0;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .single-bourbon .bourbon .main-image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-bourbon .bourbon .main-image:before,
  .single-bourbon .bourbon .main-image:after {
    content: '';
    display: table;
  }
  .single-bourbon .bourbon .main-image:after {
    clear: both;
  }
  .single-bourbon .bourbon .main-image:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .single-bourbon .bourbon .main-image img {
    max-height: 300px;
  }
}
.single-bourbon .bourbon .details {
  color: #000;
}
@media screen and (min-width: 800px) {
  .single-bourbon .bourbon .details.pic {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-bourbon .bourbon .details.pic:before,
  .single-bourbon .bourbon .details.pic:after {
    content: '';
    display: table;
  }
  .single-bourbon .bourbon .details.pic:after {
    clear: both;
  }
  .single-bourbon .bourbon .details.pic:last-child {
    margin-right: 0%;
  }
}
.single-bourbon .bourbon .details h2 {
  font-size: 1.25em;
  color: #f3c686;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.single-bourbon .bourbon .details .tnr {
  *zoom: 1;
}
.single-bourbon .bourbon .details .tnr:before,
.single-bourbon .bourbon .details .tnr:after {
  content: '';
  display: table;
}
.single-bourbon .bourbon .details .tnr:after {
  clear: both;
}
@media screen and (min-width: 481px) {
  .single-bourbon .bourbon .details .tasting {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-bourbon .bourbon .details .tasting:before,
  .single-bourbon .bourbon .details .tasting:after {
    content: '';
    display: table;
  }
  .single-bourbon .bourbon .details .tasting:after {
    clear: both;
  }
  .single-bourbon .bourbon .details .tasting:last-child {
    margin-right: 0%;
  }
}
.single-bourbon .bourbon .details .tasting p:last-of-type {
  margin-bottom: 0;
}
.single-bourbon .bourbon .details .recipe {
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 481px) {
  .single-bourbon .bourbon .details .recipe {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-bourbon .bourbon .details .recipe:before,
  .single-bourbon .bourbon .details .recipe:after {
    content: '';
    display: table;
  }
  .single-bourbon .bourbon .details .recipe:after {
    clear: both;
  }
  .single-bourbon .bourbon .details .recipe:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .single-bourbon .bourbon .details .recipe {
    display: block;
    text-align: center;
  }
}
.single-bourbon .bourbon .details .recipe:hover {
  background-color: #c03;
}
.single-bourbon .bourbon .details .recipe h2 {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .single-bourbon .bourbon .details .accolades > div {
    text-align: center;
  }
}
.single-bourbon .bourbon .details .accolades > div img {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .single-bourbon .bourbon .details .accolades > div img {
    width: 44%;
    margin: 0 3% 1em;
  }
}
.single-bourbon .bourbon .details .tasting,
.single-bourbon .bourbon .details .accolades,
.single-bourbon .bourbon .details .recipe {
  font-size: 1rem;
  background-color: #c86400;
  background-color: rgba(200,100,0,0.75);
  padding: 1em;
  margin-bottom: 1em;
}
.single-bourbon .bourbon .details p {
  font-size: 0.85em;
}
.single-recipe #content {
  background: #000 url("../images/pouring.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.single-recipe .recipe {
  *zoom: 1;
  font-size: 1rem;
  background-color: #ffa938;
  background-color: rgba(255,169,56,0.9);
  margin-bottom: 1em;
  padding: 1.25em;
}
.single-recipe .recipe:before,
.single-recipe .recipe:after {
  content: '';
  display: table;
}
.single-recipe .recipe:after {
  clear: both;
}
.single-recipe .recipe h1,
.single-recipe .recipe h2,
.single-recipe .recipe h3 {
  font-weight: 900;
}
.single-recipe .recipe h1,
.single-recipe .recipe .title {
  font-size: 2.25rem;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  color: #c03;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-recipe .recipe .main-image {
  line-height: 0;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .single-recipe .recipe .main-image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-recipe .recipe .main-image:before,
  .single-recipe .recipe .main-image:after {
    content: '';
    display: table;
  }
  .single-recipe .recipe .main-image:after {
    clear: both;
  }
  .single-recipe .recipe .main-image:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .single-recipe .recipe .main-image img {
    max-height: 300px;
  }
}
.single-recipe .recipe .details {
  color: #000;
}
@media screen and (min-width: 800px) {
  .single-recipe .recipe .details.pic {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-recipe .recipe .details.pic:before,
  .single-recipe .recipe .details.pic:after {
    content: '';
    display: table;
  }
  .single-recipe .recipe .details.pic:after {
    clear: both;
  }
  .single-recipe .recipe .details.pic:last-child {
    margin-right: 0%;
  }
}
.single-recipe .recipe .details h2 {
  font-size: 1.25em;
  color: #f3c686;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.single-recipe .recipe .details .tnr {
  *zoom: 1;
}
.single-recipe .recipe .details .tnr:before,
.single-recipe .recipe .details .tnr:after {
  content: '';
  display: table;
}
.single-recipe .recipe .details .tnr:after {
  clear: both;
}
@media screen and (min-width: 481px) {
  .single-recipe .recipe .details .tasting {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-recipe .recipe .details .tasting:before,
  .single-recipe .recipe .details .tasting:after {
    content: '';
    display: table;
  }
  .single-recipe .recipe .details .tasting:after {
    clear: both;
  }
  .single-recipe .recipe .details .tasting:last-child {
    margin-right: 0%;
  }
}
.single-recipe .recipe .details .tasting p:last-of-type {
  margin-bottom: 0;
}
.single-recipe .recipe .details .recipe {
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 481px) {
  .single-recipe .recipe .details .recipe {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .single-recipe .recipe .details .recipe:before,
  .single-recipe .recipe .details .recipe:after {
    content: '';
    display: table;
  }
  .single-recipe .recipe .details .recipe:after {
    clear: both;
  }
  .single-recipe .recipe .details .recipe:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .single-recipe .recipe .details .recipe {
    display: block;
    text-align: center;
  }
}
.single-recipe .recipe .details .recipe:hover {
  background-color: #c03;
}
.single-recipe .recipe .details .recipe h2 {
  margin: 0;
}
.single-recipe .recipe .details .tasting,
.single-recipe .recipe .details .directions,
.single-recipe .recipe .details .recipe {
  font-size: 1rem;
  background-color: #c86400;
  background-color: rgba(200,100,0,0.75);
  padding: 1em;
  margin-bottom: 1em;
}
.single-recipe .recipe .details p {
  font-size: 0.85em;
}
.blog #content,
.single-post #content,
.archive #content,
.search #content {
  background: #000 url("../images/four-roses-bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.blog #inner-content,
.single-post #inner-content,
.archive #inner-content,
.search #inner-content {
  background-color: rgba(0,0,0,0.6);
  padding: 2em 0 4em;
}
.blog #main article,
.single-post #main article,
.archive #main article,
.search #main article {
  background-color: #ffa938;
  background-color: rgba(255,169,56,0.9);
  padding: 2em;
  color: #000;
}
@media screen and (min-width: 800px) {
  .blog #main,
  .single-post #main,
  .archive #main,
  .search #main {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .blog #main:before,
  .single-post #main:before,
  .archive #main:before,
  .search #main:before,
  .blog #main:after,
  .single-post #main:after,
  .archive #main:after,
  .search #main:after {
    content: '';
    display: table;
  }
  .blog #main:after,
  .single-post #main:after,
  .archive #main:after,
  .search #main:after {
    clear: both;
  }
  .blog #main:last-child,
  .single-post #main:last-child,
  .archive #main:last-child,
  .search #main:last-child {
    margin-right: 0%;
  }
}
.blog .title,
.single-post .title,
.archive .title,
.search .title,
.blog .entry-title,
.single-post .entry-title,
.archive .entry-title,
.search .entry-title,
.blog .single-title,
.single-post .single-title,
.archive .single-title,
.search .single-title {
  color: #c03;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.blog img.attachment-post-thumbnail,
.single-post img.attachment-post-thumbnail,
.archive img.attachment-post-thumbnail,
.search img.attachment-post-thumbnail {
  max-height: 600px;
  display: block;
  margin: 0 auto 2em;
}
@media screen and (max-width: 799px) {
  .blog img.attachment-post-thumbnail,
  .single-post img.attachment-post-thumbnail,
  .archive img.attachment-post-thumbnail,
  .search img.attachment-post-thumbnail {
    max-height: 400px;
  }
}
.search .title,
.blog .title,
.archive .title {
  color: #f3c686;
  font-family: "alternate-gothic-no-1-d", "alternate-gothic-no-2-d", "alternate-gothic-no-3-d", "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search article,
.blog article,
.archive article {
  margin-bottom: 1em;
}
