/*
 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
*/

/*
	color:
	light green: 98D2B0
*/

/* main layout
****************************************************************/

/* hide branding in header */
.site-branding {display:none}

/* fix header height */
.inside-header {
	padding-top:0 !important;
	padding-bottom:0;
}


/* horizontal scrolling bug */
.no-sidebar .entry-content .alignfull {
	margin-left:auto;
	margin-right:auto;
}




/* product page
****************************************************************/

/* Hiding the complete price summary from custom fields */
/* .wapf-product-totals{ display:none !important; } */

/*To hide only the top two lines (“product total” and “option total”), you can use the following CSS:*/
.wapf-product-totals .wapf--inner > div:first-child, .wapf-product-totals .wapf--inner > div:nth-child(2){display:none;}

/* product summary no float*/
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float:none;
	width: 100%;
	clear: both;
}

/* hide price & short desciption */
.summary > .price,
.summary > .woocommerce-product-details__short-description {
	display:none;
}