/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
body{
/* 	background-color: #f9f9f9; */
}
:where(p) {
    margin: 0 0 1em;
}
:where(p:last-of-type) {
    margin-bottom: 0;
}
:where(.brxe-video) video {
    object-fit: contain;
}
.input, input:not([type=submit]), select, textarea{
	line-height: 30px;
}
.brxe-post-taxonomy.category.separator a span{
	margin-left: 5px;
}
body.logged-in #button-contact-vr{
	display: none !important;
}