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

.width-100 {
    width: 100% !important;
}

.project-hero {
    margin: 0px;
    background-color: var(--bricks-color-emfiri);
}

.project-hero img {
    width: 100%;
}

.project-hero h1 {
    color: white;
    margin: 30px;
    font-size: 2em;
    text-align: center;
}

.columns-2.project-hero .column-item {
    display: flex;
    flex-direction: column;
    /* margin: 0px; */
}
.columns-2.project-hero .column-item-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 

.columns-2.project-hero .column-item-2 {
    margin: 30px
}

.project-hero .ei_attribute_table {
    background-color: var(--bricks-color-548418);
    width: 100%;
}

.ginput_container_creditcard > span{
    --gf-field-gap-x: 0px;
    &.gform-grid-row {
        gap: 10px;
        .gform-grid-col {
            width: auto;
        }
    }
}

