@import 'css/foundation.css';
/*
Theme Name: Musico
Theme URI: http://bonsaished.com/themes/musico/
Author: Bonsai Shed
Author URI: http://bonsaished.com
Description: A theme for musicians to connect with their fans and showcase their work! Events, Albums and advanced shortcodes help you create the perfect music website
Version: 2.0
License: Envato Licenses
License URI: http://themeforest.net/licenses
Tags: two-columns, one-column, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, flexible-header, theme-options, threaded-comments, translation-ready
*/
/***********************************************/
/*               About This File               */
/***********************************************/
/*
	This file contains mixins used by the less
	files in this folder.
*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.ttw-music-player {
  width: 370px;
  margin: 60px auto;
  font-family: 'Lato', arial, sans-serif;
}
.ttw-music-player .player {
  width: 100%;
}
/** Album Cover **/
.ttw-music-player .album-cover {
  position: relative;
  float: left;
  background: #333333 url(images/audioplayer/album-cover-bg.jpg) no-repeat 0 0 scroll;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
}
.ttw-music-player .album-cover .img {
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.ttw-music-player .album-cover .highlight {
  background: transparent url(images/audioplayer/album-cover-highlight.png) no-repeat 0 0 scroll;
  opacity: 1;
}
.ttw-music-player .album-cover:hover .highlight {
  opacity: 1;
}
.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
  display: block;
  height: 125px;
  width: 125px;
}
.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 125px;
  width: 125px;
}
/** Track Info **/
.ttw-music-player .track-info {
  width: 215px;
  margin: 8px 0 0 30px;
  float: left;
  font-size: 12px;
}
.ttw-music-player .track-info p {
  margin: 0 0 8px 0;
}
.ttw-music-player .player .title {
  color: #efefef;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  font-family: 'Lato Bold', arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.ttw-music-player .artist-outer {
  color: #727272;
  font-family: 'Lato Italic', arial, sans-serif;
  font-style: italic;
}
.ttw-music-player .artist {
  color: #999;
  font-family: 'Lato', arial, sans-serif;
  margin-left: 4px;
}
.ttw-music-player .rating {
  width: 75px;
  height: 16px;
}
.ttw-music-player .rating-star {
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  background: transparent url(images/audioplayer/rating-off.png) no-repeat center center scroll;
  cursor: pointer;
}
.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
  background: transparent url(images/audioplayer/rating-on.png) no-repeat center center scroll;
}
/** Player **/
.ttw-music-player .player-controls {
  width: 215px;
  height: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent url(images/audioplayer/player-bg.png) repeat 0 0 scroll;
  float: left;
  margin: 12px 0 0 30px;
}
.ttw-music-player .player-controls .main {
  width: 52px;
  height: 12px;
  margin: 9px 9px;
  float: left;
}
.ttw-music-player .player-controls div {
  float: left;
  cursor: pointer;
}
.ttw-music-player .previous,
.ttw-music-player .next {
  height: 10px;
  width: 15px;
  margin: 1px 0;
}
.ttw-music-player .play,
.ttw-music-player .pause {
  width: 8px;
  height: 12px;
  margin: 0 7px;
}
.ttw-music-player .previous {
  background: transparent url(images/audioplayer/player-previous.png) no-repeat center center scroll;
}
.ttw-music-player .next {
  background: transparent url(images/audioplayer/player-next.png) no-repeat center center scroll;
}
.ttw-music-player .play {
  background: transparent url(images/audioplayer/player-play.png) no-repeat center center scroll;
}
.ttw-music-player .pause {
  background: transparent url(images/audioplayer/player-pause.png) no-repeat center center scroll;
}
.ttw-music-player .progress-wrapper {
  height: 9px;
  width: 135px;
  float: left;
  background: transparent url(images/audioplayer/player-progress.png) repeat-x 0 0 scroll;
  margin: 11px 10px 10px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.ttw-music-player .progress {
  height: 9px;
  width: 135px;
  cursor: pointer;
}
.ttw-music-player .elapsed {
  height: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 1px;
  width: 60%;
  background: transparent url(images/audioplayer/player-elapsed.png) repeat-x 0 0 scroll;
}
.ttw-music-player .unused-controls {
  display: none !important;
}
/** Description **/
.ttw-music-player .description {
  clear: both;
  margin: 30px 0 0 0;
  font-size: 12px;
  color: #999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.ttw-music-player .description.showing {
  margin: 30px 0;
}
/** Track List **/
.ttw-music-player .tracklist {
  padding: 10px 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent url(images/audioplayer/tracklist-bg.png) repeat 0 0 scroll;
  color: #999;
  font-size: 12px;
}
.ttw-music-player .tracklist ol {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ttw-music-player .tracklist li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  background: transparent url(images/audioplayer/tracklist-item-bg.png) repeat-x bottom left scroll;
  padding: 10px 0 10px 0;
  list-style-position: inside;
  position: relative;
}
.ttw-music-player .tracklist li:hover {
  color: #eee;
}
.ttw-music-player li:last-child {
  background: none;
}
.ttw-music-player .show-more-button li:last-child {
  background: transparent url(images/audioplayer/tracklist-item-bg.png) repeat-x bottom left scroll;
}
.ttw-music-player .tracklist .title {
  width: 164px;
  display: inline-block;
  padding: 0 0 0 14px;
  cursor: pointer;
}
.ttw-music-player li:nth-child(1n + 10) .title {
  padding-left: 7px;
}
.ttw-music-player li.playing {
  color: #fff !important;
}
.ttw-music-player .tracklist .rating {
  margin-left: 10px;
  width: 30px;
  display: block;
  position: absolute;
  right: 72px;
  top: 12.5px;
}
.ttw-music-player .rating-bar {
  height: 10px;
  width: 3px;
  display: block;
  float: left;
  cursor: pointer;
  background: transparent url(images/audioplayer/rating-bar.png) no-repeat 0 0 scroll;
}
.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
  background: transparent url(images/audioplayer/rating-bar-on.png) no-repeat 0 0 scroll;
}
.ttw-music-player .buy {
  width: 62px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: transparent url(images/audioplayer/buy-bg.png) repeat 0 0 scroll;
  margin: 0 0 0 10px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  text-shadow: none;
  color: #999;
  text-decoration: none;
}
.ttw-music-player .buy:hover {
  color: #eee;
}
.ttw-music-player .buy.not-active {
  display: none;
}
.ttw-music-player .more {
  display: none;
  font-family: 'Lato Italic', arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  margin: 10px 0;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent url(images/audioplayer/tracklist-more.png) repeat 0 0 scroll;
}
.ttw-music-player .more:hover {
  color: #eee;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.ttw-music-player .show-more-button .more {
  display: block;
}
/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/flexslider/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 32px;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 32px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .0!important;
  filter: alpha(opacity=00);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.bonsaiPlayer {
  width: 850px;
  margin: 0 auto;
  color: #fff;
}
.bonsaiPlayer h1,
.bonsaiPlayer h2,
.bonsaiPlayer h3,
.bonsaiPlayer h4,
.bonsaiPlayer h5,
.bonsaiPlayer h6,
.bonsaiPlayer p,
.bonsaiPlayer a {
  color: #fff;
}
.player {
  width: 300px;
  float: right;
  background: rgba(0, 0, 0, 0.7);
  padding: 22px;
}
.player .controls {
  margin: 0px;
}
.player .controls li,
.player .controls li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.player .controls .play,
.player .controls .unpause {
  background: url(images/musicportfolio/icons/playback_play.png) no-repeat center center;
}
.player .controls .previous {
  background: url(images/musicportfolio/icons/playback_prev.png) no-repeat center center;
}
.player .controls .pause {
  background: url(images/musicportfolio/icons/playback_pause.png) no-repeat center center;
}
.player .controls .next {
  background: url(images/musicportfolio/icons/playback_next.png) no-repeat center center;
}
.player .controls .stop {
  background: url(images/musicportfolio/icons/playback_stop.png) no-repeat center center;
}
.player .controls .volume-min {
  top: -1px;
  margin-left: 22px;
  background: url(images/musicportfolio/icons/sound_mute.png) no-repeat center center;
}
.player .controls .volume-max {
  top: -1px;
  background: url(images/musicportfolio/icons/sound_high.png) no-repeat center center;
}
.player .controls li.volume-bar {
  margin-left: 22px;
  height: 12px;
  width: 50px;
  background: rgba(0, 0, 0, 0.7);
  top: -5px;
  cursor: pointer;
}
.player .controls li.volume-bar .volume {
  width: 80%;
  position: relative;
  display: block;
  height: 100%;
}
.player .progress-bar {
  height: 12px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin: 5px 0 11px;
}
.player .progress-bar .play-bar {
  width: 0%;
  height: 12px;
}
.player .times {
  overflow: hidden;
  zoom: 1;
  margin: -6px 0 11px 0;
}
.player .times .play-time {
  float: left;
  font-size: 11px;
}
.player .times .total-time {
  float: right;
  font-size: 11px;
}
.player .playlist {
  list-style-type: none;
  margin: 0px;
}
.player .playlist li {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 8px;
  font-size: 12px;
  margin: 3px 0 0 0;
}
.player .playlist li:first-child {
  margin: 0px;
}
.player .playlist li .remove {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  background: url(images/musicportfolio/icons/remove.png) no-repeat center center;
}
.albums {
  width: 545px;
  margin-right: 300px;
  background: rgba(0, 0, 0, 0.7);
  padding: 22px;
}
.albums .album {
  display: none;
}
.albums .album:first-child {
  display: block;
}
.albums .album .cover {
  width: 160px;
  height: 160px;
  float: left;
  background: url(images/musicportfolio/play_big.png) no-repeat center center;
}
.albums .album .cover img {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.2s;
  /* Safari and Chrome */
  -o-transition: opacity 0.2s;
  /* Opera */
  padding: 0px;
  border: 0px;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.albums .album .cover:hover img {
  filter: alpha(opacity = 60 );
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.albums .album .tracks {
  margin-left: 182px;
}
.albums .album .tracks .track {
  background: rgba(0, 0, 0, 0.5);
  padding: 9px 11px;
  margin: 5px 0 0 0;
}
.albums .album .tracks .track:first-child {
  margin: 0px;
}
.albums .album .tracks .track h2 {
  font-size: 14px;
  margin: 0px;
  font-weight: 700;
  margin-right: 44px;
}
.albums .album .tracks .track .data {
  display: none;
}
.albums .album .tracks .track .controls {
  float: right;
  position: relative;
  top: 2px;
}
.albums .album .tracks .track .controls span {
  display: inline-block;
  cursor: pointer;
  height: 15px;
  width: 15px;
}
.albums .album .tracks .track .controls span.play {
  background: transparent url(images/musicportfolio/play.png) no-repeat center center;
}
.albums .album .tracks .track .controls span.add {
  background: transparent url(images/musicportfolio/add.png) no-repeat center center;
}
.albums .album .album-info {
  clear: both;
}
.albums .album .album-info h1 {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px;
  font-size: 24px;
  font-weight: 700;
}
.albums .album .album-info .content {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.albumlist {
  background: rgba(0, 0, 0, 0.7);
  border: 0px;
  width: 545px;
  padding: 22px;
  margin: 5px 0px 0px 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.albumlist img {
  padding: 0px;
  border: 0px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}
.albumlist li {
  margin: 0 0 0 10px;
}
.albumlist li:first-child {
  margin: 0px;
}
html {
  background-position: top center;
  background-attachment: fixed;
}
body {
  padding-top: 33px;
  background: none;
  background-position: center center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.shown {
  display: block !important;
}
.column,
.columns {
  padding: 0 44px;
}
.hidden {
  display: none;
}
.row {
  min-width: 0px;
}
.clear {
  clear: both;
}
#siteContainer {
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  /*
	> .row > .columns:first-child {
		padding-top:33px;
		padding-bottom:33px;
	}
*/
  padding-top: 33px;
  padding-bottom: 33px;
}
#siteContainer,
#siteFooter {
  position: relative;
  top: -2px;
}
#musicoSiteContentContainerLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.container {
  border: 1px solid #fff;
  padding: 44px 0;
}
.container > :last-child {
  margin: 0px;
}
.container.gallery {
  padding: 0px;
}
.container.gallery .twelve {
  padding: 0px;
}
.container .container {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding: 0px;
}
.hoverlink {
  background: url('images/link.png') no-repeat center center;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.hoverlink img {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.hoverlink:hover img {
  opacity: 0.5;
}
/***********************************************/
/*                   Loaders                   */
/***********************************************/
#load {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('images/load-global.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 9999;
  display: none;
}
/***********************************************/
/*                  No Content                 */
/***********************************************/
body.error404 #siteHeader {
  display: none !important;
}
body.error404 #siteContainer {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body.error404 #siteFooter {
  display: none !important;
}
#error-404 {
  max-width: 650px;
  padding: 22px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  margin: 0 auto;
  text-align: center;
  margin-top: 200px;
}
#error-404 a {
  text-decoration: underline;
}
.no-content {
  text-align: center;
}
.no-content h2 {
  font-size: 18px;
}
/***********************************************/
/*                 Breadcrumbs                 */
/***********************************************/
ul.breadcrumbs {
  background: #fafafa;
}
/***********************************************/
/*           Typography and Structure          */
/***********************************************/
body {
  font-family: helvetica neue;
  font-size: 14px;
  line-heoght: 22px;
  color: #666;
}
.page-title {
  margin: 0 0 33px 0;
}
.page-title h1 {
  font-size: 20px;
  color: #4c4c4c;
  font-style: italic;
  text-align: center;
  margin: 0px;
}
a.primary:hover,
.primary-links a:hover {
  text-decoration: underline;
}
.page-title.nojs {
  margin: 0 0 11px 0;
}
.page-title.nojs h1 {
  padding: 0 0 11px 0;
  border-width: 0 0 1px 0;
  border-style: dashed;
}
.page-title.nojs .dashes {
  display: none;
}
.flexslider img {
  border: 0px;
  padding: 0px;
}
.page-title.js {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 33px 0;
}
.page-title.js h1 {
  padding: 0 33px;
}
.page-title.js .dashed,
.page-title.js h1 {
  float: left;
}
.page-title.js .dashed {
  border: 0px;
  height: 1px;
  position: relative;
  top: 13px;
  background: url('images/title-dash.png');
}
table {
  width: 100%;
}
table tr th,
table thead tr th {
  font-weight: 400;
}
table.nofullwidth {
  width: auto;
}
table.noformat {
  border: 0px;
}
table.noformat tbody tr {
  background: none;
}
table.noformat tr {
  background: none;
}
table.noformat tr td {
  background: none;
  border: none;
}
.m11 {
  margin-top: 11px !important;
}
.m22 {
  margin-top: 22px !important;
}
.m44 {
  margin-top: 44px !important;
}
.m66 {
  margin-top: 66px !important;
}
.m88 {
  margin-top: 88px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Georgia;
  font-weight: 400;
}
.heading-font {
  font-family: georgia;
}
h1 {
  font-size: 42px;
  line-height: 1.3em;
}
h2 {
  font-size: 32px;
  line-height: 1.3em;
}
h3 {
  font-size: 24px;
  line-height: 1.3em;
}
h4 {
  font-size: 18px;
  line-height: 1.3em;
}
h5 {
  font-size: 16px;
  line-height: 1.3em;
}
h6 {
  font-size: 14px;
  line-height: 1.3em;
}
blockquote {
  padding: 11px 22px;
  border-width: 1px;
  font-style: italic;
}
blockquote p:last-of-type {
  margin: 0px;
}
pre {
  margin: 0 0 22px 0;
}
dl dt {
  font-weight: 700;
  margin: 11px 0 0 0;
}
dl dt:first-child {
  margin: 0px;
}
small {
  font-size: 11px;
}
.show-for-phone {
  display: none;
}
.hide-for-phone {
  display: block;
}
ul,
ol {
  margin-left: 22px;
}
code {
  background: #f1f1f1;
  font-weight: 400;
  font-family: monospace;
  padding: 0 5px;
}
pre {
  padding: 11px;
  background: #f1f1f1;
  border-left: 4px solid #e6e6e6;
  line-height: 22px;
}
.image {
  display: block;
}
.image img {
  display: block;
}
img,
a img {
  padding: 2px;
  border: 1px solid #eee;
}
img.noborder,
a img.noborder {
  padding: 0px;
  border: 0px;
}
.gallery-caption {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.alignleft {
  float: left;
  margin: 0 22px 22px 0;
}
.alignleft .wp-caption-text {
  margin-right: 10px;
}
.alignright {
  float: right;
  margin: 0 0 22px 22px;
}
.alignright .wp-caption-text {
  margin-right: 10px;
}
.aligncenter,
.alignnone {
  display: block;
  margin: 0 auto 22px auto;
}
.aligncenter .wp-caption-text,
.alignnone .wp-caption-text {
  margin-right: 10px;
}
.wp-caption img {
  display: block;
  margin: 0px;
}
.wp-caption .wp-caption-text {
  padding: 3px 11px;
  text-align: center;
  font-size: 0.9em;
}
.user-columns.row {
  margin-bottom: 22px;
}
.user-columns.row .columns {
  padding-left: 22px;
  padding-right: 22px;
}
.user-columns.row .columns:first-child {
  padding-left: 11px;
}
.user-columns.row .columns:last-child {
  padding-right: 11px;
}
.content {
  line-height: 1.6em;
  word-break: break-word;
  overflow: hidden;
}
.content embed,
.content object,
.content iframe {
  max-width: 100%;
}
.content a:hover {
  text-decoration: underline;
}
.content a.body-text-color:hover {
  text-decoration: none;
}
.content > p:last-child {
  margin: 0px;
}
.content-postlist {
  margin: 0 0 22px 0;
}
.columns > p:last-child {
  margin: 0px;
}
.gallery {
  margin: 0 auto 22px auto;
}
.gallery dl {
  margin: 0px;
}
.gallery-item {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  min-width: 0px;
  width: 33%;
  padding: 5px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  padding: 3px;
  background: #f1f1f1;
  margin: 0px;
  display: block;
}
.gallery-caption {
  text-align: center;
  display: block;
  background: #f1f1f1;
  padding: 5px;
}
@media only screen and (max-width: 630px) {
  .gallery-item {
    padding: 3px;
  }
  .gallery-item img {
    padding: 0px;
  }
  .gallery-item .gallery-caption {
    display: none;
  }
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #398f14;
  border: 1px solid #287e03;
}
.wpcf7-list-item {
  display: block;
  padding-left: 11px;
}
/***********************************************/
/*                   Buttons                   */
/***********************************************/
.content .button {
  margin: 0 0 22px 0;
}
.button .arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
  margin-left: 11px;
}
.button {
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button:hover {
  filter: alpha(opacity = 90 );
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/***********************************************/
/*                Form Elements                */
/***********************************************/
.row form .row,
.row form .row .columns {
  margin: 0 0 11px 0;
}
.row form .row .three label {
  position: relative;
  top: 8px;
}
.load-inline {
  background: url('images/load-inline.gif');
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.customSelect {
  border: 0px;
  outline: none;
  padding: 10px 11px 9px 11px;
  line-height: 18px;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -khtml-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  height: auto;
}
.customSelectInner {
  width: auto;
}
.customSelect {
  background-image: url('images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
label {
  margin: 0 0 6px 0;
  display: block;
}
select {
  cursor: pointer;
}
textarea {
  height: 120px;
}
.checkboxes,
.radios {
  line-height: 28px;
}
.checkboxes label,
.radios label {
  display: inline;
}
.checkboxes input,
.radios input {
  margin: 0 11px 0 0;
  position: relative;
  top: -1px;
}
.combined {
  position: relative;
}
.combined .submit {
  position: absolute;
  top: 0px;
  right: 0px;
}
/***********************************************/
/*                   Sidebar                   */
/***********************************************/
#siteSidebar {
  position: relative;
  left: -11px;
  padding-top: 33px;
}
.widget {
  margin: 66px 0 0 0;
}
.widget:first-child {
  margin: 0px;
}
.widget h1.widget-title {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 22px 0;
}
.widget ul {
  list-style-type: none;
  margin: 0px;
}
.widget ul li {
  padding: 8px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.widget ul li:first-child {
  border: 0px;
}
.widget ul ul {
  margin-top: 11px;
  margin-bottom: -6px;
  margin-left: 22px;
}
.widget ul ul li:first-child {
  border-width: 1px 0 0 0;
  border-style: solid;
}
.widget_rss .rss-date {
  font-size: 12px;
  display: block;
  margin: 11px 0 0 0;
}
.widget_rss li > a {
  font-size: 16px;
  display: block;
}
.widget_rss .rssSummary {
  margin: 11px 0 0 0;
}
.widget_rss cite {
  margin: 11px 0 0 0;
  display: block;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}
.widget_bshcontactwidget .social {
  margin: 22px 0 0 0;
}
.widget_bshcontactwidget .socialIcon {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 6px 0 0;
}
.widget_bshcontactwidget .socialIcon:last-child {
  margin: 0px;
}
.widget_bshcontactwidget .socialIcon.rss {
  background-image: url('images/contactWidget/rss.png');
}
.widget_bshcontactwidget .socialIcon.linkedin {
  background-image: url('images/contactWidget/linkedin.png');
}
.widget_bshcontactwidget .socialIcon.facebook {
  background-image: url('images/contactWidget/facebook.png');
}
.widget_bshcontactwidget .socialIcon.twitter {
  background-image: url('images/contactWidget/twitter.png');
}
.widget_bshcontactwidget .socialIcon.flickr {
  background-image: url('images/contactWidget/flickr.png');
}
.widget_bshcontactwidget .socialIcon.pinterest {
  background-image: url('images/contactWidget/pinterest.png');
}
.widget_bshcontactwidget .socialIcon:hover {
  background-position: 0 -32px;
}
.widget_bshcontactwidget .contact {
  word-wrap: break-word;
}
.widget_bshcontactwidget .contact .icon {
  width: 17px;
  height: 15px;
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}
.widget_bshcontactwidget .contact .phoneNumber .icon {
  background-image: url('images/contactWidget/phoneNumber.png');
}
.widget_bshcontactwidget .contact .email .icon {
  background-image: url('images/contactWidget/email.png');
}
.widget_bshcontactwidget .contact .location .icon {
  background-image: url('images/contactWidget/location.png');
}
.widget_bshcontactwidget .contact li {
  margin: 0px;
  padding: 4px 0;
  border: 0px;
}
.widget_bshcontactwidget .text p:last-child {
  margin: 0px;
}
.widget_bshupcomingeventswidget ul li {
  padding: 16px 0;
}
.widget_calendar td,
.widget_calendar th {
  padding: 6px 4px;
  text-align: center;
}
.widget_calendar caption {
  margin: 0 0 11px 0;
}
@media only screen and (max-width: 860px) {
  .widget_calendar td,
  .widget_calendar th {
    font-size: 12px;
  }
}
.widget_bshtwitterwidget .date {
  font-size: 12px;
}
.widget_bshtwitterwidget .twitter-profile {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 22px 0;
}
.widget_bshtwitterwidget .twitter-profile img {
  float: left;
  margin-right: 11px;
}
.widget_bshtwitterwidget .twitter-profile .description {
  font-size: 12px;
  line-height: 18px;
}
.widget_bshtwitterwidget .twitter-profile h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.widget_bshfeatureditemwidget h1 {
  font-size: 18px;
}
.widget_bshlatestpostswidget .wp-post-image {
  margin: 0 0 11px 0;
}
.widget_bshlatestpostswidget h1 {
  font-size: 16px;
  margin-top: 0px;
}
.widget_bshlatestpostswidget ul li {
  margin: 22px 0 0 0;
  padding: 0px;
  border: 0px;
}
.widget_bshlatestpostswidget ul li:first-child {
  margin: 0px;
}
.widget_text .textwidget {
  line-height: 1.6em;
}
/***********************************************/
/*                   Footer                    */
/***********************************************/
#siteFooter {
  padding: 0 22px;
  margin: 0 0 44px 0;
}
#footerLogo {
  float: left;
  margin-right: 44px;
  padding: 11px 0;
}
#footerLogo h1 {
  line-height: 36px;
  font-size: 28px;
  margin: 0px;
}
#footerLogo h1.calligraffitti {
  position: relative;
  top: 6px;
}
#footerMenu {
  overflow: hidden;
  zoom: 1;
}
#footerMenu {
  text-align: right;
}
#footerMenu ul {
  margin: 0px;
}
#footerMenu .customSelect {
  text-align: center;
}
#footerMenu .current_page_item > a,
#footerMenu .current_page_parent > a,
#footerMenu .current_page_ancestor > a,
#footerMenu .current-menu-item > a,
#footerMenu .current-menu-ancestor > a,
#footerMenu .current-menu-parent > a {
  font-weight: 700;
}
#footerMenu > div > ul {
  margin: 0 auto;
}
#footerMenu > div > ul > li {
  display: inline-block;
  *display: inline;
}
#footerMenu > div > ul > li > a {
  padding: 11px 22px;
  line-height: 36px;
  display: inline-block;
  *display: inline;
  margin-right: -4px;
}
#footerMenu > div > ul > li > ul {
  display: none;
}
/***********************************************/
/*                   Comments                  */
/***********************************************/
#comments {
  margin: 44px 0 0 0;
}
.commentlist {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 44px;
}
.commentlist ul.children {
  list-style-type: none;
  margin: 0px 0 0 33px;
}
.commentlist .comment p:last-of-type {
  margin-bottom: 0px;
}
.commentlist article {
  padding: 22px 0;
}
.commentlist > .comment:first-child {
  padding-top: 0px;
  border-top: 0px;
}
.commentlist .bypostauthor > article {
  padding: 11px;
}
.commentlist .avatar {
  float: left;
}
.commentlist .comment-meta,
.commentlist .comment-content {
  margin-left: 77px;
}
.commentlist .comment-meta {
  margin-bottom: 22px;
}
.commentlist .fn {
  font-style: normal;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}
