/*!
Theme Name: Backtorock
Theme URI: http://demo.farost.net/backtorock
Author: Farost
Author URI: http://farost.net
Description: WordPress Music Theme
Version: 1.0.1
License: themeforest
License URI: https://themeforest.net/licenses/
Text Domain: backtorock
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*.site-info{
    display:none;
}*/

.content-has-sidebar.pull-right{
    width:100% !important;
}

@font-face {
    font-family: 'Veneer Three';
    src: url(https://jerusalem.se/wp-content/themes/backtorock/assets/fonts/VeneerThree.otf);
    font-weight: normal;
    color: red;
}

/*set custom font*/
.cms-heading-layout1 h2{
    font-family: 'Veneer Three' !important;
    font-size: 60px;
    font-weight: normal;
}
.ptitle{
    font-family: 'Veneer Three' !important;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 45px !important;
}
#pagetitle.wrap-customtitle{
    margin-top: 30px;
}

/*here you can set custom color, this should be same as primary color in theme options*/
.cms-heading-layout1 h2 i{
    font-style: normal;
}

/*minor fix*/
.hentry {
    padding-bottom: 0px !important;
}
/* remove max width if no sidebar*/
.content-no-sidebar {
    max-width: none;
}

/*makes store page have black background*/
body.woocommerce-page {
    background-image: none !important;
    background-color:#000000;
}

/*set fading frame on all pages*/
html{
    box-shadow: 0 0 100px 100px #070a0a inset;
    min-height: 100%;
}

/*makes banner black on non-blog posts*/
.customtitle-full{
    background:none !important;
}

/*home page background image is always at top 0 (overrides themes js function)*/
.vc_parallax .vc_parallax-inner {
    top: 0 !important;
}

/*mobile optimization*/
@media (max-width: 509px){
    #pagetitle.wrap-customtitle{
        margin-top: 80px;
    }
    body:not(.page) .customtitle {
        -webkit-transform: none;
        transform: none;
    }
    .cms-event-layout1 tr > .col-md-2:not(:first-child) {
        display: none;
    }
}
@media (max-width: 991px){
    .headroom--not-top {
        background: none;
    }
    .ptitle{
        line-height: normal;
    }
}
@media screen and (max-width: 767px){
    .album-player {
        display: none;
    }
    .album-image {
        min-height: 200px;
    }
}