/*
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");

/* IMAGE */

@media only screen and (max-width: 600px) {
div.wp-caption img {
	width:100% !important;	
}
div.wp-caption {
	width:100% !important;	
}
.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
}
}

h2 {
padding-top:20px;		
}

.wp-caption-text {
	padding-bottom: 25px;
}


/* COMMENT FORMS */

#respond textarea {
	font-family: 'Open Sans', sans-serif;
	background-color:#EEEEEE;	
	font-size: 15px;
	color: #282828;
}

#respond input[type=text] {
	font-family: 'Open Sans', sans-serif;
	background-color:#EEEEEE;	
	font-size: 15px;	
	color: #282828;
}


/* GRAVITY FORMS */

body .gform_wrapper input[type=text] {
	background-color: #EEEEEE;
	color: #333333;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

body .gform_wrapper textarea  {
	background-color: #EEEEEE;
	color: #333333;	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
}

/* SUBMIT BUTTON GRAVITY FORMS */

body .gform_wrapper .gform_footer input[type=submit] { 
 	color: #ffffff;
 	background: rgb(30, 115, 190);
 	font-size: 16px;
 	font-family: Open Sans;
 	line-height: 19px;
 	letter-spacing: 1px;
 	font-weight: 600;
 	text-transform: uppercase;
 	float: left; 
 	height: 60px; 
 	min-width: 180px; 
	border:solid 2px #1e73be;
 	border-radius: 3px;
	cursor:pointer;

}

body .gform_wrapper .gform_footer input:hover[type=submit] {
	color: rgb(30, 115, 190);
	background: #ffffff;
	border-color: rgb(30, 115, 190);
}

/* MAILCHIMP FORMS */

.yikes-mailchimp-container .yikes-easy-mc-form button  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	max-width:234px;
	text-transform:uppercase;
	position: relative;
	text-align:center!important;
    height: 39px;
    line-height: 39px;
    padding: 0 23px;
    border: 2px solid #303030;
    font-size: 13px;
    text-align: left;
    color: #303030;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.yikes-mailchimp-container button.yikes-easy-mc-submit-button:hover[type=submit] {
	color: #ffffff!important;
	background: rgb(30, 115, 190);
	border-color: rgb(30, 115, 190);	
}

.footer_top .yikes-mailchimp-container button:hover[type=submit] span {
	color: #ffffff!important;
}


