/*!

Theme Name: Cadence
Theme URI: https://vective.co/cadence
Author: Vective
Author URI: http://vective.co/
Version: 1.2
Description: Wordpress Music Theme
License: GNU General Public License
License URI: license.txt

*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot?v=4.0.3");
  src: url("font/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("font/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("font/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* -----------------------------------*/
/* -------->>> VARIABLES <<<----------*/
/* -----------------------------------*/
/* -----------------------------------*/
/* --------->>> MIX-INS <<<-----------*/
/* -----------------------------------*/
/* -----------------------------------*/
/* ---------->>> BASE <<<-------------*/
/* -----------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 16px;
}

body {
  font-size: 62.5%;
  /* 1em = 10px */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  text-transform: uppercase;
  margin: 0.5em 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 4.2em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 2.8em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

h1.widget-title, h3 {
  font-size: 2.4em;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 0.8em 0 0.8em 0;
}

div.entry-content ul {
  font-size: 1.5em;
  line-height: 1.6em;
}

div.textwidget {
  font-size: 1.5em;
  line-height: 1.6em;
}
div.textwidget p {
  font-size: inherit;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

img.pic, div.pic {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
}

img.pic {
  border-width: 0;
}

hr {
  border: 0;
}

code, pre {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  display: block;
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: whitesmoke url(images/pre.png) repeat;
  border: 1px solid #ccc;
  padding: 18px 20px 18px 20px;
  margin: 0 0 18px;
  line-height: 19.2px;
  overflow: auto;
  overflow-Y: hidden;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
}

.alignright, img.alignright {
  display: inline;
  float: right;
}

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

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

/* Off Canvas (Small Screen Menu) Structure */
#canvas {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#canvas div.panel-wrap {
  -webkit-transition: .2s all ease;
  position: relative;
  top: 0;
  left: -100%;
  width: 200%;
}
body.menu-active #canvas div.panel-wrap {
  left: -15%;
}
#canvas div.panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}
#canvas #menu-panel {
  padding-left: 7.5%;
}
#canvas #container {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  float: right;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 2em;
}
#header:before {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(13%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 13%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 13%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 13%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 13%, rgba(0, 0, 0, 0) 100%);
  content: " ";
  display: block;
  width: 100%;
  height: 13em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
}
#header div.logo {
  float: left;
}
#header div.logo h1 a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#header .navigation {
  float: right;
}

#slide-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.admin-bar #slide-show {
  top: 28px;
}
body.demo_live_preview #slide-show {
  top: 50px;
}
#slide-show:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: " ";
  display: block;
  width: 100%;
  height: 4em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -9999;
}
#slide-show div.inner {
  position: relative;
}
#slide-show div.slide-caption {
  -webkit-transition: right 0.6s ease;
  -moz-transition: right 0.6s ease;
  -o-transition: right 0.6s ease;
  transition: right 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40.42553%;
  float: left;
  margin-right: 560px;
  #margin-right: -20px;
  display: inline;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 20;
  right: -100%;
  bottom: 2em;
  padding: 3em;
}
#slide-show div.slide-caption.active {
  bottom: 2em;
  right: 0;
}
#slide-show h2 {
  font-size: 4.3em;
}

#header-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.admin-bar #header-image {
  top: 28px;
}
body.demo_live_preview #header-image {
  top: 50px;
}
#header-image.default-header {
  height: 125px;
}

#content {
  margin-bottom: 4em;
}

div.inner {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}

div.container-fill {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  z-index: 11;
}

div.filter {
  margin-bottom: 4em;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
div.filter ul {
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0;
  overflow: hidden;
  font-size: 1.8em;
  position: relative;
}
div.filter ul li {
  float: left;
  margin-right: 0.5em;
}
div.filter ul li:last-child {
  margin-right: 0;
}
div.filter ul li.search {
  position: absolute;
  right: 0;
  top: 0;
}
div.filter ul li.search form.searchform {
  padding: 8px;
  display: none;
}
div.filter ul li.search.search-enabled a {
  display: none;
}
div.filter ul li.search.search-enabled form.searchform {
  display: block;
}
div.filter ul li.current-menu-item a, div.filter ul li.current-cat a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
div.filter ul li a {
  display: block;
  text-decoration: none;
  padding: 0.8em 1em;
}

nav.navigation-paging {
  overflow: hidden;
  clear: both;
  padding-bottom: 3em;
}
nav.navigation-paging div.inner {
  font-size: 1.5em;
  line-height: 1.5em;
}
nav.navigation-paging div.next {
  float: right;
}
nav.navigation-paging div.previous {
  float: left;
}

form.searchform input {
  margin: 0;
}

article.post.no-results {
  margin: 0 0 5em 0;
}

#featured-blog-post {
  margin-bottom: 4em;
  overflow: hidden;
}
body.home #featured-blog-post {
  margin-top: 4em;
}

div.post {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
div.post.disable-image div.post-meta {
  background: none;
  padding: 0;
  position: static;
}
div.post div.summary {
  width: 74.46809%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
div.post div.comments-label {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: relative;
}

div.post-hero {
  position: relative;
  margin-bottom: 1em;
}
div.post-hero img {
  display: block;
  width: 100%;
  height: auto !important;
}

div.post-meta {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.8em 0 1.8em 0;
}
div.post-meta div.time {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  font-size: 2.4em;
  line-height: 1.7em;
  text-align: center;
  text-transform: uppercase;
  margin-left: -10px;
}
div.post-meta h2 {
  width: 74.46809%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  font-size: 3em;
  color: #fff;
  margin: 0;
}

div.comments-label a {
  position: relative;
  z-index: 10;
  float: left;
  display: block;
  font-size: 1.5em;
  line-height: 2.4em;
  margin-left: -2.2em;
  text-decoration: none;
  font-weight: bold;
}
div.comments-label a span.comment-count {
  text-align: center;
  display: inline-block;
  width: 2.1em;
}
div.comments-label span.fa-comment-o {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  float: left;
  font-size: 3.5em;
}

div.homepage-sidebar {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
div.homepage-sidebar aside:first-child h1 {
  margin-top: 0;
}

div.page-sidebar {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}

header.entry-header {
  padding: 3em 0;
  margin-bottom: 4em;
}
header.entry-header.enable-filter {
  margin-bottom: 0;
}
header.entry-header h1 {
  font-size: 5.5em;
  margin: 0;
}
header.entry-header h2 {
  text-transform: none;
  font-size: 2em;
}

#sub-footer {
  overflow: hidden;
  padding: 2em 0;
}
#sub-footer div.widget {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
#sub-footer div.widget.footer-widget-right {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}

#footer {
  padding: 2em;
  position: relative;
}
#footer div.menu ul, #footer ul.menu {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#footer div.menu ul li, #footer ul.menu li {
  float: left;
  margin-right: 1em;
}
#footer div.menu ul li a, #footer ul.menu li a {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  text-decoration: none;
}
#footer div.menu ul li a:hover, #footer ul.menu li a:hover {
  text-decoration: underline;
}
#footer p.copyright {
  margin: 0.5em 0 0 0;
}

#footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

/* -----------------------------------*/
/* --------->>> NAV MENU <<<----------*/
/* -----------------------------------*/
/*
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/
#menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  text-indent: -3000px;
  display: none;
  text-align: center;
  z-index: 201;
  overflow: hidden;
  padding: 1em;
}
#menu-toggle i {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 3em;
  display: block;
  text-indent: 0;
}

body.menu-active .navigation {
  -webkit-box-shadow: inset -12px 0px 13px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -12px 0px 13px -7px rgba(0, 0, 0, 0.3);
  box-shadow: inset -12px 0px 13px -7px rgba(0, 0, 0, 0.3);
  width: 85%;
  position: absolute;
  height: auto;
  top: 0 !important;
  left: -85%;
  display: block;
  border: 0;
}
body.menu-active .navigation ul {
  padding: 0;
}
body.menu-active .navigation ul li {
  float: none;
  width: auto !important;
}
body.menu-active .navigation ul li a {
  -webkit-box-shadow: inset -12px 0px 7px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -12px 0px 7px -7px rgba(0, 0, 0, 0.3);
  box-shadow: inset -12px 0px 7px -7px rgba(0, 0, 0, 0.3);
  border: 0;
  line-height: 2.5em;
  padding: 0 7.5%;
  margin: 0;
  text-align: left;
  margin-top: 1px;
  text-shadow: none;
}
body.menu-active .navigation li ul {
  background: transparent;
  display: block;
  position: static;
  margin: 0;
}
body.menu-active .navigation li ul:before {
  display: none;
}
body.menu-active .navigation li ul a {
  padding-left: 13%;
  border: 0;
}
.navigation > a {
  display: none;
}
.navigation li {
  position: relative;
}
.navigation li a {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  text-decoration: none;
}
.navigation > ul {
  margin: 0 auto;
  padding: 1.5em 0 0 0;
}
.navigation > ul > li {
  float: left;
  position: relative;
}
.navigation > ul > li > a {
  font-size: 2em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}
.navigation > ul > li > a {
  margin: 0 0.7em 0 0.7em;
}
.navigation > ul > li:last-child > a {
  margin-right: 0;
}
.navigation li:last-child:hover ul {
  left: auto !important;
  right: 0 !important;
}
.navigation li ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0 1.4em 0 1.4em;
  padding: 0;
  min-width: 200px;
}
.navigation li ul:before {
  position: absolute;
  top: -6px;
  left: 0.9em;
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
}
.navigation li ul li:last-child a {
  border: 0;
}
.navigation li ul a {
  font-size: 1.8em;
  padding: 0.5em;
  text-shadow: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.navigation li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
.navigation li:not(:first-child):hover ul {
  left: -1px;
}

@media only screen and (max-width: 60em) {
  .navigation {
    display: none;
  }

  #menu-toggle {
    display: block;
  }
}
/* -----------------------------------*/
/* --------->>> WIDGETS <<<-----------*/
/* -----------------------------------*/
div.about div.pic {
  width: 117px;
  background: #000;
  display: inline-block;
  float: right;
  margin: 0 0 1em 1em;
}
div.about div.pic img {
  max-width: 100%;
  display: block;
}
div.about div.like_box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding-bottom: 7px;
}

div.widget_gigpress ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.widget_gigpress ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 1em;
}
div.widget_gigpress ul li div.time {
  float: left;
  display: block;
  width: 60px;
  padding: 0.5em;
  font-size: 1.5em;
  text-align: center;
  margin-right: 10px;
}
div.widget_gigpress ul li div.time span.month {
  display: block;
}
div.widget_gigpress ul li div.time span.day {
  display: block;
  font-weight: bold;
}
div.widget_gigpress ul li div.details {
  font-size: 1.5em;
}
div.widget_gigpress ul li div.details strong {
  display: block;
  margin-bottom: 0.1em;
}
div.widget_gigpress a.see_all {
  display: block;
  font-size: 1.5em;
  text-align: center;
  line-height: 4em;
  border-top-width: 1px;
  border-top-style: solid;
}

div.latest-tweets ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.6em;
}
div.latest-tweets ul li {
  margin-bottom: 1em;
}
div.latest-tweets a.follow_link {
  display: block;
  font-size: 1.5em;
  text-align: center;
  line-height: 4em;
  border-top-width: 1px;
  border-top-style: solid;
}

.cadence_recent_posts.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cadence_recent_posts.widget ul li {
  position: relative;
  height: 60px;
  padding: 0 0 0 80px;
  margin-bottom: 0.5em;
}
.cadence_recent_posts.widget ul .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
}
.cadence_recent_posts.widget ul .img img {
  width: 60px;
  height: 60px;
}
.cadence_recent_posts.widget ul span.title {
  text-decoration: underline;
}
.cadence_recent_posts.widget ul span.post-date {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
}
.cadence_recent_posts.widget ul a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.cadence_recent_posts.widget ul a:hover span {
  text-decoration: none;
}

