/*
 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
*/
/***GENERAL***/
b {
    font-weight: 700;
}
/***PAGES***/
body.page-id-1192 h1 {
    display: none;
}
/***ACF FORMS***/
body.page-id-775 .acf-google-map .canvas {
    display: none;
}
body.page-id-775 .acf-fields > .acf-field {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}
body.page-id-775 .acf-field .acf-label,
body.page-id-775 .acf-field .acf-label label {
    margin: 0;
    color: #000;
}
.acf-field input[type=text],
.acf-field input[type=email],
.acf-field input[type=tel],
.acf-field textarea,
.acf-field select {
    height: 35px;
}
.acf-field input[type=file] {
    padding: 0;
    line-height: 30px;
}
.acf-field input[type=file]::file-selector-button {
    border: none;
}
.acf-button, .acf-tab-button {
    border: none;
    padding: 10px 15px;
    background: #539145;
    color: #FFF;
    margin-top: 10px;
}
/***HELPERS***/
.wp-block-list li {
    margin-bottom: 5px;
}