/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 100%;
  line-height: 1.5em;
  font-family: helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%; }

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0; }

address {
  padding-left: 1em; }

ul, ol {
  padding: 0 0 0 2em; }

ul {
  list-style-type: square; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

sag:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

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

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

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

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

div, p {
  box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);

$unit: percentage(68 / 970);
$gutter: percentage(14 / 970);


$unit: percentage(77 / 1056);
$gutter: percentage(12 / 1056);

$unit: percentage(66 / 1056);
$gutter: percentage(24 / 1056);
*/
/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  background-position: 50% bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4;


  /*2018-06-26*/
  font-family: 'Montserrat', sans-serif !important;
  background-color: #fbf0da;
  font-weight: 400;
  color: #769b34; }

::-moz-selection {
  background: #50433e;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #50433e;
  color: #fff;
  text-shadow: none; }

a {
  /*2018-06-26*/
  color: #ec5e2b;
  text-decoration: none; }
  a:visited {  }
  a:hover { text-decoration: underline; }
  a:focus { outline: thin dotted; }
  a:hover, a:active { outline: 0; }

h1, h2, h3, h4, h5, h6 {  
  font-style: normal;
  color: #332b28;
  margin: 0 0 1.5em 0;
  line-height: 1.2; }

h1 a, h1 a:visited, h1 a:hover, h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover, h4 a, h4 a:visited, h4 a:hover, h5 a, h5 a:visited, h5 a:hover, h6 a, h6 a:visited, h6 a:hover { text-decoration: none; }

h1 {
  /*2016-06-26*/
  font-size: 175%;
  line-height: 1.45;
  letter-spacing: .15em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rodeqa', 'Rodeqa Slab 4F', 'Rodeqa Slab 4F SemiBold', serif;
  text-transform: uppercase;
  color: #68bac7;
  margin: 0 0 .75em 0; }
body.home h1 { margin-bottom: 1.5em; }

h2 {
  /*2018-06-26*/
  font-size: 95%;
  letter-spacing: .4em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #e97086;
  margin-bottom: 1em; }

h2 a { 
  /*2018-06-26*/
  color: #e97086; }

#othercol h2 a, .widget.tourdates h2 {
  /*2018-06-26*/
  font-size:190%;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Palm', 'Palm Canyon Drive Regular', 'Palm Canyon Drive' !important;
  text-transform: none;
  font-weight: normal; }
#sidebar .widget.tourdates h2 {font-size: 350%;}
#othercol h2 a, #othercol #tourdates h2 a, .widget.tourdates h2 a {
  color: #68bac7; }
#othercol h2 {
  /*2018-06-26*/
  color: #68bac7;
  margin-bottom: 0; }

#newscol h2 {
  /*2018-06-26*/
  font-size: 100%;
  line-height: 1.45;
  letter-spacing: .1em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rodeqa', 'Rodeqa Slab 4F SemiBold', serif !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #ec5e2b;
  margin-bottom: 1em; }

/*h3 {
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 125%; }*/

h3, h3.widget-title {
  /*2018-06-26*/
  font-size: 108%;
  line-height: 1.5;
  letter-spacing: .1em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rodeqa', 'Rodeqa Slab 4F SemiBold', serif !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #ec5e2b;
  margin-bottom: .5em; }

