/**
 * Theme Name: Soundcheck
 * Theme URI: https://wordpress.com/themes/soundcheck/
 * Author: Cedaro
 * Author URI: http://www.cedaro.com/
 * Description: A feature packed audio theme perfect for any band, artist, or musician. Soundcheck features a large full width image slider, a custom HTML5 audio player, gigs/events functionality, four custom widgets, four custom page templates, and a variety of theme options.
 * Version: 2.3.2
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: blog, music, portfolio, clean, modern, professional, black, blue, dark, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, classic-menu, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, post-slider, social-menu, sticky-post, theme-options, translation-ready
 * Domain Path: /languages
 * Text Domain: soundcheck
 * Status: inactive
 */
/**
 * HTML5 Definitions
 * -----------------------------------------------------------------------------
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
/**
 * Base Styles
 * -----------------------------------------------------------------------------
 */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpadminbar * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #5f6671 url(assets/images/bg-lines-alpha.png);
  color: #fff;
  margin: 0;
}
button,
input,
textarea {
  color: #fff;
  font-family: sans-serif;
}
/* Fonts
------------------------------------------------------------------------------*/
body,
form,
.site-navigation li li,
.widget h4,
.event-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}
.fontface,
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-navigation,
.button,
.search-submit,
.entry-excerpt span,
#submit,
input[type="submit"] {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-style: normal;
  font-weight: normal;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Links
------------------------------------------------------------------------------*/
a,
a:visited {
  color: #bec4cc;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
/* Headings
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
}
h1 {
  font-size: 21px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
/* Paragraphs and Lists
------------------------------------------------------------------------------*/
p {
  margin: 0 0 21px;
}
ul,
ol {
  margin: 0 0 21px 1.5em;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* Images
------------------------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Forms
------------------------------------------------------------------------------*/
legend {
  border: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea,
input[type=text],
input[type=url],
input[type=email],
input[type=phone],
input[type=number],
input[type=file],
input[type=password] {
  background: #e3e3e3;
  border: none;
  color: #333;
  font-size: 13px;
  outline: none;
  padding: 5px 8px;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #3f434a;
  border: none;
  color: #bec4cc;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 10px 7px 0;
  padding: 4px 10px;
  text-shadow: none;
  text-transform: uppercase;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
  color: #fff;
}
.button.full-width {
  text-align: center;
  width: 100%;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
select {
  font-size: 16px;
  height: 35px;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Tables
------------------------------------------------------------------------------*/
table button,
table input {
  *overflow: auto;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  line-height: 18px;
  text-align: left;
}
table thead tr th,
table tfoot tr td {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr td {
  border: none;
  padding: 9px 10px;
  vertical-align: top;
}
table {
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.8em;
  width: 100%;
}
table td {
  vertical-align: top;
}
table thead,
table tfoot {
  background: rgba(0, 0, 0, 0.2);
}
table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
table thead tr td,
table tfoot tr td {
  color: #fff;
}
/* Typography
------------------------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  color: #bec4cc;
  margin-bottom: 1.8em;
  padding: 0 3em;
}
blockquote cite {
  color: #fff;
}
blockquote:before {
  content: "\201C";
  float: left;
  font-size: 64px;
  font-weight: bold;
  line-height: 40px;
  margin-left: -40px;
}
dfn {
  font-style: italic;
}
address {
  margin-bottom: 1.8em;
}
hr {
  border: 0;
  border-top: 1px solid #3f434a;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 21px;
  padding: 0;
}
ins {
  background: #fdffc9;
  color: #252a31;
  text-decoration: none;
  text-shadow: none;
}
mark {
  background: #fdffc9;
  color: #252a31;
  font-style: italic;
  font-weight: bold;
  text-shadow: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  background: #bec4cc;
  color: #191d22;
  margin-bottom: 21px;
  padding: 1em;
  text-shadow: none;
  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;
}
/**
 * Utility Classes
 * -----------------------------------------------------------------------------
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/**
 * Miscellaneous
 * -----------------------------------------------------------------------------
 */
#wpstats {
  position: fixed;
  bottom: 0;
}
.player iframe {
  background: url(assets/images/loader-iframe.gif) center center no-repeat;
}
.default-notice {
  background: #000;
  background: rgba(0, 0, 0, 0.85) !important;
  border: none !important;
  clear: both;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.default-notice h3 {
  color: #ffc8c8;
  margin: 4px 0 5px;
}
.default-notice p {
  margin-bottom: 4px;
}
.default-notice a {
  border-bottom: 1px dotted #ffc8c8;
  color: #ffc8c8;
}
.label {
  background-color: #bec4cc;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 0 4px 1px;
  position: relative;
  bottom: 1px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.label.round {
  padding: 1px 7px 2px;
}
div.panel {
  background: #3f434a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 200;
  margin-bottom: 24px;
  padding: 10px 15px;
}
/* Colors
------------------------------------------------------------------------------*/
.label,
.white,
.neutral-1,
.neutral-2,
.primary-1 {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.label:hover,
.white:hover,
.neutral-1:hover,
.neutral-2:hover,
.primary-1:hover {
  color: #000;
}
.black,
.neutral-3,
.neutral-4,
.primary-2,
.primary-3,
.primary-4,
.green,
.red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.black {
  background-color: #000;
}
.white {
  background-color: #fff;
}
.neutral-1 {
  background-color: #f5f5f5;
}
.neutral-2 {
  background-color: #e3e3e3;
}
.neutral-3 {
  background-color: #2d2d2d;
}
.neutral-4 {
  background-color: #1a1a1a;
}
.primary-1 {
  background-color: #bec4cc;
}
.primary-2 {
  background-color: #3f434a;
}
.primary-3 {
  background-color: #252a31;
}
.primary-4 {
  background-color: #191d22;
}
.green {
  background-color: #090;
}
.red {
  background-color: #900;
}
#tooltip {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 300;
  padding: 2px 10px;
  position: absolute;
  z-index: 9999;
}
/* Alignment
------------------------------------------------------------------------------*/
.entry-image,
.entry-thumbnail {
  text-align: center;
}
.entry-image img,
.entry-thumbnail img {
  display: block;
  margin: 0 auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.entry-content img {
  height: auto;
  max-width: 100%;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
/**
 * Galleries & Captions
 * -----------------------------------------------------------------------------
 */
.gallery {
  font-size: 0.72222222em;
  margin: 0 -0.72222222em 2.46153846em;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.gallery .gallery-item {
  display: block;
  float: left;
  margin: 0;
  padding: 0.72222222em;
  position: relative;
}
.gallery .gallery-caption {
  background: rgba(0, 0, 0, 0.8);
  color: #ecf0f1;
  font-family: "Raleway", sans-serif;
  line-height: 1.23076923;
  margin: 0;
  padding: 0.6em 0.8em;
  margin: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .gallery-icon {
  margin: 0;
}
.gallery .gallery-icon a {
  display: block;
}
.no-touch .gallery .gallery-item .gallery-caption {
  display: none;
}
.no-touch .gallery .gallery-item:hover .gallery-caption {
  display: block;
}
@media only screen and (min-width: 400px) {
  .gallery .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .gallery-item:nth-of-type(n) {
    clear: none;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
    clear: both;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
    clear: both;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
    clear: both;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
    clear: both;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.6667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
    clear: both;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
    clear: both;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
    clear: both;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: both;
  }
}
.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
  display: none;
}
.wp-caption-text,
.gallery-caption {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 5px;
}
.wp-caption {
  background: #191d22;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/* Gallery Layout View */
.gallery-layout .site-content {
  overflow: hidden;
}
.gallery-layout .site-content .entry-media,
.gallery-layout .site-content .entry-thumbnail,
.gallery-layout .site-content .entry-gallery {
  border-bottom: none;
}
.gallery-layout .site-content .hentry {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
.gallery-layout img {
  height: auto;
  max-width: 100%;
}
.gallery-layout .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gallery-layout .page-content *:last-child {
  margin-bottom: 0;
}
.gallery-layout .entry-excerpt {
  display: none;
  visibility: hidden;
}
.gallery-layout .entry-footer {
  text-align: right;
}
.gallery-layout .entry-footer .button {
  float: left;
  margin-top: -4px;
}
.gallery-layout #nav-below {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
/**
 * Layout
 * -----------------------------------------------------------------------------
 */
.site-branding,
.site-navigation,
.main-container,
.footer-container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.grid-3,
.site-info,
.primary-sidebar,
.secondary-sidebar {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
.grid-6 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
}
.grid-9 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
.grid-12,
.site-footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
/* Columns */
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  display: inline;
  float: left;
  margin-bottom: 24px;
  margin-right: 4%;
  overflow: hidden;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
/**
 * Z-Index Stackup
 * -----------------------------------------------------------------------------
 */
.hero-container,
.jp-pause {
  z-index: 1;
}
.site-footer,
.left-gradient,
.right-gradient,
.jp-play {
  z-index: 2;
}
.main-container {
  z-index: 3;
}
.jp-playlist {
  z-index: 4;
}
#image-preview,
.jp-audio,
.widget .jp-type-playlist,
.jp-view-controls {
  z-index: 5;
}
.site-branding .top-border,
.site-info,
.hero-container .controls,
.hero-container .edit-link,
.site-navigation,
.site-navigation li:hover ul,
.featured-sidebar .primary-sidebar,
.featured-sidebar #home-sidebar #col-1 {
  z-index: 110;
}
body .gcard {
  z-index: 120;
}
/**
 * Header
 * -----------------------------------------------------------------------------
 */
.header-container {
  background: url(assets/images/shadows.png) 0 100% repeat-x;
  padding-bottom: 20px;
}
.site-header {
  position: relative;
}
.top-border {
  background: #252a31;
  background: rgba(37, 42, 49, 0.97);
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
/* Site Info
------------------------------------------------------------------------------*/
.site-info {
  color: #fff;
  position: absolute;
  top: 75px;
  text-transform: uppercase;
}
.site-title {
  font-size: 36px;
  line-height: 1em;
  max-height: 290px;
  overflow: hidden;
}
.site-title img {
  display: block;
  max-width: 100%;
}
.site-title a {
  color: #fff;
}
.site-description {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-top: 6px;
}
/* Hero
------------------------------------------------------------------------------*/
.hero-container {
  background: #000;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}
.hero-container .slides {
  height: 440px;
  margin: 0;
  max-width: 100%;
  min-width: 960px;
  overflow: hidden;
}
.hero-container .slide {
  background: #000;
  display: block;
  height: 440px;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.hero-container .slide img {
  display: block;
}
.hero-container .slide .post-edit-link {
  background: #000 url(assets/images/icons-buttons.png) 10px -711px no-repeat;
  background-color: rgba(0, 0, 0, 0.85);
  height: 50px;
  position: absolute;
  top: 18px;
  left: 0;
  text-indent: -999em;
  width: 50px;
}
.hero-container .slide .post-edit-link:hover {
  background-position: -30px -711px;
}
.hero-container .slide-content-container {
  margin: 0 auto;
  position: relative;
  width: 940px;
}
.hero-container .slide-content {
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
}
.hero-container .slide-content .tag-list {
  display: none;
}
.hero-container .entry-content {
  border-top: none;
  margin: 70px 0 70px 340px;
  overflow: hidden;
  width: 460px;
}
.hero-container .entry-content p:last-child {
  margin: 0;
}
.hero-container .gallery-item {
  padding: 0 5px 10px;
  width: 33%;
}
.hero-container .gallery-item a {
  display: block;
}
.hero-container .gallery {
  width: 100%;
}
.hero-container .gallery .gallery-item {
  width: 20%;
}
.hero-container .gallery img {
  max-width: 100%;
  padding: 0;
}
.hero-container .gallery .wp-caption-text {
  display: none;
}
.hero-container .format-audio .entry-content,
.hero-container .format-standard .entry-content {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  padding: 15px;
  width: 460px;
}
.hero-container .format-gallery .entry-content {
  background: none;
  height: 270px;
  overflow: hidden;
  padding: 0;
}
.hero-container .default-notice {
  margin: -36px 0 0 -240px;
  position: relative;
  top: 50%;
  left: 50%;
  width: 480px;
}
.hero-control-nav {
  display: none;
}
.hero-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 10px;
}
.hero-direction-nav li {
  display: inline;
}
.hero-viewport:hover .hero-direction-nav {
  display: block;
}
.hero-prev,
.hero-next {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(assets/images/icons-buttons.png);
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  height: 50px;
  text-indent: -999em;
  width: 50px;
}
.hero-prev {
  background-position: 10px -551px;
  right: 70px;
}
.hero-prev:hover {
  background-position: -30px -551px;
}
.hero-next {
  background-position: 10px -591px;
  margin-left: 10px;
}
.hero-next:hover {
  background-position: -30px -591px;
}
/* Site Navigation
------------------------------------------------------------------------------*/
.site-navigation {
  background: #252a31;
  background: rgba(37, 42, 49, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.625;
  min-height: 40px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  width: 100%;
}
.site-navigation ul.menu {
  margin-left: -465px;
  position: relative;
  left: 50%;
  width: 940px;
}
.site-navigation a {
  position: relative;
}
.site-navigation li {
  float: left;
  position: relative;
}
.site-navigation li:hover {
  visibility: inherit;
}
.site-navigation li li {
  float: none;
  min-width: 160px;
}
.site-navigation ul ul {
  display: none;
  position: absolute;
}
.site-navigation li:hover ul {
  display: block;
  top: 39px;
  left: 0;
}
.site-navigation li:hover li ul,
.site-navigation li li:hover li ul,
.site-navigation li li li:hover li ul {
  display: none;
}
.site-navigation li li:hover ul,
.site-navigation li li li:hover ul,
.site-navigation li li li li:hover ul {
  display: block;
  top: 5px;
  left: 150px;
}
.site-navigation a {
  color: #bec4cc;
  display: block;
  font-size: 18px;
  padding: 5px 8px;
  word-wrap: break-word;
}
.site-navigation a:hover {
  color: #fff;
}
.site-navigation ul > li {
  margin-right: 3px;
}
.site-navigation ul > li li {
  margin-right: 0;
}
.site-navigation ul {
  float: left;
  position: relative;
}
.site-navigation ul ul {
  background-color: #191d22;
  padding: 5px 0;
}
.site-navigation li:hover {
  background-color: #191d22;
}
.site-navigation li li {
  border: none;
}
.site-navigation li li:hover {
  background-color: #252a31 url(assets/images/bg-lines-alpha.png);
  border: none;
}
.site-navigation li li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 12px;
  text-transform: none;
}
.site-navigation .current-menu-item,
.site-navigation .current_page_item a {
  color: #fff;
}
.site-navigation li.menu-item.amazon:hover,
.site-navigation li.menu-item.facebook:hover,
.site-navigation li.menu-item.flickr:hover,
.site-navigation li.menu-item.lastfm:hover,
.site-navigation li.menu-item.itunes:hover,
.site-navigation li.menu-item.myspace:hover,
.site-navigation li.menu-item.rss:hover,
.site-navigation li.menu-item.twitter:hover,
.site-navigation li.menu-item.youtube:hover,
.site-navigation li.menu-item.vimeo:hover,
.site-navigation li.menu-item.soundcloud:hover,
.site-navigation li.menu-item.bandcamp:hover {
  background: none;
}
.site-navigation li.menu-item.amazon > a,
.site-navigation li.menu-item.facebook > a,
.site-navigation li.menu-item.flickr > a,
.site-navigation li.menu-item.lastfm > a,
.site-navigation li.menu-item.itunes > a,
.site-navigation li.menu-item.myspace > a,
.site-navigation li.menu-item.rss > a,
.site-navigation li.menu-item.twitter > a,
.site-navigation li.menu-item.youtube > a,
.site-navigation li.menu-item.vimeo > a,
.site-navigation li.menu-item.soundcloud > a,
.site-navigation li.menu-item.bandcamp > a {
  background: url(assets/images/icons-media.png) 0 0 no-repeat;
  display: block;
  height: 21px;
  line-height: 21px;
  margin: 9px 5px;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  width: 21px;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
.site-navigation li.menu-item.amazon > a:hover,
.site-navigation li.menu-item.facebook > a:hover,
.site-navigation li.menu-item.flickr > a:hover,
.site-navigation li.menu-item.lastfm > a:hover,
.site-navigation li.menu-item.itunes > a:hover,
.site-navigation li.menu-item.myspace > a:hover,
.site-navigation li.menu-item.rss > a:hover,
.site-navigation li.menu-item.twitter > a:hover,
.site-navigation li.menu-item.youtube > a:hover,
.site-navigation li.menu-item.vimeo > a:hover,
.site-navigation li.menu-item.soundcloud > a:hover,
.site-navigation li.menu-item.bandcamp > a:hover {
  background-color: transparent;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.site-navigation li.menu-item.amazon a {
  background-position: 0 0;
}
.site-navigation li.menu-item.facebook a {
  background-position: 0 -25px;
}
.site-navigation li.menu-item.flickr a {
  background-position: 0 -50px;
}
.site-navigation li.menu-item.lastfm a {
  background-position: 0 -75px;
}
.site-navigation li.menu-item.itunes a {
  background-position: 0 -100px;
}
.site-navigation li.menu-item.myspace a {
  background-position: 0 -125px;
}
.site-navigation li.menu-item.rss a {
  background-position: 0 -150px;
}
.site-navigation li.menu-item.twitter a {
  background-position: 0 -175px;
}
.site-navigation li.menu-item.youtube a {
  background-position: 0 -200px;
}
.site-navigation li.menu-item.vimeo a {
  background-position: 0 -225px;
}
.site-navigation li.menu-item.soundcloud a {
  background-position: 0 -250px;
}
.site-navigation li.menu-item.bandcamp a {
  background-position: 0 -275px;
}
.featured-sidebar .site-navigation ul.menu {
  margin-left: -225px;
  width: 700px;
}
.featured-sidebar .primary-sidebar,
.featured-sidebar #home-sidebar #col-1 {
  margin-bottom: -240px;
  position: relative;
  top: -240px;
}
/**
 * Main
 * -----------------------------------------------------------------------------
 */
/* Layout */
.site-content {
  float: left;
}
.site-content .page-header,
.site-content .hentry {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
}
.left-sidebar .site-content,
.right-sidebar .site-content {
  display: inline;
  float: left;
  margin: 0;
  width: 720px;
}
.left-sidebar .site-content .page-header,
.right-sidebar .site-content .page-header,
.left-sidebar .site-content .hentry,
.right-sidebar .site-content .hentry {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
.home.page-template-template-blog-php .site-content,
.left-sidebar.right-sidebar .site-content {
  display: inline;
  float: left;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
}
.home.page-template-template-blog-php .site-content .page-header,
.home.page-template-template-blog-php .site-content .hentry,
.left-sidebar.right-sidebar .site-content .page-header,
.left-sidebar.right-sidebar .site-content .hentry {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.home.page-template-template-blog-php .pagenavi {
  margin-left: 0;
  margin-right: 0;
}
.home .site-content {
  float: none;
  width: 960px;
}
/* Page Header
------------------------------------------------------------------------------*/
.page-header {
  background: #252a31;
  margin-bottom: 20px;
}
.page-header .page-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.page-header .page-title span {
  color: #bec4cc;
  margin-right: 5px;
}
.page-header .page-content {
  padding: 15px;
}
.page-header .page-content {
  background: url(assets/images/bg-gradient.png) repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page-header .category-description p {
  margin: 0;
}
.page-header .post-edit-link,
.entry-header .post-edit-link {
  background-color: #3f434a;
  background-color: #252a31 !important;
  border-radius: 2px;
  color: #bec4cc;
  display: inline-block;
  float: right;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin: 0 4px 10px 4px;
  margin: 6px;
  padding: 4px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
}
.page-header .post-edit-link:hover,
.entry-header .post-edit-link:hover {
  border: none !important;
  color: #fff;
}
.page-header .post-edit-link.full-width,
.entry-header .post-edit-link.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  width: 100%;
}
/* Site Content
------------------------------------------------------------------------------*/
.site-content .hentry {
  background-color: #252a31;
  margin-bottom: 20px;
}
.site-content .hentry p:last-child {
  margin-bottom: 5px;
}
.site-content .entry-header {
  background-color: #252a31;
}
.site-content .entry-header a:hover {
  border: none;
}
.site-content .entry-header .entry-excerpt {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 10px 15px;
  text-align: center;
}
.site-content .entry-header .entry-excerpt .more-link {
  display: none;
}
.site-content .entry-media {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  overflow: hidden;
  padding: 15px;
}
.site-content .entry-media img {
  height: auto;
  max-width: 100%;
}
.site-content .entry-media.gallery {
  margin-bottom: 0;
}
.site-content .entry-media.widget {
  padding: 0;
}
.site-content .entry-thumbnail {
  position: relative;
}
.site-content .entry-thumbnail img {
  display: block;
}
.site-content .entry-meta {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  margin: 0;
  padding: 5px 15px;
}
.site-content .entry-meta li {
  display: inline;
}
.site-content .entry-meta .date {
  font-weight: bold;
  margin-right: 10px;
}
.site-content .entry-meta .date a {
  color: #fff;
}
.site-content .entry-meta .author {
  color: #bec4cc;
  font-weight: bold;
}
.site-content .entry-meta .by {
  display: none;
}
.site-content .entry-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 8px 15px 7px;
  text-transform: uppercase;
}
.site-content .entry-title span {
  color: #bec4cc;
  float: right;
  font: 13px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  text-transform: none;
}
.site-content .entry-title a {
  color: #fff;
}
.site-content .entry-title span.comments {
  background: url(assets/images/comments.png) 0 4px no-repeat;
  color: #bec4cc;
  display: block;
  height: 20px;
  line-height: 1.6;
  margin: 1px 5px 5px 15px;
  padding-left: 21px;
  text-align: center;
}
.site-content .entry-content {
  background: url(assets/images/bg-gradient.png) repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  clear: both;
  padding: 15px;
}
.site-content .entry-content .player {
  margin-bottom: 24px;
}
.site-content .entry-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  padding: 12px 15px 11px;
}
.site-content .entry-footer span {
  float: right;
  font-size: 14px;
  font-weight: bold;
}
.page-content h1,
.entry-content h1,
.page-content h2,
.entry-content h2,
.page-content h3,
.entry-content h3,
.page-content h4,
.entry-content h4,
.page-content h5,
.entry-content h5,
.page-content h6,
.entry-content h6 {
  clear: both;
  margin-bottom: 10px;
}
/* Format: Gallery
------------------------------------------------------------------------------*/
.format-gallery .entry-gallery {
  background: #191d22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  list-style: none;
  margin: 0;
  padding: 15px 15px 0;
}
.format-gallery .entry-gallery .gallery-item {
  float: left;
  margin: 0 15px 15px 0;
}
.format-gallery .entry-gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 96px;
}
.format-gallery .entry-gallery .gallery-item a:hover {
  border: none;
}
.format-gallery .entry-gallery .last {
  margin-right: 0;
}
/**
 * Comments
 * -----------------------------------------------------------------------------
 */
.comments-meta {
  padding: 0 !important;
}
.comments-container {
  margin: 20px 0 0;
}
.comments-container .comment-pagination {
  clear: both;
  line-height: 1em;
  margin-bottom: 8px;
  padding: 0 15px 8px;
  text-align: right;
}
.comments-container .comment-pagination a {
  color: #fff;
}
.comments-container .comment-pagination a:hover {
  color: #fff;
}
.comments-container .comment-pagination .pages {
  float: left;
}
.comments-container .comment-pagination .pages .of {
  font-style: italic;
}
.comments-container .comment-pagination .page-numbers {
  font-weight: bold;
  margin: 0 2px;
  padding: 0 2px;
}
.comments-container .comment-pagination .current,
.comments-container .comment-pagination .total {
  color: #fff;
  font-weight: bold;
}
.comment-title-wrap,
.pingback-title-wrap {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 20px 15px 10px;
}
.pingback-title-wrap {
  margin-bottom: 8px;
  padding-top: 20px;
}
.comment-title,
.pingback-title,
.comment-reply-title {
  font-size: 16px;
  line-height: 1em;
  margin: 0;
}
.leave-comment-link {
  color: #bec4cc;
  float: right;
  font-weight: bold;
  line-height: 14px;
}
.commentlist {
  list-style-type: none;
  margin: 0;
}
.commentlist ul {
  margin: 0;
  padding: 0;
}
.commentlist li {
  padding: 0;
}
.commentlist li li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.commentlist li li .comment-head,
.commentlist li li .comment-body {
  margin-left: 36px;
}
.commentlist li li li .comment-head,
.commentlist li li li .comment-body {
  margin-left: 80px;
}
.commentlist li li li li .comment-head,
.commentlist li li li li .comment-body {
  margin-left: 100px;
}
.seperation-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.comment {
  margin: 0;
}
.comment.bypostauthor {
  background: rgba(0, 0, 0, 0.2);
}
.comment .comment-body *:last-child {
  margin-bottom: 0;
}
.comment .children {
  list-style-type: none;
}
.comment .children .comment {
  border-bottom: none;
  margin-bottom: 0;
}
.comment .children .comment-meta:before {
  color: #bec4cc;
  content: "↳";
  font-style: normal;
  position: absolute;
  top: 12px;
  left: -22px;
}
.comment-head,
.comment-body {
  margin-left: 15px;
  margin-right: 15px;
}
.comment-head {
  position: relative;
}
.comment-meta {
  color: #bec4cc;
  font-size: 13px;
  font-style: italic;
  line-height: 1em;
  line-height: 13px;
  margin: 0 0 12px 0;
  position: relative;
}
.comment-meta a {
  color: #bec4cc;
  padding: 0;
}
.comment-meta a.url:after {
  content: "\0A\221E";
}
.comment-author-avatar {
  float: left;
  margin: 2px 12px 0 0;
  position: relative;
}
.comment-author-avatar a {
  display: block;
}
.comment-author-name {
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 3px 0;
}
.comment-author-name a {
  color: #fff;
  padding: 0;
}
.comment-author-name a.url:after {
  content: "\0A\221E";
}
.comment-date {
  display: inline-block;
  padding: 3px 0;
}
.comment-body {
  margin-left: 15px;
  padding-bottom: 10px;
  position: relative;
}
.comment-body ul,
.comment-body ol {
  background: none;
  list-style: disc;
  margin: 0 0 24px 1.5em;
  padding: 0;
}
.comment-body ul ul,
.comment-body ol ul,
.comment-body ul ol,
.comment-body ol ol {
  margin: 0;
}
.comment-body ul li,
.comment-body ol li {
  padding: 0;
}
.comment-field {
  margin-bottom: 20px;
}
.pinglist {
  list-style: none;
  margin: 0;
  padding-bottom: 12px;
}
.pinglist ul {
  margin: 0;
}
p.pinglist {
  padding-bottom: 0;
}
p.pinglist .ping {
  padding: 0 15px;
}
.ping {
  margin: 0 0 7px;
  padding: 0;
}
.ping:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ping a {
  padding: 0 15px;
}
.ping a:after {
  content: "\0A\221E";
}
.ping .seperation-border {
  margin-bottom: 7px;
}
.comment-reply-title {
  margin: 0 0 20px;
}
.cancel-comment-reply {
  float: right;
  font-size: 13px;
}
.cancel-comment-reply:before {
  content: "\2718\0A";
}
.comment-respond {
  padding: 0 15px !important;
}
.comment-respond h3 {
  margin-top: 0 !important;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  color: #fff;
  position: relative;
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label,
.comment-respond .comment-form-comment label {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  min-width: 25px;
  padding: 4px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.comment-respond .comment-form-author label span,
.comment-respond .comment-form-email label span,
.comment-respond .comment-form-url label span,
.comment-respond .comment-form-comment label span {
  font-weight: bold;
  margin-left: 5px;
}
.comment-respond .comment-form-author .field-note,
.comment-respond .comment-form-email .field-note,
.comment-respond .comment-form-url .field-note,
.comment-respond .comment-form-comment .field-note {
  color: #bec4cc;
}
.comment-respond label {
  margin: 0;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  position: relative;
}
.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
  text-indent: 0;
  z-index: 2;
}
.comment-respond input[type="text"] {
  margin-right: 10px;
  width: 50%;
}
.comment-respond textarea {
  resize: vertical;
  width: 100%;
}
.comment-respond p {
  margin-bottom: 14px;
}
.comment-respond .comment-form-email input:focus + .field-note {
  color: #252a31;
}
.comment-respond .comments-rss a {
  color: #fff;
}
li .comment-respond {
  margin: 20px 0 0;
  overflow: hidden;
}
.comment-form {
  margin: 20px 0;
}
.comments-rss {
  float: right;
  font-size: 13px;
  font-style: italic;
  height: 20px;
}
.comments-rss a {
  color: #bec4cc !important;
}
.comments-rss span {
  background: orange;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin-right: 3px;
  padding: 1px 3px;
}
.nocomments {
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
.comment-moderation {
  color: #fff;
}
/**
 * Featured Image Carousel
 * -----------------------------------------------------------------------------
 */
.image-carousel-container {
  float: right;
  height: 80px;
  padding: 0 50px;
  margin: 0 10px 20px;
  overflow: hidden;
  position: relative;
}
.left-sidebar .image-carousel-container {
  width: 700px;
}
.image-carousel-items {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.image-carousel-item {
  float: left;
  height: 80px;
  list-style: none;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
}
.image-carousel-item .entry-thumbnail {
  background: #252a31;
  padding: 7px;
  display: inline-block;
}
.image-carousel-item img {
  display: block;
  margin: 0;
  max-width: 100%;
}
/* Controls */
.image-carousel-control-nav {
  display: none;
  visibility: hidden;
}
.image-carousel-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-carousel-prev,
.image-carousel-next {
  background: #252a31 url(assets/images/image-carousel-nav.png) 0 0 no-repeat;
  cursor: pointer;
  height: 80px;
  position: absolute;
  top: 0;
  text-indent: -999em;
  width: 30px;
}
.image-carousel-prev {
  left: 0;
}
.image-carousel-prev:hover {
  background-position: 0 0;
}
.image-carousel-next {
  background-position: 0 -80px;
  right: 0;
}
.image-carousel-next:hover {
  background-position: 0 -80px;
}
/* Carousel Lines */
.image-carousel-container .lines {
  position: absolute;
  top: -9px;
  left: 10px;
}
.image-carousel-container .lines span {
  border-bottom: 1px solid #252a31;
  display: block;
  height: 1px;
  padding: 9px 0;
  width: 940px;
}
/**
 * Page Templates
 * -----------------------------------------------------------------------------
 */
/* Discography
------------------------------------------------------------------------------*/
.page-template-template-discography-php .site-content .hentry {
  width: auto;
}
.page-template-template-discography-php .site-content .soundcheck_audio_player_widget {
  margin-bottom: 0;
}
/* Events
------------------------------------------------------------------------------*/
.page-template-template-events-php.left-sidebar .site-content {
  float: right;
}
.events-filter-list {
  background: #191d22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
}
.events-filter-list ul {
  list-style: none;
  margin: 0;
}
.events-filter-list li {
  float: left;
}
.events-filter-list .filter-title {
  color: #bec4cc;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
}
.events-filter-list .filter-list-items-container {
  overflow: hidden;
}
.events-filter-list .filter-list-items-container a {
  font-weight: bold;
  padding-right: 15px;
}
.events-filter-list .filter-list-items-container a.active {
  color: #fff;
}
.events-list-container {
  padding: 0 0 15px;
}
.events-list-items {
  list-style: none;
  margin: 0;
}
.events-list-items .post-edit-link {
  color: #bec4cc;
  font-style: italic;
}
.events-list-items .event-date {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.events-list-items .event-content {
  overflow: hidden;
}
.events-list-items .event-title {
  display: inline;
  font-weight: bold;
  text-transform: none;
}
.events-list-items .event-excerpt {
  font-size: 13px;
  margin: 4px 0 0 0;
  font-color: #bec4cc;
}
.events-list-items .event-description {
  display: none;
  margin-top: 10px;
}
#col-2 .events-list-items .event-excerpt {
  display: inline;
  margin-left: 4px;
}
.event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #bec4cc;
  padding: 10px 15px;
}
.event.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.event .event-title {
  cursor: pointer;
}
.soundcheck_events_widget .button {
  margin: 0;
}
/**
 * Thumbnail Icons
 * -----------------------------------------------------------------------------
 */
.thumbnail-icon {
  display: block;
  position: relative;
}
.thumbnail-icon:before {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  border: none !important;
  content: "";
  cursor: pointer;
  display: none;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
}
.thumbnail-icon:before:hover {
  border: none !important;
}
.thumbnail-icon:hover:before {
  display: block;
}
.thumbnail-icon.audio,
.thumbnail-icon.gallery,
.thumbnail-icon.image,
.thumbnail-icon.standard,
.thumbnail-icon.video {
  margin: 0;
}
.thumbnail-icon.audio:before,
.thumbnail-icon.gallery:before,
.thumbnail-icon.image:before,
.thumbnail-icon.standard:before,
.thumbnail-icon.video:before {
  background-image: url(assets/images/icons-buttons.png);
  background-repeat: no-repeat;
}
.thumbnail-icon.audio:before:hover,
.thumbnail-icon.gallery:before:hover,
.thumbnail-icon.image:before:hover,
.thumbnail-icon.standard:before:hover,
.thumbnail-icon.video:before:hover {
  display: block;
}
.thumbnail-icon.audio:before {
  background-position: 10px -470px;
}
.thumbnail-icon.gallery:before {
  background-position: 10px -510px;
}
.thumbnail-icon.image:before {
  background-position: 10px -390px;
}
.thumbnail-icon.standard:before {
  background-position: 10px -190px;
}
.thumbnail-icon.video:before {
  background-position: 10px -430px;
}
/**
 * Audio Player (jPlayer)
 * -----------------------------------------------------------------------------
 */
/* Controls
------------------------------------------------------------------------------*/
.jp-interface {
  float: left;
  height: 160px;
  margin-right: 20px;
  position: relative;
  width: 160px;
}
.jp-controls-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  height: 50px;
  list-style-type: none;
  margin: -25px 0 0 -65px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
}
.jp-controls a {
  position: absolute;
  text-indent: -999em;
}
.jp-controls li {
  display: inline-block;
}
.jp-next,
.jp-play,
.jp-pause,
.jp-previous {
  background: url(assets/images/icons-buttons.png) no-repeat;
  display: block;
}
.jp-play,
.jp-pause {
  height: 41px;
  top: 5px;
  left: 45px;
  width: 41px;
}
.jp-play {
  background-position: 0 0;
}
.jp-play:hover {
  background-position: -40px 0;
}
.jp-pause {
  background-position: 0 -40px;
  display: none;
}
.jp-pause:hover {
  background-position: -40px -40px;
}
.jp-previous,
.jp-next {
  height: 31px;
  top: 10px;
  width: 31px;
}
.jp-previous {
  background-position: 0 -240px;
  left: 10px;
}
.jp-previous:hover {
  background-position: -40px -240px;
}
.jp-next {
  background-position: 0 -280px;
  left: 90px;
}
.jp-next:hover {
  background-position: -40px -280px;
}
.jp-view-controls {
  height: 24px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.jp-view-controls a {
  float: right;
  margin-left: 5px;
}
.jp-content-view,
.jp-playlist-view {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: block;
  text-align: center;
}
.jp-content-view:hover,
.jp-playlist-view:hover,
.jp-content-view.open,
.jp-playlist-view.open {
  color: #fff;
}
.jp-content-view:hover span,
.jp-playlist-view:hover span,
.jp-content-view.open span,
.jp-playlist-view.open span {
  background-color: #fff;
}
.jp-playlist-view {
  height: 24px;
  padding: 6px 7px;
  width: 26px;
}
.jp-playlist-view span {
  background-color: #bec4cc;
  display: block;
  height: 12px;
  height: 2px;
  margin: 0 0 1px;
  width: 12px;
}
.jp-content-view {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0;
  width: 26px;
}
/* Player Content
------------------------------------------------------------------------------*/
.jp-content {
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
}
.jp-content span {
  display: block;
  line-height: 21px;
}
/* Current Track Info and Notifcations
------------------------------------------------------------------------------*/
.jp-current-item,
.jp-notification {
  padding: 9px 0 7px;
}
.jp-current-artwork a {
  display: block;
}
.jp-current-artwork img {
  display: block;
  max-width: 100%;
}
a.jp-current-track,
.jp-notification-title {
  color: #fff;
}
a.jp-current-track,
a.jp-current-artist,
.jp-notification-title {
  font-weight: bold;
}
a.jp-current-artist,
a.jp-current-album,
.jp-notification-description {
  color: #bec4cc;
  font-size: 13px;
}
.jp-notification {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#jp-loading {
  display: block;
}
/* Progress Bar
------------------------------------------------------------------------------*/
.jp-progress-wrap {
  float: left;
  width: 65%;
}
.jp-progress {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  height: 8px;
  padding: 1px;
  width: 100%;
}
.jp-seek-bar {
  background-color: #3f434a;
  cursor: pointer;
}
.jp-seek-bar,
.jp-play-bar {
  height: 6px;
  width: 0;
}
.jp-play-bar {
  background-color: #191d22;
}
/* Time
------------------------------------------------------------------------------*/
.jp-current-time {
  color: #bec4cc;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: -3px 0 0 15px;
  text-align: right;
}
/* Playlist
------------------------------------------------------------------------------*/
.jp-type-playlist {
  float: left;
  margin-bottom: 20px;
  top: 10px;
  width: 100%;
}
.jp-playlist {
  border-top: none;
  display: none;
  margin-top: 10px;
}
.jp-playlist .jp-artist {
  display: none;
}
.jp-playlist a {
  color: #bec4cc;
  text-decoration: none;
}
.jp-playlist a:hover {
  color: #fff;
}
.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jp-playlist ul li {
  clear: both;
  padding: 5px 10px 4px;
}
.jp-playlist li div {
  display: inline;
}
.jp-playlist li:hover .jp-track-number {
  background: url(assets/images/icons-player-elements.png) 0 1px no-repeat;
  text-indent: -999em;
}
.jp-playlist li.jp-playlist-current {
  color: #fff !important;
}
.jp-playlist li.jp-playlist-current .jp-track-number {
  background: url(assets/images/icons-player-elements.png) 0 1px no-repeat;
  text-indent: -999em;
}
.jp-playlist li.jp-playlist-current a.jp-playlist-item {
  color: #fff;
}
.jp-playlist a.jp-playlist-item {
  display: block;
  position: relative;
}
.single .jp-playlist {
  display: block;
}
.hide-playlist .jp-playlist {
  display: none;
}
.hide-content .jp-interface {
  border-bottom: none !important;
}
.hide-content .jp-content {
  display: none;
}
.jp-track-number {
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  margin-right: 7px;
  text-align: center;
  width: 20px;
}
.tracks-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-transform: uppercase;
}
.entry-media .jp-progress {
  background-color: #252a31;
}
.entry-media .jp-type-playlist {
  margin-bottom: 0;
}
/**
 * Widgets & Sidebars
 * -----------------------------------------------------------------------------
 */
.primary-sidebar {
  float: left;
}
ul.sidebar {
  list-style: none;
  margin: 0;
}
.widget {
  background: #252a31;
  color: #bec4cc;
  margin-bottom: 20px;
}
.widget a {
  color: #fff;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget ul li:first-child {
  border-top: none;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul ul {
  list-style-position: inside;
  margin: 0;
}
.widget li li {
  border: none;
}
.widget ul li li {
  padding: 5px 0;
}
.widget ul li li:before {
  color: #bec4cc;
  content: "❯";
  font-size: 12px;
  margin-right: 10px;
}
.widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 9px 15px;
  text-transform: uppercase;
}
.widget-title + *,
.widget-content {
  background: url(assets/images/bg-gradient.png) 0 0 repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.widget-content {
  width: 100%;
}
.widget-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  padding: 8px 15px;
}
.widget-footer .button {
  margin: 0;
}
/* Search Widget
------------------------------------------------------------------------------*/
.widget_search {
  padding: 0;
  width: 100%;
}
.widget_search input.search-field {
  background-color: #3f434a;
  color: #fff;
  height: 41px;
  padding: 0 13px;
  width: 176px;
}
.widget_search input.search-submit {
  background: none !important;
  float: none !important;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}
.widget_search input.search-submit:hover {
  color: #fff;
}
/* Image Widget
------------------------------------------------------------------------------*/
.widget_image img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}
.widget_image .wp-caption {
  margin: 0;
  padding: 0;
}
.widget_image .wp-caption img {
  margin: 0;
}
.widget_image .wp-caption p.wp-caption-text {
  margin: 0;
}
/* Tag Cloud Widget
------------------------------------------------------------------------------*/
.widget_tag_cloud div,
.wp_widget_tag_cloud div {
  padding: 10px 15px;
}
/* Archive and Category Widgets
------------------------------------------------------------------------------*/
.widget_archive > ul li,
.widget_categories > ul li,
.widget_meta > ul li,
.widget_rss > ul li {
  padding: 10px 15px;
}
.widget_archive ul,
.widget_categories ul {
  text-align: right;
}
.widget_archive li,
.widget_categories li {
  overflow: hidden;
}
.widget_archive a,
.widget_categories a,
.widget_archive li:before,
.widget_categories li:before {
  float: left;
}
.widget_archive select,
.widget_categories select {
  margin: 10px 15px;
}
/* RSS Widget
------------------------------------------------------------------------------*/
.widget_rss a.rsswidget,
.widget_rss .rss-date {
  font-weight: bold;
}
/* RSS Links Widget
------------------------------------------------------------------------------*/
.widget_rss_links p {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin: 0;
  padding: 15px;
}
/* Text Widget
------------------------------------------------------------------------------*/
.widget_text .textwidget {
  padding: 10px 15px 15px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}
.widget_text img {
  display: inline-block;
  max-width: 100%;
}
/* Recent Comments Widget
------------------------------------------------------------------------------*/
.widget_recent_comments .recentcomments {
  padding: 10px 15px 9px;
}
.widget_recent_comments .url {
  font-weight: bold;
}
.widget_recent_comments table {
  border-collapse: separate;
}
.widget_recent_comments table tbody tr:nth-child(even) {
  background: none;
}
.widget_recent_comments table.recentcommentsavatar img.avatar {
  border: 0;
  display: block;
  margin: 0;
}
.widget_recent_comments table.recentcommentsavatar a {
  background-color: transparent !important;
  border: 0 !important;
}
.widget_recent_comments td.recentcommentsavatartop {
  padding: 10px 15px 9px;
}
.widget_recent_comments td.recentcommentsavatarend {
  padding: 10px 15px 9px;
}
.widget_recent_comments td,
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 15px 9px 0;
}
/* Links, Recent Posts, Top Posts, Top Clicks, Top Rated Widgets
------------------------------------------------------------------------------*/
.widget.top_rated li,
.widget_links li,
.widget_recent_entries li,
.widget_stats_topposts li,
.widget_stats_topclicks li {
  padding: 10px 15px 9px;
}
.widget.top_rated p {
  padding: 5px 15px;
}
/* Calendar Widget
------------------------------------------------------------------------------*/
.widget_calendar #calendar_wrap {
  padding: 10px 15px;
}
.widget_calendar caption {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_calendar td,
.widget_calendar th,
.widget_calendar tr,
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  background: none !important;
  padding: 0;
}
.widget_calendar table {
  margin-bottom: 10px;
}
.widget_calendar tbody tr:first-child td {
  padding-top: 10px;
}
.widget_calendar tbody tr:last-child td {
  padding-bottom: 10px;
}
/* Upcoming Events Widget
------------------------------------------------------------------------------*/
.widget_upcoming_events_widget .upcoming-events li {
  margin: 0;
  padding: 10px 15px;
}
.widget_upcoming_events_widget .event-location {
  color: #fff;
}
.widget_upcoming_events_widget .event-when {
  font-weight: bold;
}
.widget_upcoming_events_widget .event-summary {
  font-family: 13px;
  margin-top: 4px;
}
.widget_upcoming_events_widget .event-description {
  display: none;
}
/* Nav Menu and Pages Widgets
------------------------------------------------------------------------------*/
.widget_pages ul li,
.widget_nav_menu ul li {
  padding: 7px 15px;
}
.widget_pages ul ul,
.widget_nav_menu ul ul {
  padding-top: 4px;
}
.widget_pages ul ul li,
.widget_nav_menu ul ul li {
  padding-bottom: 1px;
  padding-top: 1px;
}
.widget_pages ul ul a,
.widget_nav_menu ul ul a {
  font-size: 13px;
}
.widget_pages ul ul ul,
.widget_nav_menu ul ul ul {
  margin-left: 15px;
}
/* Latest Tweets Widget
------------------------------------------------------------------------------*/
.widget_twitter a {
  color: #fff;
}
.widget_twitter a.timesince {
  color: #bec4cc;
  font-size: 0.7em;
  text-transform: uppercase;
}
.widget_twitter ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget_twitter li {
  clear: both;
  padding: 10px 15px !important;
}
.widget_twitter li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.widget_twitter iframe.twitter-follow-button {
  margin: 11px 15px 6px !important;
}
/* Author Grid Widget
------------------------------------------------------------------------------*/
.widget_author_grid ul {
  padding: 10px;
}
.widget_author_grid ul li {
  border: none;
  float: left;
  padding: 5px;
}
.widget_author_grid img {
  display: block;
}
/* Stat Counter Widget
------------------------------------------------------------------------------*/
.widget_statscounter {
  font-size: 16px;
}
.widget_statscounter ul {
  padding: 10px 15px;
}
/* Facebook Widget
------------------------------------------------------------------------------*/
.widget_facebook_likebox iframe {
  display: block;
}
.widget_facebook_likebox #flickr_badge_uber_wrapper {
  width: 100%;
}
.widget_facebook_likebox #flickr_badge_uber_wrapper a:hover,
.widget_facebook_likebox #flickr_badge_uber_wrapper a:link,
.widget_facebook_likebox #flickr_badge_uber_wrapper a:active,
.widget_facebook_likebox #flickr_badge_uber_wrapper a:visited {
  color: #fff;
}
.widget_facebook_likebox #flickr_badge_wrapper {
  background: none;
  border: none;
}
/* Flickr Widget
------------------------------------------------------------------------------*/
.widget_flickr img {
  display: block;
}
/* Blog Subscription Widget
------------------------------------------------------------------------------*/
.widget_blog_subscription form {
  padding: 0 !important;
}
.widget_blog_subscription p {
  margin-bottom: 0;
  overflow: hidden;
  padding: 9px 15px;
}
.widget_blog_subscription p:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.widget_blog_subscription p:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Gravatar Widget
------------------------------------------------------------------------------*/
.widget_gravatar p {
  margin: 0;
  padding: 15px;
}
.widget_gravatar p:last-child {
  padding-top: 0;
}
.widget_gravatar img {
  display: block;
  float: left;
  height: auto;
  margin-right: 15px;
  max-width: 100%;
}
/* Milestone Widget
------------------------------------------------------------------------------*/
.milestone-widget .milestone-content {
  margin: 0;
}
.milestone-widget .milestone-header {
  background-color: none;
}
.milestone-widget .event {
  border: none;
  padding: 0;
}
/* Contact info Widget
------------------------------------------------------------------------------*/
.widget_contact_info .confit-phone {
  padding: 10px 15px;
}
/* Featured Post Widget (Soundcheck)
------------------------------------------------------------------------------*/
.soundcheck_featured_post_widget .widget-content {
  border-top: none;
  padding: 15px;
}
.soundcheck_featured_post_widget .widget-content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.soundcheck_featured_post_widget h4 {
  font-weight: bold;
  text-transform: none;
}
.soundcheck_featured_post_widget p {
  margin: 4px 0 0;
}
.soundcheck_featured_post_widget img {
  display: block;
}
#col-2 .soundcheck_featured_post_widget {
  overflow: hidden;
}
#col-2 .soundcheck_featured_post_widget .widget-title {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#col-2 .soundcheck_featured_post_widget .widget-title + .widget-content,
#col-2 .soundcheck_featured_post_widget .widget-title + figure + .widget-content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#col-2 .soundcheck_featured_post_widget figure {
  float: left;
  max-width: 50%;
  width: 220px;
}
#col-2 .soundcheck_featured_post_widget .widget-content {
  border: none;
  overflow: hidden;
  width: auto;
}
/* Featured Cateory Widget (Soundcheck)
------------------------------------------------------------------------------*/
.soundcheck_featured_category_widget li {
  overflow: hidden;
  padding: 10px 15px;
  padding-top: 10px !important;
}
.soundcheck_featured_category_widget .entry-date {
  color: #bec4cc;
  font-size: 14px;
  font-weight: bold;
}
.soundcheck_featured_category_widget .entry-title {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
}
.soundcheck_featured_category_widget .entry-title a {
  color: #fff;
  font-weight: bold;
}
.soundcheck_featured_category_widget .entry-title a:hover {
  color: #fff;
}
.soundcheck_featured_category_widget .entry-content {
  overflow: hidden;
}
.soundcheck_featured_category_widget .entry-content p {
  clear: both;
  padding-top: 4px;
}
.soundcheck_featured_category_widget .entry-thumbnail {
  margin: 0;
}
.soundcheck_featured_category_widget .entry-thumbnail img {
  display: block;
  height: 40px;
  width: 40px;
}
.soundcheck_featured_category_widget p {
  font-size: 13px;
  margin: 0;
}
.soundcheck_featured_category_widget .more-link {
  display: none;
}
.soundcheck_featured_category_widget .widget-title span {
  display: none;
}
.soundcheck_featured_category_widget .alignleft,
.soundcheck_featured_category_widget .alignright {
  float: left;
  margin: 0 15px 0 0;
}
#col-2 .soundcheck_audio_player_widget .jp-interface {
  border-bottom: none;
}
#col-2 .soundcheck_audio_player_widget .jp-content,
#col-2 .soundcheck_audio_player_widget .jp-playlist,
#col-2 .soundcheck_audio_player_widget .tracks {
  width: 240px;
}
#col-2 .soundcheck_audio_player_widget .jp-content,
#col-2 .soundcheck_audio_player_widget .jp-playlist {
  top: 0;
  left: 220px;
}
#col-2 .soundcheck_audio_player_widget .jp-content {
  background: url(assets/images/bg-gradient.png) 0 0 repeat-x;
  border-top: none;
  position: absolute;
}
#col-2 .soundcheck_featured_category_widget .widget-content {
  float: left;
}
#col-2 .soundcheck_featured_category_widget .widget-content li {
  padding: 10px 15px;
}
#col-2 .soundcheck_featured_category_widget .entry-date {
  float: left;
  margin-right: 15px;
}
#col-2 .soundcheck_featured_category_widget .entry-content {
  overflow: hidden;
}
#col-2 .soundcheck_featured_category_widget .entry-content p {
  margin-top: 4px;
  padding-top: 0;
}
#col-2 .soundcheck_featured_category_widget .widget-title span {
  color: #bec4cc;
  display: inline;
  float: right;
  font: 13px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  padding-top: 3px;
  text-transform: none;
}
#col-2 .soundcheck_featured_category_widget .alignleft {
  float: left;
  margin: 3px 15px 0 0;
}
#col-2 .soundcheck_featured_category_widget .alignright {
  float: right;
  margin: 3px 0 0 15px;
}
/* Audio Player Widget (Soundcheck)
------------------------------------------------------------------------------*/
.widget .jp-audio {
  background: #252a31;
  position: relative;
  width: 220px;
}
.widget .jp-interface {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  float: none;
  height: 100%;
  width: 100%;
}
.widget .jp-current-item,
.widget .jp-notification {
  padding-left: 15px;
  padding-right: 15px;
}
.widget .jp-current-track span,
.widget .jp-current-artist span,
.widget .jp-current-album span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .jp-view-controls {
  top: 9px;
}
.widget .jp-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 99px;
}
.widget .jp-content span {
  width: 190px;
}
.widget .jp-progress-wrap {
  margin-left: 15px;
}
.widget .jp-progress-wrap .jp-progress {
  background-color: #191d22;
}
.widget .jp-progress-wrap .jp-seek-bar {
  background-color: #191d22;
}
.widget .jp-progress-wrap .jp-play-bar {
  background-color: #3f434a;
}
.widget .jp-current-artwork {
  height: 220px;
  width: 220px;
}
.widget .jp-type-playlist {
  float: none;
  margin: 0;
  top: 0;
}
.widget .jp-playlist {
  background: #252a31;
  display: none;
  height: 220px;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
}
.widget .jp-playlist ul {
  font-size: 13px;
  width: 220px;
}
.widget .tracks {
  background: url(assets/images/bg-gradient.png) 0 0 repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 176px;
}
.widget .tracks-title {
  margin-bottom: 0;
  padding: 9px 15px;
}
/**
 * Pagination
 * -----------------------------------------------------------------------------
 */
