/*!
Theme Name: Leonard Cohen 2016
Theme URI: http://underscores.me/
Author: Rob Pinciuc
Author URI: http://www.sonymusic.ca/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lc2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Leonard Cohen 2016 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: 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 {
  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;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: OpenSans-Light;
  src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: MinionPro-Disp;
  src: url(fonts/MinionPro-Disp.otf);
}

@font-face {
  font-family: ProximaNova-Extrabld;
  src: url(fonts/ProximaNova-Extrabld.otf);
}

body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: OpenSans-Light, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 30em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 45em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1.entry-title {
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 45em) {
  h1.entry-title {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h2.entry-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25;
}

@media screen and (min-width: 45em) {
  h2.entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h3.widget-title {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 30em) {
  h3.widget-title {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 45em) {
  h3.widget-title {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 62.5em) {
  h3.widget-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h4.entry-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 45em) {
  h4.entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

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

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

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.ui-loader {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #666666;
}

a:visited {
  color: #999999;
}

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.site-content a {
  color: #cc0000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: -2.275rem;
}

.main-navigation .menu-wrap {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  margin-top: 3px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 2px solid #f3f3f3;
}

@media only screen and (min-width: 30em) and (max-width: 45em) and (orientation: landscape) {
  .main-navigation .menu-wrap {
    width: 100%;
    text-align: center;
  }
  .main-navigation .menu-wrap #primary-menu {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) {
  .main-navigation ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.main-navigation ul ul {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 28px;
  top: 1.75rem;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  min-width: 125px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation.toggled .menu-wrap {
  display: block;
}

.main-navigation li {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #f3f3f3;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #cc0000;
}

@media only screen and (min-width: 30em) and (max-width: 45em) and (orientation: landscape) {
  .main-navigation li {
    display: inline-block;
    padding: 0 16px;
    padding: 0 1rem;
    border-bottom: 0;
    line-height: 1;
  }
  .main-navigation li a {
    padding: 8px;
    padding: 0.5rem;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a, .bottom-navigation .current_page_item > a,
.bottom-navigation .current-menu-item > a,
.bottom-navigation .current_page_ancestor > a,
.bottom-navigation .current-menu-ancestor > a,
.bottom-navigation .current-menu-parent > a {
  background-color: #e0e0e0;
}

.sub-menu {
  display: none;
}

#social-menu {
  padding: 0 16px;
  padding: 0 1rem;
  border-bottom: 2px solid #f3f3f3;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.25;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) {
  #social-menu {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 30em) and (max-width: 45em) and (orientation: landscape) {
  #social-menu {
    line-height: 1;
  }
}

#social-menu li {
  display: inline-block;
  width: 25%;
  border-bottom: 0;
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media only screen and (min-width: 30em) and (max-width: 45em) and (orientation: landscape) {
  #social-menu li {
    margin-top: 0;
  }
}

/* Small menu. */
.menu-toggle {
  margin-right: 8px;
  margin-right: 0.5rem;
  text-align: right;
}

.menu-toggle:before {
  font-family: FontAwesome;
  content: '\f0c9';
  font-size: 31px;
  font-size: 1.9375rem;
}

.main-navigation.toggled .menu-toggle:before {
  font-family: ProximaNova-Extrabld;
  font-weight: bold;
  content: 'X';
  margin-right: 3.2px;
  margin-right: 0.2rem;
}

.bottom-navigation {
  background-color: #fcfcfc;
}

.bottom-navigation ul {
  list-style: none;
  margin: 0;
  padding: 14.4px 12px;
  padding: 0.9rem 0.75rem;
  border-bottom: 3px solid #f3f3f3;
  text-align: center;
}