body.home h4 {
  font-size: 88%;
  letter-spacing: normal;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none;
  font-weight: 400;
  color: #769b34; }

body.home h4 a {
  letter-spacing: .125em;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  color: #ec5e2b; }

body:not(.home) h4 {
  /*2018-06-26*/
  font-size: 95%;
  letter-spacing: .4em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #e97086;
  margin-bottom: 1em; }

h5 {
  /*2018-06-26*/
  font-size: 75%;
  letter-spacing: .125em;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #68bac7; }
h5 .fa {font-size: 130%;}

p, ul, ol, hr {
  margin: 0 0 1.4em 0; }

ul, ol {
  padding-left: 2em; }

p {
  /*2018-06-26*/
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 1em; }

#content ul {font-size:14px;}

hr {
  clear: both;
  border-color: #e39c1e; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0; }

iframe {
  width: 100%; }

blockquote {
  /*2018-06-26*/
  font-size: 95%;
  line-height: 1.3;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  color: #e97086;
  padding: 0;
  margin: 1em 0 1em 1.85em; }
  
  blockquote p {
    margin-bottom: .5em; }
    blockquote p:last-child {
      margin-bottom: 0; }

/*-- base extender styles
--------------------------------*/
input[type='submit'],
input[type='button'] {
  text-align: center;
  margin-bottom: 0;
  width: auto;
  padding: .5em 1em;
  font-weight: 700;
  background: #332b28;
  color: #fff;
  border: 0; }

#page, #branding, #bottom, #main, #secondary,
#logo, #colophon, .aligncenter, .band,
.contain, .clearfix, #primary.full-width, div.gallery, .widget, .album, .tourdate {
  *zoom: 1; }
  #page:before, #branding:before, #bottom:before, #main:before, #secondary:before,
  #logo:before, #colophon:before, .aligncenter:before, .band:before,
  .contain:before, .clearfix:before, #primary.full-width:before, div.gallery:before, .widget:before, .album:before, .tourdate:before, #page:after, #branding:after, #bottom:after, #main:after, #secondary:after,
  #logo:after, #colophon:after, .aligncenter:after, .band:after,
  .contain:after, .clearfix:after, #primary.full-width:after, div.gallery:after, .widget:after, .album:after, .tourdate:after {
    content: " ";
    display: table; }
  #page:after, #branding:after, #bottom:after, #main:after, #secondary:after,
  #logo:after, #colophon:after, .aligncenter:after, .band:after,
  .contain:after, .clearfix:after, #primary.full-width:after, div.gallery:after, .widget:after, .album:after, .tourdate:after {
    clear: both; }

.overlink, .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*-- form elements
--------------------------------*/
form {
  display: block; }
  form hr {
    width: 100%; }
  form p {
    width: 100%;
    float: left;
    margin-bottom: .1em; }

fieldset legend {
  display: none; }

label {
  display: block;
  margin-bottom: .2em; }

input, select, textarea {
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
textarea, select {
  display: block;
  border: 1px solid #ccc;
  padding: .5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

input:focus, textarea:focus, select:focus {
  background: #ffe; }

input[type='submit'],
input[type='button'] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

textarea {
  float: none;
  width: 80%;
  font-size: 100%; }

select {
  width: auto; }

/* =12-column grid setup
--------------------------------------------------------------------*/
.col {
  margin: 0 1.34021%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px; }
  .col.first, .col:first-of-type {
    margin-left: 0; }
  .col.last, .col:last-of-type {
    margin-right: 0; }

.unit1 {
  width: 5.87629%; }

.unit2 {
  width: 14.43299%; }

.unit3 {
  width: 22.98969%; }

.unit4 {
  width: 31.54639%; }

.unit5 {
  width: 40.10309%; }

.unit6 {
  width: 48.65979%; }

.unit7 {
  width: 57.21649%; }

.unit8 {
  width: 65.7732%; }

.unit9 {
  width: 74.3299%; }

.unit10 {
  width: 82.8866%; }

.unit11 {
  width: 91.4433%; }

.unit12 {
  width: 100%;
  margin-right: 0; }

.col img {
  max-width: 100%;
  height: auto; }

.colbox {
  margin: 0 -1.34021%;
  clear: both; }

.equalize {
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  clear: both; }
  .equalize .col {
    float: none;
    display: table-cell;
    padding: 0 1.34021%;
    margin: 0px;
    height: 100%; }
    .equalize .col.vcentered {
      vertical-align: middle; }

/*!-- STRUCTURE
--------------------------------*/
#page, #branding, #bottom, #main, #secondary,
#logo, #colophon, .aligncenter, .band,
.contain, .clearfix, #primary.full-width, div.gallery, .widget, .album, .tourdate {
  *zoom: 1; }
  #page:before, #branding:before, #bottom:before, #main:before, #secondary:before,
  #logo:before, #colophon:before, .aligncenter:before, .band:before,
  .contain:before, .clearfix:before, #primary.full-width:before, div.gallery:before, .widget:before, .album:before, .tourdate:before, #page:after, #branding:after, #bottom:after, #main:after, #secondary:after,
  #logo:after, #colophon:after, .aligncenter:after, .band:after,
  .contain:after, .clearfix:after, #primary.full-width:after, div.gallery:after, .widget:after, .album:after, .tourdate:after {
    content: " ";
    display: table; }
  #page:after, #branding:after, #bottom:after, #main:after, #secondary:after,
  #logo:after, #colophon:after, .aligncenter:after, .band:after,
  .contain:after, .clearfix:after, #primary.full-width:after, div.gallery:after, .widget:after, .album:after, .tourdate:after {
    clear: both; }

#page, #branding, #bottom, #main, #secondary,
#logo, #colophon, .aligncenter, .band,
.contain, .clearfix {
  position: relative; }

#page, #branding, #bottom {
  /* 	display: block; */
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.aligncenter {
  margin: 0 auto;
  position: relative;
  max-width: 970px;
  text-align: center;
  clear: both; }

#main, .contain {
  margin: 0 auto;
  position: relative;
  width: 92%;
  max-width: 970px;
  clear: both; }

