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



/* NEW mailpoet signup button other css bits in mailpoet forms*/
.widget input.mailpoet_submit {
	background: #ffffff;
	font-family: 'Arial', sans-serif;
	width: auto;	
	line-height: 36px;
	margin: 25px 0px 25px 0px;
	padding: 0px 23px;
	font-size: 13px;
	font-weight: 700;
	color: #000000; 	
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	border-color: #CD380E;
	text-decoration: none;
	text-transform:uppercase;			
}
.widget input.mailpoet_submit:focus, .widget input.mailpoet_submit:hover {
	background: #D2D2D2;
	font-family: 'Arial', sans-serif;
	width: auto;	
	line-height: 36px;
	margin: 25px 0px 25px 0px;
	padding: 0px 23px;
	font-size: 13px;
	font-weight: 700;
	color: #CD380E; 	
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	border-color: #CD380E;
	text-decoration: none;
	text-transform:uppercase;			
}

