/* @override
	http://dev.rafaeltoral.net/wp-content/themes/soundboard-child/style.css?ver=4.5.3
	http://dev.rafaeltoral.net/wp-content/themes/soundboard-child/style.css?ver=4.6.1
	http://dev.rafaeltoral.net/wp-content/themes/soundboard/css/layout-responsive.css?ver=screen
	http://dev.rafaeltoral.net/wp-content/themes/soundboard-child/style.css?ver=4.7 */

/*
Theme Name:	Soundboard Child Theme
Description: Rafael Toral Theme
Author: Helder Luis
Author URI: http://www.red-sun-design.com
Theme URI: http://themes.red-sun-design.com/soundboard
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Template:	soundboard


-------------------------------------------
	INDEX
-------------------------------------------
	0. CSS RESET
	1. MISC
	2. FONTS / TEXT ELEMENTS
	3. LAYOUT
	4. NAVIGATION
	5. SIDEBAR
	6. FOOTER
	7. WIDGETS
	8. IMAGES
	9. AUDIO / VIDEO
	10. PAGINATION
	11. COMMENTS
	12. FORMS


-------------------------------------------
*/


@font-face {
    font-family: 'stella-normal';
    src: url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.eot');
    src: url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.woff2') format('woff2'),
         url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.woff') format('woff'),
         url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.ttf') format('truetype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-normal-webfont.svg#stellanormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stella-bold';
    src: url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.eot');
    src: url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-bold-webfont.svg#stellabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stella-black';
    src: url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.eot');
    src: url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.woff') format('woff'),
         url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.ttf') format('truetype'),
         url('/wp-content/themes/soundboard-child/fonts/stella-black-webfont.svg#stellablack') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* O. CSS RESET --------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        }

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

body    {
        line-height: 1;
        }

ol, ul  {
        list-style: none;
        }

blockquote, q {
        quotes: none;
        }

blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
        }

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

:focus  {
        outline: 0;
        }

/* END CSS RESET -------------------------------------------------------------*/



/* 1. MISC ------------------------------------------------------------------ */

.clear  {
        clear: both;
        line-height: 1;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
		}

.clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
	}


.left   {
        float: left;
        display: inline;
        }

.right  {
        float: right;
        display: inline;
        }

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

.hidden  { display: none }

/*  END MISC ---------------------------------------------------------------- */



/* 2. FONTS / TEXT ELEMENTS ------------------------------------------------- */

body    {
        font: 12px/20px "Helvetica neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        }

p       {
        margin: 20px 0;
        line-height: 20px;
        }

a       {
        text-decoration: none;
        }

a:link,
.content a:visited,
.content a:active,
.button1,
.buttonS,
.button2,
.button1:hover,
.buttonS:hover,
.button2:hover,
a:hover .lastfm,
li.comment .reply,
a:hover.nivo-nextNav ,
a:hover.nivo-prevNav,
.login-submit input,
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu ul a:hover {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        }

ul, ol, dl, dd, blockquote, address,
table, fieldset, form, .gallery-row {
        margin: 20px 0;
        }


h1, h2, h3, h4, h5, h6,
.button1,
.buttonS,
.button2,
.cancelled,
.soldout,
.sf-menu a,
.details,
.dropcap,
ul.tabs li a,
ul.login li a {
        font-family: "stella-bold", Helvetica, sans-serif !important;
        }

h1, h2, h3, h4, h5, h6 {
        clear: both;
        font-weight: normal;
        position: relative;
        margin: 20px 0;
        padding: 0;
        }

h1      {
        font-size: 32px;
        top: 4px;
        line-height: 40px;
        }

h2      {
        font-size: 24px;
        top: -4px;
        }

h3      {
        font-size: 20px;
        top: -3px;
        }

h4      {
        font-size: 16px;
        top: -2px;
        }

h5      {
        font-size: 14px;
        font-weight: lighter;
        top: -1px;
        }

h6      {
        font-size: 12px;
        font-weight: lighter;
        text-transform:uppercase;
        }

h1.title,
h1.pagetitle {
        margin-top: 0;
		font-size: 20px;
		font-weight: normal !important;
		font-style: normal !important;
}

h1.pagetitle {
        text-transform: uppercase;
        margin-top: 0;
		font-size: 20px;
		font-weight: normal !important;
		font-style: normal !important;
}

h1.news-home-title { /* headline title on home page */
        font-size: 14px;
        top: -1px;
        font-weight: normal;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 0;
        }

h6.infotitle,
li.infotitle {
        font-family: "Helvetica neue", Helvetica, Arial, sans-serif !important;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
        margin: 20px 0 0 0;
        clear: both;
        }

li.infotitle {
        width: 100px;
        text-align: right;
        }

.date-h {
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 0;
        }

#sidebar h3.widgettitle,
#footer h3.widgettitle {
	font: 12px stella-bold;
	top: 0px;
        margin-top: 20px;
        font-weight: lighter;
	color: silver;
}