#page {
  background: #fbf0da; }

#main {
  padding: 6.68041% 0;
  z-index: 2; }

#primary.full-width {
  width: 100%; }

#content {
  width: 100%;
  margin: 0 0 1.4em 0; }

#bottom,
#sidebar {
  font-size: 87.5%;
  line-height: 1.2; }

#sidebar #tertiary,
#sidebar .widget {
  border-bottom: 0;
  margin-bottom: 1em; }
  #sidebar #tertiary:last-child,
  #sidebar .widget:last-child {
    margin-right: 0; }

.lyrics * {
  font-family: "reenie-beanie", "helvetica neue", helvetica, arial, sans-serif !important; }

.lyrics p {
  font-size: 125%; }

/*-- HEADER
--------------------------------*/
#branding {
  /*2018-06-25*/
  background-image: url("../images/bgs/the-black-lillies-2018.jpg");
  background-position: top center;
  background-color: #68bac7;
  padding-bottom: 51%;
  background-attachment: fixed;

  z-index: 4;
  height: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

body.page-tour #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-tour.jpg");}
body.page-music #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-music.jpg");}
body.page-bio #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-bio.jpg");}
body.page-music #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-music.jpg");}
body.blog #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-blog.jpg");}
body.page-contact #branding {
  background-image: url("../images/bgs/the-black-lillies-2018-contact.jpg");}

/*-- MENU
--------------------------------*/
#navmain {
  display: block;
  text-align: center;
  width: 100%;

  /*2018-06-25*/
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  #navmain ul {
    /*2018-06-25*/    
    padding: 0;
    background: #e39c1e;
    
    list-style: none;
    margin: 0; }
    #navmain ul li {
      position: relative; }
      #navmain ul li a {
        /*2018-06-25*/
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Palm', 'Palm Canyon Drive Regular', 'Palm Canyon Drive';
        color: white;

        font-style: normal;
        font-weight: normal;
        text-transform: normal;
        text-decoration: none;
        display: block;
        line-height: 1;
        padding: .3em .5em;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
      #navmain ul li.current_page_item a,
      #navmain ul li.current-page-ancestor a {/*color: #ba1a29;*/}
      #navmain ul li:hover > a {
        color: white; }
      #navmain ul li:hover ul li a {
        background: none; }

/*-- Footer
--------------------------------*/
#bottom:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 100vw 0 0;
  border-color: #fcf1db transparent transparent transparent;
  top: 0;
  content:'';
  position:absolute;
}
#bottom {
  /*2016-06-25*/
  width: 100%;
  background-image: url(../images/bgs/the-black-lillies-2018-sky.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-color: #68bac7;
  padding: 6.5em 0 4em;

  text-align: center; }

#bottom, #bottom a, #bottom a:hover {color: #fbf0da;}
#bottom a {text-decoration:none;}

#bottom #colophon {
  font-size: 73%;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2em; }

#footlogo {
  width: 22.98969%;
  max-width: 150px;
  position: relative;
  margin: 1em auto;
  text-align: center; }
  #footlogo img {
    width: 100%;
    height: auto; }

