@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
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.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 0 0 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
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.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

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

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
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 IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
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 IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
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.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
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 S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
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 S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 24, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 35, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 42, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* line 97, ../scss/_mixins.scss */
.mid-gray {
  color: #555555;
}

/* line 101, ../scss/_mixins.scss */
.purple {
  color: #cc00ff !important;
}

/* line 105, ../scss/_mixins.scss */
.green {
  color: #35ff00 !important;
}

/* line 109, ../scss/_mixins.scss */
.yellowsplash {
  color: yellow !important;
}

/* line 113, ../scss/_mixins.scss */
.yellow-background {
  background-color: yellow !important;
}

/* $link-hover:        darken($link-color, 9%); */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 165, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 171, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 172, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 173, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 177, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 183, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 189, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 195, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 201, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 272, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "MuseoSansRounded-900", sans-serif;
  padding: 3px 6px;
  color: white;
  display: inline-block;
  width: auto;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  border-radius: 3px;
  background-color: #666666;
}
/* line 286, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #b9006d;
  border-top-color: #950058;
  border-left-color: #950058;
  background-color: #c80076;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e20085), to(#c80076));
  background-image: -webkit-linear-gradient(top, #e20085, #c80076);
  background-image: -moz-linear-gradient(top, #e20085, #c80076);
  background-image: -o-linear-gradient(top, #e20085, #c80076);
  background-image: linear-gradient(to bottom, #e20085, #c80076);
}
/* line 294, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #fb0094;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e20085), to(#fb0094));
  background-image: -webkit-linear-gradient(top, #e20085, #fb0094);
  background-image: -moz-linear-gradient(top, #e20085, #fb0094);
  background-image: -o-linear-gradient(top, #e20085, #fb0094);
  background-image: linear-gradient(to bottom, #e20085, #fb0094);
}

/* line 299, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #000099;
  text-shadow: 0 1px 1px #000099;
  background-color: #0000b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0000cc), to(#0000b3));
  background-image: -webkit-linear-gradient(top, #0000cc, #0000b3);
  background-image: -moz-linear-gradient(top, #0000cc, #0000b3);
  background-image: -o-linear-gradient(top, #0000cc, #0000b3);
  background-image: linear-gradient(to bottom, #0000cc, #0000b3);
  box-shadow: inset 0 0 3px #1f1fff;
}
/* line 305, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: navy;
  background-color: #000099;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0000b8), to(#000099));
  background-image: -webkit-linear-gradient(top, #0000b8, #000099);
  background-image: -moz-linear-gradient(top, #0000b8, #000099);
  background-image: -o-linear-gradient(top, #0000b8, #000099);
  background-image: linear-gradient(to bottom, #0000b8, #000099);
}
/* line 309, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #0000cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0000b3), to(#0000cc));
  background-image: -webkit-linear-gradient(top, #0000b3, #0000cc);
  background-image: -moz-linear-gradient(top, #0000b3, #0000cc);
  background-image: -o-linear-gradient(top, #0000b3, #0000cc);
  background-image: linear-gradient(to bottom, #0000b3, #0000cc);
}

/*********************
OPACITY
*********************/
/*********************
PADDINGS, MARGINS, RE-USED ITEMS, CUSTOM
*********************/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 14, ../scss/_base.scss */
body {
  font-family: "MuseoSansRounded-500", sans-serif;
  font-size: 1.0em;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #333;
}

/* line 23, ../scss/_base.scss */
b, strong {
  font-weight: 700;
  font-family: "MuseoSansRounded-900", sans-serif;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 34, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/* line 39, ../scss/_base.scss */
.showme {
  display: block;
}

/* line 43, ../scss/_base.scss */
.hideme {
  display: none;
}

/* line 47, ../scss/_base.scss */
.hide {
  display: none !important;
}

/* line 57, ../scss/_base.scss */
.paddingHalf {
  padding: 1em 0.5em .7em 0.5em;
}

/* line 61, ../scss/_base.scss */
.margin-bottom {
  margin-bottom: 2em;
}

/* line 65, ../scss/_base.scss */
.margin-top {
  margin-top: 1em;
}

/*********************
LINK STYLES
*********************/
/* line 73, ../scss/_base.scss */
a, a:visited {
  color: #fb0094;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 78, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
}
/* line 90, ../scss/_base.scss */
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 99, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0 0 15px 0;
}
/* line 104, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 109, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.0em;
  line-height: 1.333em;
}

/* line 114, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 120, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.4em;
  font-size: 1.4rem;
}

/* line 125, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 130, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 141, ../scss/_base.scss */
.header {
  padding: 15px 0 5px 0;
}
/* line 145, ../scss/_base.scss */
.header .wrap .social-shop {
  display: none;
}
/* line 149, ../scss/_base.scss */
.header .wrap #logo {
  float: left;
  width: 65%;
  max-width: 268px;
  line-height: 1px;
}
/* line 592, ../scss/_mixins.scss */
.header .wrap #logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 157, ../scss/_base.scss */
.header .wrap #pull {
  float: right;
  height: 36px;
  overflow: hidden;
  padding: 0;
  font-size: 11px;
  line-height: 36px;
  color: #666666;
}
/* line 166, ../scss/_base.scss */
.header .wrap #pull .floatLeft {
  margin-right: 10px;
}
/* line 170, ../scss/_base.scss */
.header .wrap #pull .floatRight {
  line-height: 36px;
}
/* line 174, ../scss/_base.scss */
.header .wrap #pull .fa {
  line-height: 36px;
  font-size: 32px;
}
/* line 179, ../scss/_base.scss */
.header .wrap #pull:hover {
  color: #fb0094;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 190, ../scss/_base.scss */
.headernav {
  display: none;
}

/* line 194, ../scss/_base.scss */
.mobilenav, .footermobilenav {
  font-family: 'Colaba', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  margin-top: 10px;
  background-color: #000;
  display: none;
}
/* line 200, ../scss/_base.scss */
.mobilenav ul.top-nav, .footermobilenav ul.top-nav {
  margin: 0;
}
/* line 202, ../scss/_base.scss */
.mobilenav ul.top-nav li, .footermobilenav ul.top-nav li {
  text-align: center;
  border-bottom: 1px solid #242424;
  text-transform: uppercase;
}
/* line 206, ../scss/_base.scss */
.mobilenav ul.top-nav li a, .mobilenav ul.top-nav li a:visited, .footermobilenav ul.top-nav li a, .footermobilenav ul.top-nav li a:visited {
  display: block;
  padding: .4em 0 .25em 0;
  font-size: 1.3em;
  color: #999;
}
/* line 213, ../scss/_base.scss */
.mobilenav ul.top-nav li a:hover, .footermobilenav ul.top-nav li a:hover {
  color: #fb0094;
}
/* line 219, ../scss/_base.scss */
.mobilenav ul.top-nav li.kidzbopkids a, .footermobilenav ul.top-nav li.kidzbopkids a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  background: url(../images/kbk-nav-mobile.png) no-repeat center center;
}
/* line 224, ../scss/_base.scss */
.mobilenav ul.top-nav li.kidzbopkids a:hover, .footermobilenav ul.top-nav li.kidzbopkids a:hover {
  opacity: .5;
}
/* line 229, ../scss/_base.scss */
.mobilenav ul.top-nav li.uk-site a, .footermobilenav ul.top-nav li.uk-site a {
  color: #fff;
}
/* line 236, ../scss/_base.scss */
.mobilenav ul.social-nav li, .footermobilenav ul.social-nav li {
  text-align: center;
  width: 25%;
  float: left;
  display: inline;
}
/* line 241, ../scss/_base.scss */
.mobilenav ul.social-nav li a, .mobilenav ul.social-nav li a:visited, .footermobilenav ul.social-nav li a, .footermobilenav ul.social-nav li a:visited {
  display: block;
  font-size: 1.3em;
  color: #999;
}
/* line 247, ../scss/_base.scss */
.mobilenav ul.social-nav li a:hover, .footermobilenav ul.social-nav li a:hover {
  color: #fb0094;
}
/* line 253, ../scss/_base.scss */
.mobilenav ul.social-nav li.spotify-menu a, .footermobilenav ul.social-nav li.spotify-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/spotify-black.png) no-repeat top left #999999;
  background: url(../images/spotify-black.svg) no-repeat top left #999999;
  background-size: auto 100%;
}
/* line 263, ../scss/_base.scss */
.mobilenav ul.social-nav li.spotify-menu a:hover, .footermobilenav ul.social-nav li.spotify-menu a:hover {
  background-color: #fb0094;
}
/* line 268, ../scss/_base.scss */
.mobilenav ul.social-nav li.rhapsody-menu a, .footermobilenav ul.social-nav li.rhapsody-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/rhapsody-black.png) no-repeat top left #999999;
  background: url(../images/rhapsody-black.svg) no-repeat top left #999999;
  background-size: auto 100%;
}
/* line 278, ../scss/_base.scss */
.mobilenav ul.social-nav li.rhapsody-menu a:hover, .footermobilenav ul.social-nav li.rhapsody-menu a:hover {
  background-color: #fb0094;
}
/* line 283, ../scss/_base.scss */
.mobilenav ul.social-nav li.napster-menu a, .footermobilenav ul.social-nav li.napster-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/napster-black.png) no-repeat top left #999999;
  background: url(../images/napster-black.svg) no-repeat top left #999999;
  background-size: auto 100%;
}
/* line 293, ../scss/_base.scss */
.mobilenav ul.social-nav li.napster-menu a:hover, .footermobilenav ul.social-nav li.napster-menu a:hover {
  background-color: #fb0094;
}
/* line 298, ../scss/_base.scss */
.mobilenav ul.social-nav li.shazam-menu a, .footermobilenav ul.social-nav li.shazam-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/shazam-black.png) no-repeat top left #999999;
  background: url(../images/shazam-black.svg) no-repeat top left #999999;
  background-size: auto 100%;
}
/* line 308, ../scss/_base.scss */
.mobilenav ul.social-nav li.shazam-menu a:hover, .footermobilenav ul.social-nav li.shazam-menu a:hover {
  background-color: #fb0094;
}
/* line 313, ../scss/_base.scss */
.mobilenav ul.social-nav li.amazonmusic-menu a, .footermobilenav ul.social-nav li.amazonmusic-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 36px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/amazon-music-sm.png) no-repeat top left black;
  background-size: 36px;
}
/* line 322, ../scss/_base.scss */
.mobilenav ul.social-nav li.amazonmusic-menu a:hover, .footermobilenav ul.social-nav li.amazonmusic-menu a:hover {
  background: url(../images/amazon-music-sm-pink.png) no-repeat bottom left black;
  background-size: 36px;
}
/* line 328, ../scss/_base.scss */
.mobilenav ul.social-nav li.apple-menu a, .footermobilenav ul.social-nav li.apple-menu a {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 6px auto 5px auto;
  background: url(../images/Apple_Music_Icon_blk.svg) no-repeat top left #999999;
  background-size: 24px;
}
/* line 337, ../scss/_base.scss */
.mobilenav ul.social-nav li.apple-menu a:hover, .footermobilenav ul.social-nav li.apple-menu a:hover {
  background-color: #fb0094;
}