@media screen and (min-width: 45em) {
  .bottom-navigation ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bottom-navigation .sub-menu {
  display: none;
}

.bottom-navigation li {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.bottom-navigation li a {
  display: inline-block;
  margin: 0 5.2px;
  margin: 0 0.325rem;
  padding: 0 4.8px;
  padding: 0 0.3rem;
}

@media screen and (min-width: 45em) {
  .bottom-navigation li:first-child a {
    margin-left: 0;
    padding-left: 0;
  }
  .bottom-navigation li:last-child a {
    margin-right: 0;
    padding-right: 0;
  }
  .bottom-navigation li.current-menu-item a,
  .bottom-navigation li.current-menu-parent a {
    padding: 0 4.8px;
    padding: 0 0.3rem;
  }
}

.bottom-navigation a {
  text-decoration: none;
  color: #666666;
}

.bottom-navigation a:hover,
.bottom-navigation a:focus,
.bottom-navigation a:active {
  color: #cc0000;
}

#primary-menu-bottom {
  line-height: 1.75;
}

#social-menu-bottom {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 11.2px;
  padding-bottom: 0.7rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

#social-menu-bottom li a {
  margin: 0 16px;
  margin: 0 1rem;
}

#secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

#secondary-menu li {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

#secondary-menu li:after {
  content: '.';
}

#secondary-menu li:last-child:after {
  content: '';
}

#secondary-menu li a {
  display: inline-block;
  margin: 0 5.6px;
  margin: 0 0.35rem;
}

@media screen and (min-width: 45em) {
  .menu-toggle {
    display: none !important;
  }
  .sub-menu {
    display: block;
  }
  .main-navigation {
    margin-top: -4.8px;
    margin-top: -0.3rem;
  }
  .main-navigation .menu-wrap {
    display: block;
    position: initial;
    margin-top: 0;
    border: 0;
    width: 100%;
  }
  .main-navigation ul {
    font-size: 16px;
    font-size: 1rem;
  }
  .main-navigation li {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    border: 0;
  }
  .main-navigation li a {
    display: inline-block;
    margin: 0 5.2px;
    margin: 0 0.325rem;
    padding: 0 4.8px;
    padding: 0 0.3rem;
  }
  .main-navigation li:first-child a {
    margin-left: 0;
    padding-left: 0;
  }
  .main-navigation li:last-child a {
    margin-right: 0;
    padding-right: 0;
  }
  .main-navigation li.current-menu-item a,
  .main-navigation li.current-menu-parent a {
    padding: 0 4.8px;
    padding: 0 0.3rem;
  }
  #primary-menu {
    float: left;
  }
  #primary-menu li:after {
    content: '.';
  }
  #primary-menu li:last-child:after {
    content: '';
  }
  #primary-menu .sub-menu, #social-menu .sub-menu {
    width: auto;
  }
  #primary-menu .sub-menu li, #social-menu .sub-menu li {
    display: block;
  }
  #primary-menu .sub-menu li:after, #social-menu .sub-menu li:after {
    content: '';
  }
  #primary-menu .sub-menu li a, #social-menu .sub-menu li a {
    display: inline-block;
    margin: 0 10px;
    margin: 0 0.625rem;
    padding: 0;
  }
  #primary-menu .sub-menu .current_page_item > a,
  #primary-menu .sub-menu .current-menu-item > a,
  #primary-menu .sub-menu .current-menu-parent > a,
  #primary-menu .sub-menu .current_page_ancestor > a,
  #primary-menu .sub-menu .current-menu-ancestor > a, #social-menu .sub-menu .current_page_item > a,
  #social-menu .sub-menu .current-menu-item > a,
  #social-menu .sub-menu .current-menu-parent > a,
  #social-menu .sub-menu .current_page_ancestor > a,
  #social-menu .sub-menu .current-menu-ancestor > a {
    background-color: transparent;
  }
  #social-menu, #social-menu-bottom {
    float: right;
    border: 0;
    padding: 0;
    font-size: 21.6px;
    font-size: 1.35rem;
    line-height: 1;
  }
  #social-menu li, #social-menu-bottom li {
    width: auto;
    margin-top: 0;
  }
  #social-menu {
    line-height: 1.2;
  }
  #social-menu .sub-menu {
    display: none;
  }
  .bottom-navigation {
    padding: 5.6px 22px;
    padding: 0.35rem 1.375rem;
    border-bottom: 3px solid #f3f3f3;
  }
}

