/*
Theme Name:     Red Berry LLC Theme
Theme URI:      n/a
Template:       kadence
Author:         K Dollinger
Author URI:     https://kellybethco.com
Description:    A custom Kadence child theme built for Red Berry LLC.
Version:        1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/**SEO Press**/
body .seopress-user-consent {
    left: 12%;
    position: fixed;
    z-index: 8000;
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #CCC;
    max-width: 100%;
    width: 25%;
    bottom: 0;
    transform: translate(-50%, 0);
    text-align: left;
    background: #8c8c8c;
}
@media screen and (max-width:768px) {
.wp-block-kadence-tab {
display: block!important;
}
a.kt-tab-title {
border-color: var(--global-palette3, #ffffff)!important;
    color: var(--global-palette9, #ffffff)!important;
    background: var(--global-palette3, #1A202C)!important;
}
}