/* line 344, ../scss/_base.scss */
.footermobilenav {
  display: block;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  /* line 352, ../scss/_base.scss */
  .mobilenav ul.top-nav li, .footermobilenav ul.top-nav li {
    width: 50%;
    float: left;
    display: inline;
  }
}
/* line 360, ../scss/_base.scss */
.nav > li > a:focus, .nav > li > a:hover {
  background: none !important;
}

/* line 364, ../scss/_base.scss */
.mailinglist {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 0 1em 1em 1em;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 3px 5px 2px 5px;
}
/* line 371, ../scss/_base.scss */
.mailinglist input {
  margin: 0;
  border: 0;
  font-size: 11px;
  float: right;
}
/* line 378, ../scss/_base.scss */
.mailinglist input.formfield {
  width: 185px;
  line-height: 21px;
  padding: 0 5px;
  float: left;
}

/*********************
MISC
*********************/
/* line 390, ../scss/_base.scss */
.floatLeft {
  float: left !important;
}

/* line 391, ../scss/_base.scss */
.floatRight {
  float: right !important;
}

/* line 392, ../scss/_base.scss */
.clearThis, .clearthis {
  height: 1px;
  line-height: 1px;
  clear: both;
}

/* line 393, ../scss/_base.scss */
.noPadding {
  padding: 0 !important;
}

/* line 394, ../scss/_base.scss */
.noMargin {
  margin: 0 !important;
}

/* line 395, ../scss/_base.scss */
.bigText {
  font-size: 110%;
}

/* line 396, ../scss/_base.scss */
.biggerText {
  font-size: 120%;
}

/* line 397, ../scss/_base.scss */
.smallerText {
  font-size: 80% !important;
}

/* line 398, ../scss/_base.scss */
.normalText {
  font-size: 14px;
}

/* line 400, ../scss/_base.scss */
p {
  word-wrap: break-word;
}

/* line 402, ../scss/_base.scss */
hr {
  background-color: #000;
  color: #000;
  clear: both;
  margin: 20px 0;
  height: 3px;
  border: 0;
}

/******************************************************************
HOME
******************************************************************/
/* line 415, ../scss/_base.scss */
.feature {
  margin: 0;
}
/* line 417, ../scss/_base.scss */
.feature p, .feature br {
  display: none;
}
/* line 421, ../scss/_base.scss */
.feature .master-slider p, .feature .master-slider br {
  display: block;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 431, ../scss/_base.scss */
#content {
  margin-top: 1em;
}

/* line 435, ../scss/_base.scss */
#inner-content.wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 435, ../scss/_base.scss */
  #inner-content.wrap {
    max-width: 96%;
  }
}
/* line 441, ../scss/_base.scss */
#inner-content.wrap #main {
  background-color: #e5e6e8;
  padding: 10px;
}
/* line 446, ../scss/_base.scss */
#inner-content.wrap .sidebar {
  padding: 10px;
}

/* line 453, ../scss/_base.scss */
body.page #inner-content.wrap #main, body.single #inner-content.wrap #main, body.post-type-archive-music #inner-content.wrap #main {
  background-color: #fff;
}

/* line 459, ../scss/_base.scss */
.post-thumbnail {
  line-height: 1px;
}
/* line 461, ../scss/_base.scss */
.post-thumbnail img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 468, ../scss/_base.scss */
.hentry {
  margin: 0 0 2.5em 0;
}
/* line 471, ../scss/_base.scss */
.hentry video, .hentry object, .hentry iframe {
  max-width: 100%;
}
/* line 475, ../scss/_base.scss */
.hentry .article-header {
  padding-bottom: 0px;
}
/* line 482, ../scss/_base.scss */
.hentry header {
  /* end H1 */
}

/* end .hentry */
/* line 494, ../scss/_base.scss */
.single-title, .page-title, .archive-title, .widgettitle, .widget h4 {
  margin: 0 0 .6em 0;
  margin: 0 0 .8rem 0;
  font-family: MuseoSansRounded-1000;
  color: #000;
}

/* entry content */
/* line 504, ../scss/_base.scss */
.entry-content p {
  margin: 0 0 1.2em 0;
  line-height: 1.6em;
}
/* line 519, ../scss/_base.scss */
.entry-content ul li {
  list-style-type: none;
  padding: 0 0 10px 5px;
  margin-left: 20px;
}
/* line 537, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 544, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 557, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 565, ../scss/_base.scss */
.navigation {
  font-size: 12px;
  overflow: hidden;
  padding: 15px 0;
  clear: both;
  border-top: 1px dashed #eee;
}

/* line 566, ../scss/_base.scss */
.nav-previous {
  float: left;
  width: 50%;
}

/* line 567, ../scss/_base.scss */
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* line 569, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 575, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 581, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* line 591, ../scss/_base.scss */
.gallery br {
  display: none;
}
/* line 595, ../scss/_base.scss */
.gallery dl {
  width: 47%;
  float: left;
  margin: 0 4px 4px 4px;
}
/* line 602, ../scss/_base.scss */
.gallery dl img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

/* end .gallery */
/*********************
BX SLIDER
*********************/
/* line 618, ../scss/_base.scss */
ul.slider, .bx-wrapper {
  margin: 1em 0 .5em 0 !important;
}

/* line 623, ../scss/_base.scss */
.bx-wrapper ul.slider {
  margin: 0 !important;
}

/* line 628, ../scss/_base.scss */
ul.bxslider, ul.slider {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 630, ../scss/_base.scss */
ul.bxslider li, ul.slider li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1px;
}
/* line 634, ../scss/_base.scss */
ul.bxslider li img, ul.slider li img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 641, ../scss/_base.scss */
.bx-pager {
  display: none;
}

/*********************
CUSTOM POST TYPES
*********************/
/* line 650, ../scss/_base.scss */
.social_links ul {
  margin: 0 0 1em 0;
}
/* line 652, ../scss/_base.scss */
.social_links ul li {
  width: 48%;
  margin: 0 1% .5em 1%;
  float: left;
  display: inline;
}
/* line 656, ../scss/_base.scss */
.social_links ul li a {
  display: block;
  padding: .5em 1em;
  background-color: #666666;
  color: #fff !important;
  font-size: .9em;
  text-align: center;
  border: 0;
}
/* line 665, ../scss/_base.scss */
.social_links ul li a:hover, .social_links ul li a:focus {
  background-color: #fb0094;
}
/* line 672, ../scss/_base.scss */
.social_links ul li:first-child, .social_links ul li:nth-child(3n+0) {
  margin-left: 0;
}
/* line 676, ../scss/_base.scss */
.social_links ul li:last-child, .social_links ul li:nth-child(2n+0) {
  float: right;
  margin-right: 0;
}
/* line 682, ../scss/_base.scss */
.social_links button {
  display: block;
  padding: .5em 0;
  background-color: #fb0094;
  color: #fff !important;
  font-size: 1.1em;
  text-align: center;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
}
/* line 693, ../scss/_base.scss */
.social_links button:hover, .social_links button:focus {
  background-color: #fb0094;
}
/* line 697, ../scss/_base.scss */
.social_links .cbp-spmenu {
  text-align: center;
}
/* line 699, ../scss/_base.scss */
.social_links .cbp-spmenu button {
  padding: 1em 0;
  background-color: #000;
}

