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

html {
    font-size: 16px;
}

main#brx-content {
    margin: 0 !important;
    flex: unset;
}

footer#brx-footer {
    margin-top: 0;
}

a.btn-primary {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
    padding: 10px 17px 10px 23px;
    font-weight: bold;
    background: url(/wp-content/uploads/2024/10/arrow1.gif) no-repeat 14px 14px #262626;
}