/*
 Theme Name:   Truman State University Press
 Theme URI:    http://tsup.truman.edu/
 Description:  Truman State University Press - Child Theme of Storefront
 Author:       WooThemes / Greg Marshall
 Author URI:   http://www.truman.edu
 Template:     storefront
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tsup
*/

body.home .entry-header {
    display: none;
}
h5.price {
	display: none;
}
.featureblurb {
    background-color: #c7b98b;
    padding: 5px;
    color: #000000;
    font-weight: bold;
}
.featureblurb a {
    color: #000000;
}
.featureblurb a:hover {
    text-decoration: underline;
}
ul.products li.product .price {
        display: none;
}
cite {
        text-align: right;
        display: block;
}

#site-header-cart {
    padding: 1.618em 1em;
}
.storefront-handheld-footer-bar ul li.cart .count {
    display: none;
}
body.home ul.products li.product h3, body.home ul.products li.product a.add_to_cart_button, body.home ul.products li.product  span.onsale,
body.home ul.products li.product h3, body.home ul.products li.product a.add_to_cart_button, body.home ul.products li.product  .button.product_type_variable {

    display: none;
}

.site-header .col-full {
    padding-top: 2.618em;
    background-repeat: no-repeat;
    background-position: top right;
}
.site-header {
    padding-top: 0;
}
tr.coupon-15percent a.woocommerce-remove-coupon {
    display: none;
}
@media (max-width: 767px) {
    .site-header .site-logo-anchor img, .site-header .site-logo-link img {
        max-height: 100%;
        width: 90%;
        margin: auto;
        height: auto;
    }
    #site-header-cart {
        display: none;
    }
@media (min-width: 768px) {
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
        width: 28%;
    }
}