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

#bricks-panel-elements-categories .bricks-add-element[data-element-name="svg"] {
  display: none !important;
}


/* -----
   Custom elements
   -----
*/
.brxe-svg-link {
    line-height: 0;
}
.brxe-svg-link svg {
    width: 100%;
    height: 100%;
}


/* -----
   Default Fluent Forms
   -----
*/
div.fluentform {
    width: 100%;
}

div.fluentform .ff-el-input--label label {
    font-weight: normal;
}

.fluentform .ff-el-form-control:focus {
    border-color: var(--action) !important;
}

div.fluentform .ff-message-success,
div.fluentform .ff-errors-in-stack {
    background-color: #fff;
    text-align: center;
}
    
div.fluentform .ff-btn-submit {
    background-color: var(--action) !important;
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: var(--btn-radius);
    transition: .3s all ease-in-out;
    text-transform: uppercase;
    font-size: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
}