/* fonts */
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_bld-webfont.eot');
    src: url('../fonts/brandon_bld-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld-webfont.woff') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff'),
         url('../fonts/brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/brandon_bld-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_light-webfont.eot');
    src: url('../fonts/brandon_light-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_light-webfont.woff') format('woff2'),
         url('../fonts/brandon_light-webfont.woff') format('woff'),
         url('../fonts/brandon_light-webfont.ttf') format('truetype'),
         url('../fonts/brandon_light-webfont.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_reg-webfont.eot');
    src: url('../fonts/brandon_reg-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_reg-webfont.woff') format('woff2'),
         url('../fonts/brandon_reg-webfont.woff') format('woff'),
         url('../fonts/brandon_reg-webfont.ttf') format('truetype'),
         url('../fonts/brandon_reg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('../fonts/brandon_thin-webfont.eot');
    src: url('../fonts/brandon_thin-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/brandon_thin-webfont.woff') format('woff2'),
         url('../fonts/brandon_thin-webfont.woff') format('woff'),
         url('../fonts/brandon_thin-webfont.ttf') format('truetype'),
         url('../fonts/brandon_thin-webfont.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

/* general */
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color:  #fff;
    font-family: 'brandon_grotesque';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #444;
}

.page-content a,
.entry-content a,
.comment-content a {
    text-decoration: none;
    color: #ad9961;
    font-weight: 600;
}

h1,
h2,
.page-content h2,
.entry-content h2,
h3,
.page-content h3,
.entry-content h3,
.comment-content h3,
h4,
.page-content h4,
.entry-content h4,
h5,
.page-content h5,
.entry-content h5,
h6,
.page-content h6,
.entry-content h6 {
    font-family: 'brandon_grotesque';
    color: #ad9961;
    text-transform: inherit;
}

.wpb_text_column .big,
.wpb_text_column.big {
    font-size: 26px;
    line-height: 28px;
    font-weight: 200;
    color: #ad9961;
}
.wpb_text_column .middle,
.wpb_text_column.middle {
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    color: #ad9961;
}
.wpb_text_column .middle p,
.wpb_text_column.middle p {
	margin-bottom: 0;
}

.wpb_text_column.middle.gris {
    color: #999;
}
.wpb_text_column.middle h2,
.wpb_text_column.middle h3,
.wpb_text_column.middle h4 {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}

.wpb_column {
    margin-bottom: 30px;
}
.wpb_content_element-no-margin .wpb_content_element {
    margin-bottom: 10px;
}

.page-title {
    color: #ad9961;
}

/* header */
.site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.site-header,
.home .site-header {
    background: #fff;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 0.5em;
    padding-top: 1em;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
}
.header-logo {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    order: 1;
}
.header-logo a {
    display: block;
    padding-top: 5px;
}
.site-navigation,
.home .site-navigation {
    position: relative;
}
.site-navigation,
.home .site-navigation{
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    order: 3;
    width: 100%;
}
.social-logos,
.home .social-logos{
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    order: 2;
}

/* menu */
.site-navigation li a {
    color: #ad9961;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .5em;
}

.fa,
.return-album,
.header-logo a,
.site-navigation li a {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.return-album:hover,
.header-logo a:hover,
.site-navigation .menu > .current-menu-item > a,
.site-navigation .menu > .current-menu-parent > a,
.site-navigation .menu > .current-menu-ancester > a,
.site-navigation li a:hover,
.site-navigation-toggle:hover,
.site-navigation-toggle:focus {
    color: #ad9961;
    opacity: 0.65;
    filter: alpha(opacity=65);
    text-decoration: none;
}
.site-navigation-toggle {
    color: #ad9961;
}
.site-navigation .sub-menu a {
    text-transform: uppercase;
}

/* home */
.home .site {
    padding: 0;
}
.home .site-content {
    max-width: 100%;
}
.home .entry-content,
.home .entry-sidebar {
    margin-bottom: 0;
}
.home.has-cuebar .site-footer {
    display: none;
}

/* pages */
.page-header .entry-title {
    color: #444;
    border-bottom-color: #444;
    display: none;
}

.disc-title h2 {
    font-size: 22px;
    font-weight: 700;
}
.disc-title strong {
    font-size: 60%;
    padding-left: 5px;
}

.video-gallery .wpb_video_widget {
	margin-bottom: 15px;
}
.video-gallery h3 {
	font-size: 16px;
    letter-spacing: 0;
}

.conciertos-title h1 {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 5px;
	border: 1px solid #ad9961;
}
.concierto {
	font-size: 22px;
	line-height: 24px;
	font-weight: 200;
	color: #ad9961;
    margin-bottom: 50px;
}
.concierto p {
    margin-bottom: 0;
}
.concierto a {
	font-size: 18px;
	font-weight: 200;
}
.concierto hr,
.audiotheme_track hr {
    margin: 5px 0;
    width: 10%;
    background: #ad9961;
    height: 1px;
    border: 0;
}
.audiotheme_track hr {
    margin-bottom: 1.625em;
}
.concierto h2 {
	line-height: 22px;
	font-weight: 700;
	color: #888;
	margin: 0;
}
.concierto strong {
	font-weight: 700;
}
.concierto em {
    font-weight: 700;
    color: #aaa;
    font-style: normal;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ad9961;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ad9961;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ad9961;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ad9961;
}

/* social logos sprite */
.social-logos {
    margin-top: 20px;
}
.fa {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/social-logos.png);
  background-repeat: no-repeat;
  margin-left: 2px;
}
.fa.amazon {
    background-position: 0px 0px;
}
.fa.apple {
    background-position: -24px 0px;
}
.fa.spotify {
    background-position: -50px 0px;
}
.fa.dreeze {
    background-position: -78px 0px;
}
.fa.youtube {
    background-position: -106px 0px;
}
.fa.instagram {
    background-position: -134px 0px;
}
.fa.facebook {
    background-position: -165px 0px;
}
.fa.twitter {
    background-position: -194px 0px;
    width: 32px;
}
.fa:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* tracks */
.tracklist .track:before,
.tracklist a,
.track-meta,
.tracklist {
    color: #ad9961;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 17px;
    font-size: 15px;
}
.tracklist .track {
    padding: .3em;
    border-bottom: 1px solid #ad9961;
    margin-bottom: .2em;
    font-weight: 700;
    color: #ad9961;
}
.tracklist .track-meta {
	display: block;
}

.single-audiotheme_track h1.entry-title,
.single-audiotheme_record h1.entry-title {
	display: inline-block;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.single-audiotheme_track .entry-header span,
    .single-audiotheme_record .entry-header span {
        font-size: 13.2px;
        font-weight: 700;
        padding-left: 10px;
    }
.single-audiotheme_track .entry-header span,
.single-audiotheme_record .entry-header span {
    display: inline-block;
    color: #ad9961;
}

.tracklist-area {
    color: #ad9961;
}
.tracklist {
    margin-top: 30px;
}
.tracklist,
.single-record .record-artwork  {
    margin-top: 10px;
    margin-bottom: 10px;
}
.record-artwork {
    border: 1px solid #ad9961;
}
.postid-198 .single-record .record-artwork {
    border: none;
}

.tracklist .is-playable::before,
.no-touch .tracklist .is-playable.is-current:before {
    font-family: "themicons";
}

.audiotheme_track ul li {
    list-style: none;
    color: #ad9961;
}

.return-album {
    display: block;
    width: 130px;
    color: #ad9961;
    text-decoration: none;
}

.entry-header { margin-bottom: 0; }
.entry-title { font-weight: 700; }

/* cookies */
#cookie-notice {
    font-family: 'brandon_grotesque';
    font-size: 14px;
}
#cookie-notice .button.wp-default {
    border: 1px solid #ad9961;
    background: #fff;
    color: #ad9961;
    border-radius: 0;
    text-shadow: none;
    font-family: 'brandon_grotesque';
    font-size: 10px;
    margin-bottom: 0;
}
#cookie-notice .button.wp-default:hover {

}

