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

main > .brxe-section:not(.hero-content) {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
main > .brxe-section:not(.hero-content):last-child{
    margin-bottom: 0;
}
main .col33 {
    max-width: 33.33%;
}
@media (max-width: 767px) {
    main .col33 {
        max-width: 100%;
    }
}

::placeholder {
    -webkit-text-security: none;
    color: var(--bricks-color-d39472);
    direction: inherit;
    pointer-events: none;
    text-orientation: inherit;
    writing-mode: inherit;
}

.bricks-button {
    min-width: 200px;
    border-style: solid;
    border-width: 2px;
}