/*
 Theme Name:   Skate and Annoy Bricks Child
 Theme URI:    https://bricksbuilder.io/
 Description:  Child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.galleryadcopy::before {
	content: "Vintage Skateboard Ad Copy";
}
.galleryadcopy::before, .pressreleasecopy::before, .magcopy::before, .auctioncopy::before {
	font-weight: bold;
	padding-bottom: 1rem;
	display: block;
}
element {
}
.galleryadcopy, .pressreleasecopy, .magcopy, .auctioncopy {
	margin: 20px 15px;
	padding: 1.5rem;
	padding-bottom: 1.5rem;
	padding-bottom: .5rem;
	border: 1px dashed #666;
	border-radius: 15px 15px 0 0;
	background-color: rgba(211,211,211,.2);
	font-size: smaller;
}
.galleryadcopy {margin: 20px 15px 0 15px;}