/*
 Theme Name:   HandMade Child Theme
 Theme URI:    http://themes.g5plus.net/handmade/
 Description:  HandMade Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     handmade
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-handmade
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.contact-form-cont input,
.contact-form-cont textarea{
	max-width:100%;
}
.contact-form-cont textarea{
	max-height:130px;
}

body.woocommerce-demo-store {
    margin-top: 0px;
}

footer.main-footer-wrapper .main-footer{
	padding-top:10px;
}

.footlogo img{
	margin-top:-25px;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .sub-description {    
    line-height: 1.5em;    
}

footer.main-footer-wrapper {    
    padding-top: 20px;
}
.summary-product-wrap .product_meta{
	display:none;
}
.portfolio-wrapper.handmade-col-md-4 .portfolio-item:nth-child(4n+1){
	clear:both;
}
.sidebar .widget_product_categories a{
	display:block;
}
.cat-item.cat-item-15{
	display:none;
}
@media (max-width:990px){
	.portfolio-wrapper.handmade-col-md-4 .portfolio-item:nth-child(2n+1){
		clear:both;
	}
}