#content h3.widgettitle {  /* widget title on home page*/
	font: 16px stella-bold !important;
	top: 4px;
        line-height: 40px;
        margin-top: 0px;
        text-transform: none;
        text-transform: uppercase;
	color: silver;
}

.small  { font-size: 10px; }

strong  { font-weight: bold; }

address { font-style: italic; }

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

dfn     { font-weight: bold; }

del     { text-decoration: line-through; }

ins     { text-decoration: underline; }

sup     {
	font-size: 11px;
	vertical-align: top;
        }

sub     {
	font-size: 11px;
	vertical-align: bottom;
        }

blockquote {
        background: url("images/quotes.png") no-repeat scroll 0 0 transparent;
        margin: 0 0 15px 15px;
        padding: 0 0 0 35px;
        font-style: italic;
        color: #888;
        }

textarea, input {
        font-size: 12px;
        font-family: "Droid Sans", "Helvetica neue", Helvetica, Arial, sans-serif;
        }

pre, code {
        font-family: Courier, serif ;
        display: block;
        font-size: 12px;
        margin: 20px 0;
        padding: 10px 15px;
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
        }

ul, ol  {margin: 0 0 20px 18px;}
ul li   {list-style-type: disc;}
ol li   {list-style-type: decimal;}
ul      {list-style-type: square;}

table   {
        margin: -10px 0 10px 0;
        width: 100%;
        }

table th,
table td {
        padding: 10px;
        line-height: 19px;
        text-align: center;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        }

table th {
        font-weight: bold;
        }

/*  END FONTS / TEXT ELEMENTS ----------------------------------------------- */



/*  3. LAYOUT --------------------------------------------------------------- */
html, body {
        height: 100%;
//	background: url(/wp-content/uploads/background-04.jpg) center top no-repeat fixed;
}

#wrapall {
        position: relative;
        min-height: 100%;
        }

#header {
        width: 100%;
        margin: 0;
}



/* GRID */

.container_12 {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
	}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
		}

.grid_1 { width: 60px; }
.grid_2 { width: 140px; }
.grid_3 { width: 220px; }
.grid_4 { width: 300px; }
.grid_5 { width: 380px; }
.grid_6 { width: 460px; }
.grid_7 { width: 540px; }
.grid_8 { width: 620px; }
.grid_9 { width: 700px; }
.grid_10 { width: 780px; }
.grid_11 { width: 860px; }
.grid_12 { width: 940px;
}




/* top bar */
#loginwrapper {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 10px;
        }

.top-bar-inner {
	width: 940px;
	margin: 0 auto;
	}


/* top log in */
ul.login {
        width: 940px;
        margin: 0 auto;
	padding: 0;
        }

ul.login li {
	display:inline;
	margin: 0;
        float: right;
        }

ul.login li a {
        margin: 0;
        padding: 5px 10px;
        display: block;
        position: relative;
        }


/* social icons in top bar*/
.social-top img {
        max-height: 16px;
        }

ul#socialicons.social-top {
        left: auto;
         float: right;
         width: auto;
        }

.social-top#socialicons li{
        right: auto;
        padding: 4px 4px;
        }

.social-top#socialicons li a{
       height: 16px;
        }


.social-top#socialicons li:last-child,
.social-top#socialicons li:last-child a{
        padding-right: 0;
        }


ul#socialicons.login li a:hover {
        background: transparent !important;
        }

.social-top a.lastfm,
.social-top a.twitter,
.social-top a.fb,
.social-top a.soundcloud,
.social-top a.itunes,
.social-top a.youtube,
.social-top a.beatport,
.social-top a.social1,
.social-top a.social2,
.social-top a.social3,
.social-top a.social4,
.social-top a.social5 {
    max-height: 16px;
    background: none;
    width: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
        filter: alpha(opacity=60);/* IE 5-7 */
        -moz-opacity: 0.6;/* Netscape */
        -khtml-opacity: 0.6;/* Safari 1.x */
        opacity: 0.6;  /* Good browsers */
}

#social-topbar a:hover{
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
        filter: alpha(opacity=100);/* IE 5-7 */
        -moz-opacity: 1;/* Netscape */
        -khtml-opacity: 1;/* Safari 1.x */
        opacity: 1;  /* Good browsers */
        }











.arrow-down {
	width: 0;
	height: 0;
        margin: 0 auto;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	display: none;
}

#headertop {
        position: relative;
        width: 980px;
        margin: 0 auto;
	color: black;
}

#logo:before {
  content: "Rafael Toral";
	font: 30px "stella-black", "Helvetica neue", Helvetica, sans-serif !important;
	text-transform: uppercase;
}



#logo   {
        width: 940px;
        margin: 30px auto 0 auto;
        opacity: 0.9;/* Good browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  /* IE 8 */
        filter: alpha(opacity=90);  /* IE 5-7 */
        -moz-opacity: 0.9;  /* Netscape */
        -khtml-opacity: 0.9;  /* Safari 1.x */
        display: block;
        }

        #logo a img {
			visibility: hidden;
		}