/* line 609, ../scss/_mixins.scss */
body.post-type-archive-kids .album-wrap .post-thumbnail, body.post-type-archive-music .album-wrap .post-thumbnail, body.page .album-wrap .post-thumbnail {
  margin: 0 0 1em 0;
}
/* line 612, ../scss/_mixins.scss */
body.post-type-archive-kids .album-wrap .post-thumbnail img, body.post-type-archive-music .album-wrap .post-thumbnail img, body.page .album-wrap .post-thumbnail img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
/* line 710, ../scss/_base.scss */
body.post-type-archive-kids .album-wrap h2, body.post-type-archive-music .album-wrap h2, body.page .album-wrap h2 {
  margin: 0 0 .1em 0;
}
/* line 715, ../scss/_base.scss */
body.post-type-archive-kids .kids-title, body.post-type-archive-music .kids-title, body.page .kids-title {
  margin-bottom: 0px;
}
/* line 717, ../scss/_base.scss */
body.post-type-archive-kids .kids-title span, body.post-type-archive-music .kids-title span, body.page .kids-title span {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 45px;
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  background: url(../images/meet-the-kids.png) no-repeat center center white;
  background-size: auto 85%;
}
/* line 727, ../scss/_base.scss */
body.post-type-archive-kids ul.kids-archive, body.post-type-archive-music ul.kids-archive, body.page ul.kids-archive {
  margin: 2% 0 0 0;
}
/* line 731, ../scss/_base.scss */
body.post-type-archive-kids .archive-list, body.post-type-archive-music .archive-list, body.page .archive-list {
  width: 49%;
  float: left;
  margin: 0 2% 1% 0;
  font-size: .8em;
}
/* line 479, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list a, body.post-type-archive-music .archive-list a, body.page .archive-list a {
  color: #000;
}
/* line 461, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list a:hover, body.post-type-archive-kids .archive-list a:focus, body.post-type-archive-music .archive-list a:hover, body.post-type-archive-music .archive-list a:focus, body.page .archive-list a:hover, body.page .archive-list a:focus {
  color: #e50202;
}
/* line 609, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list .post-thumbnail, body.post-type-archive-music .archive-list .post-thumbnail, body.page .archive-list .post-thumbnail {
  margin: 0 0 1em 0;
}
/* line 612, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list .post-thumbnail img, body.post-type-archive-music .archive-list .post-thumbnail img, body.page .archive-list .post-thumbnail img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
/* line 741, ../scss/_base.scss */
body.post-type-archive-kids .archive-list h2, body.post-type-archive-music .archive-list h2, body.page .archive-list h2 {
  margin: .5em 0 .1em 0;
  font-size: 1.4em;
  font-size: 1.4rem;
}
/* line 749, ../scss/_base.scss */
body.post-type-archive-kids .archive-list h2, body.post-type-archive-music .archive-list h2, body.page .archive-list h2 {
  display: none;
}
/* line 675, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list .post-thumbnail a img, body.post-type-archive-kids .archive-list .post-thumbnail img a, body.post-type-archive-music .archive-list .post-thumbnail a img, body.post-type-archive-music .archive-list .post-thumbnail img a, body.page .archive-list .post-thumbnail a img, body.page .archive-list .post-thumbnail img a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -khtml-transition: opacity .25s ease-in-out;
}
/* line 678, ../scss/_mixins.scss */
body.post-type-archive-kids .archive-list .post-thumbnail a img:hover, body.post-type-archive-kids .archive-list .post-thumbnail a img:focus, body.post-type-archive-kids .archive-list .post-thumbnail img a:hover, body.post-type-archive-kids .archive-list .post-thumbnail img a:focus, body.post-type-archive-music .archive-list .post-thumbnail a img:hover, body.post-type-archive-music .archive-list .post-thumbnail a img:focus, body.post-type-archive-music .archive-list .post-thumbnail img a:hover, body.post-type-archive-music .archive-list .post-thumbnail img a:focus, body.page .archive-list .post-thumbnail a img:hover, body.page .archive-list .post-thumbnail a img:focus, body.page .archive-list .post-thumbnail img a:hover, body.page .archive-list .post-thumbnail img a:focus {
  opacity: 0.5;
}
/* line 758, ../scss/_base.scss */
body.post-type-archive-kids .kids-list, body.post-type-archive-music .kids-list, body.page .kids-list {
  position: relative;
  margin: 0 0 3% 0;
}
/* line 762, ../scss/_base.scss */
body.post-type-archive-kids .kids-list .post-thumbnail, body.post-type-archive-music .kids-list .post-thumbnail, body.page .kids-list .post-thumbnail {
  margin-bottom: 0;
  background-color: #fb0094;
}
/* line 675, ../scss/_mixins.scss */
body.post-type-archive-kids .kids-list .post-thumbnail a img, body.post-type-archive-kids .kids-list .post-thumbnail img a, body.post-type-archive-music .kids-list .post-thumbnail a img, body.post-type-archive-music .kids-list .post-thumbnail img a, body.page .kids-list .post-thumbnail a img, body.page .kids-list .post-thumbnail img a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -khtml-transition: opacity .25s ease-in-out;
}
/* line 678, ../scss/_mixins.scss */
body.post-type-archive-kids .kids-list .post-thumbnail a img:hover, body.post-type-archive-kids .kids-list .post-thumbnail a img:focus, body.post-type-archive-kids .kids-list .post-thumbnail img a:hover, body.post-type-archive-kids .kids-list .post-thumbnail img a:focus, body.post-type-archive-music .kids-list .post-thumbnail a img:hover, body.post-type-archive-music .kids-list .post-thumbnail a img:focus, body.post-type-archive-music .kids-list .post-thumbnail img a:hover, body.post-type-archive-music .kids-list .post-thumbnail img a:focus, body.page .kids-list .post-thumbnail a img:hover, body.page .kids-list .post-thumbnail a img:focus, body.page .kids-list .post-thumbnail img a:hover, body.page .kids-list .post-thumbnail img a:focus {
  opacity: 0.5;
}
/* line 769, ../scss/_base.scss */
body.post-type-archive-kids .kids-list h2, body.post-type-archive-music .kids-list h2, body.page .kids-list h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
}
/* line 777, ../scss/_base.scss */
body.post-type-archive-kids .archive-list:nth-child(2n+3), body.post-type-archive-kids .kids-list:nth-child(2n+3), body.post-type-archive-music .archive-list:nth-child(2n+3), body.post-type-archive-music .kids-list:nth-child(2n+3), body.page .archive-list:nth-child(2n+3), body.page .kids-list:nth-child(2n+3) {
  clear: left;
}
/* line 781, ../scss/_base.scss */
body.post-type-archive-kids .last, body.post-type-archive-music .last, body.page .last {
  margin-right: 0 !important;
}
/* line 785, ../scss/_base.scss */
body.post-type-archive-kids .kids-list.last, body.post-type-archive-music .kids-list.last, body.page .kids-list.last {
  float: right;
}

/* line 792, ../scss/_base.scss */
body.post-type-archive-music .archive-list .post-thumbnail {
  background-color: #fb0094;
}

/* line 800, ../scss/_base.scss */
body.post-type-archive-kids .kids-list .post-thumbnail {
  background: none;
}

/* line 808, ../scss/_base.scss */
body.single-kids .ninecol {
  clear: both;
  padding-top: 1em;
}
/* line 814, ../scss/_base.scss */
body.single-kids .article-header .archive-title {
  line-height: 1.0em;
  font-family: MuseoSansRounded-1000;
  text-align: center;
}
/* line 821, ../scss/_base.scss */
body.single-kids ul.slider, body.single-kids .bx-wrapper {
  margin-top: 0 !important;
}
/* line 825, ../scss/_base.scss */
body.single-kids .release_bio p {
  font-size: 1em;
}
/* line 828, ../scss/_base.scss */
body.single-kids .other-kidz h4 {
  font-weight: 1000;
}
/* line 832, ../scss/_base.scss */
body.single-kids .other-kidz ul {
  margin: 0;
}
/* line 834, ../scss/_base.scss */
body.single-kids .other-kidz ul li {
  width: 31%;
  float: left;
  display: inline;
  margin: 0 3.5% 2% 0;
  padding: 0;
}
/* line 841, ../scss/_base.scss */
body.single-kids .other-kidz ul li .post-thumbnail {
  line-height: 1px;
  background-color: #fb0094;
}
/* line 675, ../scss/_mixins.scss */
body.single-kids .other-kidz ul li .post-thumbnail a img, body.single-kids .other-kidz ul li .post-thumbnail img a {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -khtml-transition: opacity .25s ease-in-out;
}
/* line 678, ../scss/_mixins.scss */
body.single-kids .other-kidz ul li .post-thumbnail a img:hover, body.single-kids .other-kidz ul li .post-thumbnail a img:focus, body.single-kids .other-kidz ul li .post-thumbnail img a:hover, body.single-kids .other-kidz ul li .post-thumbnail img a:focus {
  opacity: 0.5;
}
/* line 847, ../scss/_base.scss */
body.single-kids .other-kidz ul li .post-thumbnail img {
  margin: 0;
}
/* line 853, ../scss/_base.scss */
body.single-kids .other-kidz ul li.last {
  margin-right: 0;
  float: right;
}

