/*
Theme Name: Finch Child
Theme URI: 
Description: Child theme for the Finch WP Theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: finch
Version: 1.0.0
*/

@import url('../finch/style.css');

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF!important;
    padding: 41px 0 41px 36px;
    letter-spacing: 1.2px;
    position: relative;
}

.centered .navbar-collapse {
    background: rgba(0, 0, 0, 0.62)!important;
}

.navbar-header {
    float: none !important;
    background: rgb(36, 36, 37)!important;
}

.navbar-nav > li > a {
    font-size: 15px!important;
    font-weight: 300!important;
    text-transform: uppercase;
    color: #FFFFFF!important;
    padding: 41px 0 41px 36px;
    letter-spacing: 1.2px;
    position: relative;
}

.navbar {
    margin: 30px 0px 0px 0px!important;
    border-radius: 0;
    border: none;
    position: fixed;
    z-index: 8000;
    min-height: inherit;
    width: 100%;
}

.lead.main {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 70px;
    font-weight: 100!important;
}

.intro {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300!important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #5c5c5c;
    border: 2px solid rgba(0,0,0,0.11);
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

footer textarea, footer input[type="text"], footer input[type="password"], footer input[type="datetime"], footer input[type="datetime-local"], footer input[type="date"], footer input[type="month"], footer input[type="time"], footer input[type="week"], footer input[type="number"], footer input[type="email"], footer input[type="url"], footer input[type="search"], footer input[type="tel"], footer input[type="color"], footer .uneditable-input {
    border: 2px solid rgba(255,255,255,0.11);
    color: #000!important;
}

.section-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #EDDE3A!important;
}

input.wpcf7-form-control.wpcf7-text {
    color: #000!important;
}
div.wpcf7 textarea {
    height: 110px;
color: #000!important;
}