/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.2
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

:root {
	/*spaces*/
	--space-m: clamp(2.4rem, calc(0.5964214712vw + 2.1852882704rem), 3rem);
	--promo-pink: #ff0066;
}

/*header*/
.logo a img {
	padding-block: calc(var(--space-m) / 3);
}

#header .phone-info a {
	color: var(--promo-pink);
}

.current_page_item .avia-menu-text {
	color: white;
}

/*Archive pages*/
.button.product_type_variable.add_to_cart_button {
	color: var(--enfold-alternate-color-primary)!important;
}

/*Footer*/
#footer .image-overlay {
	display: none!important;
}