/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.woocommerce-additional-fields {
    display: none;
}
@media screen and (min-width: 1025px) {
	/*Homepage Fonts*/
	.font-fade {
		background: -webkit-linear-gradient(#c13629, #ffcc00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 4px black;
	}
	.font-fade-small {
		background: -webkit-linear-gradient(#c13629, #ffcc00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 2px black;
	}
	.font-fade-white {
		background: -webkit-linear-gradient(#c13629, #ffcc00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 2px white;
	}
	/*End Homepage Fonts*/
}
time.woocommerce-review__published-date {
    display: none;
}

span.woocommerce-review__dash {
    display: none;
}
@media screen and (max-width: 770px) {
  .secondary-menu {
    display:none!important;
  }
	button.menu-toggle.secondary-menu-toggle {
    display: none!important;
}
}