/*
Theme Name: Proteh
Author: Ben
Author URI: https://benrajnovic.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: proteh
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


body {
    font-family: 'Montserrat', sans-serif;
}


/* Show Hide Sticky Header Speed Control */
#hide-header {
    transition: all .4s ease!important;
    min-width: 100%;
}

.elementor-button:hover {
    fill: var(--e-global-color-accent);
}


@media (min-width: 1025px) {

    /* Horizontal white line 60px from top */
    .bgline {
        position: relative;
    }

    .bgline::before {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--e-global-color-f891571);
        pointer-events: none;
    }
}