#slide-bg {
        width: 980px;
        height: 400px;
        margin: 40px auto 0 auto;
        overflow: hidden;
        }

#slideshow {
        width: 940px;
        float: right;
        margin: 20px;
        padding: 0;
}

#slideshow div.nivo-caption {
}

div#slider.nivoSlider {
}

.nivoSlider a.nivo-imageLink {
	z-index: 0 !important;
}

#slideshow .nivo-caption p {
	font-family: stella-black;
	box-shadow: 17px 0 rgba(34, 34, 34, 0.97), -17px 0 0 rgba(34, 34, 34, 0.97);
	-moz-box-shadow: 17px 0 rgba(34, 34, 34, 0.97), -17px 0 0 rgba(34, 34, 34, 0.97);
	background-color: rgba(34, 34, 34, 0.97) !important;
}

#sliderspeed {
	display: none;
	}

#bg-wrapper {
        width: 980px;
        margin: 40px auto 0 auto;
        padding: 0;
        clear: both;
}

#wrapper {
        width: 960px;
        margin: 0 auto;
        padding: 0;
        clear: both;
}

*:first-child+html #wrapper { padding-bottom: 20px; } /* IE7 only */

#content {
        margin-top: 10px;
        display: inline;
        float: left;
        }

.title  {
        width: 520px;
        margin-left: 0px;
        margin-right: 20px;
        }

.page-content,
.contact {
        width: 680px;
        max-width: 100%;
        }

.blogentry {overflow: hidden;}

.entry  {
	width: 520px;
	float: left;
	margin: -20px 20px 0 0;
        }

.entry-single {
	width: 520px;
	float: left;
	margin: -20px 20px 0 0;
        }

.post-right {
        float: left;
        margin-bottom: 10px;
        }

.post-right-single {
        float: left;
        }

.postinfo {
        margin: 20px 40px 0 0;
        padding-bottom: 20px;
        float: left;
        width: 120px;
        text-transform: none !important;
        }

.postinfo ul li {
        list-style-type: none;
        float: right;
	font-weight: normal;
	font-style: normal;
	font-family: stella-black;
	color: gray;
}

.postinfo ul li a{
        float: right;
        }

.post-date   {
        font-family: Ruda, "Helvetica neue", Helvetica, Arial, sans-serif;
        float: right;
        margin-top: 0;
        margin-bottom: 2px;
        font-weight: 800;
        }

*:first-child+html .post-date { width: 92px; } /* IE7 only */

.date-r {
        float: right;
        }

.d, .m, .y {
        position: relative;
        }

.d      {
        float: left;
        font-size: 43px;
        line-height: 43px;
        top: -10px;
        display: inline;
        }

.m      {
        float: right;
        text-transform: uppercase;
        font-size: 16px;
        top: -8px;
        margin-left: 5px;
        }

.y      {
        float: right;
	font-size: 10px;
        top: -8px;
        margin-left: 5px;
        clear: both;
        }

.author,
.commentnr {
        clear: both;
        height: 20px;
        }

.tags   {
        clear: both;
        }

.tweet-button {
        margin: 0;
        padding: 0;
        width: 58px;
        }

.fb-like {
        width: 100px;
        }
*:first-child+html .fb-like { margin-top: 3px; margin-left: 3px; } /* IE7 only */

li.tweet-button,
li.fb-button {
        display: inline;
        clear: both;
        }

.tweetbutton,
.fb-like {
        height: 20px;
        }

.fb-like {
        margin-bottom: 9px;
        }

.album-social .fb-like {
        margin-bottom: 0;
        }

#error  {
        text-align: center;
        }

.blog-bottomborder
        {
        margin: 20px 20px 38px 0;
        width: 680px;
        }

.sticky {}

/* home */
.home-content.regular {
        display: inline;
        }

.home-content.responsive {
        display: none !important;
        }

.home-content .widget-area {
        margin-top: -40px;
        }

#home-news {
        display: inline;
        float: left;
        width: 420px;
        margin: 0 30px 0 30px;
        }

.headlines {
        overflow: hidden;
        margin-bottom: 20px;
        }

.news-home-title {
        margin: 0;
        padding: 0;
        overflow: hidden;
        }

.time-ago,
.comment-nr {
        margin: 0;
        padding: 0;
        display: inline;
        font-size: 10px;
        }

.entry-h p {
        margin: 0;
        }

.home-post-content {
	margin-top: 5px;
	}

.tnail-h {
	float: left;
	margin-right: 10px;
	}

.entry-ht p {
        margin: 0;
        }

a.more-link  {
        text-transform: uppercase;
        font-size: 10px;
        display: block;
        margin-top: 20px;
        }

.homenewsbutton {
        display: inline-block;
        margin-bottom: 20px;
        }

/* tour dates */
.tour   {
        width: 680px;
        }

.upcoming,
.past   {
        margin-bottom: 20px;
        }

.tour table   {
        margin: 0;
        }

.tour table td,
.tour table th {
        text-align: left;
        padding: 20px 0;
        }

.tour form,
.tour input {
        margin: 0;
        }

