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

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
  background-color: rgba(255,255,255,0) !important;
  border-color: rgba(255,255,255,1) !important;
	
}
.projects_masonry_holder .text_holder {
  background-color: rgba(255,255, 255, 0.9) !important;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz ,.wpcf7-form-control.has-spinner.wpcf7-submit {
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ffffff;
  font-family: Source Serif Pro;
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -21px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  border: 1px solid #fff !important;
  padding: 0 30px;
    padding-right: 30px;
    padding-left: 30px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  text-align: center;
  width: 100px;
  margin-top: 15px;
  font-size: 13px !important;
  color: #fff !important;

}