#footsearch {
  margin-bottom: 1em; }
  #footsearch label, #footsearch input {
    display: inline-block;
    width: auto; }

#footnav ul {
  list-style: none;
  margin-right: 0;
  padding: 0; }
  #footnav ul li {
    display: inline;
    margin: 0; }
    #footnav ul li:after {
      content: "  |  "; }
    #footnav ul li:last-child:after {
      content: "" !important; }

/*-- Secondary elements
--------------------------------*/
ul.socials {
  list-style: none;
  line-height: 1.5;
  padding: 0;
  margin: 0 !important; }
  ul.socials li {
    display: inline-block;
    border: none !important;
    font-family: "unit-gothic-719", "helvetica neue", helvetica, arial, sans-serif;
    text-transform: uppercase; }
    ul.socials li a {
      /*2016-06-26*/
      background-color: #fbf0da !important;
      /*color: #fff !important;*/
      
      display: block;
      width: 32px;
      height: 32px;
      font-size: 16px;
      padding: 0 !important;
      text-align: center;
      line-height: 2 !important;
      background-color: #50433e;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      ul.socials li a span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        width: 0;
        text-indent: 101%;
        white-space: nowrap;
        overflow: hidden; }
    ul.socials li#fb a {
      color: #769b34; }
    ul.socials li#tw a {
      color: #68bac7; }
    ul.socials li#in a {
      color: #ec5e2b; }
    ul.socials li#sp a {
      color: #e39c1e; }
    ul.socials li#pn a {
      color: #e97086; }
    ul.socials li#am a {
      color: #769b34; }
    ul.socials li#it a {
      color: #68bac7; }
    ul.socials li#yt a {
      color: #ec5e2b; }
    ul.socials li#eml a {
      color: #e97086; }

    ul.socials li#bc a{}

    ul.socials li img {vertical-align: baseline;}

  #bottom ul.socials li {
    margin: 0 4px 0 0; }



/*-- headers and overlays
--------------------------------*/
/*2018-06-25 REMOVE  .overlay {background: rgba(0, 0, 0, 0.1); } */



/*-- Content
--------------------------------*/
/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after {
  content: " (PDF)"; }

/* If file size specified as data attribute, use that too */
a[href$=".pdf"][data-size]:after {
  content: " (PDF, " attr(data-size) ")"; }

.fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.post {
  margin: 0 0 1em;
  padding: 0 0 1em 0;
  border-bottom: 2px solid #e39c1e; }

.entry-meta {
  clear: both;
  display: block;
  margin-bottom: 1em;
  
  /*2018-06-26*/
  font-size: 86%;
  letter-spacing: .02em;
  font-style: italic;
  color: #e97086; }
.entry-meta a {
  /*2018-06-26*/
  font-size: 86%;
  letter-spacing: .125em;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #ec5e2b; }
  
  
#content nav {
  display: block;
  overflow: hidden;
  clear: both;
  margin: .5em 0 1em;
  
  /*2018-06-26*/
  padding: .5em 0 1em 0;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rodeqa', 'Rodeqa Slab 4F', 'Rodeqa Slab 4F SemiBold', serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: none; }

  #content nav.post-nav a {
    /*2018-06-26*/
    text-decoration: none; }

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

  #content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  #content nav #nav-above {
    display: none; }
  #content nav #nav-below {
    margin: 1em 0; }
  #content nav article.last-child,
  #content nav .single .post {
    border: 0; }

.paged #content #nav-above,
.single #content #nav-above {
  display: block; }

.pag_links {color: #e39c1e;}
.pag_links .page-numbers {
  display: inline-block;
  line-height: 2;
  padding: 0 .5em;

  /*2018-06-26*/
  border: none;
  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rodeqa', 'Rodeqa Slab 4F', 'Rodeqa Slab 4F SemiBold', serif;
  text-decoration: none; }
  .pag_links .page-numbers:hover {
    color: #e39c1e;
    background: transparent;
    text-decoration: none; }
  .pag_links .page-numbers.current, .pag_links .page-numbers.dots {
    color: #ec5e2b;
    background: transparent;
    border-color: transparent; }

/* 404 page */
.error404 .widget .widgettitle, .error404 .widget ul {
  margin-right: 1em; }

.error404 .widget .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%; }

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left; }

