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

/* ==========================================================================
   WYSIWYG Content Spacing
   ========================================================================== */

/* Universal paragraph spacing for WYSIWYG content */
.brxe-text-basic p,
.brxe-basic-text p {
    margin-bottom: 1em;
}

.brxe-text-basic p:last-child,
.brxe-basic-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Author Avatar - Hexagon
   ========================================================================== */

.buzz-single-hero__avatar img {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* ==========================================================================
   Blog Services Cards - Equal Height
   ========================================================================== */

.card-blog-service {
    height: 100%;
    flex-direction: column;
}

.card-blog-service__description {
    flex-grow: 1;
}
