/*
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
*/

.container-wrap,
.project-title {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ec812b;
}

p {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.main-content ul,
.main-content ol {
    margin-bottom: 10px;
}

input[type=submit],
button[type=submit] {
    background-color: #333333;
    padding: 15px 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
}