@media screen and (min-width: 45em) and (min-width: 56.25em) {
  .bottom-navigation {
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 36px;
    padding-right: 2.25rem;
  }
}

@media screen and (min-width: 45em) {
  .bottom-navigation ul {
    padding: 0;
    padding: 0;
    border: 0;
  }
  .bottom-navigation li:first-child a {
    margin-left: 0;
  }
  .bottom-navigation li:last-child a {
    margin-right: 0;
  }
  #primary-menu-bottom {
    float: left;
  }
  #primary-menu-bottom li:after {
    content: '.';
  }
  #primary-menu-bottom li:last-child:after {
    content: '';
  }
  #social-menu-bottom li a {
    margin: 0 5.2px;
    margin: 0 0.325rem;
  }
  #social-menu-bottom li:first-child a {
    margin-left: 0;
  }
  #social-menu-bottom li:last-child a {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.25em) {
  #primary-menu-bottom {
    line-height: 2;
  }
  #social-menu-bottom {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #social-menu-bottom li a {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-container {
  position: relative;
  list-style-type: none;
  margin: 0;
}

.widget-container .widget-title {
  margin: 16px 0;
  margin: 1rem 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

#above-content-widget-area .widget_nav_menu > div {
  text-align: center;
}

@media screen and (min-width: 45em) {
  #above-content-widget-area .widget_nav_menu > div {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

#above-content-widget-area .widget_nav_menu .menu {
  margin: 0;
  padding: 0;
  max-width: 960px;
  max-width: 60rem;
  margin: 0 -8px;
  margin: 0 -0.5rem;
  background-color: #fafafa;
  list-style: none;
}

@media screen and (min-width: 30em) {
  #above-content-widget-area .widget_nav_menu .menu {
    margin: 0 -20px;
    margin: 0 -1.25rem;
  }
}

@media screen and (min-width: 45em) {
  #above-content-widget-area .widget_nav_menu .menu {
    margin: 0 -22px;
    margin: 0 -1.375rem;
  }
}

@media screen and (min-width: 56.25em) {
  #above-content-widget-area .widget_nav_menu .menu {
    margin: 0 -36px;
    margin: 0 -2.25rem;
  }
}

@media screen and (min-width: 45em) {
  #above-content-widget-area .widget_nav_menu .menu {
    display: inline-block;
  }
}

#above-content-widget-area .widget_nav_menu .menu li {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: lowercase;
}

#above-content-widget-area .widget_nav_menu .menu li:after {
  content: '.';
}

#above-content-widget-area .widget_nav_menu .menu li:last-child:after {
  content: '';
}

#above-content-widget-area .widget_nav_menu .menu li.current-menu-item,
#above-content-widget-area .widget_nav_menu .menu li.current-menu-ancestor {
  background-color: #eeeeee;
}

#above-content-widget-area .widget_nav_menu .menu li a {
  display: inline-block;
  text-decoration: none;
  margin: 4px 11.2px;
  margin: 0.25rem 0.7rem;
}

@media screen and (min-width: 45em) {
  #above-content-widget-area .widget_nav_menu .menu li a {
    margin: 4px 16px;
    margin: 0.25rem 1rem;
  }
}

@media screen and (min-width: 30em) {
  .widget_archive ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 32px;
    -moz-column-gap: 2rem;
    column-gap: 32px;
    column-gap: 2rem;
  }
  .widget_archive ul a {
    display: block;
  }
}

