/*
Theme Name: Dan Bern
Theme URI: http://danbern.com
Author: Natalie MacLees
Author URI: http://purplepen.com
Description: Custom theme for danbern.com designed by Mark Tapio Kines and coded by Natalie MacLees of Purple Pen Productions
Version: 1.0
*/
/* Variables ----------------------------------------------------------------------------------- */
/* /Variables ---------------------------------------------------------------------------------- */
/* Mixins and Functions ------------------------------------------------------------------------ */
/* /Mixins and Functions ----------------------------------------------------------------------- */
/* Web Fonts ----------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Birch Standard';
  src: url("webfonts/birchstd-webfont.eot");
  src: url("webfonts/birchstd-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/birchstd-webfont.woff") format("woff"), url("webfonts/birchstd-webfont.ttf") format("truetype"), url("webfonts/birchstd-webfont.svg#birch_stdregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Web Fonts ----------------------------------------------------------------------------------- */
/* Reset --------------------------------------------------------------------------------------- */
/* line 69, sass/style.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 77, sass/style.scss */
body {
  line-height: 1;
}

/* line 81, sass/style.scss */
ol, ul {
  list-style: none;
}

/* line 85, sass/style.scss */
blockquote, q {
  quotes: none;
}

/* line 89, sass/style.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 94, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 99, sass/style.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 104, sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* line 109, sass/style.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 116, sass/style.scss */
a:focus {
  outline: thin dotted;
}

/* line 120, sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 124, sass/style.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 128, sass/style.scss */
audio:not([controls]) {
  display: none;
}

/* line 132, sass/style.scss */
del {
  color: #333;
}

/* line 136, sass/style.scss */
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 141, sass/style.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

/* line 149, sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 156, sass/style.scss */
sup {
  top: -0.5em;
}

/* line 160, sass/style.scss */
sub {
  bottom: -0.25em;
}

/* line 164, sass/style.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 169, sass/style.scss */
.clear:after, .wrapper:after, .format-status .entry-header:after {
  clear: both;
}

/* line 173, sass/style.scss */
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
  display: table;
  content: "";
}

/* /Reset -------------------------------------------------------------------------------------- */
/* Elements ------------------------------------------------------------------------------------ */
/* line 182, sass/style.scss */
html {
  font-size: 16px;
}

