/*
Theme Name: Affwebs Child Theme
Description: A Child theme for the Nichebarn WordPress theme.
Version: 1.0.0
Theme URI: http://www.affwebsites.com
Author: Affwebs
Author URI: http://www.affwebsites.com
Template: nichebarn
Text Domain: affwebs
*/

/* Feel feel free to input your custom CSS below */

/*a {
    font-family: georgia;
    font-size: 16px;
    color: #1063b3;
}

p {
    font-family: georgia;
    font-size: 16px;
    color: #3e3c3c;
}

.woocommerce ul.products li.product a img {
  margin: 0;
  border: 0px solid #d3ced2;
  padding: 0.5em;
}


.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both;
  border: 1px solid #d0cece;
  padding: 2px 15px 0px 0px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 21.05%;
  margin-left: 0;
}*/

p {
    color: #3e3c3c;
}

 @media only screen and (min-width: 60em){
.wd7 #sidebar {
  margin-left: 67%;
  width: 33.01%;
}
}