/*
Theme Name: Food Bank
Theme URI: http://www.foodbankcc.com/
Author: RKD Group
Author URI: http://rkdgroup.com/
Description: The foodbank theme for WordPress takes us for display story submited by user from website.Display single story details.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images
Text Domain: foodbank

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#content-page .content_area {
	position: static;
}
.donate_now_form {
    margin-top: 10px;
    margin-right: 15px !important;
}
#wpsl-wrap {
	position: static;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
	list-style: none !important;
	position: static;
}

.donate_now_form .wpb_wrapper p {
    margin: 10px 0;
    font-family: inherit;
    font-size: inherit;
}
@media (max-width:767px){
	.ginput_recaptcha {
		transform: scale(0.75);
		margin-left: -21px;
	}
    .donate_now_sidebar {
        display: none;
    }
    input[type=submit]{
    	z-index:99999;
    }
}