/* Change logo size /  34152979-hc */
/* Set logo image as background image */
.site-branding .site-logo-link {
    background-image: url(https://i0.wp.com/birchtreefamilyfarm.com/wp-content/uploads/2022/03/BTFFLogoWhiteMedium.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
/* Hide logo image and set max height on mobile */
.site-branding .site-logo-link img {
    visibility: hidden;
    max-height: 200px;
}
@media screen and (min-device-width: 468px){
    /* Pull content down to make room for the larger logo */
    #pique-hero .pique-panel-content {
        padding-top: 400px !important; 
    }
    /* Set logo new size */
    .site-branding .site-logo-link img {
        height: 300px;
        max-height: unset;
    }
}
@media screen and (min-width: 481px)  and (max-device-width: 768px) {
	/* Set logo new size */
    .site-branding .site-logo-link img {
        height: 150px;
        max-height: unset;
    }
	    /* Pull content down to make room for the larger logo */
    #pique-hero .pique-panel-content {
        padding-top: 250px !important; 
    }
	
}

@media screen and (max-width: 480px){
	/* Set logo new size */
    .site-branding .site-logo-link img {
        height: 100px;
        max-height: unset;
    }
	    /* Pull content down to make room for the larger logo */
    #pique-hero .pique-panel-content {
        padding-top: 250px !important; 
    }
	
}

/* Reduce the product image size in the checkout page SS-34690707-hc */
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table img {
  width: 20%;
}

.page-id-314 a {
   color: white; 
}
/* change header on shop archive pages | 34726415-hc (LL) */
body.post-type-archive-product img#pique-header-image {
    content: url(https://birchtreefamilyfarm.com/wp-content/uploads/2022/03/ServicesCoverPhoto-1400x400.jpg?crop=1)
}

body.post-type-archive-product header#masthead {
    max-height: 425px;
} 

/* change header on single product pages | 34726415-hc (LL) */
body.single-product img#pique-header-image {
    content: url(https://birchtreefamilyfarm.com/wp-content/uploads/2022/03/ServicesCoverPhoto-1400x400.jpg?crop=1)
}

body.single-product header#masthead {
    max-height: 425px;
}

/* Unset text align in homepage paragraph block | 34726415-HC (HP) */
/* Unset text align in homepage paragraph block | 34726415-HC (HP) */
#pique-hero .pique-panel-content .entry-content p {
	text-align: unset;
}

/* Center button in contact page | 34726415-HC mh */
@media screen and (max-width: 768px){
 .page-id-496 .wp-block-button {
   text-align: center;

 }
}