.commentlist .comment-time {
  font-size: 12px;
}
.commentlist .comment-reply-link {
  display: inline-block;
  margin-top: 22px;
  margin-left: 77px;
}
.commentlist .pingback {
  font-size: 12px;
}
.commentlist .pingback .pingback-title {
  margin: 0 22px 0 0;
  display: inline-block;
}
.comment-navigation {
  overflow: hidden;
  margin: 0 0 22px 0;
  zoom: 1;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}
h2.comments-title,
h3#reply-title {
  font-size: 16px;
  font-style: italic;
}
/***********************************************/
/*                    Header                   */
/***********************************************/
#headerLogo {
  float: left;
  margin-right: 44px;
  padding: 11px 0;
}
#headerLogo h1 {
  line-height: 36px;
  font-size: 36px;
  margin: 0px;
}
#headerLogo h1.calligraffitti {
  position: relative;
  top: 6px;
}
#headerLogo img {
  border: 0px;
  position: absolute;
  padding: 0px;
  top: 0px;
}
#headerMenu,
#footerMenu {
  overflow: hidden;
  zoom: 1;
}
#headerMenu,
#footerMenu {
  text-align: right;
}
#headerMenu .menu-normal,
#footerMenu .menu-normal {
  display: block;
}
#headerMenu .menu-select,
#footerMenu .menu-select {
  margin: 11px 0;
}
#headerMenu .customSelectInner,
#footerMenu .customSelectInner {
  width: auto !important;
}
#headerMenu ul,
#footerMenu ul {
  margin: 0px;
}
#headerMenu .customSelect,
#footerMenu .customSelect {
  background-image: url('images/dropdown-arrow-white.png');
  text-align: center;
}
#headerMenu .current_page_item > a,
#footerMenu .current_page_item > a,
#headerMenu .current_page_parent > a,
#footerMenu .current_page_parent > a,
#headerMenu .current_page_ancestor > a,
#footerMenu .current_page_ancestor > a,
#headerMenu .current-menu-item > a,
#footerMenu .current-menu-item > a,
#headerMenu .current-menu-ancestor > a,
#footerMenu .current-menu-ancestor > a,
#headerMenu .current-menu-parent > a,
#footerMenu .current-menu-parent > a {
  font-weight: 700;
}
#headerMenu > div > ul,
#footerMenu > div > ul {
  margin: 0 auto;
}
#headerMenu > div > ul > li,
#footerMenu > div > ul > li {
  display: inline-block;
  *display: inline;
}
#headerMenu > div > ul > li > a,
#footerMenu > div > ul > li > a {
  padding: 11px 22px;
  line-height: 36px;
  display: inline-block;
  *display: inline;
  white-space: nowrap;
  margin-right: -4px;
}
#headerMenu > div > ul > li:hover > ul,
#footerMenu > div > ul > li:hover > ul {
  display: block;
}
#headerMenu > div > ul > li > ul,
#footerMenu > div > ul > li > ul {
  margin: 0 auto;
  position: absolute;
  padding: 11px 0;
  list-style-type: none;
  display: none;
  text-align: left;
  z-index: 8888;
}
#headerMenu > div > ul > li > ul li a,
#footerMenu > div > ul > li > ul li a {
  display: block;
  padding: 5px 22px;
  white-space: nowrap;
}
#siteBar {
  position: relative;
  top: 44px;
  z-index: 2000;
  padding: 0 22px;
}
#headerBackground {
  position: relative;
  top: -44px;
  margin: 0 0 -45px 0;
}
#headerBackground img {
  border: 0px;
  padding: 0px;
}
#headerCallout {
  position: absolute;
  bottom: 66px;
  right: 0px;
  color: #fff;
  padding: 22px;
  line-height: 24px;
  border-style: solid;
  border-width: 0 5px 0 0;
  text-align: right;
  font-size: 18px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.59) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(52%, rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0.59)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.59) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.59) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.59) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#96000000', GradientType=1);
  transition: border-width 0.2s;
  -moz-transition: border-width 0.2s;
  /* Firefox 4 */
  -webkit-transition: border-width 0.2s;
  /* Safari and Chrome */
  -o-transition: border-width 0.2s;
  /* Opera */
}
#headerCallout.link:hover {
  cursor: pointer;
  border-width: 0 10px 0 0;
}
#headerCallout h1,
#headerCallout h2,
#headerCallout h3,
#headerCallout h4,
#headerCallout h5,
#headerCallout h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
  padding: 0px;
  color: #fff;
}
/*********************************/
/*              Icons            */
/*********************************/
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.icon.comment {
  background: url('images/icon-comment.png');
}
.icon.date {
  background: url('images/icon-date.png');
  top: 3px;
}
.icon.tags {
  background: url('images/icon-tags.png');
}
.icon.category {
  background: url('images/icon-category.png');
  top: 3px;
}
/*********************************/
/*           Pagination          */
/*********************************/
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 9px 11px;
}
.pagination .next,
.pagination .prev {
  font-weight: 700;
}
.single-pagination {
  margin: 22px 0 0 0;
  border-style: dashed;
  border-width: 1px 0 1px 0;
  padding: 16px 0;
}
.single-pagination a,
.single-pagination span {
  padding: 5px 8px;
}
.single-pagination span.title {
  padding-left: 0px;
}
.single-pagination a:hover {
  color: inherit;
}
/*********************************/
/*             Mashup            */
/*********************************/
.content.mashup-main {
  margin: 0 0 44px 0;
}
#mashup .container {
  margin: 0 0 44px 0;
}
#mashup .container:last-child {
  margin: 0px;
}
#mashup .unboxed {
  margin: 0 0 44px 0;
}
#mashup .unboxed:last-child {
  margin: 0px;
}
/***********************************************/
/*                   Layouts                   */
/***********************************************/
/*********************************/
/*        Common Classes         */
/*********************************/
h1.page-title {
  font-size: 32px;
  overflow: hidden;
  margin: 0 0 22px 0;
}
.sticky {
  float: none;
  padding: 22px !important;
}
.single h1.layout-title {
  font-size: 32px;
  overflow: hidden;
  margin: 0 0 22px 0;
  text-align: center;
}
.single .wp-post-image {
  margin: 0 0 22px 0;
}
.single .list-item .layout-title {
  text-align: left;
}
.list-item {
  margin: 22px 0 0 0;
  padding: 22px 0 0 0;
  border-top: #eeeeee 1px dashed;
  overflow: hidden;
  zoom: 1;
}
.list-item:first-child {
  margin: 0px;
  padding: 0px;
  border: none;
}
.list-item h1.layout-title {
  font-size: 28px;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.list-item .wp-post-image {
  margin: 0 0 11px 0;
}
.list-item .metas {
  margin: 0 0 11px 0;
  line-height: 24px;
  font-size: 12px;
  text-align: left;
}
.list-item .metas .meta {
  margin: 0 22px 0 0;
  white-space: nowrap;
}
.list-item .metas .meta:lasy-child {
  margin-right: 0px;
}
.list-item .content {
  margin: 0 0 22px 0;
}
/*********************************/
/*          Event Items          */
/*********************************/
.layout-event-item .metas {
  font-size: 12px;
  margin: 22px 0;
}
.layout-event-item .metas .meta {
  padding: 9px 11px;
  margin: 0px;
}
@media only screen and (max-width: 480px) {
  .layout-event-item .metas .meta {
    display: block;
    padding: 5px 11px;
  }
}
/*********************************/
/*         Widget Layouts        */
/*********************************/
.layout-widget-upcoming-events h1 {
  font-size: 14px;
  margin: 22px 0 -11px 0;
}
.layout-widget-upcoming-events h2 {
  font-size: 20px;
  margin: 0 0 6px 0;
}
.layout-widget-upcoming-events h3 {
  font-size: 12px;
  margin: 0px;
}
.layout-widget-upcoming-events .content {
  margin-top: 22px;
}
.layout-widget-upcoming-events .read-more {
  display: inline-block;
  margin: 11px 0 0 0;
}
/*********************************/
/*           Album Items         */
/*********************************/
.layout-album-item .columns {
  padding: 0 11px;
}
@media only screen and (max-width: 480px) {
  .layout-album-item .album-image {
    width: auto;
    margin: 0 auto;
    float: none;
  }
  .layout-album-item .album-content {
    margin-left: 0px;
  }
  .layout-album-item .metas .meta {
    display: block;
  }
}
/*********************************/
/*          Single Posts         */
/*********************************/
.layout-post .metas {
  margin: 0 0 22px 0;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.layout-post .metas .meta {
  margin: 0 22px 0 0;
  white-space: nowrap;
}
.layout-post .metas .meta:last-child {
  margin-right: 0px;
}
/*********************************/
/*       Single Attachment       */
/*********************************/
.layout-attachment .content {
  margin: 22px 0 0 0;
}
/*********************************/
/*         Single Events         */
/*********************************/
.layout-event h1.layout-title {
  text-align: left;
}
.layout-event .wp-post-image {
  padding: 0px;
  border: 0px;
}
.layout-event header {
  margin: 0 0 33px 0;
  overflow: hidden;
  zoom: 1;
}
.layout-event header .layout-title {
  margin: 0px;
}
.layout-event article {
  margin-right: 304px;
}
.layout-event aside {
  float: right;
  width: 260px;
}
.layout-event .map-canvas {
  margin: -22px 0 33px 0;
}
.layout-event .metas {
  position: relative;
  top: 14px;
  float: right;
  font-size: 12px;
  min-height: 38px;
}
.layout-event .metas .meta {
  padding: 11px 22px;
}
.layout-event .share a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.layout-event .share a.facebook {
  background: url('images/social/32/facebook.png');
}
.layout-event .share a.twitter {
  background: url('images/social/32/twitter.png');
}
.layout-event .share a.google {
  background: url('images/social/32/google.png');
}
.layout-event .share a:hover {
  filter: alpha(opacity = 80 );
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.layout-event .on-stage h1 {
  font-size: 18px;
}
.layout-event .on-stage .instrument {
  padding-right: 11px;
  text-align: right;
}
.layout-event .event-details {
  margin: 22px 0 0 0;
  list-style-type: none;
}
.layout-event .event-details li {
  padding: 4px 0;
}
.layout-event .add-to-googlecal img {
  border: 0px;
  margin: 11px 0 0 0;
}
@media only screen and (max-width: 960px) {
  .layout-event .metas {
    float: none;
    margin: 0 0 44px 0;
  }
  .layout-event h1.title {
    display: block;
    margin: 0px;
  }
  .layout-event header {
    margin: 0 0 22px 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-event header {
    margin: 0 0 44px 0;
  }
}
@media only screen and (max-width: 630px) {
  .layout-event aside {
    text-align: center;
    margin: 0 0 22px 0;
  }
  .layout-event .metas .meta {
    display: block;
  }
  .layout-event aside {
    float: none;
    width: 100%;
  }
  .layout-event article {
    margin: 0px;
  }
}
/*********************************/
/*          Single Album         */
/*********************************/
.layout-album {
  overflow: hidden;
  zoom: 1;
}
.layout-album .audioplayer {
  width: 350px;
  float: right;
  margin-right: 44px;
}
.layout-album .album-content {
  margin-right: 460px;
  margin-left: 44px;
}
@media only screen and (max-width: 880px) {
  .layout-album .audioplayer {
    width: auto;
    float: none;
    margin: 0 44px 44px 44px;
  }
  .layout-album .album-content {
    margin: 0 44px;
  }
}
@media only screen and (max-width: 480px) {
  .layout-album .audioplayer {
    margin: 0 0 44px 0;
  }
}
/***********************************************/
/*                 Music Player                */
/***********************************************/
.ttw-music-player {
  width: 100%;
  margin: 0px;
}
.ttw-music-player .player {
  padding: 11px;
}
.ttw-music-player .album-cover {
  height: 88px;
  float: left;
  width: 88px;
  margin-top: 3px;
}
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .img img,
.ttw-music-player .album-cover .highlight {
  height: 88px;
  width: 88px;
}
.ttw-music-player .description {
  display: none;
}
.ttw-music-player .tracklist {
  clear: both;
}
.ttw-music-player .track-info {
  margin-left: 104px;
  float: none;
  width: auto;
}
.ttw-music-player .track-info .title {
  margin: -6px 0 0 0;
}
.ttw-music-player .track-info .rating {
  display: none;
}
.ttw-music-player .track-info .artist-outer {
  font-size: 13px;
}
.ttw-music-player .player-controls {
  background: none;
  margin-left: 6px;
}
.ttw-music-player .track .title {
  word-break: break-word;
  padding-right: 11px;
}
.ttw-music-player .track .rating {
  display: none;
}
/***********************************************/
/*               Bonsai Player                 */
/***********************************************/
.bonsaiPlayer {
  display: none;
  margin: 55px auto 0 auto;
}
#launchPlayerContainer {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
#launchPlayerContainer #launchPlayer,
#launchPlayerContainer #launchPlayerLink {
  display: inline-block;
  padding: 11px;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
}
#launchPlayerContainer #launchPlayer:hover,
#launchPlayerContainer #launchPlayerLink:hover {
  padding-top: 16px;
}
/***********************************************/
/*                  Highlights                 */
/***********************************************/
.highlight {
  padding: 0 4px;
}
/***********************************************/
/*                    Maps                     */
/***********************************************/
.map-canvas {
  margin: 0 0 22px 0;
}
/***********************************************/
/*                    Lines                    */
/***********************************************/
.line {
  width: 100%;
  height: 1px;
  margin: 22px 0 22px 0;
  background: #eee;
  position: relative;
}
.line a {
  position: absolute;
  top: -11px;
  font-size: 12px;
}
.line a.alignleft {
  left: 0px;
  padding-right: 11px;
}
.line a.alignright {
  right: 0px;
  padding-left: 11px;
}
.unboxed .line a {
  background: none !important;
}
/***********************************************/
/*                   Messages                  */
/***********************************************/
div.message,
div.alert-box {
  overflow: hidden;
  padding: 11px 22px;
}
div.message h1,
div.alert-box h1,
div.message h2,
div.alert-box h2,
div.message h3,
div.alert-box h3,
div.message h4,
div.alert-box h4,
div.message h5,
div.alert-box h5,
div.message h6,
div.alert-box h6 {
  margin: 0 0 11px 0;
  color: inherit;
}
div.message p:last-of-type,
div.alert-box p:last-of-type {
  margin-bottom: 0px;
}
div.message a.close,
div.alert-box a.close {
  top: 4px;
}
/***********************************************/
/*                    Tabs                     */
/***********************************************/
.tabs-content {
  clear: both;
}
.tabs-content li {
  overflow: hidden;
}
.tabs {
  position: relative;
  top: 3px;
}
.tabs-content.contained {
  background: #fafafa;
}
.tabs-content.contained.pill {
  border-top: 1px solid #e6e6e6;
}
.tabs dd.active a,
.tabs dd a:active {
  font-weight: 400;
}
.contained dd.active a {
  background: #fafafa;
}
/***********************************************/
/*                  Accordion                  */
/***********************************************/
ul.accordion > li > div.title {
  background: #fafafa;
}
/***********************************************/
/*                  Isotope                    */
/***********************************************/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling headerMenulogoIsotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/***********************************************/
/*                Media Queries                */
/***********************************************/
@media only screen and (max-width: 1024px) {
  .commentlist ul.children {
    margin-left: 46px;
  }
  .commentlist .comment-time {
    display: block;
    font-size: 0.9em;
    margin: 0px;
  }
  .commentlist .comment-reply-link {
    float: none;
  }
  .commentlist .comment-content {
    clear: both;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 769px) {
  #headerCallout {
    display: none;
  }
  .tile .tile-content * {
    display: none;
  }
  .tile .tile-content *:first-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 44px 0 0 0;
  }
  body.noplayer {
    padding: 0px;
  }
  #siteSidebar {
    display: none;
  }
  #siteContainer {
    overflow: hidden;
    border: 0px;
  }
  #headerLogo {
    float: none;
    text-align: center;
    display: block;
    margin: 0px;
  }
  #headerLogo img {
    position: static;
  }
  #siteHeader {
    margin-top: 0px;
  }
  #headerMenu,
  #footerMenu {
    text-align: Center;
  }
  #headerMenu > div > ul > li > a,
  #footerMenu > div > ul > li > a {
    padding: 5px 22px;
  }
  #headerMenu .menu-normal,
  #footerMenu .menu-normal {
    display: none;
  }
  #headerMenu .menu-select,
  #footerMenu .menu-select {
    display: block !important;
  }
  #footerLogo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #siteBar {
    top: 0px;
    margin: 0px;
  }
  #headerBackground {
    top: 0px;
    margin: 0px;
  }
  .tile .tile-content *:first-child {
    font-size: 12px;
  }
  .row .columns {
    padding: 0px;
  }
  .row .columns .columns {
    padding: 0 44px;
  }
  .user-columns.row {
    margin-bottom: 22px;
  }
  .user-columns.row .columns {
    padding: 0 22px;
  }
  .user-columns.row .columns:first-child {
    padding: 0 22px;
  }
  .user-columns.row .columns:last-child {
    padding: 0 22px;
  }
  .tooltip {
    font-size: 12px;
  }
  .content .columns {
    margin-bottom: 22px;
  }
  .content .row {
    margin-bottom: 0px;
  }
  .commentlist ul.children {
    margin-left: 0px;
  }
  .commentlist .bypostauthor .comment-content {
    margin-left: 0px;
  }
  .commentlist .bypostauthor .comment-meta {
    margin-left: 68px;
  }
  .commentlist .comment-meta {
    margin-left: 68px;
  }
  .orbit-caption {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .show-for-phone {
    display: block;
  }
  .hide-for-phone {
    display: none;
  }
  .column,
  .columns {
    padding: 0 22px;
  }
  .column .column,
  .columns .column,
  .column .columns,
  .columns .columns {
    padding: 0 11px;
  }
  .tile .tile-content .inner {
    padding: 5px;
  }
  .tile .tile-content *:first-child {
    font-size: 10px;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
  }
  .button {
    margin: 0 0 11px 0;
  }
  #siteContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
  body {
    font-size: 12px;
    line-heoght: 20px;
  }
  .m11 {
    margin-top: 5px;
  }
  .m22 {
    margin-top: 11px;
  }
  .m44 {
    margin-top: 22px;
  }
  .m88 {
    margin-top: 44px;
  }
  h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
  h3 {
    font-size: 16px;
    line-height: 1.3em;
  }
  h4 {
    font-size: 14px;
    line-height: 1.3em;
  }
  h5 {
    font-size: 12px;
    line-height: 1.3em;
  }
  h6 {
    font-size: 11px;
    line-height: 1.3em;
  }
  #headerDropdown {
    display: block;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  body {
    font-size: 11px;
    line-height: 18px;
  }
  h1 {
    font-size: 18px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 16px;
    line-height: 1.3em;
  }
  h3 {
    font-size: 14px;
    line-height: 1.3em;
  }
  h4 {
    font-size: 12px;
    line-height: 1.3em;
  }
  h5 {
    font-size: 11px;
    line-height: 1.3em;
  }
  h6 {
    font-size: 11px;
    line-height: 1.3em;
  }
}
/***********************************************/
/*                  IE 8 Issues                */
/***********************************************/
.lt-ie9 .image img {
  width: auto;
}
.lt-ie9 .hoverlink {
  display: block;
}
.lt-ie9 .player .li.volume-bar,
.lt-ie9 .player .progress-bar,
.lt-ie9 .player .playlist li,
.lt-ie9 .player .flexliser.albumlist {
  background: #444444 !important;
}
.lt-ie9 .albums,
.lt-ie9 .player,
.lt-ie9 .album .tracks .track {
  background: #232323 !important;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  margin: 0px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  border: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}
#siteContainer .panel {
  padding: 22px;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: 55px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
}
.cart_totals td,
.cart_totals th {
  padding: 11px;
}
.cart_totals th {
  min-width: 120px;
}
.cart_totals h2 {
  font-size: 18px;
  text-align: left;
}
.shipping_calculator h2 {
  font-size: 18px;
}