.image-attachment nav {
  float: right;
  margin: 0 0 1em 0; }

.image-attachment .entry-content {
  clear: both; }
  .image-attachment .entry-content .entry-attachment {
    background: #d0ac93;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center; }
  .image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center; }

/* Image Posts */
.format-image .entry-header {
  display: none; }

.format-image .entry-content, .format-image .entry-summary {
  padding-top: 1em; }

.single .format-image .entry-content, .single .format-image .entry-summary {
  padding-top: 0; }

.single .format-image .entry-header {
  display: block; }

/* Images */
p img {
  margin-bottom: 0.5em; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

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

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

.wp-caption {
  padding: .5em;
  text-align: center; }

.wp-caption img {
  margin: .25em; }

.wp-caption .wp-caption-text {
  margin: .5em; }

div.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  padding: .5em;
  font-size: 75%; }
  .gallery-item .gallery-caption {
    font-weight: 500;
    padding: .5em; }

/*-- Alignment
--------------------------------*/
.alignleft, .alignright {
  display: inline; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/*-- Accessibility
--------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper {
  /* Class for labelling required form items */ }
  .gform_wrapper ul.gfield_radio label,
  .gform_wrapper ul.gfield_checkbox label {
    display: inline-block;
    clear: right;
    margin-left: .5em; }
  .gform_wrapper input.small {
    width: 10%;
    min-width: 10px;
    max-width: 20px; }
  .gform_wrapper .zipcode input {
    width: 10%;
    min-width: 60px;
    max-width: 100px; }
  .gform_wrapper ul.gform_fields,
  .gform_wrapper ul.gfield_radio,
  .gform_wrapper ul.gfield_checkbox {
    list-style: none;
    padding: 0; }
  .gform_wrapper li.gfield {
    margin-bottom: 1em; }
  .gform_wrapper ul.gfield_radio li,
  .gform_wrapper ul.gfield_checkbox li {
    margin-bottom: 0; }
  .gform_wrapper .gfield_description {
    margin-top: .5em; }
  .gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
    font-size: 90%;
    color: maroon;
    font-style: italic; }
  .gform_wrapper .totalfield {
    display: inline-block;
    border: 2px solid #d0ac93;
    padding: .5em; }
    .gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
      display: inline-block;
      margin-right: .5em; }
    .gform_wrapper .totalfield .ginput_container {
      font-weight: 700; }
  .gform_wrapper .required, .gform_wrapper .validation_error {
    color: #cc0033; }
  .gform_wrapper .validation_error, .gform_wrapper .validation_message,
  .gform_wrapper .gform_confirmation_message {
    color: #cc0033;
    background: rgba(202, 10, 55, 0.1);
    padding: 1em;
    border-left: 3px solid #c03;
    margin-bottom: 1em; }
  .gform_wrapper .gform_confirmation_message {
    color: forestgreen;
    background: rgba(34, 139, 34, 0.1);
    border-color: forestgreen; }
  .gform_wrapper .validation_message {
    font-size: 75%;
    padding: .5em 1em;
    font-style: italic;
    color: #c03; }
  .gform_wrapper .ginput_complex span {
    display: inline-block;
    float: left;
    width: 49%; }
    .gform_wrapper .ginput_complex span label {
      font-size: 93.75%;
      text-transform: none; }
    .gform_wrapper .ginput_complex span:first-of-type {
      margin-right: 2%; }

/*-- alert boxes
--------------------------------*/
.alert {
  *zoom: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #e39c1e;
  background: #d0ac93;
  padding: 2.68041%;
  margin-bottom: 2em; }
  .alert:before, .alert:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .alert:after {
    clear: both; }

.warning {
  background: #f2dede;
  border-color: #bd071a; }

.ok {
  background: #dff0d9;
  border-color: #3e754d; }

/* =Comments
-------------------------------------------------------------- */
article.comment {
  display: block; }

#respond input[type=text] {
  display: block;
  width: 60%; }
  #respond input[type=text] textarea {
    display: block;
    margin: 0 0 1em;
    width: 80%; }
  #respond input[type=text] .form-allowed-tags {
    clear: both;
    width: 80%; }
  #respond input[type=text] .form-allowed-tags code {
    display: block; }

