/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@media only screen and (min-width: 1px) and (max-width: 1000px) {
    body.single-post #page-header-bg[data-post-hs=default][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
        width: 60% !important;
        top: 0% !important;
        left: 25% !important;
        margin-top: -3% !important;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body.single-post #page-header-bg[data-post-hs=default][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
        width: 60% !important;
        top: 50% !important;
        left: 25% !important;
    }
}

.crp_related.crp-rounded-thumbs {
    margin: 10px auto;
    width: 50%;
}

.crp_related.crp-rounded-thumbs h2 {
    margin: 10px auto;
    width: 50%;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
    #page-header-bg[data-bg-pos=center] .page-header-bg-image {
        display: block !important;
    }
}

@media screen and (max-width: 1000px) {
    #page-header-bg[data-bg-pos=center] .page-header-bg-image {
        display: block !important;
    }
}

/* works with a tag added to posts to hide post header on certain posts */
.boardmc-no-post-header #page-header-wrap {
    display: none;
}
.boardmc-no-site-header #header-space,
.boardmc-no-site-header #header-outer {
    display: none;
}

/* small fix for making certain buttons black text instead of teal, adjusted to not affect community pages */
.content-inner a.nectar-button.medium.regular.has-icon.regular-button {
    color: black !important;
}