/*tinymce styles*/
.set-center {
    display: block;
    margin: 0 auto 20px; /* customize top and bottom margin to fit site design */
}

/* for sparkle themes, center the line under the h1 by setting position */
.page-title.page-title::before, 
.blog-title.blog-title::before {
    left: 0;
}

.site-name-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.bpp-logo {
    margin: 0 0 0 30px;
}

@media (max-width: 768px) {
    .site-name.site-name-with-logo {
        flex-direction: column;
    }
    
    .bpp-logo {
        margin: 30px 0 0 0;
    }
}

/*end of custom logo in header*/

.theme_psom_default .accordions .callout {
    background-color: #f2f2f2;
}
