/*
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");

h3 {
    color: #999;
}

.page-id-12 h2 {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#search-btn {
    display: none;
}

body {
    background-color: #f6f6f6;
}
p {
    padding-bottom: 16px;
}
#tribe-events {
    margin-top: 40px;
}
.tribe-events-notices {
    margin: 15px 0 18px;
}
.sf-menu, .sf-menu * {
    padding: 2px;
}
.home-wrap {
    display: none;
}