#social-bar {
  padding: 3em 0 2em 0;
  overflow: hidden;
  clear: both;
}
#social-bar h3 {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  line-height: 1.5em;
  margin: 0.3em 0;
}
#social-bar ul {
  width: 65.95745%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  list-style: none;
  padding: 0;
}
#social-bar ul li {
  float: left;
}
#social-bar ul li a {
  display: block;
  float: left;
  line-height: 3.6em;
  padding: 0px 1.6em;
}
#social-bar ul li a:hover {
  opacity: 0.8;
}

#featured-album {
  overflow: hidden;
  padding: 2em 0 2em 0;
  margin-bottom: 4em;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url(images/waveform.png);
}
#featured-album.no-testimonial div.album-info div.title a {
  border: 0;
}
#featured-album div.album-cover {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: relative;
  overflow: hidden;
}
#featured-album div.album-cover a {
  display: block;
}
#featured-album div.album-cover img {
  display: block;
  max-width: 100%;
}
#featured-album div.album-info {
  width: 74.46809%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
#featured-album div.album-info div.title {
  width: 54.28571%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}
#featured-album div.album-info div.title a {
  display: block;
  text-decoration: none;
  border-right-width: 1px;
  border-right-style: solid;
}
#featured-album div.album-info div.title h3 {
  font-size: 2.4em;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0 0.42em 0 0;
}
#featured-album div.album-info div.title h2 {
  font-size: 3.8em;
  margin-top: 0;
  padding: 0 0.263em 0 0;
}
#featured-album div.album-info div.testimonial {
  width: 42.85714%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  font-size: 1.6em;
  line-height: 1.8125em;
  padding-top: 1em;
  margin-top: 1em;
}
#featured-album div.album-info div.testimonial span.quote {
  font-style: italic;
}
#featured-album div.album-info div.album-call-to-action {
  width: 100%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
#featured-album div.album-info div.album-call-to-action a.btn {
  float: left;
  margin-top: 0.3em;
}
#featured-album div.album-info ul.purchase-options {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 2em;
}
#featured-album div.album-info ul.purchase-options li {
  float: left;
  margin-right: 2em;
}
#featured-album div.album-info ul.purchase-options li a:hover {
  opacity: 0.8;
}

aside#featured-album {
  padding: 3em;
  font-size: 0.8em;
}
aside#featured-album div.album-cover {
  float: none;
  width: auto;
  margin-right: auto;
  #margin-right: auto;
  display: block;
}
aside#featured-album div.album-cover img {
  display: block;
  margin: 0 auto;
}
aside#featured-album div.album-info {
  float: none;
  width: auto;
  margin-right: auto;
  #margin-right: auto;
  display: block;
}
aside#featured-album div.album-info div.title {
  float: none;
  width: auto;
  margin-right: auto;
  #margin-right: auto;
  display: block;
}
aside#featured-album div.album-info div.title a {
  border: 0;
}

aside.widget_ns_mailchimp {
  padding: 2em;
}
aside.widget_ns_mailchimp form {
  font-size: 1.5em;
}
aside.widget_ns_mailchimp div.error {
  margin-bottom: 1em;
}
aside.widget_ns_mailchimp p {
  font-size: inherit;
}

aside.widget_recent_comments li.recentcomments {
  font-size: 1.5em;
}
aside.widget_recent_comments li.recentcomments a {
  font-size: inherit;
}

aside.widget {
  margin-bottom: 3em;
  clear: both;
}
aside.widget:last-child {
  margin-bottom: 0;
}

aside.widget ul {
  list-style-type: none;
  padding: 0;
}
aside.widget ul li {
  padding: 6px;
}
aside.widget ul li a {
  font-size: 1.5em;
}

aside.widget_pages ul li, aside.widget_categories ul li, aside.widget_archive ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0px;
}
aside.widget_pages ul li:last-child, aside.widget_categories ul li:last-child, aside.widget_archive ul li:last-child {
  border: 0;
}

aside.widget_pages ul li a, aside.widget_categories ul li a, aside.widget_archive ul li a {
  text-decoration: none;
}

aside.widget_pages ul li a:hover, aside.widget_categories ul li a:hover, aside.widget_archive ul li a:hover {
  text-decoration: underline;
}

aside.widget_nav_menu ul {
  list-style-type: square;
  padding: 0px 0px 0px 15px;
}

#wp-calendar {
  width: 100%;
  font-size: 1.5em;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody td {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding-top: 10px;
}

@media only screen and (max-width: 48em) {
  #social-bar h3 {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
    margin: 0 0.65em;
  }
  #social-bar ul {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
  }
}
/* -----------------------------------*/
/* -------->>> SHORTCODES <<<---------*/
/* -----------------------------------*/
html.js div.video-gallery dl.gallery-item,
html.js div.gallery dl.gallery-item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Gallery Shortcode  */
dl.gallery-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  overflow: hidden;
  position: relative;
}
dl.gallery-item.inactive dt.gallery-icon a {
  -webkit-filter: saturate(30%);
  -moz-filter: saturate(30%);
  filter: saturate(30%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
dl.gallery-item.inactive dt.gallery-icon a div.play-button span.circle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #4e4e4e;
  color: #999;
  border: 2px solid #4e4e4e;
}
dl.gallery-item.inactive dd.gallery-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
dl.gallery-item.active dt.gallery-icon a {
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  filter: saturate(100%);
}
dl.gallery-item.active dt.gallery-icon a div.magnify span.circle, dl.gallery-item.active dt.gallery-icon a div.play-button span.circle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
dl.gallery-item.last {
  margin-right: 0;
}
dl.gallery-item:nth-child(3n) {
  float: left;
  margin-right: 0;
}
dl.gallery-item dt.gallery-icon a {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-filter: saturate(60%);
  -moz-filter: saturate(60%);
  filter: saturate(60%);
  background-position: center center;
  position: relative;
  display: block;
  overflow: hidden;
}
dl.gallery-item dt.gallery-icon a img {
  width: 100%;
  display: block;
}
dl.gallery-item dt.gallery-icon a div.magnify, dl.gallery-item dt.gallery-icon a div.play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
dl.gallery-item dt.gallery-icon a div.magnify span.circle, dl.gallery-item dt.gallery-icon a div.play-button span.circle {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 3em;
  display: block;
  width: 23.6%;
  height: 23.6%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12%;
  margin-left: -12%;
  vertical-align: middle;
}
dl.gallery-item dt.gallery-icon a div.magnify span.circle:before, dl.gallery-item dt.gallery-icon a div.play-button span.circle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
dl.gallery-item dt.gallery-icon a div.magnify span.circle span.fa, dl.gallery-item dt.gallery-icon a div.play-button span.circle span.fa {
  display: inline-block;
  vertical-align: middle;
}
dl.gallery-item dt.gallery-icon a div.play-button span.circle span {
  text-indent: 3px;
}
dl.gallery-item dt.gallery-icon a div.magnify span.circle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.wp-caption, .wp-caption-text, .sticky {
  /* */
}

dd.gallery-caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  pointer-events: none;
  padding: 10px;
}

