/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.0
*/

/*site header*/
.site-header .component-button a{
    padding:14px 30px;
    border-radius:30px;
}
.site-header #primary-menu a{
    font-weight:600;
}

/*offer list*/
.offer-list ul,
.offer-list ol{
    margin:0;
    padding:0 25px
}
.offer-list li{
    padding-bottom:10px;
}
/*horizontal line*/
.horizontal_line{
    height:2px;
    background-color:#000 !important;
    position:absolute;
    top:76px;
    width:80%;
    left:50%;
    transform:translateX(-50%);
}
/*icon item*/
.no-icon-item .elementor-icon{
    border:5px solid #FEF200;
    border-radius:50px;
}
/*footer sticky section*/
.footer-sticky-section{
    background:transparent;
    position:fixed;
    width:100%;
    bottom:50px;
    z-index:1;
}
.footer-sticky-container{
    display:flex;
    background: #37E1F2;
    border-radius:30px;
    padding:16px 40px;
    justify-content:space-between;
    align-items:center;
}
.footer-sticky-container p{
    margin:0;
    font-size:32px;
    font-weight:600;
    line-height:1em;
}
.footer-sticky-button a{
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    line-height:1em;
    background:#fff;
    padding:20px 30px;
    border-radius:30px;
    display:block;
}
/*site footer*/
.footer-detail p{
    text-align:center;
}
/*media*/
@media (max-width:880px){
    .drawer--navigation-menu .component-button a{
        width:100%;
    }
    .drawer--navigation-menu .menu a{
        justify-content:center !important;
    }
    .footer-sticky-section{
        bottom:30px;
    }
    .footer-sticky-container {
        padding:16px 20px;
    }
    .footer-sticky-container p {
        font-size:16px;
    }
    .footer-sticky-button a {
        padding:20px;
        font-size:16px;
        text-align:center;
        line-height:1.3em;
    }
}
@media (max-width:767px){
    .footer-sticky-container{
        flex-direction:column;
        gap:20px;
    }
    .footer-sticky-section{
        bottom:20px;
    }
    .number-item>.elementor-element:not(:last-of-type) .no-icon-item:after{
        content:'';
        height:30px;
        background:#000;
        width:2px;
        position:relative;
        bottom:5px;
        left:50%;
        display:block;
    }
}