/*
Theme Name: BusinessPress Child
Template: businesspress
*/
@import "common.css";

.home-header-overlay {
    background-color: rgba(0,0,0,0.2);
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 0.5em;
}

li {
    margin-bottom: 0.8em;
    line-height: 1.65em;
}

.main-navigation ul ul {
    width: 250px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
}

.site-content {
    max-width: 1110px;
    margin: 0 auto;
}

.bg-primary {
    background-color: #007bff!important;
}

