/*
Theme Name: Bricks Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: bricks

This is the child theme for Bricks theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.box-border {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #225399 20%, #224a82 38%, #23487d 82%);
    border-radius: 10px 10px 0px 0px;
}
.hero-list {
    width: 100%;
}
.hero-list li {
    justify-content: unset;
    border-radius: 5px;
}
a {
    color: #F57F04;
}
p {
    margin-bottom: 5px !important;
}
#brxe-jnmoli .bricks-nav-menu .sub-menu {
    background-color: #042758;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}