.tour-date {
        width: 200px;
        }

.tour-weekday,
.tour-day,
.tour-month,
.tour-year,
.tour-time {
        display: inline;
        }

.tour-time {
        padding-left: 10px;
        font-weight: bold;
        }

.tour-weekday {
        text-transform: uppercase;
        }

.tour-city {
        width: 160px;
        }

.tour table td.tour-city {
        padding-right: 40px;
        }

.tour-venue {
        width: 140px;
        }

.tour-url {
        width: 120px;
        }

.tour-button {
        float: right;
        margin-top: -9px;
        margin-bottom: -10px;
        }

.cancelled,
.soldout,
.img-link {
        display: inline-block;
        font-weight: normal;
        line-height: 14px;
        padding: 8px 10px 9px 10px;
        text-decoration: none;
        margin: 0;
        float: right;
        }

.tour input,
.cancelled,
.soldout,
.img-link {
        margin-bottom: -10px;
        margin-top: -8px;
        }

.tour-more {
        text-transform: uppercase;
        font-weight: bold;
        }

h1.past-dates {
        margin-top: 60px;
        }

h5.pastdates-year{
        margin-bottom: 0;
        margin-top: 40px;
        }

.no_dates {
        margin-top: 20px;
        }

/* tour single */
.tour-single h1.title {
        text-transform: uppercase;
        }

.tour-single .tour-date {
        width: 100%;
        position: relative;
        font-size: 20px;
        top: -3px;
        font-weight: bold;
        }

.tour-single .tour-time{
        padding-left: 0;
        }

.tour-single .tour-venue,
.tour-single .tour-city {
        font-weight: bold;
        width: 100%;
        }

.tour-single .tour-venue {
        margin-top: 20px;
        }

.tour-single .tour-url {
        width: auto;
        }

.tour-single .tour-button,
.tour-single .cancelled,
.tour-single .soldout,
.tour-single .img-link {
        float: left;
        margin-top: 20px;
        margin-bottom: 0;
        }

.tour-single .tour-more {
        text-transform: none;
        font-weight: normal;
        }

.tour-single .infotitle {
        float: left;
        list-style-type: none;
        width: auto;
        }

ul.tour-social {
        margin-left: 0;
        }

.tour-social li {
        display: inline;
        }

.tour-social .fb-like {
        margin-bottom: 0;
        }

.tour-social .fb-button,
.tour-social .tweet-button {
        padding: 0;
        }

/* audio */
.player {
        margin-bottom: 40px;
        }


/* albums / gallery / video */
ul.album li,
ul.gallery li,
ul.video li {
        list-style-type: none;
        list-style-image: none;
        display: inline;
        }

ul.album,
ul.gallery,
ul.video {
        margin: 0;
        width: 960px;
        }

.album_item,
.gallery_item,
.video_item {
        float: left;
        margin: 0 20px 20px 0;
        overflow:hidden;
        }

.album-left,
.album-center,
.album-right {
        float: left;
        }

.album-left {
        width: 220px;
        }

.album-left ul {
        margin-left: 0;
        }

.album-left li {
        list-style-type: none;
        }

.album-info {
        margin-top: 20px;
        }

.album-info-center {
        margin-top: 40px;
        }

.album-center {
        width: 420px;
        margin: 0 40px 80px;
}

.album-tracks {
        margin-top: 20px;
        }

.album-tracks ul {
        margin: 0;
        }
.album-tracks ul li {
        list-style-type: none;
        }

.album-right {
        width: 220px;
        }

.album-artwork
        {
        height: 220px;
        margin-top: 10px;
        }

.album-left form {
        display: inline;
        }

.album-left .button2 {
        margin-bottom: 10px;
        margin-top: 0;
        }

.buy-amazon,
.buy-itunes,
.buy-other
        {
        text-transform: none !important;
        margin-top: 20px;
        margin-right: 5px;
        display: inline-block;
        }

.release-date
        {
        margin-top: 9px;
        font-weight: bold;
        }

.release-date p
        {
        margin: 0;
        }

#album-social li {
        display: inline;
        }

#album-social .fb-like {
        margin-bottom: 0;
        }

#album-social .fb-button,
#album-social .tweet-button {
        padding: 0;
        }

.audioplayer-mobile {
        margin: 20px 0;
        }

.audioplayer-icon,
.soundcloudplayer-icon {
        display: inline-block;
        margin-right: 5px;
        }

.audioplayer-icon {
        width: 34px;
        height: 34px;
        border: 0;
        }

.audioplayer-icon a {
        display:block;
        width:100%;
        height:100%;
        outline: none;
        }

.audioplayer-icon:hover {
        opacity: 0.6;/* Good browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  /* IE 8 */
        filter: alpha(opacity=60);  /* IE 5-7 */
        -moz-opacity: 0.6;  /* Netscape */
        -khtml-opacity: 0.6;  /* Safari 1.x */
        }

.soundcloudplayer-icon {
        width: 34px;
        height: 34px;
        border: 0;
        }