div.shortcode_feature {
  overflow: hidden;
  clear: both;
  padding: 2em;
}

div.symple-callout-button {
  margin-top: -25px;
}

div.symple-toggle, div.symple-testimonial, div.symple-accordion, div.tab-content {
  font-size: 1.5em;
  line-height: 1.6em;
}
div.symple-toggle p, div.symple-testimonial p, div.symple-accordion p, div.tab-content p {
  font-size: inherit;
}

@media only screen and (max-width: 48em) {
  dl.gallery-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  dl.gallery-item:nth-child(3n) {
    float: left;
    margin-right: 2.12766%;
  }
  dl.gallery-item:nth-child(2n) {
    float: left;
    margin-right: 0;
  }
}
@media only screen and (max-width: 33.5em) {
  dd.gallery-caption {
    display: none;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
}

textarea {
  height: auto;
}

textarea, input {
  outline: none;
}

/* -----------------------------------*/
/* --------->>> BUTTONS <<<-----------*/
/* -----------------------------------*/
.btn, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *margin-left: .3em;
  display: inline-block;
  text-decoration: none;
  padding: 4px 15px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  position: relative;
  border-bottom-width: 0;
  *border: 0;
  font-weight: 600;
}
.btn:first-child, input[type="submit"]:first-child {
  *margin-left: 0;
}
.btn:focus, input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active, input[type="submit"].active, input[type="submit"]:active {
  top: 3px;
}
.btn.disabled, .btn[disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  text-shadow: none;
}

button.btn, input[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.bypostauthor {
  /* */
}

#comments {
  clear: both;
  margin-top: 4em;
  padding: 2em 0;
}
#comments h2 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  font-size: 2.4em;
  text-align: center;
  margin: 0;
}
#comments #comment-thread {
  width: 65.95745%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  padding-right: 8.51064%;
}
#comments div.comment {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
#comments div.comment:last-child {
  border: none;
}
#comments div.comment div.comment-head {
  position: relative;
  padding-left: 50px;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#comments div.comment div.comment-head img {
  position: absolute;
  top: 0;
  left: 0;
}
#comments div.comment div.comment-head strong {
  font-weight: bold;
  display: block;
}
#comments div.comment div.comment-head a.comment-link {
  text-decoration: none;
}
#comments div.comment div.comment-head a.comment-link:hover {
  text-decoration: underline;
}
#comments div.comment div.comment-body a.comment-edit-link {
  font-size: 1.5em;
}

#respond {
  clear: both;
}
#respond h3 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  text-align: center;
  margin: 0;
}
#respond form {
  width: 65.95745%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  padding-right: 8.51064%;
}

#commentform label {
  display: block;
}
#commentform p.logged-in-as {
  font-weight: bold;
  margin-bottom: 1em;
}
#commentform p.comment-form-comment textarea {
  height: 10em;
  width: 100%;
}

