/*
Theme Name:     Windy City
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:
Template:       generatepress
Version:        0.1.0
*/

/**
 * GeneratePress Theme Defaults
 **/

.price-container:has(.woo-sale-price)>.woo-regular-price {
	text-decoration: line-through;
}

.gb-loop-item:not(:has(.woo-sale-price)) .sale-tag {
	display: none;
}

@media(min-width:1025px) {

	.site-branding,
	.site-branding-container {
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
	}

	body #site-navigation.main-navigation {
		margin-left: 0;
		width: 100%;
	}

	/*hide pricing filter on single product*/
	.single.single-product .price-filter {
		display: none;
	}

}

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}
