/* 
Theme Name: Robus Coaching
Description: A custom theme for the Robus Coaching website
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Author: Indigo Cube Web Design
Template: hello-elementor
Text Domain: robuscoaching
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.by_indigocube { 
    background-color: var(--e-global-color-secondary);
}

.custom-double-border-top {
    position: relative;
    padding-top: 12px;
}

.custom-double-border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 9px;
    background: linear-gradient(to bottom,
        var(--e-global-color-c19919c) 5px,
        transparent 5px,
        transparent 7px,
        var(--e-global-color-c19919c) 9px
    );
    z-index: 1;
}

.custom-double-border-bottom 
{
    position: relative;
    padding-bottom: 12px;
}

.custom-double-border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 9px;
    background: linear-gradient(to top,
        var(--e-global-color-c19919c) 5px,
        transparent 5px,
        transparent 7px,
        var(--e-global-color-c19919c) 9px
    );
    z-index: 1;
}

@media (max-width: 767px) {
    footer .hfe-nav-menu a.hfe-menu-item, footer .hfe-nav-menu a.hfe-sub-menu-item {
        justify-content: center !important;
    }
}