@media only screen and (max-width: 48em) {
  #comments h2, #comments #comment-thread {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
  }
  #comments h2 {
    text-align: left;
    margin-bottom: 1em;
  }

  #respond h3, #respond form {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
  }
  #respond h3 {
    text-align: left;
    margin-bottom: 1em;
  }
}
section.album {
  margin-bottom: 6em;
}
section.album:last-child {
  margin: 0;
}
section.album div.album-cover-purchase {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
section.album div.album-cover-mobile,
section.album div.album-cover {
  margin-bottom: 2em;
}
section.album div.album-cover-mobile img,
section.album div.album-cover img {
  display: block;
  max-width: 100%;
}
section.album div.cd-call-to-action {
  padding-left: 17.02128%;
  padding-right: 17.02128%;
}
section.album div.cd-call-to-action a.btn {
  display: block;
}
section.album div.cd-call-to-action ul.purchase-options {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
section.album div.cd-call-to-action ul.purchase-options li a {
  line-height: 2em;
  text-decoration: none;
  padding: 0px 0px 0px 25px;
  margin-left: 10px;
}
section.album div.cd-call-to-action ul.purchase-options li a.amazon-icon {
  background: url("images/amazon_icon.png") no-repeat 0px 2px;
}
section.album div.cd-call-to-action ul.purchase-options li a.itunes-icon {
  background: url("images/itunes_icon.png") no-repeat 0px 1px;
}
section.album div.cd-call-to-action ul.purchase-options li a.soundcloud-icon {
  background: url("images/soundcloud_icon.png") no-repeat 0px 2px;
}
section.album div.cd-call-to-action ul.purchase-options li a.spotify-icon {
  background: url("images/spotify_icon.png") no-repeat 0px 2px;
}
section.album div.cd-call-to-action ul.purchase-options li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
section.album div.cd-call-to-action-mobile,
section.album div.album-cover-mobile {
  display: none;
}
section.album div.album-track-list {
  width: 65.95745%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
section.album div.album-track-list h2 {
  font-size: 3em;
  margin: 0;
}
section.album div.album-track-list h2 span {
  font-size: 0.55em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 0.5em;
  line-height: 2em;
}
section.album div.album-track-list div.track-list {
  margin-top: 2em;
}
section.album div.album-track-list div.track-list.enable-lyrics a.audioButton {
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
section.album div.album-track-list div.track-list.enable-lyrics a.lyrics {
  width: 14.89362%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
section.album div.album-track-list div.track-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.album div.album-track-list div.track-list ul li {
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
section.album div.album-track-list div.track-list ul li a {
  display: block;
  padding: 1em 0;
  overflow: hidden;
}
section.album div.album-track-list div.track-list ul li a i {
  font-style: normal;
  line-height: 1.6em;
}
section.album div.album-track-list div.track-list ul li a i.fa-refresh, section.album div.album-track-list div.track-list ul li a i.fa-pause {
  display: none;
  width: auto;
}
section.album div.album-track-list div.track-list ul li a.loading i.number {
  display: none;
}
section.album div.album-track-list div.track-list ul li a.loading i.fa-refresh {
  display: block;
}
section.album div.album-track-list div.track-list ul li a.playing i.number {
  display: none;
}
section.album div.album-track-list div.track-list ul li a.playing i.fa-pause {
  display: block;
}
section.album div.album-track-list div.track-list ul li:last-child {
  border: 0;
}
section.album div.album-track-list div.track-list ul li span.track-no {
  width: 6.38298%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  text-align: center;
  font-weight: bold;
}
section.album div.album-track-list div.track-list ul li span.track-title {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
section.album div.album-track-list div.track-list ul li span.track-duration {
  width: 14.89362%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  text-align: center;
}

div.lyrics-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

@media only screen and (max-width: 40em) {
  section.album {
    margin-bottom: 4em;
  }
  section.album div.album-cover-purchase {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  section.album div.album-track-list {
    width: 57.44681%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
@media only screen and (max-width: 33.5em) {
  section.album {
    margin-bottom: 4em;
  }
  section.album div.album-cover-purchase-mobile {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  section.album div.cd-call-to-action-mobile,
  section.album div.album-cover-mobile {
    display: block;
    margin-bottom: 0.5em;
  }
  section.album div.cd-call-to-action-mobile a {
    display: block;
  }
  section.album div.album-info {
    width: 74.46809%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  section.album div.album-cover-purchase {
    display: none;
  }
  section.album div.album-track-list {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
@media only screen and (max-width: 320px) {
  section.album div.album-cover-purchase-mobile {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  section.album div.album-info {
    width: 65.95745%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
section.tour-schedule div.event {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 1em 0;
}
section.tour-schedule div.event:first-child {
  border: 0;
}
section.tour-schedule div.event div.event-date {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  text-align: right;
}
section.tour-schedule div.event div.event-date span.date {
  padding-left: 8.51064%;
  padding-right: 8.51064%;
  font-size: 2.4em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  border-left-width: 1px;
  border-left-style: solid;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
section.tour-schedule div.event div.event-date span.time, section.tour-schedule div.event div.event-date span.location {
  padding-left: 8.51064%;
  padding-right: 8.51064%;
  display: block;
  font-size: 1.5em;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.6em;
}
section.tour-schedule div.event div.event-details {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
section.tour-schedule div.event div.event-details h2 {
  font-size: 2.4em;
  padding: 0.5em 0;
  margin: 0;
}
section.tour-schedule div.event div.event-additional-info {
  font-size: 0.9em;
}
section.tour-schedule div.event div.event-additional-info span.gigpress-info-label {
  font-weight: bold;
}
section.tour-schedule div.event div.event-call-to-action {
  width: 23.40426%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  padding: 1.2em 0;
}
section.tour-schedule div.event div.event-call-to-action a {
  margin-left: 8.51064%;
  margin-right: 8.51064%;
  float: right;
}

@media only screen and (max-width: 48em) {
  section.tour-schedule div.event {
    padding: 2em;
  }
  section.tour-schedule div.event div.event-date {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  section.tour-schedule div.event div.event-date span.date {
    padding-left: 0%;
    padding-right: 0%;
    border: 0;
    padding: 0;
  }
  section.tour-schedule div.event div.event-date span.time, section.tour-schedule div.event div.event-date span.location {
    padding-left: 0%;
    padding-right: 0%;
    display: inline;
  }
  section.tour-schedule div.event div.event-details {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  section.tour-schedule div.event div.event-call-to-action {
    width: 23.40426%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  section.tour-schedule div.event div.event-call-to-action a {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media only screen and (max-width: 33.5em) {
  section.tour-schedule div.event div.event-details {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  section.tour-schedule div.event div.event-call-to-action {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  section.tour-schedule div.event div.event-call-to-action a {
    float: none;
  }
}
div.wpcf7-response-output {
  font-size: 1.5em;
  padding: 0.5em;
}

#contact-form {
  padding: 2em 0;
}
#contact-form div.form {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
#contact-form div.page-sidebar {
  width: 40.42553%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
#contact-form textarea, #contact-form input[type="text"], #contact-form input[type="email"] {
  width: 95%;
  max-width: 330px;
}

body.page-template-template-contact-php #content {
  margin-bottom: 0;
}
body.page-template-template-contact-php div.entry-content {
  margin-bottom: 4em;
}
body.page-template-template-contact-php #social-bar {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eee;
}

body.page-template-template-contact-php div.contact-column-info {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
body.page-template-template-contact-php div.contact-column-picture {
  width: 57.44681%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  margin-top: -130px;
}

@media only screen and (max-width: 40em) {
  body.page-template-template-contact-php div.contact-column-info {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
  }
  body.page-template-template-contact-php div.contact-column-picture {
    display: none;
  }
  body.page-template-template-contact-php div.entry-content {
    margin-bottom: 2em;
  }

  #contact-form div.form {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    margin-bottom: 2em;
  }
  #contact-form div.page-sidebar {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
/* -----------------------------------*/
/* ---------->>> VIDEO <<<------------*/
/* -----------------------------------*/
body.page-template-template-video-php div.filter {
  margin-bottom: 0;
}

dd.gallery-caption.duration {
  width: auto;
  border: 0;
  left: auto;
  right: 0;
}

#featured-video {
  position: relative;
  clear: both;
  margin-bottom: 4em;
}
body.home #featured-video.no-photo-feed div.featured-video {
  margin-top: 0;
}
#featured-video div.photo-fabric {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
#featured-video div.photo-fabric div.photos a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  float: left;
  width: 12.5%;
}
#featured-video div.photo-fabric div.photos a.unloaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#featured-video div.photo-fabric div.photos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#featured-video div.photo-fabric div.photos a:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
#featured-video div.photo-fabric div.photos a img {
  width: 100%;
  display: block;
  float: left;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}

div.featured-video {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  float: left;
  width: 100%;
  position: relative;
  border-right-style: solid;
  border-right-width: 1em;
  margin: 4em -1em 0 0;
  z-index: 3;
}
div.featured-video article {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-bottom: 6.8em;
}
div.featured-video article header {
  border-left-width: 1px;
  border-left-style: solid;
  padding: 0 2em;
  margin: 2em 0;
}
div.featured-video article header h3 {
  margin: 0;
}
div.featured-video article header h1 {
  font-size: 3.2em;
  margin: 0;
}
div.featured-video article div.video-summary {
  margin: 2em 0 2em 2em;
}
div.featured-video article footer {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.featured-video article footer div.video-actions {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 2em 0;
  margin-left: 2em;
  overflow: hidden;
}
div.featured-video article footer a.play {
  float: left;
  font-size: 1.8em;
  text-decoration: none;
}
div.featured-video article footer div.social-share-buttons {
  float: right;
}
div.featured-video article footer div.social-share-buttons div.social-twitter,
div.featured-video article footer div.social-share-buttons div.social-fbook {
  float: left;
  margin-left: 2em;
}
div.featured-video dl.gallery-item {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}

#video-gallery-grid {
  overflow: hidden;
}

div.video-gallery-cta {
  text-align: center;
  margin: 4em 0;
}
div.video-gallery-cta p {
  font-size: 1.8em;
}
div.video-gallery-cta span.fa {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
div.video-gallery-cta strong {
  font-weight: normal;
}

div.no-videos {
  margin: 2em 0;
}

@media only screen and (max-width: 48em) {
  #featured-video {
    margin-right: 1em;
  }

  div.featured-video {
    margin-left: 0em;
  }
}
@media only screen and (max-width: 33.5em) {
  div.featured-video {
    margin-top: 2em;
  }
  div.featured-video article {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    margin-bottom: 0;
  }
  div.featured-video article footer {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  div.featured-video dl.gallery-item {
    width: 40.42553%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    margin-bottom: 7.8em;
    margin-left: 2em;
  }
  div.featured-video dl.gallery-item div.play-button {
    display: none;
  }

  div.video-gallery dl.gallery-item {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    cursor: pointer;
  }
  div.video-gallery dl.gallery-item dt.gallery-icon {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    position: static;
  }
  div.video-gallery dl.gallery-item dd.gallery-caption {
    width: 57.44681%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: static;
    background: none;
  }
  div.video-gallery dl.gallery-item div.play-button {
    display: none;
  }
}
@media only screen and (max-width: 23em) {
  div.featured-video footer a.play {
    display: none;
  }

  div.featured-video article footer div.social-share-buttons {
    float: none;
  }

  div.featured-video article footer div.social-share-buttons div.social-twitter,
  div.featured-video article footer div.social-share-buttons div.social-fbook {
    margin-left: 0;
    margin-right: 2em;
  }
}
body.blog #content {
  margin-bottom: 0;
}
body.blog #recent-posts {
  padding-top: 4em;
}

body.blog.paged #content, body.archive #content, body.search #content {
  margin-bottom: 0;
}
body.blog.paged #recent-posts, body.archive #recent-posts, body.search #recent-posts {
  padding: 0 0 2em 0;
}

#recent-posts {
  padding: 0 0 2em 0;
}
#recent-posts div.post-wrapper {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#recent-posts div.post-wrapper:last-child {
  border: none;
  margin-bottom: 0;
}
#recent-posts div.post-wrapper div.featured-image {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
#recent-posts div.post-wrapper div.featured-image img {
  display: block;
  width: 100%;
  height: auto !important;
}

body.blog.paged #recent-posts, body.blog.paged #nav-below, body.archive #recent-posts, body.archive #nav-below, body.search #recent-posts, body.search #nav-below {
  background: transparent;
}

#featured-blog-post div.sidebar {
  width: 31.91489%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
#featured-blog-post div.sidebar aside:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
  body.blog #featured-blog-post {
    margin: 1em 0;
  }

  #featured-blog-post div.sidebar {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
  }

  #recent-posts div.post-wrapper div.featured-image {
    display: none;
  }
}
@media only screen and (max-width: 33.5em) {
  div.post.disable-image div.post-meta {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1.8em;
  }

  div.filter {
    margin-bottom: 0;
  }
}
body.single-post #content {
  margin-bottom: 0;
}

article.post {
  margin-top: 2em;
}
article.post div.post-hero {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
article.post div.post-hero.disable-image {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
article.post div.post-hero.disable-image div.post-meta {
  background: none;
  padding: 0;
  position: static;
}
article.post #post-comments-social {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
article.post #post-comments-social div.comments-label {
  float: right;
  margin-right: 10px;
}
article.post #post-comments-social div.social-share-buttons {
  clear: both;
  float: right;
  padding-top: 2em;
}
article.post #post-comments-social div.social-share-buttons div.social-fbook, article.post #post-comments-social div.social-share-buttons div.social-twitter {
  float: left;
  margin: 0 10px 10px 0;
}
article.post #post-content {
  padding-right: 8.51064%;
  width: 65.95745%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
  margin-bottom: 4em;
}
article.post footer {
  font-size: 1.4em;
  margin-top: 2em;
  line-height: 1.5em;
}
article.post footer div.time {
  float: left;
}
article.post footer ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
article.post footer ul li {
  float: left;
  margin-right: 1em;
}
article.post footer ul li a {
  text-decoration: none;
}
article.post #post-author {
  margin-left: 25.53191%;
  margin-right: 8.51064%;
  clear: both;
  padding-top: 2em;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 2em;
}
article.post #post-author div.avatar {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
article.post #post-author div.avatar img {
  max-width: 100%;
  height: auto !important;
}
article.post #post-author div.bio {
  width: 82.97872%;
  float: left;
  margin-right: 0;
  #margin-right: -20px;
  display: inline;
}
article.post #post-author div.bio p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 48em) {
  article.post #post-comments-social div.comments-label {
    float: none;
  }
  article.post #post-author {
    margin-left: 0%;
    margin-right: 0%;
  }
  article.post footer div.time, article.post footer ul {
    float: none;
  }
  article.post footer ul {
    margin-top: 1em;
  }
  article.post div.post-hero {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 40em) {
  article.post div.post-hero {
    font-size: inherit;
  }
}
@media only screen and (max-width: 33.5em) {
  article.post #post-comments-social div.comments-label {
    float: none;
  }
  article.post #post-author div.avatar {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  article.post #post-author div.bio {
    width: 74.46809%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
