/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

*{
	font-family: 'Open Sans', sans-serif;
}

.ninja_campo input[type="text"], 
.ninja_campo input[type="email"],
.ninja_campo select,
.ninja_campo textarea{
    padding: 10px;
    border: 0px;
}

.ninja_campo input[type="text"], 
.ninja_campo input[type="email"],
.ninja_campo select,
.ninja_campo ::placeholder{
    color: #00316a;
}

.ninja_campo input[type="button"]{
	padding: 8px 30px;
    border: 0px;
    color: white;
    background: #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.ninja_campo input[type="button"]:hover{
    background: #034da2;
}
.carousel-inner h2.with_background_color span{
    padding: 20px 9px !important;
}