/*
 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
*/

/* GeneratePress Site CSS */ /* adds a white border around the entire site on tablet and desktop */

@media (min-width: 769px) {
	body {
		padding: 30px;
	}
	
	.site-footer {
		margin-top: 30px;
	}
}

/* image block drop shadow */

.photo-shadow img {
	box-shadow: 10px 10px 0px rgba(237,235,235,0.8);
}

/* product additional information tabs font styling */

.woocommerce table.shop_attributes th {
	font-size: 16px;
}

.woocommerce table.shop_attributes td p {
	padding: 8px 16px;
	font-size: 16px;
} /* End GeneratePress Site CSS */