.soundcloudplayer-icon a {
        display:block;
        width:100%;
        height:100%;
        outline: none;
        }

.soundcloudplayer-icon:hover {
        opacity: 0.6;/* Good browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  /* IE 8 */
        filter: alpha(opacity=60);  /* IE 5-7 */
        -moz-opacity: 0.6;  /* Netscape */
        -khtml-opacity: 0.6;  /* Safari 1.x */
        }

.album-artwork-inplayer {
        float: left;
        margin-right: 10px;
        width: 220px;
        }

#playlist_wrapper {
        float: left;
        top: 0;
        margin-bottom: 20px;
        }

.pp_content_container #playlist_wrapper {
        margin-bottom: 0;
        }


.gallery .gallery-item {
		float: left;
        width: 140px;
		margin: 0 20px 0 0;
		text-align: center;
        }

.gallery-images {
        width: 960px;
        }

.gallery-images ul {
        padding: 0;
	margin: 0;
        }

.gallery-images li {
        list-style-type: none;
        float: left;
        width: 140px;
	margin: 0 20px 20px 0;
        padding: 0;
	text-align: center;
        display: inline;
        }

/* mosaic sliding boxes image overlay (albums/gallery/video)*/
.mosaic-block,
.mosaic-block-v,
.mosaic-block-i,
.mosaic-block-a,
.mosaic-block-gw {
	position:relative;
	overflow:hidden;
	margin-right:20px;
        height: auto;
        }

.mosaic-block {
	width:140px;
	height:140px;
        }

.mosaic-block-gw {
	width:100px;
	height:100px;
        }

.mosaic-block-a {
	width:220px;
	height:220px;
        }

.mosaic-block-v {
	width:220px;
	height:140px;
        }

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
        }

.video-icon {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
        z-index: 20;
        background:url(images/play.png) no-repeat center center;
        }

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
        }

.details {
        padding: 5px 10px;
        position: absolute;
        bottom: 0;
        z-index: 20;
        color: #eee;
        z-index: 100;
        background:url(images/bg-black2.png);
        }

.bar .mosaic-overlay {
        padding: 5px 10px;
	background:url(images/bg-black2.png);
        }

.gal-size,
.aud-size,
.gw-size
        {
        bottom:-50px;
	height:40px;
        }

.vid-size,
.aw-size {
        bottom:-30px;
	height:20px;
        }

.vid-size {
	width: 200px !important;
        }

.gal-size,
.aud-size {
	width: 120px !important;
        }

.gw-size {
	width: 80px !important;
        }

.aw-size {
	width: 200px !important;
        }

.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(images/bg-black.png);
	}

.circle .mosaic-overlay {
	background:url(images/play.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
        }


.yt-image {
    height: 190px;
    left: -24px;
    top: -24px;
    width: 270px;
}


/* CUSTOM */

div.details.mosaic-overlay.aud-size {
	background-color: rgba(0, 0, 0, 0.5);
}


/*  END LAYOUT -------------------------------------------------------------- */


/*  4. NAVIGATION ------------------------------------------------------------------*/

.regular-menu {display: block;}
.responsive-menu, .mobile-menu {display: none;}
#topnavi .sbHolder, #navi-icon { display: none;}


#topnavi  {
        width: 940px;
        margin: 0 auto;
        height: 42px;
        margin-top: 35px;
}

.sf-menu,
.sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
        }

.sf-menu {
        line-height: 1.0;
        width: 940px;
        margin: 0 auto;
        }

.sf-menu a {
        font-family: "stella-bold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        padding: 15px 15px 15px 0;
        font-size: 12px;
        text-decoration:none;
        }

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
        outline: 0;
        }

.sf-menu ul { /* dropdown */
	left: 25px;
        padding: 0px;
        text-align: left;
        z-index: 20000;
        margin-top: 14px;
        position: absolute;
        top: -999em;
	/* left offset of submenus need to match (see below) */
	width: auto;
}

.sf-menu ul a {
        padding: 15px 10px;
        height: auto;
        text-align: left;
        display: block;
        }

.sf-menu ul li {
        width: 100%;
        }

.sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
	background-color: white !important;
}

.sf-menu li a:hover {
	color: #57c4ff !important;
	background-color: white !important;
}

.sf-menu li.current-menu-parent a {
	color: #57c4ff !important;
	background-color: white !important;
}

.sf-menu li {
        float: left;
        position: relative;
        margin-right: 2px;
        }

.sf-menu a {
        display: block;
        position: relative;
        }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
        left: 0;
        top: 2.5em; /* match top ul list item height */
        z-index: 99;
        }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
        top: -999em;
        }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
        left: 10em; /* match ul width */
        top: 0;
        }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
        top: -999em;
        }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
        left: 10em; /* match ul width */
        top: 0;
        }

/*  END NAVIGATION ---------------------------------------------------------- */


/*  5. SIDEBAR -------------------------------------------------------------- */

#sidebar {
        margin-top: -30px;
        }

/*  END SIDEBAR ------------------------------------------------------------- */


