/*
 Theme Name:   chirs-floyd
 Theme URI:
 Description:  Child theme hello-elementor
 Author:       Mountain IT
 Author URI:   https://www.mountain-it.nl
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas

*/
h1, h2, h3 {
    font-family: Georgia,"Times New Roman", Times, serif;
}
/******* sticky navbar********/


li.Chris-floyd-huis-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f015';
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    top: 14px;
    left: 37px;
    z-index: 99;
    cursor: pointer;

}

@media only screen and (max-width: 992px) {
    li.Chris-floyd-huis-icon:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f015';
        font-weight: 900;
        margin-right: 5px;
        position: absolute;
        top: 15px;
        left: 19px;
        z-index: 99999999999999;
        cursor: pointer;
        color: #ffffff;
        font-size: 25px;

    }
}


li.Chris-floyd-huis-icon:hover::after {
    content: "" !important;
    height: 3px!important;
    width: 35px!important;
    top: 43px!important;
    left: 28px!important;
    z-index: 9999999999999999999!important;
    position: absolute!important;
    background-color: #4e8ac2!important;

}


.elementor-nav-menu li:nth-child(1) a {
    padding-left: 32px!important;
    color: transparent!important;
    font-size: 10px!important;
    z-index: 100!important;
}

.elementor-nav-menu li:nth-child(1) a:after {
    display: none;
}

.elementor-nav-menu li:nth-child(1) {
    padding-left: 0px;
}

/*****side bare ******/
/****** sidebar title ************/
.chris-floyd-sidebare-title div h3 {
    font-family: Georgia,"Times New Roman", Times, serif;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin: 0 0 30px;
}
.chris-floyd-sidebare-title div h3:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
}
.chris-floyd-sidebare-title div h3:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 110px;
    background: #044d8f;
}

.chris-floyd-sidebare-paragraph div p {
    font-family: Georgia,"Times New Roman", Times, serif;
    line-height: 22px;

    color: #000;
    font-size: 15px;
}

/*****scroll to top button******/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}