/*
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");

header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form>div input[type=submit] {
    color: #2270d1 !important;
}

 header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form>div input[type=text]{
	 background-color:#fff !important;
	  border: 1px solid #ccc;
    margin-left: 10px;
    padding: 5px;
    width: 225px;
	 color: #424242;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #424242 !important;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #424242 !important;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #424242 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #424242 !important;
}