/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.1
*/
.site-footer-widget-area > .row {
    border-bottom: none !important;
}
#site-footer .copyright_text a {
	border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
section#newsletter_form_footer{
	width: 100% !important;
}
	#site-footer .copyright_text {
		margin-bottom: 0px !important;
	}
	#site-footer .copyright_text a {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 48em) {
    .site-footer-widget-area {
        display: block;
        margin-bottom: 0px !important;
    }
}