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

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

.nav-bar {
    height: 55px;
    max-height: 55px;
    line-height: 53px;
    background-color: #7A6448;
}

.nav-bar a {
    color:#000;
}


.nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 0px solid #de5353;
    overflow: hidden;
    display: none;
}
.nav-container{
    min-height: 0px;
}


nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {opacity: .5;}nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {}

.col-sm-7 {
    width: 40%;
}

.image-square.left .content {
    right: 0;
    padding: 50px;

}

.feature.boxed {
    padding: 32px;
    background: #dddabe;
}

.wpb_text_column table tr:nth-child(2n) {
    background: #f9f4e3;
    border: hidden;
}

table {
    text-align: left;
    width: 100%;
    border: hidden;
}

.wpb_text_column table td {
    padding: -5px;
    border: hidden;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
    border:1px solid #dddddd;
    padding:5px;
    height:40px;
}
.wpcf7-textarea {
    border:1px solid #dddddd;
}
div.wpcf7 textarea {
    height: 220px;
}
.wpb_text_column table td {
    padding-top:0px;
    padding-bottom:0px;
    padding-right:20px;
    padding-left:0px;
}

label {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline;
    cursor: default;
}
.nav-bar .module {
    padding: 0 4px;
}
nav.transparent .nav-open .logo-dark {
  background-color:#7a6448;
}