body.demo_live_preview {
  margin-top: 50px;
}

#live-preview-toolbar {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #424042;
  border-bottom: 1px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4b4a4b), color-stop(100%, #363735));
  background-image: -webkit-linear-gradient(top, #4b4a4b 0%, #363735 100%);
  background-image: -moz-linear-gradient(top, #4b4a4b 0%, #363735 100%);
  background-image: -o-linear-gradient(top, #4b4a4b 0%, #363735 100%);
  background-image: linear-gradient(top, #4b4a4b 0%, #363735 100%);
}
#live-preview-toolbar div.options {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 6px;
}
#live-preview-toolbar div.options h3 {
  float: left;
  padding: 0;
  margin: 0 1em 0 0;
  line-height: 40px;
  color: #fff;
}
#live-preview-toolbar div.options div.color_scheme {
  float: left;
  padding-top: 6px;
  margin-right: 1em;
}
#live-preview-toolbar div.options div.accent_color {
  float: left;
  padding-top: 6px;
  margin-right: 1em;
}
#live-preview-toolbar div.options div.purchase_options {
  float: right;
}
#live-preview-toolbar div.options div.purchase_options a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom-width: 1px;
}
#live-preview-toolbar div.options div.purchase_options span.buy {
  display: none;
}
#live-preview-toolbar div.options div.message {
  color: #ccc;
  font-size: 1.3em;
  float: left;
  position: relative;
  border-left: 1px solid #666;
  padding: 3px 0 0 3em;
}
#live-preview-toolbar div.options div.message i {
  position: absolute;
  top: 0;
  left: 0.5em;
  font-size: 2em;
}
#live-preview-toolbar div.options div.message strong {
  color: #fff;
  display: block;
}
#live-preview-toolbar div.options select {
  display: block;
  width: 100%;
  height: 25px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  padding: 2px;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#live-preview-toolbar div.options ul.color_options {
  margin: 0;
  padding: 0;
  list-style: none;
}
#live-preview-toolbar div.options ul.color_options li {
  float: left;
  margin-right: 5px;
}
#live-preview-toolbar div.options ul.color_options li.blue a {
  background: #2ec3f5;
}
#live-preview-toolbar div.options ul.color_options li.orange a {
  background: #ff6600;
}
#live-preview-toolbar div.options ul.color_options li.green a {
  background: #339933;
}
#live-preview-toolbar div.options ul.color_options li.red a {
  background: #cc3333;
}
#live-preview-toolbar div.options ul.color_options li.selected a {
  border: 2px solid #fff;
  margin: 0;
  width: 21px;
  height: 21px;
}
#live-preview-toolbar div.options ul.color_options li a {
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -3000px;
  float: left;
  border-radius: 3px;
  box-shadow: 1px 1px #333;
}