/* line 863, ../scss/_base.scss */
body.single-music #main {
  padding-bottom: 0;
}
/* line 868, ../scss/_base.scss */
body.single-music #inner-content.wrap .sidebar {
  padding: 0;
}
/* line 873, ../scss/_base.scss */
body.single-music .archive-title {
  font-family: MuseoSansRounded-1000;
  width: 96%;
  margin: .7em auto .1em auto;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
}
/* line 880, ../scss/_base.scss */
body.single-music .archive-title .releasedate {
  font-size: .6em;
  font-weight: 300;
  font-family: "MuseoSansRounded-500", sans-serif;
}
/* line 887, ../scss/_base.scss */
body.single-music .hentry {
  margin-bottom: 0;
}
/* line 893, ../scss/_base.scss */
body.single-music .album-wrap .cover-image img {
  margin: 0 0 0.5em 0;
}
/* line 897, ../scss/_base.scss */
body.single-music .album-wrap h3 {
  padding: 0;
  margin: 0 0 .3em 0;
}
/* line 902, ../scss/_base.scss */
body.single-music .album-wrap .post-thumbnail {
  clear: both;
  margin: 0 auto;
  max-width: 467px;
}
/* line 904, ../scss/_base.scss */
body.single-music .album-wrap .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 909, ../scss/_base.scss */
body.single-music .album-wrap .featured-video-plus {
  max-width: 100% !important;
}
/* line 628, ../scss/_mixins.scss */
body.single-music .album-wrap .social_links {
  padding-top: 0;
}
/* line 630, ../scss/_mixins.scss */
body.single-music .album-wrap .social_links ul {
  margin: 0 0 1.5em 0;
}
/* line 632, ../scss/_mixins.scss */
body.single-music .album-wrap .social_links ul li {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  float: none;
  display: block;
  clear: both;
}
/* line 916, ../scss/_base.scss */
body.single-music .music-banner {
  clear: both;
  margin: 0 auto;
  max-width: 467px;
  line-height: 1px;
  margin-bottom: .5em;
}
/* line 921, ../scss/_base.scss */
body.single-music .music-banner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
/* line 927, ../scss/_base.scss */
body.single-music .buy-all {
  line-height: 0px;
}
/* line 930, ../scss/_base.scss */
body.single-music .buy-all div {
  margin-bottom: .5em;
}
/* line 934, ../scss/_base.scss */
body.single-music .buy-all div {
  float: left;
  display: inline;
  width: 49%;
}
/* line 939, ../scss/_base.scss */
body.single-music .buy-all div.buy-all-kbs {
  float: right;
  margin-left: 0;
}
/* line 944, ../scss/_base.scss */
body.single-music .buy-all img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
/* line 949, ../scss/_base.scss */
body.single-music .buy-all .buy-all-itunes {
  background: url(../images/buy-all-itunes-new.gif) no-repeat top left;
  background-size: 100% auto;
}
/* line 622, ../scss/_mixins.scss */
body.single-music .buy-all .buy-all-itunes:hover {
  background-position: bottom left;
}
/* line 954, ../scss/_base.scss */
body.single-music .buy-all .buy-all-kbs {
  background: url(../images/buy-all-kbs.gif) no-repeat top left;
  background-size: 100% auto;
}
/* line 622, ../scss/_mixins.scss */
body.single-music .buy-all .buy-all-kbs:hover {
  background-position: bottom left;
}
/* line 960, ../scss/_base.scss */
body.single-music .other-singles {
  margin-bottom: 0;
}
/* line 963, ../scss/_base.scss */
body.single-music .other-singles ul {
  margin: 0;
}
/* line 965, ../scss/_base.scss */
body.single-music .other-singles ul li {
  width: 32%;
  margin: 0 2% 0% 0;
  padding: 0;
  float: left;
  display: inline;
}
/* line 970, ../scss/_base.scss */
body.single-music .other-singles ul li .post-thumbnail {
  margin: 0;
}
/* line 980, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li {
  position: relative;
  margin: 0;
}
/* line 984, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li a {
  background-color: #fb0094;
}
/* line 986, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li a span {
  font-size: 1.3em;
}
/* line 991, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li a:hover {
  background-color: #fb0094;
}
/* line 995, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li ul.sub-menu {
  width: 80%;
  margin: 0 10%;
  position: absolute;
  display: none;
  z-index: 8999;
  background: url(../images/tick.png) no-repeat top;
  padding-top: 20px;
}
/* line 1004, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li ul.sub-menu li {
  margin: 0;
}
/* line 1006, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li ul.sub-menu li a {
  font-family: 'Colaba', Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.5em;
  background-color: #000;
  padding: .5em .1em .35em .1em;
}
/* line 1014, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li ul.sub-menu li a:hover {
  background-color: #fb0094;
}
/* line 1020, ../scss/_base.scss */
body.single-music .buy-album .social_links ul li:hover ul {
  top: auto;
  display: block;
}

/* line 1030, ../scss/_base.scss */
div#tracklisting {
  margin-bottom: 0;
}

/* line 1031, ../scss/_base.scss */
div#tracklisting h3 {
  line-height: 24px;
}

/* line 1032, ../scss/_base.scss */
ul.tracklisting {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 1033, ../scss/_base.scss */
ul.tracklisting li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 3px 0;
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

/* line 1034, ../scss/_base.scss */
ul.tracklisting li span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
  padding: 0px;
}

/* line 1035, ../scss/_base.scss */
ul.tracklisting li span.tracklisting-number {
  background-color: #000;
  color: #fff;
  border-right: 2px solid #fff;
  text-align: center;
}

/* line 1036, ../scss/_base.scss */
ul.tracklisting li span.tracklisting-song {
  width: auto;
  border: none;
  padding: 0 5px 0 10px;
  border-left: 2px solid #fff;
}

/* line 1037, ../scss/_base.scss */
ul.tracklisting li span.download-cart {
  background-color: #eed7e4;
}

/* line 1038, ../scss/_base.scss */
ul.tracklisting li span.download-cart a, ul.tracklisting li span.download-cart a:visited {
  display: block;
  height: 40px;
  line-height: 40px;
  border-left: 2px solid #fff;
}

/* line 1039, ../scss/_base.scss */
ul.tracklisting li span.download-cart a:hover {
  color: #0000cc;
}

/* line 1042, ../scss/_base.scss */
.featured-video {
  margin-bottom: 30px;
}
/* line 1044, ../scss/_base.scss */
.featured-video .video1 {
  margin-bottom: 30px;
}

/* line 1049, ../scss/_base.scss */
.youtube-link {
  display: block;
  padding: .5em 1em;
  background-color: #666666;
  color: #fff !important;
  font-size: .9em;
  text-align: center;
}
/* line 1057, ../scss/_base.scss */
.youtube-link:hover {
  background-color: #fb0094;
}

/*********************
TOUR & PARENTS & RADIO
*********************/
/* line 1067, ../scss/_base.scss */
.btn, .wpcf7-submit {
  text-shadow: none;
  border-radius: 4px;
  background-image: none;
  border: none;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 1076, ../scss/_base.scss */
.btn-smaller {
  padding: 0px 12px !important;
  font-weight: 300;
  line-height: 32px !important;
  height: 32px !important;
  font-weight: 300;
  font-size: 80%;
}

/* line 1085, ../scss/_base.scss */
.btn-white {
  background-color: white;
  color: #cc0000 !important;
}
/* line 1088, ../scss/_base.scss */
.btn-white:hover {
  color: maroon;
}

/* line 1093, ../scss/_base.scss */
.btn-red {
  background-color: #cc0000;
  color: white !important;
}
/* line 1096, ../scss/_base.scss */
.btn-red:hover {
  background-color: maroon;
  color: white;
}

/* line 1102, ../scss/_base.scss */
.btn-black {
  background-color: black;
  color: white !important;
}
/* line 1105, ../scss/_base.scss */
.btn-black:hover {
  color: white;
  background-color: #222222;
}

/* line 1111, ../scss/_base.scss */
.btn-blue {
  background-color: #035cd5;
  color: white !important;
}
/* line 1114, ../scss/_base.scss */
.btn-blue:hover {
  background-color: #023170;
  color: white;
}

/* line 1120, ../scss/_base.scss */
.btn-yellow {
  background-color: #f6cb03;
  color: white !important;
}
/* line 1123, ../scss/_base.scss */
.btn-yellow:hover {
  background-color: #aa8d02;
  color: white;
}

/* line 1129, ../scss/_base.scss */
.btn-pink {
  background-color: #ff0099;
  color: white !important;
}
/* line 1132, ../scss/_base.scss */
.btn-pink:hover {
  background-color: #b3006b;
  color: white;
}

/* line 1140, ../scss/_base.scss */
body.page .eightcol .hentry {
  margin-bottom: 0;
}

/* line 1147, ../scss/_base.scss */
body.page-tour .master-slider-parent, body.page-tourdates .master-slider-parent {
  margin-bottom: 25px;
}

/* line 1152, ../scss/_base.scss */
.tour-date-entry {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: .95em;
  margin-bottom: 0 !important;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}
@media screen and (min-width: 1024px) {
  /* line 1152, ../scss/_base.scss */
  .tour-date-entry {
    font-size: 1.0em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1152, ../scss/_base.scss */
  .tour-date-entry {
    font-size: 1.1em;
  }
}
/* line 1165, ../scss/_base.scss */
.tour-date-entry:last-child {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em !important;
}
@media screen and (max-width: 767px) {
  /* line 1169, ../scss/_base.scss */
  .tour-date-entry .paddingHalf {
    padding: .75em 0.25em .75em 0.25em;
  }
}
/* line 1174, ../scss/_base.scss */
.tour-date-entry .tour-date {
  font-weight: 700;
}
/* line 1177, ../scss/_base.scss */
.tour-date-entry .tour-venue {
  font-weight: 400;
}
/* line 1180, ../scss/_base.scss */
.tour-date-entry .tour-content {
  font-weight: 300;
}
/* line 1182, ../scss/_base.scss */
.tour-date-entry .tour-content p {
  margin: 8px 0 0 0;
  display: inline-block;
  text-transform: capitalize;
  font-style: italic;
  display: inline;
  width: 100%;
  font-size: 90%;
  color: #444444;
}
/* line 1192, ../scss/_base.scss */
.tour-date-entry .tour-content .paddingHalf {
  border-top: 1px dashed #e6e6e6;
}
/* line 1196, ../scss/_base.scss */
.tour-date-entry .tour-location {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  /* line 1196, ../scss/_base.scss */
  .tour-date-entry .tour-location {
    color: #444444;
  }
}
/* line 1202, ../scss/_base.scss */
.tour-date-entry .btn {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 1207, ../scss/_base.scss */
  .tour-date-entry .tour-tix {
    text-align: right;
  }
}
/* line 1212, ../scss/_base.scss */
.tour-date-entry:nth-child(even) {
  background-color: #f9f9f9;
}

/******************************************************************
TOUR DATES NEW
******************************************************************/
/* line 1221, ../scss/_base.scss */
#shows {
  max-width: 90%;
  margin: auto;
}

/* line 1226, ../scss/_base.scss */
#shows ul {
  padding: 0;
  margin: 0;
  border-bottom: none !important;
  list-style-type: none;
}

