Bricks Initial CSS

PHOTO EMBED

Wed May 07 2025 09:27:30 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

/* Bricks initial CSS */
.gform-footer {
    margin-top: 15px !important;
}
.brxe-text-basic ul,
.brxe-text ul {
    padding-left: 18px;
}
#top .gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
.gform_body input::placeholder {
    color: #666;
}
p.gform_required_legend {
    display: none !important;
}
.gform-footer input[type="submit"] {
    text-transform: uppercase !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    background-color: var(--primary) !important;
    padding: 12px 30px !important;
    transition: .5s !important;
}
.gform-footer input[type="submit"]:hover {
    background-color: #000 !important;
}
.faq-item.brx-open .faq-icon {
    transform: rotate(90deg);
    color: #fff
}
content_copyCOPY