/* Adjust Live Preview Toolbar on mobile */
@media screen and (max-width: 960px) {
  #live-preview-toolbar div.message {
    display: none !important;
  }
  #live-preview-toolbar div.options {
    width: 95%;
  }
  #live-preview-toolbar h3 {
    display: none;
  }
}
/* Adjust Live Preview Toolbar on mobile */
@media screen and (max-width: 500px) {
  #live-preview-toolbar ul.color_options {
    display: none;
  }
  #live-preview-toolbar div.options {
    width: 95%;
  }
  #live-preview-toolbar div.options div.purchase_options span.buy {
    display: inline;
  }
  #live-preview-toolbar div.options div.purchase_options span.purchase {
    display: none;
  }
}
body.color_scheme_dark div.pic, body.color_scheme_dark img.pic {
  border: 1px solid #171717;
}
body.color_scheme_dark pre {
  background: whitesmoke url(images/pre_dark.png) repeat;
  border: 1px solid #333;
  color: #eee;
}
body.color_scheme_dark textarea, body.color_scheme_dark input[type="search"], body.color_scheme_dark input[type="text"], body.color_scheme_dark input[type="email"] {
  -webkit-box-shadow: 1px 1px 0 #373737;
  -moz-box-shadow: 1px 1px 0 #373737;
  box-shadow: 1px 1px 0 #373737;
  background: #1c1c1c;
  border: 1px solid #171717;
  color: #eee;
}
body.color_scheme_dark div.featured-video {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
body.color_scheme_dark #featured-album {
  background-image: url(images/waveform_dark.png);
}
body.color_scheme_dark section.album div.cd-call-to-action ul.purchase-options li a.amazon-icon {
  background: url("images/dark/amazon_icon.png") no-repeat 0px 2px;
}
body.color_scheme_dark section.album div.cd-call-to-action ul.purchase-options li a.itunes-icon {
  background: url("images/dark/itunes_icon.png") no-repeat 0px 1px;
}
body.color_scheme_dark section.album div.cd-call-to-action ul.purchase-options li a.soundcloud-icon {
  background: url("images/dark/soundcloud_icon.png") no-repeat 0px 2px;
}
body.color_scheme_dark section.album div.cd-call-to-action ul.purchase-options li a.spotify-icon {
  background: url("images/dark/spotify_icon.png") no-repeat 0px 2px;
}
body.color_scheme_dark div.ui-accordion-content {
  background-color: #2e2e2e;
  border: 1px solid #4e4e4e;
}
body.color_scheme_dark aside.widget_pages ul li, body.color_scheme_dark aside.widget_categories ul li, body.color_scheme_dark aside.widget_archive ul li {
  border-bottom: 1px solid #2e2e2e;
}
body.color_scheme_dark #wp-calendar tbody td {
  background: #2e2e2e;
  border: 1px solid #4e4e4e;
}
body.color_scheme_dark #wp-calendar tbody td:hover {
  background: #3e3e3e;
}