/* line 1233, ../scss/_base.scss */
#shows ul li {
  margin: 20px 0;
  padding: 10px 0 25px 0;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1240, ../scss/_base.scss */
#shows ul li:last-child {
  border-bottom: none;
}

/* line 1244, ../scss/_base.scss */
.date-wrapper {
  display: inline-block;
  float: left;
  clear: left;
  width: 21%;
  font-size: 18px;
}

/* line 1252, ../scss/_base.scss */
.dotw {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 10px;
  display: block;
}

/* line 1261, ../scss/_base.scss */
.tickets {
  display: inline-block;
  padding: 10px 0;
  width: 90px;
  text-align: center;
  float: right;
  font-size: 13px;
}

/* line 1270, ../scss/_base.scss */
.tickets.soldout {
  background: #333333 !important;
  border-color: #333333 !important;
  pointer-events: none;
}

/* line 1276, ../scss/_base.scss */
.venue {
  display: inline-block;
  clear: right;
  float: left;
  width: 37%;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
}

/* line 1286, ../scss/_base.scss */
.venue span {
  font-style: italic;
}

/* line 1291, ../scss/_base.scss */
.venue span[itemprop="name"],
.dotw {
  font-style: normal;
}

/* line 1296, ../scss/_base.scss */
.date-wrapper,
.venue span[itemprop=addressLocality] {
  font-style: normal;
}

/* line 1301, ../scss/_base.scss */
.venue span[itemprop=name],
.venue span[itemprop=addressLocality] {
  display: block;
}

