/*
Theme Name: Responsive Child
Description: A Child theme for the main theme Responsive
Version: 1.0
Author: Jon-Michael Lastimosa
Author URI: http://jon-michael.lastimosa.com.ph
Template: responsive
*/



/*Add your own styles here:*/

@font-face {
    font-family: 'Hand Of Sean';
    src: url('fonts/hand_of_sean-webfont.eot');
    src: url('fonts/hand_of_sean-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hand_of_sean-webfont.woff2') format('woff2'),
         url('fonts/hand_of_sean-webfont.woff') format('woff'),
         url('fonts/hand_of_sean-webfont.ttf') format('truetype'),
         url('fonts/hand_of_sean-webfont.svg#hand_of_sean_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:#faf7f2;
}

#wrapper {
    padding: 0;
}

header {
    background: url(images/header-bg.jpg) repeat;
    margin: 0;
    padding: 20px;
}

header:after {
    clear: both;
    content: " ";
    display: block;
}

#logo {
    float: none;
    margin: 0;
    text-align: center;
}

h1.page-title {
    font-family: "Hand Of Sean";
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
	padding:20px 20px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.woocommerce ul.products li.product:nth-child(2n+1) {
    background: #f8f6ea;
}

.woocommerce ul.products li.product:nth-child(2n) {
    background: #f0edce;
}

.woocommerce ul.products li.product a img {
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}

.woocommerce ul.products li.product h3 {
	font-family:'Hand Of Sean';
	color:#543018;
	font-size:24px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: none repeat scroll 0 0 #ff9900;
    border-radius: 0;
    color: #fff;
    font-size: 120%;
    font-weight: normal;
    text-transform: uppercase;
}