/* TEMPORARILY HIDE PRICE TABLES */
/*
table.table.table-condensed { display: none !important; }
#tab-description.woocommerce-Tabs-panel .custom-content { display: none !important; }
#tab-description.woocommerce-Tabs-panel { padding-top: 10px !important; padding-bottom: 0 !important; }
*/

/* Center search form at top */
#searchform, .searchform { text-align: center !important; width: 300px; margin: 0 auto; padding: 8px !important; }

/* Make mobile menu text black so it can be seen */
div.et_mobile_nav_menu a { color: #000000 !important; }

/* Hide redundant Categories list beneath title on individual product pages */
body.single.single-product div.product_meta { display: none; }

/* Hide product author and date published in search results */
body.search-results p.post-meta { display: none; }

/* Change number of products per row on WooCommerce shop pages */
@media screen and (min-width:981px) {
    body.archive.woocommerce ul.products li.product { width: 21% !important; margin: 2% !important; clear: none !important; }
    body.archive.woocommerce ul.products li.product:nth-child(4n+1) { clear: both !important; }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    body.archive.woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last { clear: right !important; }
    body.archive.woocommerce ul.products li.product:nth-child(3n+1) { clear: both !important; }
}

/* Remove yellow background color from number of products listed in main WooCommerce product categories */
mark.count { background-color: transparent; }

/*
TEMPORARILY HIDE CATALOG PRICES
table.table.table-condensed, ul.tabs.wc-tabs { display: none; }
div.woocommerce-tabs.wc-tabs-wrapper::before { content: 'PLEASE CHECK BACK SOON FOR UPDATED PRICING'; }
body.woocommerce .woocommerce-tabs { border: 0; }
 */

/* BEGIN WOOCOMMERCE PAGES STYLING */
/*
header#main-header { background: url(/wp-content/uploads/2016/03/header-bg_tile.jpg) repeat-x top center; padding-top: 60px; }
@media screen and (min-width: 981px) {
    div.container.clearfix.et_menu_container { background: url(/wp-content/uploads/2016/03/logo-with-trans.png) no-repeat top center; padding-top: 186px; }
    div#et-top-navigation { background-color: #000000; padding: 30px 0 20px 0; }
}
@media screen and (max-width: 980px) {
    img#logo { display: none; }
    div.logo_container { background: url(/wp-content/uploads/2016/03/logo-with-trans.png) no-repeat top center; min-height: 146px !important; padding: 20px 0; width: 100% }
    div#et-top-navigation { background-color: #000000; }
}
@media screen and (max-width: 480px) {
    img#logo { display: none; }
    div.logo_container { background: url(/wp-content/uploads/2016/03/logo-with-trans.png) no-repeat top center; background-size: 250px 122px; min-height: 130px !important; padding: 20px 0; width: 100% }
    div#et-top-navigation { background-color: #000000; }
    div#footer-bottom { background: url(/wp-content/uploads/2016/03/logo-with-trans_black.png) no-repeat top center; background-size: 250px 122px !important; }
    p#footer-info { color: #666666; font-size: 12px; letter-spacing: 1px; margin-top: 130px !important; text-transform: uppercase; }
}
footer#main-footer { background-color: #000000; padding-top: 14px; }
div#footer-bottom { background: url(/wp-content/uploads/2016/03/logo-with-trans_black.png) no-repeat top center; }
p#footer-info { color: #666666; font-size: 12px; letter-spacing: 1px; margin-top: 154px; text-transform: uppercase; }
ul#mobile_menu1.et_mobile_menu a { background-color: #000000 !important; }
*/
/* END WOOCOMMERCE PAGES STYLING */