/* line 1305, ../scss/_base.scss */
.venue span[itemprop=name] {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1316, ../scss/_base.scss */
.venue span[itemprop=addressLocality] {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1323, ../scss/_base.scss */
.range .date-wrapper {
  width: 16.5%;
  clear: none;
}

/* line 1328, ../scss/_base.scss */
.ticket-wrapper {
  width: 42%;
  float: right;
}

/* line 1333, ../scss/_base.scss */
span[itemprop="endDate"] .date-wrapper::after {
  content: "–";
  line-height: 0;
  position: relative;
  left: -20%;
  top: -12px;
  display: block;
}

/* Media query for iPad and tablets */
@media only screen and (max-width: 575px) {
  /* line 1345, ../scss/_base.scss */
  #shows {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1349, ../scss/_base.scss */
  #shows ul li {
    margin: 15px 0;
    padding: 10px 0 15px 0;
  }

  /* line 1355, ../scss/_base.scss */
  .venue span {
    font-size: 12px;
  }

  /* line 1360, ../scss/_base.scss */
  .venue span[itemprop="name"],
  .dotw {
    margin-bottom: 5px;
  }

  /* line 1364, ../scss/_base.scss */
  .date-wrapper {
    width: 37%;
  }

  /* line 1368, ../scss/_base.scss */
  .venue {
    width: 63%;
  }

  /* line 1372, ../scss/_base.scss */
  .range .date-wrapper {
    width: 15.5%;
  }

  /* line 1376, ../scss/_base.scss */
  .ticket-wrapper {
    width: auto;
    float: none;
    clear: both;
    display: inline-block;
    padding-top: 10px;
  }

  /* line 1384, ../scss/_base.scss */
  span[itemprop="endDate"] .date-wrapper::after {
    top: -10px;
  }
}
@media screen and (max-width: 413px) {
  /* line 1391, ../scss/_base.scss */
  .date-wrapper,
  .venue span[itemprop=addressLocality] {
    font-size: 16px;
  }

  /* line 1395, ../scss/_base.scss */
  .venue span[itemprop="name"],
  .dotw {
    font-size: 12px;
  }

  /* line 1398, ../scss/_base.scss */
  .tickets {
    font-size: 11px;
    width: 70px;
    padding: 8px 0 6px 0;
  }
}
@media screen and (min-width: 414px) and (max-width: 575px) {
  /* line 1407, ../scss/_base.scss */
  .date-wrapper,
  .venue span[itemprop=addressLocality] {
    font-size: 18px;
  }

  /* line 1411, ../scss/_base.scss */
  .venue span[itemprop="name"],
  .dotw {
    font-size: 13px;
  }

  /* line 1414, ../scss/_base.scss */
  .tickets {
    font-size: 13px;
    width: 90px;
    padding: 8px 0 6px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1422, ../scss/_base.scss */
  #shows {
    max-width: 98%;
    margin: auto;
  }
  /* line 1425, ../scss/_base.scss */
  #shows .date-wrapper {
    width: 20%;
    font-size: 15px;
  }
  /* line 1429, ../scss/_base.scss */
  #shows .venue {
    width: 36%;
  }
  /* line 1433, ../scss/_base.scss */
  #shows .venue span[itemprop="name"],
  #shows .dotw {
    font-size: 13px;
  }
  /* line 1437, ../scss/_base.scss */
  #shows .date-wrapper,
  #shows .venue span[itemprop=addressLocality] {
    font-size: 17px;
  }
  /* line 1440, ../scss/_base.scss */
  #shows .tickets {
    width: 77px;
    font-size: 11px;
    padding: 8px 0 6px 0;
  }
  /* line 1445, ../scss/_base.scss */
  #shows .ticket-wrapper {
    width: 44%;
  }
}
@media screen and (min-width: 992px) {
  /* line 1456, ../scss/_base.scss */
  #shows {
    max-width: 90%;
    margin: auto;
  }
  /* line 1459, ../scss/_base.scss */
  #shows .date-wrapper {
    width: 26%;
  }
  /* line 1462, ../scss/_base.scss */
  #shows .ticket-wrapper {
    width: 33%;
  }
  /* line 1465, ../scss/_base.scss */
  #shows .venue {
    width: 41%;
  }
  /* line 1469, ../scss/_base.scss */
  #shows .venue span[itemprop="name"],
  #shows .dotw {
    font-size: 15px;
  }
  /* line 1473, ../scss/_base.scss */
  #shows .date-wrapper,
  #shows .venue span[itemprop=addressLocality] {
    font-size: 23px;
  }
}
/***************/
/*  TOUR LIST  */
/***************/
/* line 1483, ../scss/_base.scss */
.tour_list {
  background: 0 !important;
  padding: 0 !important;
}
/* line 1486, ../scss/_base.scss */
.tour_list ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  /* line 1486, ../scss/_base.scss */
  .tour_list ul {
    float: left;
    border-radius: .5em;
    background-size: 100% auto;
  }
}
/* line 1495, ../scss/_base.scss */
.tour_list ul li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1502, ../scss/_base.scss */
.tour_list ul li:first-child {
  padding-top: 15px;
}
/* line 1505, ../scss/_base.scss */
.tour_list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 1510, ../scss/_base.scss */
.tour_list ul li div.shows-date, .tour_list ul li div.information, .tour_list ul li div.location, .tour_list ul li div.ticket-links {
  float: left;
  display: inline-block;
}
/* line 1514, ../scss/_base.scss */
.tour_list ul li div.shows-date {
  width: 15%;
  float: left;
}
@media screen and (max-width: 575px) {
  /* line 1514, ../scss/_base.scss */
  .tour_list ul li div.shows-date {
    width: 21%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1514, ../scss/_base.scss */
  .tour_list ul li div.shows-date {
    width: 18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1514, ../scss/_base.scss */
  .tour_list ul li div.shows-date {
    width: 17%;
  }
}
/* line 1527, ../scss/_base.scss */
.tour_list ul li div.information {
  float: right;
  width: 83%;
}
@media screen and (max-width: 575px) {
  /* line 1527, ../scss/_base.scss */
  .tour_list ul li div.information {
    width: 77%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1527, ../scss/_base.scss */
  .tour_list ul li div.information {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1527, ../scss/_base.scss */
  .tour_list ul li div.information {
    width: 81%;
  }
}
/* line 1540, ../scss/_base.scss */
.tour_list ul li div.location {
  width: 58%;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 1540, ../scss/_base.scss */
  .tour_list ul li div.location {
    width: 100%;
  }
}
/* line 1547, ../scss/_base.scss */
.tour_list ul li div.ticket-links {
  width: 41%;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 1547, ../scss/_base.scss */
  .tour_list ul li div.ticket-links {
    width: 100%;
    margin-top: 8px;
  }
}
/* line 1556, ../scss/_base.scss */
.tour_list ul li div.shows-date {
  font-size: 1.1em;
  line-height: 1.7em;
  text-transform: capitalize;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  /* line 1556, ../scss/_base.scss */
  .tour_list ul li div.shows-date {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1556, ../scss/_base.scss */
  .tour_list ul li div.shows-date {
    font-size: 1em;
  }
}
/* line 1567, ../scss/_base.scss */
.tour_list ul li div.shows-date span {
  font-size: 1.4em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  /* line 1567, ../scss/_base.scss */
  .tour_list ul li div.shows-date span {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1567, ../scss/_base.scss */
  .tour_list ul li div.shows-date span {
    font-size: 1.45em;
  }
}
/* line 1579, ../scss/_base.scss */
.tour_list ul li div.location span.city-name {
  font-size: 120%;
  display: block;
  text-transform: capitalize;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  /* line 1579, ../scss/_base.scss */
  .tour_list ul li div.location span.city-name {
    font-size: 130%;
  }
}
/* line 1588, ../scss/_base.scss */
.tour_list ul li div.location .venue-link {
  text-transform: capitalize;
  font-size: 115%;
  display: block;
  margin-bottom: 3px;
}
/* line 1593, ../scss/_base.scss */
.tour_list ul li div.location .venue-link a, .tour_list ul li div.location .venue-link a:visited {
  color: black;
}
/* line 1595, ../scss/_base.scss */
.tour_list ul li div.location .venue-link a:hover, .tour_list ul li div.location .venue-link a:visited:hover {
  color: #cc0000;
}
/* line 1600, ../scss/_base.scss */
.tour_list ul li div.location .address-mobile, .tour_list ul li div.location p.info {
  line-height: 1.5em;
  font-size: .85em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  /* line 1600, ../scss/_base.scss */
  .tour_list ul li div.location .address-mobile, .tour_list ul li div.location p.info {
    font-size: .9em;
  }
}
/* line 1607, ../scss/_base.scss */
.tour_list ul li div.location .address-mobile a, .tour_list ul li div.location .address-mobile a:visited, .tour_list ul li div.location p.info a, .tour_list ul li div.location p.info a:visited {
  color: #777777;
}
/* line 1609, ../scss/_base.scss */
.tour_list ul li div.location .address-mobile a:hover, .tour_list ul li div.location .address-mobile a:visited:hover, .tour_list ul li div.location p.info a:hover, .tour_list ul li div.location p.info a:visited:hover {
  color: black;
}
/* line 1614, ../scss/_base.scss */
.tour_list ul li div.location p.info {
  font-style: italic;
  color: #777777;
  font-weight: 700;
  margin-top: 3px;
}
/* line 1620, ../scss/_base.scss */
.tour_list ul li div.location p {
  margin: 0;
}
/* line 1624, ../scss/_base.scss */
.tour_list ul li div.ticket-links {
  float: right;
}
/* line 1627, ../scss/_base.scss */
.tour_list ul li span.shows-tix, .tour_list ul li span.shows-fb, .tour_list ul li span.shows-vip, .tour_list ul li span.shows-pre {
  padding: 0;
}
/* line 1630, ../scss/_base.scss */
.tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
  display: block;
  float: left;
  padding: 0px 12px;
  background-color: #cc0000;
  color: white;
  margin: 0;
  line-height: 36px;
  font-size: 16px;
  margin-left: 5px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  /* line 1630, ../scss/_base.scss */
  .tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
    margin-left: 0;
    margin-right: 5px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  /* line 1630, ../scss/_base.scss */
  .tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
    font-size: 13px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1630, ../scss/_base.scss */
  .tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
    font-size: 15px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1630, ../scss/_base.scss */
  .tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1630, ../scss/_base.scss */
  .tour_list ul li span.shows-tix a, .tour_list ul li span.shows-fb a, .tour_list ul li span.shows-vip a, .tour_list ul li span.shows-pre a, .tour_list ul li span.sold-out {
    font-size: 13px;
    padding: 0 8px;
  }
}
/* line 1662, ../scss/_base.scss */
.tour_list ul li span.sold-out {
  background: #777777;
  color: white;
  display: inline-block;
}
/* line 1667, ../scss/_base.scss */
.tour_list ul li span.shows-fb a {
  background-color: #3b5998;
  color: white;
}
/* line 1671, ../scss/_base.scss */
.tour_list ul li span.shows-pre a {
  background-color: #c35403;
  color: white;
}
/* line 1675, ../scss/_base.scss */
.tour_list ul li span.shows-vip a {
  background-color: #fc8630;
  color: white;
}
/* line 1679, ../scss/_base.scss */
.tour_list ul li span.shows-tix a:hover, .tour_list ul li span.shows-fb a:hover, .tour_list ul li span.shows-vip a:hover, .tour_list ul li span.shows-pre a:hover {
  background-color: black;
  color: white !important;
}
/* line 1684, ../scss/_base.scss */
.tour_list ul .show-address {
  clear: both;
  float: none;
  width: 100%;
  display: none;
}
/* line 1689, ../scss/_base.scss */
.tour_list ul .show-address p {
  text-transform: none !important;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: white;
  margin-top: -5px;
}
/* line 1700, ../scss/_base.scss */
.tour_list ul li.soldout div.shows-date, .tour_list ul li.soldout div.location {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
/* line 1703, ../scss/_base.scss */
.tour_list ul li.soldout div.shows-date .address-mobile a, .tour_list ul li.soldout div.shows-date .address-mobile a:visited, .tour_list ul li.soldout div.shows-date p.info a, .tour_list ul li.soldout div.shows-date p.info a:visited, .tour_list ul li.soldout div.location .address-mobile a, .tour_list ul li.soldout div.location .address-mobile a:visited, .tour_list ul li.soldout div.location p.info a, .tour_list ul li.soldout div.location p.info a:visited {
  color: black;
}
/* line 1705, ../scss/_base.scss */
.tour_list ul li.soldout div.shows-date .address-mobile a:hover, .tour_list ul li.soldout div.shows-date .address-mobile a:visited:hover, .tour_list ul li.soldout div.shows-date p.info a:hover, .tour_list ul li.soldout div.shows-date p.info a:visited:hover, .tour_list ul li.soldout div.location .address-mobile a:hover, .tour_list ul li.soldout div.location .address-mobile a:visited:hover, .tour_list ul li.soldout div.location p.info a:hover, .tour_list ul li.soldout div.location p.info a:visited:hover {
  color: black;
}
/* line 1713, ../scss/_base.scss */
.tour_list ul li#post-5309 h5, .tour_list ul li#post-5328 h5, .tour_list ul li#post-5308 h5 {
  display: none;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1725, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 20px 0 30px 0;
  clear: both;
}

/* line 1729, ../scss/_base.scss */
.bones_page_navi {
  background-color: #eee;
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
}
/* line 1732, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 1736, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: #000;
}
/* line 1745, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #ca0202;
}
/* line 1753, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  position: relative;
  color: #aaa;
}
/* line 1758, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 1768, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 1771, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 1780, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1791, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1795, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 1806, ../scss/_base.scss */
.sidebar {
  overflow-x: hidden;
}

/* line 1810, ../scss/_base.scss */
.widgettitle, .widget h4 {
  font-weight: 500;
  color: #000;
  font-size: 1.3em;
  font-size: 1.3rem;
}
/* line 1816, ../scss/_base.scss */
.widgettitle a, .widget h4 a {
  font-weight: 300;
}

/* line 1821, ../scss/_base.scss */
.widget {
  clear: both;
  margin: 0 0 2em 0;
}
/* line 1827, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}
/* line 1839, ../scss/_base.scss */
.widget:last-child {
  border: 0;
}
/* line 1843, ../scss/_base.scss */
.widget iframe {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1852, ../scss/_base.scss */
body.home .fourcol .widgettitle, body.home .fourcol h4, body.page-home .fourcol .widgettitle, body.page-home .fourcol h4 {
  height: 45px;
  line-height: 45px;
  margin: 0 auto 8px auto;
}

/* line 1860, ../scss/_base.scss */
.home-block {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 1864, ../scss/_base.scss */
.home-block .widgettitle, .home-block h4 {
  text-align: center;
  font-family: MuseoSansRounded-1000;
  color: #000;
  font-size: 1.7em;
}
/* line 592, ../scss/_mixins.scss */
.home-block img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 1875, ../scss/_base.scss */
.meet-the-kids .widgettitle, .meet-the-kids h4 {
  text-indent: -9999px;
  outline: none;
  text-shadow: none;
  display: block;
  width: 230px;
  background: url(../images/blocks/meetthekbk.png) no-repeat center center;
}

/*********************
FOOTER STYLES
*********************/
/* line 1886, ../scss/_base.scss */
.footer {
  clear: both;
  color: #777;
  font-size: .75em;
  font-size: .75rem;
  padding-top: .5;
}
/* line 1894, ../scss/_base.scss */
.footer #inner-footer .footer-nav {
  margin: 0;
  padding: 0;
  border: 0;
  width: 96%;
  margin: 0 auto;
}
/* line 1899, ../scss/_base.scss */
.footer #inner-footer .footer-nav li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
}
/* line 1903, ../scss/_base.scss */
.footer #inner-footer .footer-nav li a, .footer #inner-footer .footer-nav li a:visited {
  color: #777;
  display: block;
  padding: 0;
  font-size: 10px;
}
/* line 1911, ../scss/_base.scss */
.footer #inner-footer .footer-nav li.privacybold a {
  color: #fb0094;
  font-family: "MuseoSansRounded-900", sans-serif;
}
/* line 1914, ../scss/_base.scss */
.footer #inner-footer .footer-nav li.privacybold a:hover {
  color: #000;
}
/* line 1921, ../scss/_base.scss */
.footer #inner-footer .copyright {
  display: block;
  width: 80%;
  margin: 2em auto 2.5em auto;
  font-size: 9px;
  text-align: center;
}
/* line 1928, ../scss/_base.scss */
.footer #inner-footer .copyright img {
  margin: 15px 0 0 0;
  display: inline;
}
/* line 1935, ../scss/_base.scss */
.footer #inner-footer.wrap {
  width: 100%;
}

/*********************
BANNERS
*********************/
/* line 1944, ../scss/_base.scss */
.banner {
  clear: both;
  line-height: 1px;
}
/* line 592, ../scss/_mixins.scss */
.banner img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 1951, ../scss/_base.scss */
.header-banner {
  padding: 0;
}

/* line 1955, ../scss/_base.scss */
.footer-banner {
  padding: 0;
}

/******************************************************************
MISC - PLUGINS
******************************************************************/
/* line 1963, ../scss/_base.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1972, ../scss/_base.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 1978, ../scss/_base.scss */
.instagram-image {
  padding: 0;
}

/* line 1979, ../scss/_base.scss */
.sidebar .instagram-image {
  margin: 0 0 3px 0;
  padding: 0;
  width: 50%;
  float: left;
  line-height: 1px;
}

