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

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


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */


h6 {
	text-transform: none;
	font-weight: normal;

}

h7 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;

}

h7-roman {
	font-size: 12px;
	margin-bottom: 10px;

}

h8 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	color: #737373

}

h8-roman {
	font-size: 12px;
	color: #737373

}

uppercase {
    text-transform: uppercase;
}

lowercase {
    text-transform: none;
}

.woocommerce .wc-new-badge, .woocommerce .free-badge {
display: none;
}

/* REMOVE ITALICS FROM BLOCKQUOTE */

}
blockquote, blockquote p {
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
}
blockquote.blockquote1, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {
	font-size: 12px;
	line-height: 18px;
}
blockquote.blockquote2, blockquote.blockquote1 p {
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
}
blockquote.pullquote {
	border-left: 1px dotted transparent;
	padding: 0 0 0 20px;
}
.decorative-ampersand {
	font-family: 'Vidaloka', serif;
	font-size: 24px;
}

/* REDUCE MARGIN ABOVE BUTTONS */

a.sf-button {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	padding: 6px 12px;
	margin: 0 20px 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	font-weight: normal;
}


/* REMOVE TAGS FROM SHOP PAGE */

.posted_in { display:none; 
}

li.parent.shopping-bag-item {
    display: none;
}

.woocommerce ul.products li.product figure figcaption {
    background-color: transparent !important;
}
.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist a {
    line-height: 20px;
    margin-top: 0 !important;
}
.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist {
	border-left: none;
}

/* WooCommerce 3.0.0 Gallery - Reduced Opacity of Zoom Icon */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	border-radius: 0;
	opacity: 0.5;
}

.portfolio-items:not(.single-column) > li figure:hover img {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.portfolio-item h4.portfolio-item-title {
    font-size: 14px;
	font-weight: bold;
    line-height: 22px;
    font-family: "Arial", Palatino, Arial, Helvetica, Tahoma, sans-serif;
}