/* 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 */

body {
  	background-repeat: repeat-x !important;
	background-color: #ccb87d !important;
}

#header-section #header {
	padding: 5px 0;
}

.testimonial-text {
	font-family: times, serif !important;
	font-size: 1.2em !important;
	font-style: italic !important;
}

#header-section > #main-nav {
	background-color: #d0c600;
}

#header-section:before, #mini-header {
	background-color: #5e0000 !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d2323), to(#5e0000)) !important;
	background: -webkit-linear-gradient(top, #7d2323, #5e0000) !important;
}

nav.header-menu .menu > li a  {
	color: #f3e6c7 !important;
}

nav.header-menu .menu > li a:hover {
	color: #fff !important;
}

#header-section .header-menu .menu li {
	border-left-color: #b08c76 !important;
}

/**************************************************** HOME */

.home-shop-box .spb_content_element {
	padding-left: 0px; 
	margin-left: 0px !important;
}

.home-shop-box ul.recent-posts li.recent-post {
	padding-top: 0px !important; 
	margin-top: 0px !important;
}
/**************************************************** SHOP */

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	border-top: 3px double #e0d000;
}

/**************************************************** PAGE */

.page #centercontent ul
{
	margin-left: 20px !important;
	padding-left: 0 !important;
	list-style: none !important;
}

.page #centercontent ul li 
{
	padding-left: 10px !important;
	background-repeat: no-repeat !important;
	background-position: 0 .5em !important;
	list-style-type: disc;
	margin-bottom: 5px;
}

#main-container .container #page-wrap > .inner-page-wrap article.product,
#main-container .container #page-wrap > .inner-page-wrap .page {
	margin-left: 0px !important;
}


/**************************************************** FOOTER */

#copyright a {
	color: #e0b233 !important;
}


/**************************************************** LINK OVERLAYS */

figure:hover > a > .overlay {
    opacity: 0.5;
}

i.fa-chain::before, i.fa-link::before, i.fa-file-o::before {
    content: "";
}