/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

ul li h3{

line-height: 1.0;
margin-top: 11.5px;

}

.top-bar{

line-height: 0;

}

.top-bar div p{

display: none;

}

#footer section.section div.container{

width: 100%;

}

.footer-columns-4 .col-sm-3:last-child{

text-align: center;


}

.form-control, select, 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, .select-wrap {
    border-radius: 5px !important;
}


textarea {
    height: 100px;
	width: 100%;
    border-radius: 5px !important;
}

form.wpcf7-form label{

text-align: left;

}

.select-wrap select {
    padding-right: 0px;
    padding-left: 0px;
	text-align: left !important;
}
