#eltdf-back-to-top {
    background-color: transparent;
    border: none;
}

#eltdf-back-to-top span:hover{
    cursor: pointer;
}

.toggler-btn {
    display: none;
}

.tp-thumbs{
    z-index: 99;
}

#menu-menu-menu-main{
    display: none;
}

.eltdf-main-menu ul .mobile-item{
    display: none;
}

.title-section h1, .title-section{
    font-size: 45px;
}

.title-size-h3 h1{
    font-size: 28px;
}

.title-size-h4 h1{
    font-size: 20px;
}

.cta-title{
    margin-top: 0px;
    margin-bottom: 0px;
}

.cta-title-top{
    margin-top: 0px;
}

.eltdf-clients-carousel-holder .eltdf-cc-link {
    display: block;
    }

@media only screen and (max-width: 680px){
    .title-section h1, .title-section{
        font-size: 34px;
    }
}


.eltdf-logo-wrapper a{
    height: 184px !important;
}


@media (max-width: 1024px) {

    .eltdf-main-menu>ul, .eltdf-main-menu>ul>li>a{
        height: auto;
    }

    .eltdf-main-menu ul .mobile-item{
        display: inline-block;
    }

    #menu-menu-menu-main{
        display: flex;
    }

    .eltdf-header-vertical .eltdf-vertical-menu-area,
    .eltdf-page-header {
        display: block;
        z-index: 9999;
    }

    .eltdf-main-menu>ul>li>a .item_text:before{
        display: none;
    }

    .eltdf-sticky-header {
        display: none;
    }

    .eltdf-main-menu {
        display: none;
        position: absolute;
        width: 100% !important;
        left: 0px;
        top: 60px;
        background-color: white;
        height: auto;
        float: none;
        z-index: 999999999;
        padding: 30px 0px;
    }

    .eltdf-main-menu ul {
        display: flex;
        flex-direction: column;
        width: 768px;
        margin: auto;
    }
    .eltdf-main-menu li {
        margin-bottom: 11px;
    }

    .eltdf-main-menu li a {
        padding-left: 0px !important;
        border-bottom: 1px dashed #e1e1e1 !important;
        padding: 10px 0px !important;
        padding: 10px 0px !important;
    }

    .eltdf-main-menu li a:hover{
        color: #ffd61e;
    }

    .eltdf-page-header .eltdf-position-right-inner,
    .eltdf-page-header .eltdf-position-right,
    .eltdf-page-header .eltdf-vertical-align-containers,
    .eltdf-page-header .eltdf-grid {
        position: static;
    }

    .eltdf-page-header .eltdf-menu-area {
        height: auto;
        padding: 15px 0px;
    }

    .toggler-btn {
        display: block;
        margin: auto;
        margin-left: 0px;
        background-color: transparent;
        border: none;
        font-size: 20px;
        transition: 0.5s;
    }

    .toggler-btn:hover{
        cursor: pointer;
    }

    .active-toggle{
        color: #ffd61e;
    }

    .eltdf-main-menu>ul>li>a>span.item_outer{
        top: 0px;
        transform: translateY(0px);
    }

    .eltdf-page-header .eltdf-position-left {
        flex-grow: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .eltdf-page-header .eltdf-position-right {
        flex-grow: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .eltdf-page-header .eltdf-vertical-align-containers {
        display: flex;

        justify-content: space-between;
    }

    .eltdf-drop-down .second{
        position: static;
        height: auto !important;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .eltdf-drop-down .narrow .second .inner ul{
        background-color: transparent;
        padding: 5px 0 32px 20px;
    }

    .eltdf-drop-down .narrow .second .inner ul li{
        width: 100% !important;
    }

    /* .eltdf-drop-down .narrow .second a span{
        padding: 0px !important;
    } */

    .eltdf-drop-down .narrow .second a{
        text-align: left !important;
    }

    .eltdf-drop-down .second .inner ul li a .item_outer:before{
        display: none;
    }

    .eltdf-drop-down .second .inner ul li a:hover{
        color: #ffd61e;
    }

    .eltdf-shopping-cart-holder{
        display: none !important;
    }

    .eltdf-logo-wrapper a{
        height: 35px !important;
    }

    .eltdf-main-menu li .current{
        color: #ffd61e;
    }

    .menu-item-has-children::before{
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .header-fixed{
        position: fixed;
        top: 0;
    }
}


@media (max-width: 768px) {
    .eltdf-main-menu ul{
        width: 600px;
    }
}

@media (max-width: 680px) {
    .eltdf-main-menu ul{
        width: 420px;
    }
}

@media (max-width: 480px) {
    .eltdf-main-menu ul{
        width: 300px;
    }
}

.eltdf-main-menu > ul > li > a .item_text:before, .eltdf-main-menu > ul > li.eltdf-active-item > a .item_text:before {
	border-bottom: solid 2px #ffd234 !important;
}

.eltdf-course-single-holder .eltdf-course-image-wrapper{
    max-height: 100%;
}

#billing_company_field .ui-autocomplete {
    max-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFF;
}