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

.brxe-icon {
	font-size:32px;
}

.brxe-nav-menu .menu-item a {
	align-items:center;
	gap:16px;
}

/*
 Post content Bricks
 */

.brxe-post-content h2, .brxe-post-content h3 {
	margin-top: 24px;
    margin-bottom: 16px;
}

.brxe-post-content h2 {
	font-weight:500;
	font-size:3.6rem;
}

.brxe-post-content h3 {
	font-size:2.4rem;
	font-weight:700;
}

@media (max-width:767px) {
	.brxe-post-content h2 {
		font-size:2.8rem;
	}

	.brxe-post-content h3 {
		font-size:2rem;
	}
}
/*
 Lightbox Bricks
 */

/*Close*/
.pswp.brx .pswp__button.pswp__button--close {
  width:32px;
}

.bricks-lightbox a {
  cursor: grab;
}

.bricks-lightbox a:active {
  cursor: grabbing;
}