/*
Theme Name: DHWP Block 2024 Child
Theme URI: https://digitalhill.com
Author: Digital Hill Multimedia, Inc.
Author URI: https://digitalhill.com
Description: Child sample.
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: dhwp-block-2024
Text Domain: dhwp-block-2024-child
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, 
*/

body {
    /* background: red !important; */
}

/* Sticky Header Base Theme Overrides */
.sticky-wrapper .is-scrolled .sub_topbar {
    top: -64px;
    margin-bottom: -64px;
}
.sticky-wrapper.is-sticky .is-scrolled .sub_topbar {
    top: -64px;
    margin-bottom: -64px;
}

/* Logo initial dimensions */
.sticky-wrapper.is-sticky .wp-block-site-logo .custom-logo-link img {
    width: 180px;
    height: auto;
}

/* Logo width/height in % or px when sticky */
.sticky-wrapper.is-sticky .wp-block-site-logo .custom-logo-link img {
    width: 180px;
    height: auto;
}
/* Logo width/height in % or px when scrolled */
.sticky-wrapper.is-sticky .is-scrolled .wp-block-site-logo .custom-logo-link img {
    width: 80%;
    height: auto;
}

/* WooCommerce Patches */
.woocommerce div.product div.images ol.flex-control-thumbs,
.woocommerce div.product div.images ul.flex-control-thumbs {
	border-radius: 0 0 0 0;
}