/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.12.3.1777063672
Updated: 2026-04-24 20:47:52

*/

.single-blog-post__content-wrapper .brxe-post-content h1, .single-blog-post__content-wrapper .brxe-post-content h2, .single-blog-post__content-wrapper .brxe-post-content h3 {
    margin: 1.5rem 0;
}
.single-blog-post__content-wrapper .brxe-post-content h4 {
    margin: 1.5rem 0 1.25rem;
}
.single-blog-post__content-wrapper .brxe-post-content h5 {
    margin: 1.25rem 0;
}
.single-blog-post__content-wrapper .brxe-post-content h6 {
    margin: 1.25rem 0 1rem;
}
.single-blog-post__content-wrapper .brxe-post-content figure.wp-block-image {
    margin: 3rem 0;
}
.single-blog-post__content-wrapper .brxe-post-content figure.wp-block-image img {
    -moz-border-radius: var(--border-radius-large);
    -webkit-border-radius: var(--border-radius-large);
    -o-border-radius: var(--border-radius-large);
    border-radius: var(--border-radius-large);
}
.single-blog-post__content-wrapper .brxe-post-content figure.wp-block-image figcaption {
    margin-left: 10px;
    text-align: left;
    font-size: 0.875rem;
    color: inherit;
}
.single-blog-post__content-wrapper .brxe-post-content blockquote.wp-block-quote {
    border: 0;
    font-size: 1.25rem;
    line-height: 1.4em;
    font-family: "Inter";
    font-style: italic;
    margin: 2.25rem 1.25rem;
    padding: 0;
}
.wpcf7-form .about-you {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    display: flex;
    background-color: #eee;
    justify-content: space-between;
    -moz-border-radius: var(--border-radius-large);
    -webkit-border-radius: var(--border-radius-large);
    -o-border-radius: var(--border-radius-large);
    border-radius: var(--border-radius-large);
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    padding: 2rem;
}
.wpcf7-form .form-group, .wpcf7-form h1, .wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4, .wpcf7-form h5, .wpcf7-form h6 {
    width: 100%;
}
.wpcf7-form .form-group-heading {
    margin-bottom: 2rem;
}
.wpcf7-form > .form-group:not(.submit-button-wrapper) {
    margin-bottom: 3rem;
}
.wpcf7-form .form-group.half {
    width: calc(50% - 0.75rem);
}
.wpcf7-form div:not(.wpcf7-list-item) > label {
    font-weight: 500;
    color: var(--primary);
}
.wpcf7-form .form-group input, .wpcf7-form .form-group textarea {
    background-color: transparent;
    line-height: 150%;
    color: var(--primary);
    border-color: var(--primary);
    -moz-border-radius: var(--border-radius-small);
    -webkit-border-radius: var(--border-radius-small);
    -o-border-radius: var(--border-radius-small);
    border-radius: var(--border-radius-small);
    padding: 0.5rem 0.75rem;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    line-height: 150%;
}
.wpcf7-form ::placeholder {
    color: #666;
}
.wpcf7-form .two-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    row-gap: 14px;
}
.wpcf7-form .other-info h4 {
    margin-bottom: 1em;
}
.wpcf7-form .form-group:not(:last-child) {
    margin-bottom: 28px;
}
.wpcf7-form .wpcf7-list-item {
    display: block;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    -webkit-column-gap: 12px;
    -o-column-gap: 12px;
    column-gap: 12px;
    margin: 0;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"], .wpcf7-form .wpcf7-list-item input[type="radio"] {
    display: inline-flex;
    border: none;
    font-size: 0;
    -webkit-appearance: none;
    justify-content: center;
    flex-shrink: 0;
    appearance: none;
    align-content: center;
    padding: 0;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]::before, .wpcf7-form .wpcf7-list-item input[type="radio"]::before {
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    height: 18px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "";
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked::before, .wpcf7-form .wpcf7-list-item input[type="radio"]:checked::before {
    background-color: var(--secondary);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    -o-column-gap: 16px;
    column-gap: 16px;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-block;
    color: var(--black);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a, .wpcf7-form .options-wrapper li label a {
    text-decoration: underline;
}
.wpcf7-form .disclosure {
    margin-top: 0.5rem;
    padding-left: 2rem;
    font-size: 0.875rem;
}
.wpcf7-form .submit-button-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.wpcf7-form .wpcf7-spinner {
    margin: 0 auto 8px;
}
.wpcf7-form input[type="submit"] {
    width: 201px;
}
.wpcf7-form button.wpcf7-field-group-add, .wpcf7-form button.wpcf7-field-group-remove {
    width: 1.5rem;
    display: inline-flex;
    background-color: #eee;
    height: 1.5rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    margin: 0.5rem 0.25rem;
}
@media screen and (max-width: 478px) {
.wpcf7-form .two-columns {
    grid-template-columns: 1fr;
}
.wpcf7-form .form-group.half {
    width: 100%;
}
}
