/*
Theme Name: Customizr child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

/* remove icon before titles */
#main-wrapper .format-icon:before {content: none;}



/* format products page boxes */
.my-product-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 20px;
  line-height: 20px;
  border: 2px solid #ccc;
  margin-top: 0px;
  margin-bottom: 20px;
}
.my-product-grid [class*="span"]:hover {
  background-color: #ddd;
}
.my-product-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.my-product-title {
  font-weight: 600;
  font-size: 1.3em;
/*  line-height: 2em; */
}


/* for the list category post plug-in */
#lcp_container ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#lcp_container li{ 
 float: left;
}
#lcp_container ul li a{
padding: .2em 1em;
}
.clear{
clear:both;
}