/*  6. FOOTER --------------------------------------------------------------- */
#footer  {
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
        position:absolute;
        bottom: 0;
        }

#footerwrapper {
        width: 960px;
        margin: -20px auto 0 auto;
        padding: 0;
        padding-bottom: 20px;
        overflow: hidden;
        }

#social {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    	padding: 0 20px;
	height: 45px;
	border-bottom-style: none !important;
}

ul#socialicons {
        float: left;
        left: 50%;
        margin: 0 auto;
        position: relative;
        }

#socialicons li {
        display: inline;
        padding: 20px;
        float: left;
        position: relative;
        right: 50%;
        }

#socialicons li a {
        display: block;
        height: 32px;
        outline: none;
        opacity: 0.4;/* Good browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  /* IE 8 */
        filter: alpha(opacity=40);  /* IE 5-7 */
        -moz-opacity: 0.4;  /* Netscape */
        -khtml-opacity: 0.4;  /* Safari 1.x */
        }

        #socialicons li img {
			width: 50%;
		}


.bandcamp {
	margin-left: -4px;
}

#socialicons li a:hover {
        opacity: 1;/* Good browsers */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
        filter: alpha(opacity=100);  /* IE 5-7 */
        -moz-opacity: 1;  /* Netscape */
        -khtml-opacity: 1;  /* Safari 1.x */
        }

#copyright
        {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        overflow: hidden;
        }

#copyright-text
        {
        text-align: center;
        }

#footer .current_page_item a {
	background-color: #57c4ff !important;
	color: white !important;
}



/*  END FOOTER -------------------------------------------------------------- */


/*  7. WIDGETS -------------------------------------------------------------- */
#wrapper .widget-area {
	margin-bottom: 20px
	}

.widget-area ul,
.widget-area p {
        margin: 0;
        }

.widget-area ul li {
        list-style-type: none;
        }

.widget {
        margin: 40px 0 0 0;
        overflow: hidden;
        }


/* gallery widget */
.gallery-widget {
        width: 110%;
        }

.gallery-widget li {
        display: inline;
        }

.gallery-widget .gallery_item {
        margin-bottom: 0;
        }

.gallery-widget ul {
        margin-top: -20px;
        }

.gallery-widget .gallery_item {
        margin-top: 20px;
        }

/* images widget */
.gg_images_widget .gallery-widget ul {
        margin-top: -14px;
        }

.gg_images_widget .gallery-widget .gallery_item {
        margin-top: 14px;
	width: 100px;
	}

/* album widget */
.album-widget form {
        display: inline;
        }

.album-widget .album_item {
        margin-bottom: 0px;
        }

.album-widget .button2 {
        margin-top: 10px;
        margin-right: 5px;
        }

/* video widget */
.video-widget-item {
        margin-top: 20px;
        }

.widget-area .video_item {
        margin-bottom: 0;
        }


/* tour widget */
.tourwidget-item {
        margin-top: 20px;
        overflow: hidden;
        }

.tour-date-w
        {
        float: left;
        width: 60px;
        height: 60px;
        font-family: Ruda, "Helvetica neue", Helvetica, Arial, sans-serif;
        }

.tour-day-w {
        font-size: 32px;
        position: relative;
        top: 8px;
        font-weight: 800;
        }

.tour-month-w {
        font-size: 18px;
        position: relative;
        top: 12px;
        text-transform: uppercase;
        font-weight: 800;
        }

.tourright {
        overflow: hidden;
        }

.tour-url-w form {
        margin: 0;
        padding: 0;
        }

.tour-url-w {
        overflow: hidden;
        }

.widget-area .tour-button,
.widget-area .soldout,
.widget-area .cancelled {
        margin: 5px 0 0 0;
        position: static;
        float: left;
        }

/* twitter widget */
.twitter li {
        padding-top: 19px;
        margin-left: 0px;
        line-height: 20px;
        font-size: 12px;
        }

.twitter li:first-child {
        padding-top: 0;
        }

/* flickr widget */
.flickr {
        width: 110%;
        margin-top: -5px;
        }

.flickr_badge_image {
        float: left;
        margin: 10px 10px 0 0;
        height: 65px;
        }

.flickr_badge_image img {
        width: 57px;
        height: 57px;
        margin: 0;
        padding: 4px;
        }

#footer-widget-area .flickr a,
#footer-widget-area .flickr a:link,
#footer-widget-area .flickr a:visited {
        border: none;
        }



/* text widget */
.textwidget ul li {
    list-style-type: disc;
}



/* menu widget */
.widget_nav_menu .menu-item {
    box-sizing: border-box;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    width: 100px;
        }


/* pages widget */
.widget_pages li.page_item {
        width: 110px;
        float: left;
        }

/* comment widget*/
.widget_recent_comments ul li {
        background:url(images/comment.png) no-repeat 0 6px;
        padding-left: 15px;
        }

/* news widget */
h1.news-widget-title {
        font-family: "Helvetica neue", Helvetica, Arial, sans-serif !important;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        top: 0;
        margin-top: 0;
        margin-bottom: 20px;
        }

