/*
Theme Name: Convivere
Template: consultingwp
Author: Child Theme Configurator
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,blog,portfolio,news
Version: 1.0.1754214648
Updated: 2025-08-03 11:50:48

*/

p.consultingcore-scrool-top::before {
    justify-content: center;
    width: 40px;
    background-color: var wp preset color primary;
    display: flex;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 600;
    position: fixed;
    bottom: 50px;
    color: var(--wp--preset--color--link-color);
    z-index: 99;
    content: '\f077';
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    right: 30px;
    cursor: pointer;
    align-items: center;
}
pp.consultingcore-scrool-top {
    position: absolute;
}
p.consultingcore-sub-title strong {
    background-color: #f5f5f5;
    font-size: 12px;
    color: var(--wp--preset--color--primary);
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    padding: 10px 20px;
}
p.consultingcore-sub-title {
    margin-bottom: 30px;
}
.wp-element-button:hover, p.consultingcore-scrool-top:hover::before {
    background-color: var wp preset color button hover color !important;
    color: #fff !important;
}
.single_add_to_cart_button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    background-color: var(--wp--preset--color--primary) !important;
    color: #fff !important;
}
@media (max-width: 620px) {
p.consultingcore-scrool-top::before {
    background-color: transparent;
}
}
