/* LICENSE & DETAILS
   ==================================================

	Theme Name: Neighborhood Child Theme
	Theme URI: http://neighborhood.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: neighborhood
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	NEIGHBORHOOD CSS IMPORT
-------------------------------------------- */

@import url("../neighborhood/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
#header-section.header-1 #header {
    display: none;
}
#footer .woocommerce.widget .buttons > a {
    color: #2e2e36;
}
.woocommerce.widget .quantity {
	color: #ffffff;
}
#breadcrumbs {
	background: #f7f7f7;
	border-radius: 0px;
    box-shadow: none;
	color: #999999;
    font-size: 11px;
    margin: 0;
    padding: 8px 10px 6px;
    white-space: nowrap;
}
.widget a {
    text-decoration: underline;
}
a, .ui-widget-content a {
    color: #07c1b6;
}
.widget a:hover {
    color: #005580;
}
#footer a {
    text-decoration: underline;
    color: #07c1b6;
}
#footer a:hover {
    color: #005580;
}