/* calendar widget */
.widget_calendar
        {
        float: left;
        margin: 0;
        }

#wp-calendar {
        width: 100%;
        }

#wp-calendar caption {
        text-align: right;
        margin-bottom: 10px;
        text-transform: uppercase;
        }

table#wp-calendar {
	margin-bottom: 0;
	}

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

#wp-calendar tbody td {
        text-align: center;
        padding:6px 8px;
        }

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

#wp-calendar tfoot {
        border: none;
        background: none;
        }

#wp-calendar tfoot #next,
#wp-calendar tfoot #prev,
#wp-calendar tfoot .pad {
        border: none;
        background: none;
        }

#wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right;
        }

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

/* END WIDGETS -------------------------------------------------------------- */


/*  8. IMAGES --------------------------------------------------------------- */
img     {
        position: relative;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        }

.video img,
.video_item img  {
    max-width: none;
}

a img   {
        border: none;
        }


#content .alignnone,
#content .alignleft,
#content img.alignleft,
#content .alignright,
#content img.alignright,
#content .aligncenter,
#content img.aligncenter {
        margin-top: 20px;
        margin-bottom: 20px;
        }

#content .alignleft,
#content img.alignleft {
        margin-right: 20px;
        float: left;
        }

#content .alignright,
#content img.alignright {
        margin-left: 20px;
        float: right;
        }

#content .aligncenter,
#content img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

#content .tnail img {
        margin: 0 20px 14px 0;
        }

#fullResImage {
        padding: 0;
        border: 0;
        }

.wp-caption-text {
        margin: 0;
        padding: 0;
        font-size: 0.8em;
        line-height: 10px;
        margin-bottom: 23px;
        }

.wp-caption,
.gallery-caption,
.wp-caption-text {
        text-align: right;
        margin: 0;
        padding: 0;
        max-width: 100%;
        }


/*  END IMAGES -------------------------------------------------------------- */



/*  9. AUDIO / VIDEO -------------------------------------------------------- */

/* JW player */
.single-audio .pp_pic_holder .fluid-width-video-wrapper,
.audioplayer-mobile .fluid-width-video-wrapper,
.page-template-template-video-php .pp_pic_holder .fluid-width-video-wrapper {
    	position: static;
	}

/*  END AUDIO / VIDEO ------------------------------------------------------- */



/*  10. PAGINATION ---------------------------------------------------------- */
#pagination {
        margin: 0px;
        float: left;
        text-transform: uppercase;
        }

.pagination_main {
        clear:both;
        position:relative;
        font-size:11px;
        line-height:13px;
        }

.pagination_main span,
.pagination_main a {
        display:block;
        float:left;
        margin: 16px 2px 17px 0;
        padding:6px 9px 5px 9px;
        text-decoration:none;
        width:auto;
        }

.pagination_main .current {
        padding:6px 9px 5px 9px;
        }

/*  END PAGINATION ---------------------------------------------------------- */


/*  11. COMMENTS  ------------------------------------------------------------*/

.comment-topborder
        {
        width: 680px;
        margin: 40px 0 20px 0;
        }

#respond,
#comments,
ol.commentlist,
li.comment,
ul.children li.comment {
        margin: 0;
        padding: 0;
        }

#comments {
        margin-top: 20px;
        }

h3#comments-number {
        margin: 40px 0 0 0;
        }

ol.commentlist {
        width: 680px;
        }

li.comment,
ul.children li.comment {
        list-style-type: none;
        }

li.comment {
        width: 100%;
        display: inline-block;
        }

li.comment p {
        margin-bottom: 15px;
        }

#comments ul.children {
        margin:  0 0 0 60px;
        }

#comments .depth-5 ul.children {
        margin:  0;
        }

.single-comment {
        position: relative;
        overflow: hidden;
        margin-top: 20px;
        }

.comment .avatar {
        float: left;
        margin: 20px;
        clear: both;
        }

.comment-body {
        float: left;
        }

.depth-1 .comment-body {
        width: 510px;
        }

.depth-2 .comment-body {
        width: 450px;
        }

.depth-3 .comment-body {
        width: 390px;
        }

.depth-4 .comment-body {
        width: 330px;
        }

.depth-5 .comment-body {
        width: 270px;
        }

.commentmetadata {
        float: left;
        margin-top: 20px;
        }

cite.fn {
        font-size: 16px;
        }

.comment-date,
.comment-date a {
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
        }

.comment-text{
        clear: both;
        }

li.comment span.reply  {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: block;
        font-weight: normal;
        line-height: 14px;
        padding: 8px 10px 9px 10px;
        text-decoration: none;
        }

.comment-counter {
        font-family: Ruda, "Helvetica neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: bold;
        color: #aaa;
        position: absolute;
        top: 20px;
        right: 20px;
        }

.depth-2 .comment-counter {
      display: none;
        }

.depth-1 .comment-arrow {
      display: none;
        }

.depth-2 .comment-arrow {
        display: inline;
        font-family: Ruda, "Helvetica neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        top: 20px;
        right: 20px;
        }