/* line 1980, ../scss/_base.scss */
.sidebar .instagram-image img {
  width: 98%;
  height: 98%;
  margin: 0 auto;
}

/* line 1982, ../scss/_base.scss */
.fade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

/* line 1989, ../scss/_base.scss */
.fade:hover {
  opacity: 0.5;
}

/* line 1993, ../scss/_base.scss */
.bit-widget .bit-button {
  padding: 5px 0 !important;
}

/* line 1997, ../scss/_base.scss */
.bit-widget .bit-event .bit-offers {
  flex: 0 0 11em;
}

/* line 2001, ../scss/_base.scss */
.addthis_toolbox {
  padding: 10px 0;
}
/* line 2004, ../scss/_base.scss */
.addthis_toolbox iframe {
  margin: 0 !important;
}

/* line 2009, ../scss/_base.scss */
p#supercache {
  display: none;
}

/* line 2011, ../scss/_base.scss */
.fancybox-wrap {
  overflow: visible !important;
}

/* line 2015, ../scss/_base.scss */
.tour-description {
  margin: 0 0 1.5em 0;
  font-size: 1.3em;
}

/* line 2020, ../scss/_base.scss */
.tour-header-copy {
  font-size: 1.7em;
  font-weight: bold;
}

/******************************************************************
SPLASH
******************************************************************/
/* line 2030, ../scss/_base.scss */
body.page-kidz-bop-90s-pop {
  background-color: #ffffe5;
}
/* line 2032, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #content {
  width: 100%;
  overflow: hidden;
}
/* line 2036, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #inner-content.wrap {
  max-width: 100% !important;
}
/* line 2038, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #inner-content.wrap #main {
  padding: 0;
  background: none;
}
/* line 2041, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #inner-content.wrap #main .container {
  background: #35ff00;
}
/* line 2043, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #inner-content.wrap #main .container .video-container {
  padding-top: 0 !important;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  /* line 2043, ../scss/_base.scss */
  body.page-kidz-bop-90s-pop #inner-content.wrap #main .container .video-container {
    margin-bottom: 1.5em;
  }
}
/* line 2049, ../scss/_base.scss */
body.page-kidz-bop-90s-pop #inner-content.wrap #main .container .video-container .fluid-width-video-wrapper iframe {
  border: 10px solid #cc00ff;
}
@media screen and (max-width: 767px) {
  /* line 2049, ../scss/_base.scss */
  body.page-kidz-bop-90s-pop #inner-content.wrap #main .container .video-container .fluid-width-video-wrapper iframe {
    border: 5px solid #cc00ff;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2059, ../scss/_base.scss */
  body.page-kidz-bop-90s-pop .wrap {
    width: 1120px;
    max-width: 1120px;
  }
}

