/* Enter Your Custom CSS Here */
#text-3.sidebar-item.clearfix.widget_text .widget-content {
    background: #f47555;
}
#text-3.sidebar-item.clearfix.widget_text .widget-content {
	color: #fff;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content label {
	display: none;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-submit input{
	width: 100%;
 	font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #f47555;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  	box-sizing: border-box;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-indent: 10px;
    border: none;
    border-radius: 0;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-email.ctct-form-field-required input{
	box-sizing: border-box;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-indent: 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  	color: #fff;
    background: #d56144;
}

.rc-anchor-normal-footer {
    display: none !important;
}
.rc-anchor-light.rc-anchor-normal {
    border: none !important;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content .g-recaptcha {
    overflow: hidden;
    background: #f47555;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content .g-recaptcha div iframe .rc-anchor-light.rc-anchor-normal {
    background: #f47555;
    color: #fff;
}

#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-email.ctct-form-field-required input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-email.ctct-form-field-required input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-email.ctct-form-field-required input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#text-3.sidebar-item.clearfix.widget_text .widget-content .ctct-form-field.ctct-form-field-email.ctct-form-field-required input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}