/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

body, h1, h2, h3, h4, h5, h6 .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .nectar-button, .bold, strong, b {
    font-family: 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}

#page-header-bg h1   {
    font-size: 100px;
    line-height: 100px;

}

.meta-author, .meta-date, .meta-category, .meta-comment-count {
	display:none !Important;
}

.nectar-button span {
    font-size: 20px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

header#top nav ul li a {
    font-size: 14px;
    line-height: 14px;
}

header#top .sf-menu li ul li a {
    font-size: 14px;
    line-height: 14px;
}

.col.span_3.one-fourths h3 {
    line-height: 20px;
}

@media only screen and (max-width: 690px) {

    #header-secondary-outer nav > ul > li > a {
        padding: 0px 1px !Important;
    }

    body #header-secondary-outer ul#social {
        padding: 0px 0px;
    }
}



