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

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
    margin-bottom: 1em;
    background: #e3b747 !important;
    border: 0;
    color: #000 !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in span {
    color: #000 !important;
	font-family: "Cardo", sans-serif;
	    font-size: 16px;
}

.full_width {
    position: relative;
}
body {margin-top:92px;}
header {
	position: fixed;
	top:0;
	left:0;
	width:100%
}

@media only screen and (max-width: 420px) {
	body {margin-top:0px;}
	.footer_top .column_inner #text-2 img {
    max-width: 100px;
    margin: -40px auto -20px;
    float: none;
    display: block;
}
	.footer_top .column_inner {
    text-align: center;
}
	div#CDSWIDSSP {
    margin: 0 auto;
}
}