/*-- Widgets
--------------------------------*/
.widget {
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .widget ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }

.widget ul li {
  /*2018-06-26*/
  padding: 0;
  border-bottom: none; }

.widget.widget_recent_entries ul li {
  /*2018-06-26*/
  padding: .5em 0;
  border-bottom: 2px solid #e39c1e; }

.widget.widget_recent_entries a {
  font-size: 84%;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none; }

.widget.widget_text a {
  font-size: 88%;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none; }
.widget.widget_text a em {
  font-size: 111%;
  letter-spacing: .05em;
  text-transform: none;
  letter-spacing: normal;}

.widget-area .widget_search {
  overflow: hidden; }
  .widget-area .widget_search input {
    float: left; }

.textwidget .col.unit6 img {max-width: 90%;}

/*-- pre-footer
--------------------------------*/
#secondary {
  /*2018-06-26*/
  border-top: 2px solid #e39c1e;

  padding-top: 2em;
  margin-top: 2em;
  float: left;
  width: 100%; }
    #secondary h2.icond {
      padding-top: 1em; }
    #secondary h2 a {
      color: #332b28; }

#newscol a {text-decoration: none;}
.alignright a {font-size: 95%;}

/*-- Homepage Video widget
--------------------------------*/
#featured_vid {
  /*2018-06-26*/
  padding-bottom: 2em;
  border-bottom: 2px solid #e39c1e;
  margin-bottom: 2em; }

/*-- Homepage post widget
--------------------------------*/
#post_excerpts.widget h3 {
  /*2018-06-26*/
  display: none; }
#newscol p {margin-bottom: 0;}