.moderation {
        font-size: 11px;
        font-style: italic;
        }

.bypostauthor {}

/* comment pagination */
.page-numbers
        {
        display:block;
        float:left;
        margin: 20px 2px 20px 0;
        padding:3px 9px 2px 9px;
        text-decoration:none;
        width:auto;
        }

/*  END COMMENTS  ----------------------------------------------------------- */


/*  12. FORMS --------------------------------------------------------------- */

textarea, input {
        border: none;
        padding: 5px;
        margin-right: 10px;
        overflow: auto;
        }

form p {padding: 0 0 20px 0;}

/* buttons */

.button,
.button1 {
        display: inline-block;
        font-weight: normal;
        height: 31px;
        padding: 0 10px;
        overflow:visible;
        text-decoration: none;
        cursor:pointer;
        margin-top: 10px;
        -webkit-appearance: none;
        }

button,
.button1 span {
        display: block;
        line-height: 14px;
        padding: 8px 0 9px 10px;
        }

.button2,
.submitbutton {
        color: #fff !important;
        height: auto;
        padding: 6px 10px;
	border: none;
        border-radius: 0;
        box-shadow: none;
        text-shadow: none;
        background: transparent;
        font-weight: normal;
        cursor: pointer;
        }



/* comment-form */
#respond p {
        margin-top: 0;
        }


#commentform {
        display: block;
        margin: 0;
        }

#commentform label {
        position: relative;
        top: 0px;
        }

#commentform ul {
        margin: 0;
        }

#commentform li {
        padding: 0;
        margin-bottom: 20px;
        clear: both;
        border: 0;
        }

#commentform ul,
#commentform li,
#commentform ul li,
.contactform ul li {
        list-style-type: none;
        list-style-image: none;
        }

#commentform input,
#commentform textarea {
        float: left;
        }

input#author,
input#email,
input#url {
        width: 220px;
        height: 20px;
        }

#commentform textarea {
        width: 380px;
        }

form p {
    padding: 0 0 10px;
}

.comment-form-comment {
    float: left;
    width: 100%;
}

.comment-form-url,
.form-allowed-tags {
    display: none;
}

#respond .submit {
    margin-bottom: 20px;
}



/* contact-form */
#contactform {
        display: block;
        margin: 0;
        }

#contactform label {
        position: relative;
        top: 0px;
        }

#contactform ul {
        margin: 0;
        margin-top: 20px;
        }

#contactform li {
        padding: 0;
        margin-bottom: 20px;
        clear: both;
        }

#contactform ul,
#contactform li,
#contactform ul li,
.contactform ul li {
        list-style-type: none;
        list-style-image: none;
        }

#contactform input,
#contactform textarea {
        float: left;
        }

input#contactName,
input#email {
        width: 220px;
        height: 20px;
        }

#contactform textarea {
        width: 380px;
        }

.error   {
        display: inline;
        }

a#cancel-comment-reply-link {
        display: inline-block;
        margin-top: 10px;
        }

/* search form */
#searchform {
        margin: 20px 0 0 0;
        padding: 5px 0 0;
        }

#searchinput {
        float: left;
        margin: 0 8px 0 0;
        outline: medium none;
        padding: 6px 8px;
        width: 155px;
        border: none;
        height: 17px;
        }

#search-button {
        float: right;
        cursor: pointer;
        height: 29px;
        width: 40px;
        margin: 0;
        vertical-align: middle;
        border: none;
        }

#content #search-button {
        float: none;
        }

#content #searchinput {
        display: block;
        }

/* CUSTOM */

.album-center #sidebar ul {
	margin: 0;
	padding: 0;
}

#same-category-posts-3 h3.widgettitle {
	margin-top: 50px;
	font-size: 16px;
	color: #57c4ff;
}

li.same-category-post-item {
	border-bottom-style: none;
}

#same-category-posts-3 ul li.same-category-post-item p.post-date {
	font-weight: normal;
	font-style: normal;
}

#content div.album-right {
	color: #616060;
}

#content div.album-left {
	color: #616060;
}

#content div.album-left h6.infotitle {
	color: #616060;
}

#same-category-posts-3 ul li.same-category-post-item a.post-title {
	font-family: stella-black;
	color: white;
	font-weight: normal;
	font-style: normal;
}

#same-category-posts-3 ul li.same-category-post-item p {
	margin-top: 5px;
}

#same-category-posts-3 ul li.same-category-post-item p.post-date {
	color: gray;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.tour-date-w {
	font-family: stella-black;
	width: 40px;
}

div.venue {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

div.city {
	margin: 6px 0 0;
	padding: 0;
	line-height: 14px;
}



// Menu

.current-menu-item a:link {
	background-color: white !important;
	color: white !important;
}

.current-menu-item a:hover {
	background-color: white !important;
	color: white !important;
}

.current_page_item a:link {
	background-color: white !important;
	color: #57c4ff !important;
}

.current_page_item a:hover {
	background-color: white !important;
	color: #57c4ff !important;
}