@media only screen and (max-width: 60em) {
  #header div.logo {
    margin-left: 6em;
    margin-right: 2em;
  }

  body.demo_live_preview #slide-show {
    top: 0;
  }
  #slide-show div.slide-caption {
    width: 48.93617%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }

  #slide-show, #header-image, #footer-banner {
    position: relative !important;
  }

  div.container-fill {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  aside#featured-album div.album-info div.testimonial, #featured-album div.album-info div.testimonial {
    display: none;
  }
  aside#featured-album div.album-info div.title, #featured-album div.album-info div.title {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  aside#featured-album div.album-info div.title a, #featured-album div.album-info div.title a {
    border: 0;
  }

  div.post div.post-meta div.time {
    margin-left: 0;
  }

  div.comments-label {
    font-size: 0.9em;
  }

  #featured-video div.photo-fabric div.photos a {
    width: 14.28571%;
  }
  #featured-video div.video-caption div.caption p {
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  html {
    font-size: 15px;
  }

  #slide-show div.slide-caption {
    right: 0;
    float: none;
    width: auto;
    margin-right: auto;
    #margin-right: auto;
    display: block;
    width: 100%;
    top: 100%;
    bottom: auto;
    padding: 2em;
  }
  #slide-show div.slide-caption.active {
    top: 100%;
    bottom: auto;
    right: 0;
  }

  #featured-blog-post {
    margin-bottom: 2em;
  }
  body.home #featured-blog-post {
    margin-top: 0;
  }

  div.post {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    margin-bottom: 2em;
  }

  div.comments-label {
    font-size: 1em;
  }

  div.homepage-sidebar {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  div.homepage-sidebar aside.widget_ns_mailchimp {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
  }
  div.homepage-sidebar aside.cadence_recent_posts {
    width: 48.93617%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    clear: none;
  }

  aside#featured-album, #featured-album {
    margin-bottom: 2em;
    padding: 2em 0 2em 0;
  }
  aside#featured-album div.album-cover, #featured-album div.album-cover {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  aside#featured-album div.album-info, #featured-album div.album-info {
    width: 74.46809%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  aside#featured-album div.album-info div.album-call-to-action, #featured-album div.album-info div.album-call-to-action {
    display: none;
  }

  aside#featured-album {
    padding: 2em;
  }

  #featured-video div.video-caption div.caption,
  #featured-video div.featured-video div.video-container {
    padding-left: 8.51064%;
    padding-right: 8.51064%;
  }

  div.filter ul li {
    float: none;
  }
  div.filter ul li.search {
    position: static;
  }
  div.filter ul li.search form.searchform {
    background: transparent;
    padding: 0.4em 1em;
  }

  #sub-footer div.widget.footer-widget-right,
  #sub-footer div.widget {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  #sub-footer div.widget.footer-widget-right {
    border: 0;
    margin: 0;
    padding: 0;
  }

  #sub-footer div.tour a.see_all,
  #sub-footer div.latest-tweets a.follow_link {
    text-align: left;
    border: 0;
  }
}
@media only screen and (max-width: 40em) {
  #header {
    padding-top: 1em;
  }
  #header #logo a {
    font-size: 0.6em;
  }

  div.post {
    padding-bottom: 0;
  }

  header.entry-header {
    padding: 2em 0;
  }
  header.entry-header h1 {
    font-size: 4.5em;
    margin: 0;
  }

  #featured-video {
    background: none;
  }
  #featured-video div.video-caption div.caption,
  #featured-video div.featured-video div.video-container {
    padding-left: 0%;
    padding-right: 0%;
  }
  #featured-video div.featured-video {
    padding-top: 0;
  }
  #featured-video div.photo-fabric {
    display: none;
  }
}
@media only screen and (max-width: 33.5em) {
  html {
    font-size: 14px;
  }

  #slide-show {
    border: none !important;
  }
  #slide-show div.slide-caption {
    display: none;
  }

  #header div.logo {
    float: none;
    text-align: center;
    font-size: 0.9em;
  }

  header.entry-header {
    margin-bottom: 2em;
  }
  header.entry-header h1 {
    font-size: 4em;
  }

  aside#featured-album, #featured-album {
    font-size: 0.85em;
  }
  aside#featured-album div.album-cover, #featured-album div.album-cover {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  aside#featured-album div.album-info, #featured-album div.album-info {
    width: 65.95745%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  aside#featured-album div.album-info div.title h3, #featured-album div.album-info div.title h3 {
    margin-top: 0.5em;
  }

  #featured-album {
    margin-bottom: 0;
  }

  aside#featured-album {
    margin: 0 -10px;
    border-left: 0;
    border-right: 0;
  }

  article.post {
    margin-top: 0;
  }

  div.post-hero {
    font-size: 0.9em;
    margin-left: -10px;
    margin-right: -10px;
  }
  div.post-hero div.post-meta div.time {
    font-size: 2em;
    position: absolute;
    left: 0;
    bottom: -1.7em;
    margin-left: 0;
  }
  div.post-hero div.post-meta h2 {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
    text-align: center;
  }

  div.post-meta div.time span.comment-count,
  div.comments-label span.comment-count {
    display: block;
  }
  div.post-meta div.time span.comment-label,
  div.comments-label span.comment-label {
    display: none;
  }

  div.comments-label {
    margin-top: 2em;
    font-size: 1.2em;
    position: relative;
  }
  div.comments-label span.fa-comment-o {
    padding-left: 15%;
  }

  div.homepage-sidebar aside.widget_ns_mailchimp {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
  div.homepage-sidebar aside.cadence_recent_posts {
    width: 100%;
    float: left;
    margin-right: 0;
    #margin-right: -20px;
    display: inline;
  }
}
@media only screen and (max-width: 320px) {
  #header #logo a {
    padding: 0;
    line-height: 42px;
  }

  aside#featured-album, #featured-album {
    font-size: 0.75em;
  }
  aside#featured-album div.album-info div.title h3, #featured-album div.album-info div.title h3 {
    margin-top: 0.3em;
  }

  div.post div.hero {
    font-size: 0.8em;
  }

  div.post div.post-meta div.time {
    bottom: -1.666666em;
  }
}
