/* Enter Your Custom CSS Here */
footer.entry-meta {
display:none;
}
/* Hide Entry Categories */

article.post .entry-categories, article.page .entry-categories {
display: none;
}
.entry-meta { display: none; }

.tag-links {
display: none;
}
.entry-meta , .post-tags { display: none; }

.post-meta .post-date { display: none; 
}
.site-description {
 color: #000000;
 }
.site-title,
.site-title a,
.site-title a img { float: none; }

a:link {color:#00b0ef;} /* unvisited link */
a:visited {color:#5ec5f3;} /* visited link */
a:hover {color:#5EC5F3;} /* mouse over link */

.tags-links {
    display: none 
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
border: none;
}

.woocommerce-page .x-main {
width: 100% !important;
}
.woocommerce-page .x-sidebar {
width: 0 !important;
}

.product_meta {
   display: none;
}

ul.products .count { display:none !important; 
  }

.woocommerce .content-area {
      width: 100%;
 }
 .woocommerce .widget-area {
      display: none;
 }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  box-shadow: none !important;
}


