/* Done INC */

.done-text-spacer {
    margin: 0 13px!important;
}

.done-inc-text-p {
    /* font-size: 18px !important; */
}

.done-inc-text-section-title {
    /* font-size: 47px !important; */
}

.done-inc-text-carousel-title {
    /* font-size: 22px !important; */
}

.done-inc-text-grid-title {
    /* font-size: 20px !important; */
}

.done-inc.text-highlight {
    border-bottom: 2px solid #FFED00;
}

.done-inc.text-highlight-3 {
    border-bottom: 3px solid #FFED00;
}


/* Defaults */

header#masthead {
    height: 0 !important;
}

header#masthead #done-main-header {
    height: 92px;
    transition: height .03s !important;
}


/* CTA */


/* Popup */

.adz-founder-popup>.e-con-inner {
    width: 80% !important;
    /* margin-left: auto !important;
    margin-right: auto !important; */
}


/* Media Defaults */


/* Desktop */

@media screen and (min-width: 1150px) {
    /* carousel */
    .done-inc-home-carousel .elementor-swiper-button {
        display: none !important;
    }
    header#masthead .hfe-nav-menu>li.menu-item:not(:last-child) {
        margin-right: calc(7vw - 75px) !important;
    }
    /* Sticky */
    header.done-inc-sticky-header.done-inc-has-adminbar #done-main-header {
        top: 32px;
    }
    header.done-inc-sticky-header #done-main-header>div:last-child {
        margin-right: -4% !important;
    }
    header.done-inc-sticky-header #done-main-header {
        position: fixed !important;
        top: 0;
        background-color: rgb(20, 20, 20, 0.8) !important;
        height: 60px !important;
    }
    /* Sticky */
    header#masthead .hfe-menu-item.elementor-button {
        margin-top: -5px !important;
    }
    header.done-inc-sticky-header #done-main-header>div {
        transform: scale(0.85);
    }
    header.done-inc-sticky-header #done-main-header>div:last-child .hfe-menu-item.elementor-button {
        padding: 14px 32px !important;
    }
}


/* @media screen and (max-width: 1652px) {
    .done-inc-cta-btn-icon.done-inc-button-tablet a {
        width: 100%!important;
    }
} */


/* Tablet */

@media screen and (max-width: 1149px) {
    /* header#masthead #done-main-header ul.hfe-nav-menu {
        position: relative;
        right: 0;
        width: 80%;
    }
    header#masthead #done-main-header ul.hfe-nav-menu>li {
        text-align: center !important;
    } */
    /* Button Groups */
    /* .done-inc-button-tablet a {
        width: 100%!important;
    } */
}


/* @media screen and (min-width: 768px) {
    .done-inc.text-highlight {
        border-bottom: 2px solid #FFED00;
    }
} */


/* Mobile */

@media screen and (max-width: 767px) {
    /* Button Groups */
    .done-inc-button-group a {
        width: 100%!important;
    }
    .done-inc-button-mobile {
        width: 100%!important;
    }
    .done-inc-button-mobile a {
        width: 100%!important;
    }
    .done-inc-home-header-buttons {
        position: absolute !important;
        bottom: 0;
        left: 0;
    }
    .done-inc.text-control {
        display: block !important;
    }
}