.entry-attachment-nav {
  padding: 15px;
}
.entry-attachment-nav .paging {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.entry-attachment-nav .paging .prev,
.entry-attachment-nav .paging .next {
  position: absolute;
  top: 0;
}
.entry-attachment-nav .paging .prev {
  left: 0;
}
.entry-attachment-nav .paging .next {
  right: 0;
}
.entry-attachment-nav .paging .return {
  text-align: center;
}
.paged-nav {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 15px;
}
.paged-nav .prev,
.paged-nav .next {
  display: inline-block;
  margin-right: 5px;
}
.paged-nav .button {
  margin: 0;
}
.pagenavi {
  background-color: #252a31;
  clear: both;
  color: #bec4cc;
  height: 41px;
  line-height: 41px;
  margin: 0 10px 20px;
  overflow: hidden;
  padding: 0 15px;
  text-align: right;
}
.pagenavi .pages {
  float: left;
  font-style: italic;
  padding: 0;
}
.pagenavi li {
  display: inline-block;
}
.pagenavi li .page-numbers {
  background: #3f434a;
  color: #bec4cc;
  margin: 0 0 0 4px;
  padding: 3px 8px 4px;
}
.pagenavi li a.page-numbers {
  color: #fff;
}
.page-links {
  background: #bec4cc;
  margin-bottom: 24px;
  padding: 10px;
}
.pagelinks {
  clear: both;
  font-weight: bold;
}
.pagelinks .page-numbers {
  display: inline-block;
  font-style: italic;
  margin-left: 5px;
  padding: 0 7px;
  text-shadow: none;
}
.pagelinks .page-numbers:hover {
  font-style: italic;
}
.pagelinks a .page-numbers {
  background: #bec4cc;
  color: #000;
  font-style: normal;
}
.tag-list {
  margin-bottom: 1em;
}
.tag-list a {
  background: #bec4cc;
  color: #000;
  display: inline-block;
  line-height: 25px;
  margin: 0 5px 10px 0;
  padding: 0 8px;
  position: relative;
  text-shadow: none;
}
/**
 * Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
  background: #252a31;
  color: #bec4cc;
  font-size: 12px;
  height: 41px;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #fff;
}
.site-credits {
  float: left;
  padding: 13px 15px 12px;
}
.media-icons {
  background: url(assets/images/media-icons-bg.png) 0 0 repeat-x;
  float: right;
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 30px;
}
.media-icons a {
  display: block;
}
.media-icons li {
  background: url(assets/images/icons-media.png) 0 0 no-repeat;
  float: left;
  height: 21px;
  margin-left: 10px;
  width: 21px;
}
.media-icons li.amazon {
  background-position: 0 0;
}
.media-icons li.facebook {
  background-position: 0 -25px;
}
.media-icons li.flickr {
  background-position: 0 -50px;
}
.media-icons li.lastfm {
  background-position: 0 -75px;
}
.media-icons li.itunes {
  background-position: 0 -100px;
}
.media-icons li.myspace {
  background-position: 0 -125px;
}
.media-icons li.rss {
  background-position: 0 -150px;
}
.media-icons li.twitter {
  background-position: 0 -175px;
}
.media-icons li.youtube {
  background-position: 0 -200px;
}
.media-icons li.vimeo {
  background-position: 0 -225px;
}
.media-icons li.soundcloud {
  background-position: 0 -250px;
}
.media-icons li.bandcamp {
  background-position: 0 -275px;
}
#role-credits {
  clear: both;
  display: none;
  float: right;
  padding: 0 10px 20px;
}
/**
 * CSS3
 * -----------------------------------------------------------------------------
 */
/* BORDER RADIUS */
#image-preview,
#tooltip,
.site-navigation ul ul ul,
.site-content .hentry,
.hero-container .edit-link,
.site-footer,
.page-header,
.default-notice,
.jp-audio,
.jp-type-playlist,
.image-carousel-items .entry-thumbnail,
.page-header,
.widget,
.prev,
.next,
.image-carousel-prev,
.image-carousel-next,
.jp-progress,
.pagenavi,
.purchase-link,
.jp-audio,
.post-edit-link,
.widget .jp-playlist,
.widget .hide-content .jp-current-artwork img,
.widget .hide-content.playlist-open .jp-playlist {
  border-radius: 4px;
}
.site-content .post-edit-link,
.hero-container .gallery img,
.gravatar img,
.avatar,
.button,
.pagenavi .page-numbers,
.soundcheck_featured_category_widget .entry-thumbnail img,
.comments-rss span,
.button,
.label .radius,
.pagelinks .page-numbers,
.panel,
.tag-list a,
input[type=submit] {
  border-radius: 2px;
}
.jp-controls-wrap,
.jp-seek-bar,
.jp-play-bar,
.jp-content-view,
.jp-playlist-view,
.thumbnail-icon:before,
form textarea,
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=phone],
form input[type=number],
form input[type=file],
form input[type=password],
form input[type=submit] {
  border-radius: 3px;
}
.jp-interface,
.widget .jp-current-artwork img,
.widget .jp-playlist,
.entry-header,
.soundcheck_featured_post_widget figure img {
  border-radius: 4px 4px 0 0;
}
.media-icons,
#col-2 .soundcheck_audio_player_widget .jp-playlist {
  border-radius: 0 4px 4px 0;
}
.site-navigation ul ul,
.page-content,
.site-content .entry-content,
.widget .widget-title + *,
.widget .widget-content {
  border-radius: 0 0 4px 4px;
}
form input.search-field,
#col-2 .soundcheck_audio_player_widget .jp-interface img {
  border-radius: 4px 0 0 4px;
}
.site-navigation li li:hover,
#col-2 .soundcheck_featured_post_widget figure img,
.widget_rss_links p {
  border-radius: 0;
}
.round {
  border-radius: 100%;
}
/* BOX SHADOW */
.site-content .hentry,
.page-header,
.site-navigation ul ul,
.default-notice,
.page-header,
.widget,
.pagenavi,
.gravatar img,
.thumbnail-icon:before,
.button:hover,
.pagelinks .page-numbers:hover,
.tag-list a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.widget-footer {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.2);
}
.site-content .widget .jp-current-artwork {
  box-shadow: none;
}
/* TRANSITION */
.site-content .hentry a,
#submit,
.media-icons li,
.search-submit {
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.hero-container .prev,
.hero-container .next,
.hero-container .bx-start,
.hero-container .edit-link,
.media-icons li,
.jp-controls-wrap,
.thumbnail-icon {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.comment-form input {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.thumbnail-icon:before,
form textarea,
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=phone],
form input[type=number],
form input[type=file],
form input[type=password],
form input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* OPACITY */
.media-icons li {
  opacity: 0.5;
}
.media-icons li:hover {
  opacity: 1;
}
.jp-controls-wrap,
.thumbnail-icon:before {
  opacity: 0;
}
.jp-audio.playing .jp-controls-wrap,
.jp-audio:hover .jp-controls-wrap,
.thumbnail-icon:hover:before {
  opacity: 1;
}
/* TEXT SHADOW */
.site-navigation,
.main-container,
.widget,
#search input,
.hero-container .edit-link,
.site-footer,
.jp-audio {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.site-info {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
span.comments a {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label,
.comment-respond .comment-form-comment label,
.widget_search input:hover,
.comments-rss span {
  text-shadow: none;
}
/**
 * Plugins
 * -----------------------------------------------------------------------------
 */
/* Jetpack
------------------------------------------------------------------------------*/
/* Slideshows */
.slideshow-window {
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.slideshow-slide {
  width: 100% !important;
}
/* Post Flair */
#jp-post-flair {
  margin-bottom: 20px;
}
/**
 * Print styles
 * ----------------------------------------------------------------------------
 */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
}