/* line 186, sass/style.scss */
body {
  background: #b9b3a5 url(images/bg-body.gif) center center;
  color: black;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 193, sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 197, sass/style.scss */
a {
  text-decoration: none;
}
/* line 199, sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* /Elements ----------------------------------------------------------------------------------- */
/* Layout -------------------------------------------------------------------------------------- */
/* line 208, sass/style.scss */
.site-content {
  margin: 40px auto;
  margin: 2.5rem auto;
  width: 960px;
  width: 60rem;
}

/* line 215, sass/style.scss */
.two-col .content-area {
  float: left;
  width: 480px;
  width: 30rem;
}
/* line 219, sass/style.scss */
.two-col .widget-area {
  float: right;
  width: 400px;
  width: 25rem;
}

/* /Layout ------------------------------------------------------------------------------------- */
/* Header -------------------------------------------------------------------------------------- */
/* line 229, sass/style.scss */
.site-header {
  background: black;
}

/* line 233, sass/style.scss */
.site-branding {
  margin: 0 auto;
  position: relative;
  width: 960px;
  width: 60rem;
}
/* line 237, sass/style.scss */
.site-branding .site-banner {
  display: block;
}

/* line 242, sass/style.scss */
.site-title {
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
}
/* line 246, sass/style.scss */
.site-title a {
  text-decoration: none;
}

/* line 251, sass/style.scss */
.site-description {
  font-weight: normal;
}

/* line 255, sass/style.scss */
.main-navigation {
  background: white;
  color: #515a57;
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
}
/* line 261, sass/style.scss */
.main-navigation ul {
  margin: 0 auto;
  text-align: center;
  min-width: 960px;
  min-width: 60rem;
}
/* line 267, sass/style.scss */
.main-navigation li {
  display: inline-block;
}
/* line 269, sass/style.scss */
.main-navigation li:first-child a:before {
  content: '';
  padding: 0;
}
/* line 273, sass/style.scss */
.main-navigation li.current-menu-item a, .main-navigation li.current-menu-ancestor a {
  color: black;
}
/* line 278, sass/style.scss */
.main-navigation a {
  color: #515a57;
  display: block;
  line-height: 1;
  padding: 8px 0 2px 0;
  padding: 0.5rem 0 0.125rem 0;
  text-decoration: none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 286, sass/style.scss */
.main-navigation a:hover {
  color: black;
}
/* line 289, sass/style.scss */
.main-navigation a:before {
  content: '\2022';
  display: inline;
  padding: 0 8px 0 4px;
  padding: 0 0.5rem 0 0.25rem;
}

/* line 298, sass/style.scss */
.site-social-media {
  bottom: 16px;
  bottom: 1rem;
  position: absolute;
  right: 0;
  width: 50%;
}
/* line 304, sass/style.scss */
.site-social-media img {
  margin-left: 16px;
  margin-left: 1rem;
}

/* /Header ------------------------------------------------------------------------------------- */
/* Sidebar ------------------------------------------------------------------------------------- */
/* line 315, sass/style.scss */
.widget-area .widget {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
/* line 319, sass/style.scss */
.widget-area .widget-title {
  color: black;
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
/* line 327, sass/style.scss */
.widget-area .widget-title:after {
  border-top: 2px solid black;
  -moz-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
}

/* line 336, sass/style.scss */
.textwidget {
  background: white;
}
/* line 338, sass/style.scss */
.textwidget p {
  margin: 0 0 0.625rem 0;
  padding: 0 0.625rem;
}
/* line 342, sass/style.scss */
.textwidget a + a {
  margin-left: 0.625rem;
}

/* line 348, sass/style.scss */
.widget_twitter li {
  background: #eee9e3;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
}
/* line 353, sass/style.scss */
.widget_twitter li:nth-child(odd) {
  background: white;
}
/* line 357, sass/style.scss */
.widget_twitter .entry-content {
  background: transparent;
  display: block;
  padding: 10px;
  padding: 0.625rem;
}
/* line 362, sass/style.scss */
.widget_twitter .entry-content a {
  color: inherit;
  font-weight: bold;
}
/* line 367, sass/style.scss */
.widget_twitter .entry-meta {
  color: #515a57;
  display: block;
  padding: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 374, sass/style.scss */
.widget_twitter .entry-meta a {
  color: inherit;
}
/* line 378, sass/style.scss */
.widget_twitter .intent-meta {
  display: none;
}
/* line 381, sass/style.scss */
.widget_twitter .follow-button {
  background: #515a57;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
/* line 385, sass/style.scss */
.widget_twitter .follow-button iframe {
  display: block;
  margin: 0 auto;
}

/* line 393, sass/style.scss */
.widget_showwidget .show-list {
  background: white;
  display: table;
  width: 100%;
}
/* line 397, sass/style.scss */
.widget_showwidget .show-list li {
  display: table-row;
}
/* line 399, sass/style.scss */
.widget_showwidget .show-list li:nth-child(even) {
  background: #eee9e3;
}
/* line 402, sass/style.scss */
.widget_showwidget .show-list li div {
  display: table-cell;
  padding: 10px;
  padding: 0.625rem;
}
/* line 406, sass/style.scss */
.widget_showwidget .show-list li div.show-date {
  width: 25%;
}
/* line 410, sass/style.scss */
.widget_showwidget .show-list li span {
  display: block;
}
/* line 413, sass/style.scss */
.widget_showwidget .show-list li a {
  color: inherit;
  display: block;
  font-weight: bold;
}
/* line 420, sass/style.scss */
.widget_showwidget footer {
  background: #515a57;
  color: white;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}
/* line 426, sass/style.scss */
.widget_showwidget footer a {
  color: inherit;
  font-weight: bold;
}

/* /Sidebar ------------------------------------------------------------------------------------ */
/* Pagination ---------------------------------------------------------------------------------- */
/* line 437, sass/style.scss */
.pagination {
  margin: 16px 0;
  margin: 1rem 0;
}
/* line 440, sass/style.scss */
.pagination:after {
  clear: both;
  content: '';
  display: table;
}
/* line 445, sass/style.scss */
.pagination a, .pagination span {
  border-left: 1px solid #515a57;
  color: #515a57;
  display: inline-block;
  padding: 4px 4px 4px 8px;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
/* line 451, sass/style.scss */
.pagination a:first-child, .pagination span:first-child {
  border-left: 0 none;
}
/* line 454, sass/style.scss */
.pagination a.current, .pagination span.current {
  color: black;
}

/* /Pagination --------------------------------------------------------------------------------- */
/* Content ------------------------------------------------------------------------------------- */
/* line 464, sass/style.scss */
.entry-title {
  color: black;
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
/* line 472, sass/style.scss */
.entry-title:after {
  border-top: 2px solid black;
  -moz-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
}
/* line 478, sass/style.scss */
.entry-title a {
  color: inherit;
}
/* line 481, sass/style.scss */
.entry-title span {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: lowercase;
}

/* line 487, sass/style.scss */
.wp-post-image {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* line 494, sass/style.scss */
.entry-content .more-link {
  display: block;
  line-height: 1.25;
  margin: 20px 0 0 0;
  margin: 1.25rem 0 0 0;
  text-align: right;
}
/* line 501, sass/style.scss */
.entry-content p {
  line-height: 1.25;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}
/* line 506, sass/style.scss */
.entry-content *:last-child {
  margin-bottom: 0;
}
/* line 509, sass/style.scss */
.entry-content a {
  color: inherit;
  font-weight: bold;
}
/* line 513, sass/style.scss */
.entry-content .wp-post-image {
  float: left;
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
/* line 518, sass/style.scss */
.entry-content:after {
  clear: both;
  content: '';
  display: table;
}
/* line 523, sass/style.scss */
.entry-content .post-video {
  float: left;
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
  width: 560px;
  width: 35rem;
}

/* /Content ------------------------------------------------------------------------------------ */
/* Home ---------------------------------------------------------------------------------------- */
/* line 535, sass/style.scss */
.two-col .content-area .entry-content {
  background: #eee9e3;
  padding: 20px;
  padding: 1.25rem;
}

/* /Home --------------------------------------------------------------------------------------- */
/* Post Content -------------------------------------------------------------------------------- */
/* line 545, sass/style.scss */
.post .entry-content,
.story .entry-content {
  background: #eee9e3;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 20px;
  padding: 1.25rem;
}

/* /Post Content ------------------------------------------------------------------------------- */
/* Album Content ------------------------------------------------------------------------------- */
/* line 558, sass/style.scss */
.album {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/* line 563, sass/style.scss */
.album-meta {
  background: #515a57;
  color: white;
  line-height: 1.688;
  padding: 0 10px;
  padding: 0 0.625rem;
  text-align: center;
}
/* line 570, sass/style.scss */
.album-meta a {
  color: inherit;
  font-weight: bold;
}
/* line 574, sass/style.scss */
.album-meta a + a:before {
  content: '\2022 \00a0';
  text-decoration: none;
}

/* line 581, sass/style.scss */
.albums-with-tracks .entry-header {
  float: left;
  width: 480px;
  width: 30rem;
}
/* line 585, sass/style.scss */
.albums-with-tracks .album-songs {
  float: right;
  width: 440px;
  width: 27.5rem;
}
/* line 589, sass/style.scss */
.albums-with-tracks .album {
  border-bottom: 2px solid #515a57;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
/* line 595, sass/style.scss */
.albums-with-tracks .album:last-child {
  border-bottom: 0 none;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

/* line 604, sass/style.scss */
.album-tracks {
  background: #eee9e3;
  list-style-type: decimal;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
/* line 611, sass/style.scss */
.album-tracks li {
  margin: 0 0 5px 20px;
  margin: 0 0 0.3125rem 1.25rem;
}
/* line 614, sass/style.scss */
.album-tracks li:last-child {
  margin-bottom: 0;
}
/* line 618, sass/style.scss */
.album-tracks a {
  color: inherit;
  font-weight: bold;
}

/* /Album Content ------------------------------------------------------------------------------ */
/* Lyrics Content ------------------------------------------------------------------------------ */
/* line 628, sass/style.scss */
.song-navigation {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* line 631, sass/style.scss */
.song-navigation h3 {
  margin: 20px 0 2px 0;
  margin: 1.25rem 0 0.125rem 0;
}
/* line 635, sass/style.scss */
.song-navigation ul {
  background: #515a57;
  background: #515a57;
  border: 2px solid;
  border-color: #5d6764 #5d6764 #454d4a #454d4a;
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 8px 8px 7px 8px;
  padding: 0.5rem 0.5rem 0.4375rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
/* line 648, sass/style.scss */
.song-navigation a {
  border-left: 1px solid white;
  color: inherit;
  display: block;
  padding: 0 4px 0 8px;
  padding: 0 0.25rem 0 0.5rem;
}
/* line 655, sass/style.scss */
.song-navigation li {
  display: inline-block;
}
/* line 658, sass/style.scss */
.song-navigation li:first-child a {
  border-left: 0 none;
  padding-left: 0;
}

/* line 666, sass/style.scss */
.searchform {
  background: white;
  float: right;
  width: 325px;
  width: 20.3125rem;
}
/* line 670, sass/style.scss */
.searchform input {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  float: right;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  margin: 0;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
/* line 678, sass/style.scss */
.searchform input[type='text'] {
  background: white;
  border: 2px white;
  margin-top: 2px;
  margin-top: 0.125rem;
  text-align: right;
  width: 175px;
  width: 10.9375rem;
}
/* line 685, sass/style.scss */
.searchform input[type='text']:focus {
  outline: 0 none;
}
/* line 689, sass/style.scss */
.searchform input[type='submit'] {
  background: #515a57;
  background: #515a57;
  border: 2px solid;
  border-color: #5d6764 #5d6764 #454d4a #454d4a;
  color: white;
  text-transform: uppercase;
}

/* line 698, sass/style.scss */
.credits {
  font-style: italic;
}

/* line 702, sass/style.scss */
.song-meta {
  background: #515a57;
  color: white;
  margin: 0 0 80px 0;
  margin: 0 0 5rem 0;
  padding: 20px;
  padding: 1.25rem;
}
/* line 709, sass/style.scss */
.song-meta a {
  color: inherit;
  font-weight: bold;
}

/* line 715, sass/style.scss */
.album-list-header {
  margin: 0 0 14px 0;
  margin: 0 0 0.875rem 0;
}

/* line 720, sass/style.scss */
.album-list {
  display: table;
  width: 100%;
}
/* line 723, sass/style.scss */
.album-list li {
  display: table-row;
}
/* line 725, sass/style.scss */
.album-list li div {
  display: table-cell;
  padding: 4px 0;
  padding: 0.25rem 0;
}
/* line 729, sass/style.scss */
.album-list li div.album-name {
  width: 40%;
}
/* line 732, sass/style.scss */
.album-list li div.itunes-link {
  width: 30%;
}
/* line 735, sass/style.scss */
.album-list li div.bandcamp-link {
  width: 30%;
}

/* line 742, sass/style.scss */
.tour-list {
  border-bottom: 33px solid #515a57;
}

/* line 746, sass/style.scss */
.songlist,
.tour-list {
  display: table;
  width: 100%;
}
/* line 750, sass/style.scss */
.songlist li,
.tour-list li {
  background: white;
  display: table-row;
}
/* line 753, sass/style.scss */
.songlist li:nth-child(odd),
.tour-list li:nth-child(odd) {
  background: #eee9e3;
}
/* line 756, sass/style.scss */
.songlist li.songlist-header, .songlist li.tour-list-header,
.tour-list li.songlist-header,
.tour-list li.tour-list-header {
  background: #515a57;
  color: white;
}
/* line 761, sass/style.scss */
.songlist li > div,
.tour-list li > div {
  display: table-cell;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
/* line 765, sass/style.scss */
.songlist li > div.songlist-title,
.tour-list li > div.songlist-title {
  width: 40%;
}
/* line 768, sass/style.scss */
.songlist li > div.songlist-album,
.tour-list li > div.songlist-album {
  width: 30%;
}
/* line 771, sass/style.scss */
.songlist li > div.songlist-itunes, .songlist li > div.songlist-bandcamp, .songlist li > div.tour-list-date, .songlist li > div.tour-list-time,
.tour-list li > div.songlist-itunes,
.tour-list li > div.songlist-bandcamp,
.tour-list li > div.tour-list-date,
.tour-list li > div.tour-list-time {
  width: 15%;
}
/* line 777, sass/style.scss */
.songlist li > div.tour-list-cty, .songlist li > div.tour-list-state,
.tour-list li > div.tour-list-cty,
.tour-list li > div.tour-list-state {
  width: 16%;
}
/* line 781, sass/style.scss */
.songlist li > div.tour-list-venue,
.tour-list li > div.tour-list-venue {
  width: 38%;
}
/* line 784, sass/style.scss */
.songlist li > div div,
.tour-list li > div div {
  margin-top: 4px;
  margin-top: 0.25rem;
}
/* line 790, sass/style.scss */
.songlist a,
.tour-list a {
  color: inherit;
  display: block;
  font-weight: bold;
}
/* line 795, sass/style.scss */
.songlist span,
.tour-list span {
  color: #515a57;
  display: block;
}

/* line 804, sass/style.scss */
.songlist.all-songs li > div.songlist-title {
  width: 60%;
}
/* line 807, sass/style.scss */
.songlist.all-songs li > div.songlist-album {
  width: 40%;
}

/* line 815, sass/style.scss */
.single-song .entry-content {
  background: #eee9e3;
  padding: 20px;
  padding: 1.25rem;
}

/* line 822, sass/style.scss */
.songlist-footer {
  background: #515a57;
  color: white;
  line-height: 33px;
  line-height: 2.0625rem;
  padding: 0 16px;
  padding: 0 1rem;
}

/* /Lyrics Content ----------------------------------------------------------------------------- */
/* Store Content ------------------------------------------------------------------------------- */
/* line 835, sass/style.scss */
.store-categories {
  background: #515a57;
  border: 2px solid;
  border-color: #5d6764 #5d6764 #454d4a #454d4a;
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 8px 8px 7px 8px;
  padding: 0.5rem 0.5rem 0.4375rem 0.5rem;
}
/* line 844, sass/style.scss */
.store-categories li {
  display: inline-block;
}
/* line 847, sass/style.scss */
.store-categories li:first-child a {
  border-left: 0 none;
  padding-left: 0;
}
/* line 853, sass/style.scss */
.store-categories a {
  border-left: 1px solid white;
  color: inherit;
  display: block;
  padding: 0 4px 0 8px;
  padding: 0 0.25rem 0 0.5rem;
}

/* line 862, sass/style.scss */
.store-category-header {
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
/* line 869, sass/style.scss */
.store-category-header:after {
  border-top: 2px solid black;
  -moz-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
}
/* line 875, sass/style.scss */
.product + .store-category-header {
  margin-top: 80px;
  margin-top: 5rem;
}

/* line 881, sass/style.scss */
.product {
  display: table;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
}

/* line 888, sass/style.scss */
.product-thumb {
  background: #515a57;
  display: table-cell;
  vertical-align: top;
  width: 250px;
  width: 15.625rem;
}
/* line 893, sass/style.scss */
.product-thumb img {
  display: block;
  margin: 0 auto;
}

/* line 899, sass/style.scss */
.product-content {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
}
/* line 903, sass/style.scss */
.product-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
/* line 909, sass/style.scss */
.product-content .product-content-wrap {
  background: #eee9e3;
  margin: 0 10px -1000px 10px;
  margin: 0 0.625rem -62.5rem 0.625rem;
  padding: 20px 20px 1020px 20px;
  padding: 1.25rem 1.25rem 63.75rem 1.25rem;
}

/* line 918, sass/style.scss */
.product-cart {
  background: #eee9e3;
  display: table-cell;
  vertical-align: top;
  width: 200px;
  width: 12.5rem;
}
/* line 923, sass/style.scss */
.product-cart .product-price {
  background: #515a57;
  color: white;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 15px 20px 25px 20px;
  padding: 0.9375rem 1.25rem 1.5625rem 1.25rem;
  text-align: center;
}
/* line 932, sass/style.scss */
.product-cart form {
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  text-align: center;
}
/* line 937, sass/style.scss */
.product-cart label {
  display: block;
  margin: 10px 0 14px 0;
  margin: 0.625rem 0 0.875rem 0;
}
/* line 942, sass/style.scss */
.product-cart input[type='text'] {
  background: white;
  border: 1px solid #515a57;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  display: block;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: inherit;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
/* line 953, sass/style.scss */
.product-cart input[type='text'].error {
  background: #ffe6e6;
  border-color: #c00;
}
/* line 958, sass/style.scss */
.product-cart span.error {
  color: #c00;
  display: block;
  font-style: italic;
}
/* line 963, sass/style.scss */
.product-cart input[type='submit'] {
  background: #515a57;
  border: 2px solid;
  border-color: #5d6764 #5d6764 #454d4a #454d4a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: inherit;
  font-weight: bold;
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
}
/* line 979, sass/style.scss */
.product-cart input[type='submit']:hover {
  background: #697571;
  border-color: #5d6764;
  text-decoration: none;
}

/* /Store Content ------------------------------------------------------------------------------ */
/* Galleries ----------------------------------------------------------------------------------- */
/* line 993, sass/style.scss */
.gallery .gallery-row:after {
  clear: both;
  content: '';
  display: table;
}
/* line 999, sass/style.scss */
.gallery .gallery-item {
  float: left;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  overflow: hidden;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-1 {
  width: 100%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-2 {
  width: 50%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-3 {
  width: 33.33333%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-4 {
  width: 25%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-5 {
  width: 20%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-6 {
  width: 16.66667%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-7 {
  width: 14.28571%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-8 {
  width: 12.5%;
}
/* line 1005, sass/style.scss */
.gallery .gallery-item.col-9 {
  width: 11.11111%;
}
/* line 1010, sass/style.scss */
.gallery .gallery-icon {
  text-align: center;
}
/* line 1013, sass/style.scss */
.gallery .gallery-caption {
  font-style: italic;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-align: center;
}

/* line 1021, sass/style.scss */
.es-carousel-wrapper {
  background: black;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 28px;
  padding: 0 1.75rem;
  position: relative;
}

/* line 1030, sass/style.scss */
.es-carousel {
  background: black;
  overflow: hidden;
}
/* line 1033, sass/style.scss */
.es-carousel ul {
  display: none;
}
/* line 1035, sass/style.scss */
.es-carousel ul li {
  display: block;
  float: left;
  padding: 10px 0;
  padding: 0.625rem 0;
  height: 100%;
}
/* line 1042, sass/style.scss */
.es-carousel ul li.selected a {
  border-color: white;
  opacity: 1.0;
}
/* line 1047, sass/style.scss */
.es-carousel ul li a {
  border-color: #222;
  border-style: solid;
  display: block;
  opacity: 0.8;
  -webkit-touch-callout: none;
  -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;
}
/* line 1054, sass/style.scss */
.es-carousel ul li a img {
  border: none;
  display: block;
}

/* line 1064, sass/style.scss */
.es-nav span {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 28px;
  width: 1.75rem;
}
/* line 1073, sass/style.scss */
.es-nav span:before {
  color: white;
  content: '\2039';
  font-size: 36px;
  font-size: 2.25rem;
  left: 5px;
  left: 0.3125rem;
  margin-top: -18px;
  margin-top: -1.125rem;
  position: absolute;
  top: 50%;
}
/* line 1084, sass/style.scss */
.es-nav span.es-nav-next {
  left: auto;
  right: 0;
}
/* line 1087, sass/style.scss */
.es-nav span.es-nav-next:before {
  content: '\203A';
  left: auto;
  right: 5px;
  right: 0.3125rem;
}
/* line 1094, sass/style.scss */
.es-nav span:hover {
  opacity: 0.5;
}

/* line 1100, sass/style.scss */
.entry-content .rg-gallery {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

/* line 1105, sass/style.scss */
.rg-image-wrapper {
  min-height: 20px;
  min-height: 1.25rem;
  position: relative;
}

/* line 1111, sass/style.scss */
.rg-image {
  background: black;
  display: table-cell;
  height: 640px;
  height: 40rem;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 960px;
  width: 60rem;
}
/* line 1120, sass/style.scss */
.rg-image img {
  max-height: 100%;
  max-width: 100%;
}

/* line 1126, sass/style.scss */
.rg-image-nav a {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.1;
  outline: none;
  position: absolute;
  top: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 300px;
  width: 18.75rem;
}
/* line 1136, sass/style.scss */
.rg-image-nav a:before {
  color: white;
  content: '\2039';
  font-size: 100px;
  font-size: 6.25rem;
  left: 10px;
  left: 0.625rem;
  margin-top: -50px;
  margin-top: -3.125rem;
  position: absolute;
  top: 50%;
}
/* line 1147, sass/style.scss */
.rg-image-nav a.rg-image-nav-next {
  left: auto;
  right: 10px;
  right: 0.625rem;
}
/* line 1151, sass/style.scss */
.rg-image-nav a.rg-image-nav-next:before {
  content: '\203A';
  left: auto;
  right: 0;
}
/* line 1157, sass/style.scss */
.rg-image-nav a:hover {
  opacity: 0.5;
}

/* line 1162, sass/style.scss */
.rg-caption {
  background: #515a57;
  color: white;
  padding: 9px;
  padding: 0.5625rem;
  position: relative;
  text-align: center;
}
/* line 1169, sass/style.scss */
.rg-caption p {
  font-style: italic;
}

/* line 1174, sass/style.scss */
.rg-loading {
  -webkit-animation: spin 1.4s infinite linear;
  -moz-animation: spin 1.4s infinite linear;
  -ms-animation: spin 1.4s infinite linear;
  -o-animation: spin 1.4s infinite linear;
  animation: spin 1.4s infinite linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 20px solid black;
  border-top-color: white;
  border-left-color: white;
  height: 50px;
  height: 3.125rem;
  left: 50%;
  margin: -45px 0 0 -45px;
  margin: -2.8125rem 0 0 -2.8125rem;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  width: 50px;
  width: 3.125rem;
  z-index: 100;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* /Galleries ---------------------------------------------------------------------------------- */
/* Light Boxes --------------------------------------------------------------------------------- */
/* line 1266, sass/style.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* line 1274, sass/style.scss */
#cboxWrapper {
  max-width: none;
}

/* line 1278, sass/style.scss */
#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}

/* line 1284, sass/style.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 1288, sass/style.scss */
#cboxContent {
  position: relative;
}

/* line 1292, sass/style.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1297, sass/style.scss */
#cboxTitle {
  margin: 0;
}

/* line 1301, sass/style.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1309, sass/style.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 1313, sass/style.scss */
.cboxPhoto {
  border: 0;
  display: block;
  float: left;
  margin: auto;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 1322, sass/style.scss */
.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 1329, sass/style.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1333, sass/style.scss */
#cboxOverlay {
  background: #000;
}

/* line 1337, sass/style.scss */
#colorbox {
  outline: 0;
}

/* line 1341, sass/style.scss */
#cboxTopLeft {
  background: url(images/border1.png) no-repeat 0 0;
  height: 25px;
  width: 25px;
}

/* line 1347, sass/style.scss */
#cboxTopCenter {
  background: url(images/border1.png) repeat-x 0 -50px;
  height: 25px;
}

/* line 1352, sass/style.scss */
#cboxTopRight {
  background: url(images/border1.png) no-repeat -25px 0;
  height: 25px;
  width: 25px;
}

/* line 1358, sass/style.scss */
#cboxBottomLeft {
  background: url(images/border1.png) no-repeat 0 -25px;
  height: 25px;
  width: 25px;
}

/* line 1364, sass/style.scss */
#cboxBottomCenter {
  background: url(images/border1.png) repeat-x 0 -75px;
  height: 25px;
}

/* line 1369, sass/style.scss */
#cboxBottomRight {
  background: url(images/border1.png) no-repeat -25px -25px;
  height: 25px;
  width: 25px;
}

/* line 1375, sass/style.scss */
#cboxMiddleLeft {
  background: url(images/border2.png) repeat-y 0 0;
  width: 25px;
}

/* line 1380, sass/style.scss */
#cboxMiddleRight {
  background: url(images/border2.png) repeat-y -25px 0;
  width: 25px;
}

/* line 1385, sass/style.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 1390, sass/style.scss */
.cboxIframe {
  background: #fff;
}

/* line 1394, sass/style.scss */
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}

/* line 1399, sass/style.scss */
#cboxLoadedContent {
  margin-bottom: 20px;
}

/* line 1403, sass/style.scss */
#cboxTitle {
  bottom: 0px;
  color: #999;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 1412, sass/style.scss */
#cboxCurrent {
  bottom: 0;
  color: #999;
  left: 100px;
  position: absolute;
}

/* line 1419, sass/style.scss */
#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* line 1423, sass/style.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

/* line 1432, sass/style.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 1436, sass/style.scss */
#cboxSlideshow {
  bottom: 0;
  color: #444;
  position: absolute;
  right: 42px;
}

/* line 1443, sass/style.scss */
#cboxPrevious {
  bottom: 0;
  color: #444;
  left: 0;
  position: absolute;
}

/* line 1450, sass/style.scss */
#cboxNext {
  bottom: 0;
  color: #444;
  left: 63px;
  position: absolute;
}

/* line 1457, sass/style.scss */
#cboxClose {
  bottom: 0;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
}

/* line 1465, sass/style.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* /Light Boxes -------------------------------------------------------------------------------- */
/* Contact Page -------------------------------------------------------------------------------- */
/* line 1480, sass/style.scss */
.contact-container {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

/* line 1486, sass/style.scss */
.contact-info {
  width: 440px;
  width: 27.5rem;
}
/* line 1488, sass/style.scss */
.contact-info.address {
  float: left;
}
/* line 1491, sass/style.scss */
.contact-info.booking {
  float: right;
}
/* line 1494, sass/style.scss */
.contact-info .entry-content {
  background: #515a57;
  color: white;
  margin-bottom: -9980px;
  padding: 18px;
  padding: 1.125rem;
  padding-bottom: 10000px;
}
/* line 1502, sass/style.scss */
.contact-info a {
  color: inherit;
  font-weight: bold;
}

/* line 1510, sass/style.scss */
.contact-template .gform_wrapper .left_label .gfield_label,
.mailing-list-template .gform_wrapper .left_label .gfield_label {
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: right;
}
/* line 1516, sass/style.scss */
.contact-template .gform_wrapper input[type=text],
.contact-template .gform_wrapper .left_label input.medium,
.contact-template .gform_wrapper .ginput_complex input[type=text],
.contact-template .gform_wrapper .ginput_complex .ginput_right input[type=text],
.mailing-list-template .gform_wrapper input[type=text],
.mailing-list-template .gform_wrapper .left_label input.medium,
.mailing-list-template .gform_wrapper .ginput_complex input[type=text],
.mailing-list-template .gform_wrapper .ginput_complex .ginput_right input[type=text] {
  border: 1px solid #515a57;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 400px !important;
  width: 25rem !important;
}
/* line 1529, sass/style.scss */
.contact-template .gform_wrapper .ginput_complex .ginput_left,
.contact-template .gform_wrapper .ginput_complex .ginput_right,
.mailing-list-template .gform_wrapper .ginput_complex .ginput_left,
.mailing-list-template .gform_wrapper .ginput_complex .ginput_right {
  float: none;
  width: 100%;
}
/* line 1534, sass/style.scss */
.contact-template .gform_wrapper .ginput_complex label,
.mailing-list-template .gform_wrapper .ginput_complex label {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1px 0 5px 0;
  margin: 0.0625rem 0 0.3125rem 0;
}
/* line 1539, sass/style.scss */
.contact-template .gform_wrapper textarea.textarea,
.contact-template .gform_wrapper textarea.medium,
.mailing-list-template .gform_wrapper textarea.textarea,
.mailing-list-template .gform_wrapper textarea.medium {
  border: 1px solid black;
  width: 400px;
  width: 25rem;
}
/* line 1544, sass/style.scss */
.contact-template .gform_wrapper .gform_footer.left_label,
.mailing-list-template .gform_wrapper .gform_footer.left_label {
  padding: 60px 0;
  padding: 3.75rem 0;
  text-align: center;
}
/* line 1549, sass/style.scss */
.contact-template .gform_wrapper .gform_footer input.button, .contact-template .gform_wrapper .gform_footer input[type=submit],
.mailing-list-template .gform_wrapper .gform_footer input.button,
.mailing-list-template .gform_wrapper .gform_footer input[type=submit] {
  background: #515a57;
  border: 2px solid;
  border-color: #5d6764 #5d6764 #454d4a #454d4a;
  color: white;
  cursor: pointer;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  padding: 5px 80px;
  padding: 0.3125rem 5rem;
  -moz-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}
/* line 1559, sass/style.scss */
.contact-template .gform_wrapper .gform_footer input.button:hover, .contact-template .gform_wrapper .gform_footer input[type=submit]:hover,
.mailing-list-template .gform_wrapper .gform_footer input.button:hover,
.mailing-list-template .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #5d6764;
}
/* line 1563, sass/style.scss */
.contact-template .gform_wrapper .gfield_required,
.mailing-list-template .gform_wrapper .gfield_required {
  display: none;
}

/* /Contact Page ------------------------------------------------------------------------------- */
/* Mailing List Page --------------------------------------------------------------------------- */
/* line 1572, sass/style.scss */
.intro-area {
  background: #515a57;
  color: white;
  padding: 20px;
  padding: 1.25rem;
}
/* line 1577, sass/style.scss */
.intro-area a {
  color: inherit;
  font-weight: bold;
}

/* line 1584, sass/style.scss */
.mailing-list-template .page > .entry-content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
/* line 1588, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container[style] {
  font-size: 18px;
  font-size: 1.125rem;
  width: 420px !important;
  width: 26.25rem !important;
}
/* line 1593, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-single {
  background: #eee9e3;
  border: 1px solid #515a57;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #515a57;
  height: auto;
  line-height: 1;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
}
/* line 1603, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-single-with-drop {
  background: white;
}
/* line 1608, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-single div {
  background: transparent;
  border-left: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1613, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-single div b {
  background-position: 0 4px;
}
/* line 1616, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-search input {
  width: 378px !important;
  width: 23.625rem !important;
}
/* line 1620, sass/style.scss */
.mailing-list-template .gform_wrapper .chzn-container-single .chzn-drop[style] {
  border: 1px solid #515a57;
  border-top: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 none;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none;
  width: 418px !important;
  width: 26.125rem !important;
}

/* /Mailing List Page -------------------------------------------------------------------------- */
/* Form Confirmation Page ---------------------------------------------------------------------- */
/* line 1635, sass/style.scss */
.confirmation-template .entry-content {
  background: #515a57;
  color: white;
  padding: 20px;
  padding: 1.25rem;
}
/* line 1640, sass/style.scss */
.confirmation-template .entry-content a {
  color: inherit;
  font-weight: bold;
}

/* /Form Confirmation Page --------------------------------------------------------------------- */
/* Gallery Page -------------------------------------------------------------------------------- */
/* line 1652, sass/style.scss */
.gallery-template .entry-content h1 {
  color: black;
  font-family: "Birch Standard", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
/* line 1660, sass/style.scss */
.gallery-template .entry-content h1:after {
  border-top: 2px solid black;
  -moz-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
}

/* /Gallery Page ------------------------------------------------------------------------------- */
/* Bio Page ------------------------------------------------------------------------------------ */
/* line 1674, sass/style.scss */
.bio-template .content-area {
  float: right;
  width: 530px;
  width: 33.125rem;
}
/* line 1678, sass/style.scss */
.bio-template .entry-content {
  background: #eee9e3;
  padding: 20px;
  padding: 1.25rem;
}
/* line 1683, sass/style.scss */
.bio-template .widget-area {
  float: left;
  width: 350px;
  width: 21.875rem;
}

/* line 1690, sass/style.scss */
.article_widget ul {
  background: white;
  border-bottom: 33px solid #515a57;
  border-bottom: 2.0625rem solid #515a57;
}
/* line 1694, sass/style.scss */
.article_widget ul li {
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
}
/* line 1697, sass/style.scss */
.article_widget ul li:nth-child(even) {
  background: #eee9e3;
}
/* line 1702, sass/style.scss */
.article_widget h2 {
  font-weight: bold;
}
/* line 1705, sass/style.scss */
.article_widget p {
  font-style: italic;
}
/* line 1708, sass/style.scss */
.article_widget a {
  color: inherit;
}

/* /Bio Page ----------------------------------------------------------------------------------- */
/* Radio Free Bernsteinn widget ---------------------------------------------------------------- */
/* line 1718, sass/style.scss */
body .cc_player {
  margin: 0 0.625rem;
  padding: 0.625rem 0;
}
/* line 1722, sass/style.scss */
body .cctrack {
  line-height: 1.2;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
}
/* line 1726, sass/style.scss */
body .cctrack:nth-child(even) {
  background-color: #eee9e3;
  padding: 0.625rem;
}
/* line 1730, sass/style.scss */
body .cctrack .cccover {
  border: 0 none;
  background: transparent;
  margin-right: 0.625rem;
}
/* line 1735, sass/style.scss */
body .cctrack .cctitle {
  color: black;
  line-height: 1.3;
}
/* line 1739, sass/style.scss */
body .cctrack .ccartist {
  color: #4d4d4d;
}
/* line 1742, sass/style.scss */
body .cctrack .ccalbum {
  font-size: 0.75rem;
  color: gray;
}
/* line 1746, sass/style.scss */
body .cctrack .ccdetails_withcover {
  margin-left: 4.625rem;
}
/* line 1750, sass/style.scss */
body .cctrack a.ccbuy:link, body .cctrack a.ccbuy:active, body .cctrack a.ccbuy:visited, body .cctrack a.ccbuy:hover {
  color: black;
}
