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

/* Blog */
.single.post-template-default #brx-content .blog-hero .brxe-container, .single.post-template-default #brx-content .blog-navigation .brxe-container, .single.post-template-default #brx-content .brxe-container.hero-image-container {
	max-width: 850px;
  width: 100%;
  margin-bottom: 0px!important;
}
.single.post-template-default #brx-content .brxe-container.hero-terms {
  margin-bottom: 0px!important;
}

.single.post-template-default #brx-content .brxe-container{
	max-width: 630px;
  width: 100%;
  margin-bottom: 5rem;
}
.single.post-template-default .brxe-text-basic.blog-category a{
  text-decoration: none;
}

.single #brx-content .brxe-heading{
font-family: "Unbounded";
}

.single #brx-content h2.brxe-heading{
  font-size: var(--text-20);
  font-weight: 400;
  margin-bottom: 1rem;
}
.single #brx-content .brxe-text{
  margin-bottom: 3rem;
}