jQuery( 'body' ).addClass( 'loaded' );
jQuery( '.site' ).addClass( 'animated fadeIn' );
jQuery( '.single_add_to_cart_button, .checkout-button' ).addClass( 'animated bounce' );
-
// The star rating on single product pages
var value = jQuery( '.star-rating > span' ).width();
jQuery( '.woocommerce-product-rating .star-rating > span' ).css( 'width', 0 );
});
}
});
-
} )();
float: none;
text-align: center; }
+/* added anthonyT */
+@media (max-width: 768px){
+ .site-branding{
+ height: 155px !important;
+ margin: 1px 100px !important;
+ }
+}
+@media (max-width: 468px){
+ .site-branding{
+ margin: 0 30px !important;
+ }
+}
+.site-branding {
+ background: url("/assets/the-molehole-logo.jpg") 0% 40% no-repeat;
+ background-size: 100% auto;
+ margin-top: 25px !important;
+ margin-bottom: 20px !important;
+ height: 100px; !important;
+}
+/* end of addition */
.site-branding h1 {
+
font-size: 1.618em;
font-weight: 400;
letter-spacing: 3px;
text-transform: uppercase; }
.site-branding h1 a {
font-weight: 400;
- padding: .857em 1.387em;
- border: 2px solid #2b2b2b;
+ padding: .857em 4.387em;
+ visibility: hidden;
display: inline-block; }
+.woocommerce-active .site-header .site-branding h1, .woocommerce-active .site-header .site-logo-anchor h1, .woocommerce-active .site-header .site-logo-link h1{
+
+}
.site-branding a {
-webkit-transition: -webkit-transform, ease, 0.2s;
-moz-transition: -moz-transform, ease, 0.2s;
.site-branding a:hover {
-webkit-transform: translateY(-6px); }
.site-branding .site-description {
+ display: none;
font-style: italic;
font-family: "Libre Baskerville", "Georgia", serif;
margin-top: 1em; }