/* line 2068, ../scss/_base.scss */
.splash-90s img, .splash-90s-header img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 2073, ../scss/_base.scss */
.splash-90s-left, .splash-90s-right {
  padding: 0 3em;
  background: url(../images/splash/triangle.gif) no-repeat center;
  background-size: 97% auto;
}
@media screen and (min-width: 992px) {
  /* line 2073, ../scss/_base.scss */
  .splash-90s-left, .splash-90s-right {
    padding: 0 4em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2073, ../scss/_base.scss */
  .splash-90s-left, .splash-90s-right {
    padding: 0 6em;
  }
}
/* line 2083, ../scss/_base.scss */
.splash-90s-left h3, .splash-90s-right h3 {
  line-height: 1.25em !important;
}

/* line 2088, ../scss/_base.scss */
.splash-90s-right {
  background: none;
}
@media screen and (max-width: 767px) {
  /* line 2088, ../scss/_base.scss */
  .splash-90s-right {
    padding: 0em;
  }
}
@media screen and (min-width: 768px) {
  /* line 2088, ../scss/_base.scss */
  .splash-90s-right {
    padding: 0;
  }
}

/* line 2098, ../scss/_base.scss */
.splash-tracklisting {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  /* line 2098, ../scss/_base.scss */
  .splash-tracklisting {
    font-size: 1.3em;
  }
}

/* line 2105, ../scss/_base.scss */
.amazon-music, .numberone {
  width: 90px !important;
}

/* line 2110, ../scss/_base.scss */
.purple-link a {
  color: #cc00ff !important;
}
/* line 2112, ../scss/_base.scss */
.purple-link a:hover {
  color: #8f00b3 !important;
}

/* line 2118, ../scss/_base.scss */
.spotted-back {
  background: url(../images/splash/spotted.gif) repeat top white;
}
/* line 2120, ../scss/_base.scss */
.spotted-back p {
  font-weight: 700;
}
/* line 2124, ../scss/_base.scss */
.spotted-back .child-template .child-template-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 2124, ../scss/_base.scss */
  .spotted-back .child-template .child-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 2134, ../scss/_base.scss */
.spotted-back .child-template p {
  font-size: 1.25em;
  width: 77%;
  float: right;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  /* line 2134, ../scss/_base.scss */
  .spotted-back .child-template p {
    font-size: 1.05em;
  }
}
/* line 2143, ../scss/_base.scss */
.spotted-back .child-template img {
  width: 19%;
  margin-right: 3%;
  float: left;
}

/* line 2151, ../scss/_base.scss */
.yellow-border-top {
  border-top: 10px solid #ffffe5;
}

/* line 2155, ../scss/_base.scss */
.splash-enter-the-site {
  display: inline-block;
  padding: 0 25px;
  background-color: #cc00ff !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  color: white !important;
  font-size: 1.4em;
  text-transform: uppercase;
  height: 60px;
  line-height: 62px;
  font-weight: bold;
}
/* line 2167, ../scss/_base.scss */
.splash-enter-the-site:hover {
  background-color: yellow !important;
  color: black !important;
}

/* line 2176, ../scss/_base.scss */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 2181, ../scss/_base.scss */
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 2187, ../scss/_base.scss */
.row.no-gutters .slim-wrap > [class^="col-"],
.row.no-gutters .slim-wrap > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 31, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 32, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 70, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 73, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 78, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 83, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* image gallery styles */
  /* line 94, ../scss/_481up.scss */
  .gallery br {
    display: block;
  }
  /* line 98, ../scss/_481up.scss */
  .gallery dl {
    width: 31%;
    float: left;
    margin: 0 5px 5px 5px;
  }
  /* line 105, ../scss/_481up.scss */
  .gallery dl img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }

  /* end .gallery */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 126, ../scss/_481up.scss */
  .footer #inner-footer .footer-nav li a {
    font-size: 1em;
  }
  /* line 132, ../scss/_481up.scss */
  .footer #inner-footer .copyright {
    font-size: 1em;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  KIDS & MUSIC & VIDEO
  *********************/
  /* line 147, ../scss/_481up.scss */
  .youtube-link {
    font-size: 1.1em;
  }

  /* line 152, ../scss/_481up.scss */
  body.single-music .archive-title {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  /* line 155, ../scss/_481up.scss */
  body.single-music .archive-title .releasedate {
    font-size: .8em;
  }

  /* line 161, ../scss/_481up.scss */
  ul.tracklisting li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 481px) and (min-width: 481px) and (max-width: 767px) {
  /* line 12, ../scss/_481up.scss */
  body.home #main .fourcol, body.page-home #main .fourcol {
    width: 49%;
    float: left;
    display: inline;
  }
  /* line 17, ../scss/_481up.scss */
  body.home #main .second, body.page-home #main .second {
    float: right;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 20, ../scss/_768up.scss */
  .wrap {
    max-width: 960px;
  }

  /* line 24, ../scss/_768up.scss */
  body.home #content, body.page-home #content {
    margin-top: 2em;
  }

  /* line 28, ../scss/_768up.scss */
  #inner-content.wrap {
    width: 96%;
  }
  /* line 31, ../scss/_768up.scss */
  #inner-content.wrap #main, #inner-content.wrap .sidebar {
    background: none;
    padding: 0px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 41, ../scss/_768up.scss */
  .header {
    padding: 1em 0;
    font-family: 'Colaba', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
  }
  /* line 48, ../scss/_768up.scss */
  .header .wrap #logo {
    width: auto;
  }
  /* line 52, ../scss/_768up.scss */
  .header .wrap .social-shop {
    display: block;
    float: right;
    margin-top: 1.3em;
  }
  /* line 57, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav {
    margin: 0 1.2em 0;
    border-right: 1px solid #ccc;
    float: left;
  }
  /* line 62, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li {
    float: left;
    display: inline;
    line-height: 1.5em;
  }
  /* line 66, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li a, .header .wrap .social-shop .social-nav li a:visited {
    color: #666666;
    padding: 0 1.2em 0 0;
    font-size: 1.1em;
  }
  /* line 72, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li a:hover {
    color: #fb0094;
  }
  /* line 78, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.spotify-menu a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 20px 0 auto;
    background: url(../images/spotify-white.png) no-repeat top left #666666;
    background: url(../images/spotify-white.svg) no-repeat top left #666666;
    background-size: auto 100%;
  }
  /* line 86, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.spotify-menu a:hover {
    background-color: #fb0094;
  }
  /* line 91, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.napster-menu a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 20px 0 auto;
    background: url(../images/napster.png) no-repeat top left #666666;
    background: url(../images/napster.svg) no-repeat top left #666666;
    background-size: auto 100%;
  }
  /* line 99, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.napster-menu a:hover {
    background-color: #fb0094;
  }
  /* line 104, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.shazam-menu a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 20px 0 auto;
    background: url(../images/shazam-white.png) no-repeat top left #666666;
    background: url(../images/shazam-white.svg) no-repeat top left #666666;
    background-size: auto 100%;
  }
  /* line 112, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.shazam-menu a:hover {
    background-color: #fb0094;
  }
  /* line 117, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.amazonmusic-menu a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    width: 30px;
    height: 20px;
    margin: 0 20px 0 0;
    background: url(../images/amazon-music.png) no-repeat top left white;
    background-size: 30px;
  }
  /* line 126, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.amazonmusic-menu a:hover {
    background: url(../images/amazon-music-pink.png) no-repeat bottom left white;
    background-size: 30px;
  }
  /* line 132, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.apple-menu a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    background: url(../images/Apple_Music_Icon_wht.svg) no-repeat top left #666666;
    background-size: 20px;
  }
  /* line 141, ../scss/_768up.scss */
  .header .wrap .social-shop .social-nav li.apple-menu a:hover {
    background-color: #fb0094;
  }
  /* line 147, ../scss/_768up.scss */
  .header .wrap .social-shop a.shop-link {
    float: right;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 162, ../scss/_768up.scss */
  .headernav {
    display: block;
  }
  /* line 166, ../scss/_768up.scss */
  .headernav #menu-main-menu li.uk-site a {
    display: block;
    padding-left: 35px;
    background: url(../images/flag-uk.gif) no-repeat center left;
    background-size: auto 18px;
    height: 27px;
  }
  /* line 172, ../scss/_768up.scss */
  .headernav #menu-main-menu li.uk-site a span.red {
    color: #ff0000;
  }
  /* line 175, ../scss/_768up.scss */
  .headernav #menu-main-menu li.uk-site a span.blue {
    color: #001670;
  }

  /* line 183, ../scss/_768up.scss */
  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 187, ../scss/_768up.scss */
  .nav li {
    float: left;
    display: inline;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 191, ../scss/_768up.scss */
  .nav li a {
    font-size: 1.15em;
    text-transform: uppercase;
    padding: 0 1.05em 0 0;
    color: #666;
    font-family: 'Colaba', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
  }
  /* line 198, ../scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    color: #fb0094;
  }
  /* line 204, ../scss/_768up.scss */
  .nav li:last-child {
    padding-right: 0;
  }
  /* line 206, ../scss/_768up.scss */
  .nav li:last-child a {
    padding-right: 0;
  }
  /* line 215, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 226, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 241, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 258, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* line 269, ../scss/_768up.scss */
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a {
    color: #fb0094;
  }
  /* line 275, ../scss/_768up.scss */
  .nav li.kidzbopkids a {
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    display: block;
    width: 133px;
    height: 18px;
    background: url(../images/kbk-nav.png) no-repeat top left;
    padding: 0;
    margin: 4px 22px 0 0px;
  }

  /* end .nav */
  /* line 304, ../scss/_768up.scss */
  .mailinglist {
    float: right;
    margin: 0;
    padding: 2px 5px;
  }
  /* line 309, ../scss/_768up.scss */
  .mailinglist input {
    font-size: 10px;
    float: none;
  }
  /* line 314, ../scss/_768up.scss */
  .mailinglist input.formfield {
    width: 160px;
    font-size: 10px;
    padding: 0 2px;
    float: none;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 326, ../scss/_768up.scss */
  .feature {
    margin: 0 0 2em 0;
  }

  /* line 330, ../scss/_768up.scss */
  .home-block {
    background-color: none;
    padding: 0;
    margin-bottom: 2em;
  }

  /* line 336, ../scss/_768up.scss */
  ul.slider, .bx-wrapper, body.single-kids ul.slider, body.single-kids .bx-wrapper {
    margin: 0 0 1.5em 0 !important;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 344, ../scss/_768up.scss */
  .sidebar {
    margin-top: 0;
  }

  /* line 351, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 359, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 382, ../scss/_768up.scss */
  .footer {
    padding-top: 2em;
  }
  /* line 386, ../scss/_768up.scss */
  .footer #inner-footer .footer-nav {
    width: 100%;
  }
  /* line 389, ../scss/_768up.scss */
  .footer #inner-footer .footer-nav li {
    width: auto;
    text-align: left;
  }
  /* line 393, ../scss/_768up.scss */
  .footer #inner-footer .footer-nav li a {
    padding: 0 1.5em 0 0;
  }
  /* line 399, ../scss/_768up.scss */
  .footer #inner-footer .copyright {
    display: block;
    width: 100%;
    margin: 0 0 2.5em 0;
    font-size: 1em;
    text-align: left;
  }
  /* line 408, ../scss/_768up.scss */
  .footer #inner-footer.wrap {
    width: 96%;
    max-width: 960px;
  }

  /*********************
  KIDS & MUSIC & VIDEO
  *********************/
  /* line 418, ../scss/_768up.scss */
  .showme, .mobilenav, .footermobilenav {
    display: none !important;
  }

  /* line 422, ../scss/_768up.scss */
  .hideme {
    display: block;
  }

  /* line 429, ../scss/_768up.scss */
  .social_links ul li a {
    font-size: 1.1em;
  }

  /* line 438, ../scss/_768up.scss */
  body.post-type-archive-kids .kids-title span, body.post-type-archive-music .kids-title span {
    width: 300px;
    height: 45px;
    background-size: 100% auto;
  }

  /* line 458, ../scss/_768up.scss */
  body.single-kids #music-player, body.single-music #music-player {
    display: none;
  }
  /* line 462, ../scss/_768up.scss */
  body.single-kids .graybox, body.single-music .graybox {
    margin: 0 0 10px 15px;
  }

  /* line 468, ../scss/_768up.scss */
  body.single-music .archive-title {
    font-family: MuseoSansRounded-1000;
    width: 100%;
    margin: 0 0 .6em 0;
    margin: 0 0 .8rem 0;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
  }
  /* line 476, ../scss/_768up.scss */
  body.single-music .archive-title .releasedate {
    text-align: right;
    font-size: .65em;
  }
  /* line 483, ../scss/_768up.scss */
  body.single-music .buy-all div {
    margin-bottom: .8em;
  }

  /* line 489, ../scss/_768up.scss */
  .youtube-link {
    font-size: 1.4em;
  }

  /* line 495, ../scss/_768up.scss */
  body.single-kids .ninecol {
    clear: none;
    padding-top: 0;
  }
  /* line 628, ../scss/_mixins.scss */
  body.single-kids .social_links {
    padding-top: 0;
  }
  /* line 630, ../scss/_mixins.scss */
  body.single-kids .social_links ul {
    margin: 0 0 1.5em 0;
  }
  /* line 632, ../scss/_mixins.scss */
  body.single-kids .social_links ul li {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    float: none;
    display: block;
    clear: both;
  }
  /* line 503, ../scss/_768up.scss */
  body.single-kids .article-header .archive-title {
    text-align: left;
  }

  /* line 509, ../scss/_768up.scss */
  ul.tracklisting li {
    font-size: 12px;
  }

  /*********************
  TOUR & PARENTS & RADIO
  *********************/
  /* line 516, ../scss/_768up.scss */
  table.bit-events th.bit-description-links, table.bit-events td.bit-description-links {
    display: table-cell !important;
  }

  /* line 523, ../scss/_768up.scss */
  body.page .eightcol .hentry {
    margin-bottom: 2.5em;
  }

  /*********************
  BANNERS
  *********************/
  /* line 533, ../scss/_768up.scss */
  .header-banner {
    padding: 0 0 1em 0;
  }

  /* line 537, ../scss/_768up.scss */
  .footer-banner {
    padding: 1em 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 880px) {
  /* line 290, ../scss/_768up.scss */
  .nav li a {
    font-size: 1.2em;
    padding: 0 1.45em 0 0;
  }
  /* line 297, ../scss/_768up.scss */
  .nav li.kidzbopkids a {
    margin: 4px 25px 0 0px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 12, ../scss/_1030up.scss */
  .wrap {
    width: 960px;
  }

  /* line 17, ../scss/_1030up.scss */
  body.single-kids #music-player, body.single-music #music-player {
    display: block;
  }

  /* line 24, ../scss/_1030up.scss */
  .nav li a {
    font-size: 1.3em;
    padding: 0 1.6em 0 0;
  }
  /* line 31, ../scss/_1030up.scss */
  .nav li.kidzbopkids a {
    margin: 6px 30px 0 0px;
  }

  /* line 38, ../scss/_1030up.scss */
  .mailinglist input {
    font-size: 11px;
  }
  /* line 42, ../scss/_1030up.scss */
  .mailinglist input.formfield {
    width: 185px;
    padding: 0 5px;
  }

  /* line 49, ../scss/_1030up.scss */
  body.single-music .sixcol.leftcol {
    width: 40.055248616%;
  }
  /* line 53, ../scss/_1030up.scss */
  body.single-music .sixcol.rightcol {
    width: 57.182320438000005%;
  }
  /* line 57, ../scss/_1030up.scss */
  body.single-music .archive-title {
    font-size: 1.75em;
    line-height: 1.7em;
  }
  /* line 62, ../scss/_1030up.scss */
  body.single-music .music-banner {
    margin-bottom: 1.3em;
  }
  /* line 72, ../scss/_1030up.scss */
  body.single-music .buy-album .social_links ul li ul.sub-menu li a {
    font-size: 1.55em;
    padding: .5em .1em .25em .1em;
  }

  /* line 85, ../scss/_1030up.scss */
  ul.tracklisting li {
    font-size: 14px;
  }

  /* line 90, ../scss/_1030up.scss */
  .social_links ul li a {
    font-size: 1.3em;
  }

  /* line 104, ../scss/_1030up.scss */
  .footer #inner-footer .footer-nav li a {
    font-size: 1.1em;
  }
  /* line 110, ../scss/_1030up.scss */
  .footer #inner-footer .copyright {
    font-size: 1.1em;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