@media screen and (min-width: 45em) {
  .widget_archive ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/* -------------------
 * Albums/Books/Prints lists
 * ------------------- */
.albums .widget-title, .books .widget-title, .prints .widget-title {
  display: none;
}

.albums .hfeed, .books .hfeed, .prints .hfeed {
  margin: 0 -8px;
  margin: 0 -0.5rem;
}

.albums article, .books article, .prints article {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 0 8px !important;
  padding: 0 0.5rem !important;
  border: 0 !important;
  overflow: hidden;
}

@media screen and (min-width: 30em) {
  .albums article, .books article, .prints article {
    width: 32.3333%;
  }
}

@media screen and (min-width: 45em) {
  .albums article, .books article, .prints article {
    width: 24%;
  }
}

.albums article .entry-image, .books article .entry-image, .prints article .entry-image {
  margin: 0 !important;
}

.albums article img, .books article img, .prints article img {
  display: block;
  width: 100%;
  height: auto;
  border: 0 !important;
  vertical-align: bottom;
}

/* -------------------
 * Videos list
 * ------------------- */
@media screen and (min-width: 30em) {
  .othervideos .hfeed, .videos .hfeed {
    margin: 0 -8px;
    margin: 0 -0.5rem;
  }
}

@media screen and (min-width: 45em) {
  .othervideos .hfeed, .videos .hfeed {
    margin: 0 -16px;
    margin: 0 -1rem;
  }
}

.othervideos article, .videos article {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 30em) {
  .othervideos article, .videos article {
    width: 49%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0 8px;
    padding: 0 0.5rem;
  }
}

@media screen and (min-width: 45em) {
  .othervideos article, .videos article {
    width: 32.3333%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    padding: 0 1rem;
  }
}

.othervideos article .entry-title, .videos article .entry-title {
  margin: 8px 0;
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

.othervideos article .entry-image, .videos article .entry-image {
  position: relative;
}

.othervideos article .entry-image a, .videos article .entry-image a {
  display: block;
}

.othervideos article .entry-image a:before, .videos article .entry-image a:before {
  content: '';
  background: url(img/video-overlay.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.othervideos article .entry-image img, .videos article .entry-image img {
  width: 100%;
  vertical-align: top;
}

/* -------------------
 * Links
 * ------------------- */
.links .widget-title {
  display: none;
}

.links .entry-title {
  margin: 0;
  line-height: 1.2;
}

.links .entry-content {
  margin: 0;
}

.links .entry-content p {
  margin-top: 0;
}

/* -------------------
 * Galleries
 * ------------------- */
.galleries .widget-title {
  display: none;
}

@media screen and (min-width: 30em) {
  .galleries .entry-image {
    float: left;
    margin: 0 32px 32px 0;
    margin: 0 2rem 2rem 0;
  }
}

.galleries .entry-image img {
  width: 100%;
}

@media screen and (min-width: 30em) {
  .galleries .entry-image img {
    width: auto;
  }
}

.galleries .entry-title {
  margin: 0;
  line-height: 1.2;
}

@media screen and (min-width: 30em) {
  .galleries .entry-title {
    clear: none;
  }
}

.galleries .entry-content {
  margin: 0;
}

.galleries .entry-content p {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  padding: 14.8px 8px 12.4px;
  padding: 0.925rem 0.5rem 0.775rem;
  border-bottom: 3px solid #f3f3f3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) {
  .site-header {
    padding: 12px 8px 9.6px;
    padding: 0.75rem 0.5rem 0.6rem;
  }
}

@media screen and (min-width: 30em) {
  .site-header {
    padding: 14.8px 20px 12.4px;
    padding: 0.925rem 1.25rem 0.775rem;
  }
}

@media screen and (min-width: 45em) {
  .site-header {
    padding: 20.8px 22px 4.8px;
    padding: 1.3rem 1.375rem 0.3rem;
  }
}

@media screen and (min-width: 56.25em) {
  .site-header {
    padding-left: 36px;
    padding-left: 2.25rem;
    padding-right: 36px;
    padding-right: 2.25rem;
  }
}

.site-title {
  margin: 0;
  font-family: MinionPro-Disp, serif;
  text-transform: uppercase;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
}

.site-title .first-letter {
  font-size: 36px;
  font-size: 2.25rem;
}

.site-title a {
  color: #666666;
  text-decoration: none;
}

#wpadminbar {
  position: fixed;
}

.site-header {
  width: 100%;
  z-index: 99998;
  background-color: #fff;
  /* fix the header to the top of the viewport */
  /* reveal the fixed header */
}

.fixed-header .site-header {
  position: fixed;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  /* 3d version of the above, for smoother animation */
}

.no-csstransforms .fixed-header .site-header {
  top: -61px;
  top: -3.8125rem;
}

.no-csstransforms .fixed-header .site-header.toggled {
  top: 0;
}

.csstransforms .fixed-header .site-header {
  -webkit-transform: translateY(-61px);
  -moz-transform: translateY(-61px);
  -ms-transform: translateY(-61px);
  -o-transform: translateY(-61px);
  transform: translateY(-61px);
  -webkit-transform: translateY(-3.8125rem);
  -moz-transform: translateY(-3.8125rem);
  -ms-transform: translateY(-3.8125rem);
  -o-transform: translateY(-3.8125rem);
  transform: translateY(-3.8125rem);
}

.csstransforms .fixed-header .site-header.toggled {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.show-fixed-header .site-header {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  /* 3d version of the above, for smoother animation */
}

.no-csstransforms .show-fixed-header .site-header {
  top: 0;
}

.csstransforms .show-fixed-header .site-header {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.full-width {
  max-width: 960px;
  max-width: 60rem;
  margin: 0 -8px;
  margin: 0 -0.5rem;
}

@media screen and (min-width: 30em) {
  .full-width {
    margin: 0 -20px;
    margin: 0 -1.25rem;
  }
}

@media screen and (min-width: 45em) {
  .full-width {
    margin: 0 -22px;
    margin: 0 -1.375rem;
  }
}

@media screen and (min-width: 56.25em) {
  .full-width {
    margin: 0 -36px;
    margin: 0 -2.25rem;
  }
}

#page {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

.site-main,
.widget-area {
  padding: 0 8px;
  padding: 0 0.5rem;
}

@media screen and (min-width: 30em) {
  .site-main,
  .widget-area {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 45em) {
  .site-main,
  .widget-area {
    padding: 0 22px;
    padding: 0 1.375rem;
  }
}

@media screen and (min-width: 56.25em) {
  .site-main,
  .widget-area {
    padding: 0 36px;
    padding: 0 2.25rem;
  }
  .site-main .tablet-width,
  .widget-area .tablet-width {
    margin: 0 -14px;
    margin: 0 -0.875rem;
  }
}

#secondary {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 3px solid #f3f3f3;
}

.site-footer .site-info {
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.site-footer .site-info div {
  margin: 17.6px 0;
  margin: 1.1rem 0;
}

.site-footer .site-info small {
  font-size: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page .site-content > .post-thumbnail {
  max-width: 960px;
  max-width: 60rem;
  margin: 0 auto;
  border-bottom: 3px solid #f3f3f3;
}

.page .site-content > .post-thumbnail img {
  width: 100%;
  vertical-align: top;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-meta {
  margin: 16px 0;
  margin: 1rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 45em) {
  .entry-meta {
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-meta + .entry-title {
  margin-top: -16px;
  margin-top: -1rem;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page #facebook-page-plugin {
  width: 100%;
  height: 367px;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .page #facebook-page-plugin {
    height: 600px;
  }
}

@media screen and (min-width: 45em) {
  .page #facebook-page-plugin {
    float: left;
    width: 500px;
    height: 600px;
  }
}

.page #photo {
  display: none;
}

@media screen and (min-width: 45em) {
  .page #photo {
    display: block;
    margin-left: 520px;
    text-align: right;
  }
}

.ess-buttons {
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.ess-buttons li {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  padding: 0;
}

.ess-buttons .ess-icon path {
  fill: #cdcdcd;
}

.ess-buttons .ess-icon:hover path {
  fill: #696562;
}

.ess-buttons .ess-share-text {
  display: none;
}

/* -------------------
 * Home page
 * ------------------- */
.home {
  /*
  .full-width {
    @media screen and (min-width: 56.25em) {
      @include attr-size(margin, (0, -$size__site-content_padding_tablet));
    }  
  }
*/
}

.home .entry-content {
  margin-top: 0;
}

.home h1.entry-title {
  display: none;
}

.home #home-slideshow {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 30em) {
  .home #home-slideshow {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 45em) {
  .home #home-slideshow {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
}

/* -------------------
 * News page
 * ------------------- */
.blog h2.section-title {
  display: none;
}

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

/* -------------------
 * Album page (single)
 * ------------------- */
.single-music article, .single-book article, .single-prints article {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 30em) {
  .single-music article, .single-book article, .single-prints article {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 45em) {
  .single-music article, .single-book article, .single-prints article {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.single-music article .entry-title, .single-book article .entry-title, .single-prints article .entry-title {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 45em) {
  .single-music article .entry-title, .single-book article .entry-title, .single-prints article .entry-title {
    text-align: left;
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.single-music article .post-thumbnail, .single-book article .post-thumbnail, .single-prints article .post-thumbnail {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.single-music article .post-thumbnail img, .single-book article .post-thumbnail img, .single-prints article .post-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.single-music article .buy-items, .single-book article .buy-items, .single-prints article .buy-items {
  margin: 16px 0;
  margin: 1rem 0;
}

.single-music article .buy-items .buy-title, .single-book article .buy-items .buy-title, .single-prints article .buy-items .buy-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.single-music article .buy-items ul, .single-book article .buy-items ul, .single-prints article .buy-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 2;
}

.single-music article .buy-items ul li, .single-book article .buy-items ul li, .single-prints article .buy-items ul li {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.single-music article .tracks td, .single-book article .tracks td, .single-prints article .tracks td {
  padding: 0 3.2px;
  padding: 0 0.2rem;
  vertical-align: top;
}

.single-music article .tracks .track-media, .single-book article .tracks .track-media, .single-prints article .tracks .track-media {
  white-space: nowrap;
}

/* -------------------
 * Video page
 * ------------------- */
.single-smc_video .entry-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 45em) {
  .single-smc_video .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

/* -------------------
 * Shop page
 * ------------------- */
.storelogo {
  text-align: center;
  width: 62.5%;
  margin: 32px auto;
  margin: 2rem auto;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 30em) {
  .storelogo {
    float: left;
    width: 50%;
    padding: 0 24px;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 45em) {
  .storelogo {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 56.25em) {
  .storelogo {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Responsive video scaling */
.video-scaler {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* slideshows */
.hentry .slideshow_container .slideshow_button {
  margin-top: -21.5px;
  width: 40.5px;
  height: 43px;
  background-position: 0 0;
  visibility: hidden;
}

@media screen and (min-width: 56.25em) {
  .hentry .slideshow_container .slideshow_button {
    margin-top: -43px;
    width: 81px;
    height: 86px;
  }
}

.no-touchevents .hentry .slideshow_container:hover .slideshow_button,
.no-touchevents .hentry .slideshow_container:focus .slideshow_button {
  visibility: visible;
}

.hentry .slideshow_container .slideshow_previous {
  left: 0 !important;
  background-image: url("img/slideshow-sprite.png");
  background-position: -162px 0;
}

@media screen and (min-width: 56.25em) {
  .hentry .slideshow_container .slideshow_previous {
    background-position: 0 0;
  }
}

.hentry .slideshow_container .slideshow_next {
  right: 0 !important;
  background-image: url("img/slideshow-sprite.png");
  background-position: -162px -43px;
}

@media screen and (min-width: 56.25em) {
  .hentry .slideshow_container .slideshow_next {
    background-position: -81px 0;
  }
}

.hentry .slideshow_container .slideshow_pagination {
  bottom: 26px;
}

@media screen and (min-width: 56.25em) {
  .hentry .slideshow_container .slideshow_pagination {
    bottom: 43px;
  }
}

.hentry .slideshow_container .slideshow_pagination ul li {
  width: 14px;
  height: 13px;
  margin: 0 4px;
  background-image: url("img/slideshow-sprite.png");
  background-position: -203px 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.hentry .slideshow_container .slideshow_pagination ul li.slideshow_currentView {
  background-image: url("img/slideshow-sprite.png");
  background-position: -203px -13px;
}