/* responsive */
@media (min-width: 768px) {
    /* general */
    .wpb_column {
        margin-bottom: 0;
    }

    .wpb_text_column .big,
    .wpb_text_column.big {
        font-size: 35px;
        line-height: 33px;
    }
    .wpb_text_column .middle,
    .wpb_text_column.middle {
        font-size: 24px;
        line-height: 26px;
    }

    /* header */
    .site-header,
    .home .site-header {
        padding-left: 20px;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 0;
    }
    .site-branding,
    .site-navigation .menu {
        margin-top: 20px;
        text-align: left;
        max-width: 100%;
        padding-left: 15%;
    }

    .site-header,
    .home .site-header {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
    }
    .header-logo {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 6 15%;
        -ms-flex: 1 6 15%;
        flex: 1 6 15%;
        order: 1;
    }
    /* menu */
    .site-navigation,
    .home .site-navigation {
        position: relative;
    }
    .site-navigation,
    .home .site-navigation{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 3 1 85%;
        -ms-flex: 3 1 85%;
        flex: 3 1 85%;
        order: 2;
    }
    .site-navigation .sub-menu {
        background: transparent;
        box-shadow: none;
        left: 10px;
        padding-top: .5em;
    }
    .site-navigation .sub-menu:after {
        border: 0;
    }
    .site-navigation .sub-menu > li {
        border: 0;
    }
    .site-navigation .sub-menu > li > a {
        color: #aaa;
        background: none;
        line-height: 1.42857143;
        padding: 0;
        padding-left: 20px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }
    .site-navigation .sub-menu > li.current-menu-item > a,
    .site-navigation .sub-menu > li > a:hover {
        color: #ad9961;
        background: none;
    }
    .site-navigation .sub-menu li a:before {
        content: " ";
        width: 8px;
        height: 8px;
        background: #aaa;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .site-navigation .sub-menu li.current-menu-item a:before,
    .site-navigation .sub-menu li a:hover:before {
        background: #ad9961;
    }

    .social-logos,
    .home .social-logos {
        position: absolute;
        top: 21px;
        right: 60px;
    }

    /*.site-navigation .menu > .current-menu-item > a,
    .site-navigation .menu > .current-menu-parent > a,
    .site-navigation .menu > .current-menu-ancester > a {
        color: #fff;
        background: #ad9961;
        border-top-left-radius: 6em;
        border-top-right-radius: 6em;
    }*/

    /* pages */
    .site-content {
        padding-top: 60px;
    }
    .home .site-content {
        padding-top: 0;
    }

    .margin-top-bio {
        margin-top: 30px;
    }
    .img-fix-top {
        position: fixed;
        top: 150px;
        left: 0;
        width: 33%;
    }
    .img-fix-bt {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 33%;
    }
    .img-fix-bt-2 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
    }

    .disc-title h2 {
        font-size: 30px;
    }

    .text-margin-right {
        padding-right: 150px;
    }

    /* tracks */
    .single-audiotheme_track .content-area,
    .single-audiotheme_record .content-area {
        max-width: 1100px;
        width: 100%;
    }
    .single-audiotheme_track.layout-sidebar-content .has-entry-sidebar .entry-sidebar,
    .single-audiotheme_record.layout-sidebar-content .has-entry-sidebar .entry-sidebar {
        width: 50%;
        margin-left: 0;
        padding-right: 15px;
        margin-bottom: 0;
    }
    .single-audiotheme_track .tracklist-area,
    .single-audiotheme_track .entry-content,
    .single-audiotheme_record .tracklist-area {
        width: 50%;
        padding-left: 30px;
    }

    .single-audiotheme_track h1.entry-title,
    .single-audiotheme_record h1.entry-title {
        font-size: 32px;
        font-weight: 700;
    }
    .single-audiotheme_track .entry-header span,
    .single-audiotheme_record .entry-header span {
        font-size: 18px;
    }

    .concierto {
        font-size: 28px;
        line-height: 32px;
    }
    .concierto h2 {
        line-height: 28px;
        font-weight: 700;
    }
}
@media (min-width: 768px) and (max-width: 1150px) {
    .site-navigation .menu {
        padding-left: 4%;
    }
}
@media (min-width: 768px) and (max-width: 996px) {
    .social-logos,
    .home .social-logos {
        top: -10px;
    }
}