/*-- Music page
--------------------------------*/
.album {
  /*2018-06-26*/
  padding: 0 0 1.5em 0;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #e39c1e; }
  .album .col.songlist {
    margin-left: 2.68041%; }

ol.songlist {
  font-size: 88%; }
.songlist li a {
  /*2018-06-26*/
  font-size: 92%;
  letter-spacing: .1em;
  font-weight: 500;
  text-transform: uppercase;}

.song small {
  font-size: 10px;
  vertical-align: text-top; }

/*-- Tour page & widget 2018-06-26
--------------------------------*/
#tourdates a { text-decoration: none; }
ul.tourdates {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.tourdates li {
    border-bottom: 2px solid #e39c1e; }
  ul.tourdates h5 {
    margin-bottom: 0; }
  ul.tourdates .city {
    font-size: 90%;
    font-style: italic;
    letter-spacing: .02em;
    color: #68bac7; }
  ul.tourdates .city b {
    font-weight: 400;  }
  ul.tourdates .summary {
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 500;
    letter-spacing: .1em; }
#sidebar ul.tourdates .summary {font-size: 80%;}
.widget.tourdates h2 {margin-bottom: 0;}
.widget.tourdates ul li {padding: 1em 0;}


.tourdate .tourdate_date {
  padding: .5rem 1rem;
  color: #fff;
  border-bottom: 2px solid #ec5e2b;
  width: 100%; }
.tourdate .tourdate_info {
  float: left;
  width: calc(100% - 9rem);
  padding: 0 1rem 1rem;
  font-size: 87.5%; }
.tourdate .tourdate_venue,
.tourdate .tourdate_city {
  float: left; }
.tourdate .tourdate_city {
  font-weight: bold; }
.tourdate .tourdate_tix {
  float: right;
  width: 8rem;
  margin: 0 1rem .5rem 0; }
  .tourdate .tourdate_tix a.button {
    display: block;
    text-align: center;
    color: black;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #e39c1e;
    border-radius: 7px;
    padding: .5rem 1rem; }
    .tourdate .tourdate_tix a.button:hover {
      background: #e79807;
      color: white;
      text-decoration: none;
      border-color: white; }

.tourdate p {
  margin-bottom: .5em; }

.tourdate:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.2); }

/*-- SongKick widget
--------------------------------*/

/*-- Popup windows
--------------------------------*/
.single-song div.mfp-content, .mfp-container div.mfp-content {
  width: 85%;
  max-width: 640px;
  margin: 2.68041% auto;
  text-align: center; }
  .single-song div.mfp-content #page, .mfp-container div.mfp-content #page {
    padding: 1em;
    background-attachment: scroll; }
  .single-song div.mfp-content h2, .mfp-container div.mfp-content h2 {
    text-transform: uppercase; }

  .single-song div.mfp-content p, .mfp-container div.mfp-content p {
    /*2016-06-26*/
    font-size: 100%;
    text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
    margin-bottom: 1.5em;
  }
  .mfp-close-btn-in .mfp-close {color: #ec5e2b;}

  .popup_song h1,.popup_song h2 {
    /*2016-06-26*/
    font-size: 175%;
    line-height: 1.45;
    letter-spacing: .15em;
    text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;
    font-family: 'Rodeqa', 'Rodeqa Slab 4F', 'Rodeqa Slab 4F SemiBold', serif !important;
    text-transform: uppercase;
    color: #68bac7;
  margin: 0 0 .75em 0; }

.popup_song #branding, .popup_song #bottom {display:none;}

/* =media queries
--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* thinking about phone screens now */
  body {
    font-size: 87.5%;
    line-height: 1.4; }
  h1 {
    font-size: 140%; }
  h2 {
    font-size: 125%; } }

@media screen and (min-width: 481px) and (max-width: 700px) {
  h1 {
    font-size: 180%; }
  h2 {
    font-size: 160%; } }

@media screen and (max-width: 700px) {
  /* thinking about phone screens now */
  #branding #logo {
    width: 24%; }
  #branding .socials {
    display: none; }
  #page {
    background-attachment: scroll; }
  blockquote {
    margin: 0;
    font-size: 150%; }
  #primary, #sidebar {
    width: 100% !important;
    clear: both; }
  /*-- main nav
--------------------------------*/
  #navmain {
    display: none; }
    #navmain ul.socials {
      display: block;
      clear: both;
      text-align: center;
      padding-top: .5em;
      padding-bottom: 1em; }
  #pageslide {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 999999;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.4); }
    #pageslide #navlogo {
      background-image: url(../images/black-lillies-htp-logo.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      max-width: 400px;
      margin: 2.68041% 60px 2.68041% 2.68041%;
      height: 0;
      padding: 0 0 12.2% 0; }
    #pageslide span.closex {
      width: 32px;
      height: 32px;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      #pageslide span.closex:hover {
        background-color: #ec5e2b; }
    #pageslide #navmain {
      font-size: 220%;
      z-index: 999999;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      #pageslide #navmain #menuheader {
        position: relative;
        margin: 0;
        padding: 0 2.68041%;
        color: #e79807; }
      #pageslide #navmain .menu-main-menu-container {
        position: relative; }
      #pageslide #navmain ul.menu {
        width: 100%; }
        #pageslide #navmain ul.menu li {
          width: 100%; }
          #pageslide #navmain ul.menu li a {
            display: block;
            padding: 0.5em 2.68041%;
            color: #fff;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            #pageslide #navmain ul.menu li a:hover {
              color: #ec5e2b;
              background: none; }
          #pageslide #navmain ul.menu li ul {
            font-size: 87.5%; }
            #pageslide #navmain ul.menu li ul li a {
              padding-left: 5.36082%;
              text-transform: none;
              background: #50433e; }
  #slide-trigger {
    width: 22.98969%;
    float: right;
    position: absolute;
    right: 2.68041%;
    display: block;
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1; }
    #slide-trigger .menulabel {
      display: none; }
  #control, .closex {
    float: right; }
  .trigger, .closex {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    background: #e79807;
    z-index: 100;
    cursor: pointer; }
    .trigger.on, .trigger:hover, .closex.on, .closex:hover {
      background: #ec5e2b; }
    .trigger span.ln, .closex span.ln {
      display: block;
      border-top: 3px solid #fff;
      margin: 3px 5px; }
  .closex span.ln {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -10px;
    width: 20px;
    border-top: 4px solid #fff; }
    .closex span.ln.ln1 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .closex span.ln.ln2 {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .no-js #slide-trigger {
    display: none; }
  .no-js .menu-main-menu-container {
    display: block; }
  .no-js .menu-main-menu-container ul li {
    float: none; }
  #footnav ul {
    float: left; }
  input[type='text'],
  textarea,
  select {
    width: 95%; }
  #newscol, #othercol {
    width: 100%;
    margin: 0 0 1em; }
  .tourdate .tourdate_venue,
  .tourdate .tourdate_city {
    width: 100%;
    margin-bottom: .5rem; } 
  #bottom {background-size: auto;}
}

