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

.box-inner {
	background: none!important;
}

.navbar-scrolled {
	background-color: black!important;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
	background-color: black!important;
	color: rgba(255, 255, 255,1)!important;
}


footer .subfooter {
	background-color: #a2a3a3!important;
	color: black!important;
}

footer .subfooter .col-sm-6 {
	width: 100%!important;
	text-align: center!important;
}


footer .subfooter p {
	margin-bottom:0!important
}

.portfolio .figure-overlay {
	background-color: rgba(255,0,0, 0.8)!important;
}

.wpcf7 input[type="submit"]:hover, input[type="submit"] {
	background-color: #ff0000!important;
}

.wpcf7 .form-icon-group i {
	color: #ff0000!important
}