/**
 * Theme Name:	Blocksy Child
 * Template:	blocksy
 * Version:		8.4
 */

/* Hero Images */

figure.desk-hero, figure.mobile-hero{
	margin-bottom: 10vh;
}

/* Home Page Product Section */

div.home-products{
	padding: 0 var(--theme-content-spacing) !important;
	margin-bottom: 10vh;
	background-image: url('https://www.diamondfirefarms.com/wp-content/uploads/2024/07/Logo_DiamondFireFarms_Charcoal-scaled.webp');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 33% auto;
	background-attachment: fixed;
}

div.home-products div.wp-block-woocommerce-product-collection li,
div.home-products div.wp-block-woocommerce-product-collection li h3{
	margin-bottom: 0 !important;
}

div.home-products img.attachment-woocommerce_single.size-woocommerce_single{
	max-height: 40vh;
	width: auto;
	display: block;
	margin: auto;
	transition: transform .2s;
	border: none;
}

div.home-products img.attachment-woocommerce_single.size-woocommerce_single:hover{
	transform: scale(1.1);
}

/* Footer */

footer div[data-column='widget-area-1'] div.wp-container-core-group-is-layout-2{
	align-items: center;
}

figure.desk-footer-logo{
	max-width: 66% !important;
	display: block !important;
	margin: auto !important;
}

figure.mobile-footer-logo{
	max-width: 30% !important;
	display: block !important;
	margin: auto !important;
}

footer div[data-row='middle']{
	padding: 0 5vw !important;
}

footer div[data-row='middle'] p{
	color: var(--wp--preset--color--palette-color-5) !important;
}

div.ct-container-fluid{
	max-width: 100% !important;
	padding: 2vh 0 !important;
}


/* Contact Us Form */

div.ct-widget.widget_block{
	width: 100%;
}

div.contact-input textarea{
	height: 80px !important;
}

/* Product Page */

img.prod-diamond-icon{
    height: 50px;
    width: auto;
}

/* Testing Page*/

figure.testing-img img{
    max-height: 30vh !important;
    width: auto !important;
	display: block !important;
	margin: auto !important;
}

/* Mobile Only CSS */

@media (max-width: 480px){
    img.attachment-woocommerce_single.size-woocommerce_single{
        max-height: 30vh;
    }
    .home-products-header{
        font-size: var(--wp--preset--font-size--x-large) !important;
    }
    .home-products{
		background-size: 90% auto !important;
    }
    div.product ul.tabs.wc-tabs li{
        border-top: none !important;
    }
	div.woocommerce-Tabs-panel h2{
		font-size: 1.5em !important;
	}
	div[data-row='middle'] h3{
		font-size: 1.25em !important;
	}
}

/* Tablet Only CSS */

@media (max-width: 820px){
    figure.desk-hero{
        display: none;
    }
    div.product.type-product{
        padding: 0 5vw !important;
    }
    div.product div.woocommerce-product-gallery img.wp-post-image{
        max-height: 30vh !important;
        width: auto !important;
        display: block;
        margin: auto;
    }
    img.prod-diamond-icon{
        display: block !important;
        margin: auto !important;
    }
}

/* Desktop Only CSS */

@media (min-width: 821px){
    figure.mobile-hero{
        display: none;
    }
}