/*
Theme Name: Azeno Child
Theme URI: http://www.wpbingosite.com/azeno
Author: wpbingo
Description: This is a child theme for Azeno
Version: 1.0
Author URI: http://wpbingosite.com
Template: azeno
Text Domain: azeno-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bwp-header .wpbingoLogo img {
  max-height: auto;
  width: auto;
}
.category-posts .cate-post-content .blog-content-grid .post-date, .author .blog-content-grid .post-date, .search .blog-content-grid .post-date{
display: none;
}
.category-posts .cate-post-content .blog-content-grid .entry-meta-head, .author .blog-content-grid .entry-meta-head, .search .blog-content-grid .entry-meta -head{
display: none;
}
.wcsob_soldout {
    text-align: center;
    position: absolute;
    background:red;
    color:white;
}
.theme-lay:not(.single-product) .wcsob_soldout {
    position: relative !important;
    float: left !important;
}