@media screen and (min-width: 701px) {
  #branding {
    /*2018-06-25*/
    background-image: url("../images/bgs/the-black-lillies-2018.jpg"); }
    #branding .socials {
      width: auto;
      position: absolute;
      top: .5em;
      right: 1em;
      z-index: 1001; }
    /*#branding #logo {
      width: 20%;
      max-width: 270px; }*/
  .corner {
    width: 14.43299%;
    max-width: 130px;
    z-index: 1000;
    position: absolute; }
    .corner span {
      width: 100%;
      display: block;
      text-indent: 1111%;
      white-space: nowrap;
      overflow: hidden;
      height: 0;
      padding-bottom: 234%;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .corner.topleft {
      top: .5em;
      right: auto;
      bottom: auto;
      left: .5em; }
      .corner.topleft span {
        background-image: url(../images/corner-left.png); }
    .corner.topright {
      top: .5em;
      right: .5em;
      bottom: auto;
      left: auto; }
      .corner.topright span {
        background-image: url(../images/corner-right.png); }
    .corner.botleft {
      top: auto;
      right: auto;
      bottom: .5em;
      left: .5em;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .corner.botleft span {
        background-image: url(../images/corner-right.png); }
    .corner.botright {
      top: auto;
      right: .5em;
      bottom: .5em;
      left: auto;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .corner.botright span {
        background-image: url(../images/corner-left.png); }
  #navmain:after {
    /*2016-06-25 replace with transparent png/svg background? */
      width: 0;
      height: 0;
      border-style: solid;
border-width: 38px 0 0 100vw;
border-color: #e39c1e transparent transparent transparent;
bottom: -38px;
      left: 0;
      content: '';
      position: absolute;
      z-index: 9999; }
  #navmain {
    /*2018-06-25*/
    background: #e39c1e;
    font-size: 320%;
    padding: 0 0 .125em 0;

    width: 100%;
    margin: 0px auto;
    position: relative;
    position: absolute;
    bottom: 0; }
    .fixed #navmain, #navmain.fixed {
      bottom: auto; }
    #navmain.fixed {
      position: fixed;
      top: 0; }
    #navmain #menuheader {
      display: none; }
    #navmain ul li {
      display: inline-block; }
      #navmain ul li a {
        color: white; }
    #navmain ul.socials {
      display: none; }
  #slide-trigger {
    display: none; }
  .menu-main-menu-container {
    display: block; }
  #primary {
    float: left;
    width: 65.7732%;
    margin: 0; }
  #sidebar {
    float: right;
    width: 31.54639%;
    padding-left: 1em;
    border-left: 2px solid #e39c1e; }
  #newscol, #othercol {
    width: 100%; }
  #newscol {
    float: right; }
  #othercol {
    float: left; }
  .tourdate .tourdate_venue,
  .tourdate .tourdate_city {
    padding-right: .5em;
    width: 50%; } }

@media screen and (min-width: 701px) and (max-width: 960px) {
  #navmain {
    font-size: 220%; } }

/*
@media screen and (orientation:portrait) {
	#branding {
		height: auto;
		padding-bottom:50%;
		background-attachment: scroll;
	}
}
*/
@media screen and (min-aspect-ratio: 16 / 9) {
  body:not(.home) #branding {
    height: auto;
    padding-bottom: 50%; }
}

@media print {
  /* =============================================================================
	   Print Styles
	   ========================================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, block quote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
