.elementor-kit-32601{--e-global-color-primary:#E14817;--e-global-color-secondary:#54595F;--e-global-color-text:#222222;--e-global-color-accent:#095C83;--e-global-color-df2a09a:#6EC1E4;--e-global-color-20db0c9:#7A7A7A;--e-global-color-ea5daa2:#61CE70;--e-global-color-82e4f29:#4054B2;--e-global-color-0887a2c:#23A455;--e-global-color-db0386a:#000000;--e-global-color-5ac9451:#FFFFFF;--e-global-color-a6a6204:#0278A4;--e-global-color-d186645:#F9F7F0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-a77faac-font-size:56px;--e-global-typography-a77faac-font-weight:bold;--e-global-typography-a77faac-line-height:1.2em;--e-global-typography-c195408-font-size:44px;--e-global-typography-c195408-font-weight:bold;--e-global-typography-c195408-line-height:1.3em;--e-global-typography-2d36a40-font-size:23px;--e-global-typography-2d36a40-font-weight:bold;--e-global-typography-3862886-font-family:"Poppins";--e-global-typography-3862886-font-size:18px;--e-global-typography-3862886-line-height:1.5em;background-color:var( --e-global-color-d186645 );}.elementor-kit-32601 button,.elementor-kit-32601 input[type="button"],.elementor-kit-32601 input[type="submit"],.elementor-kit-32601 .elementor-button{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:bold;line-height:27px;background-color:#AA3F1E;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS *//*Courses Grid Card*/

.eael-learndash-wrapper {
    display: flex;
    flex-wrap: wrap; 
}

.eael-learn-dash-course {
    margin-bottom: 20px;
}

.eael-learn-dash-course-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eael-learn-dash-course-inner:hover {
    box-shadow: 0 0 8px #888 !important;
}

.eael-learn-dash-course-inner .card-thumb {
    order: 2;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 200px;

}

.eael-learn-dash-course-inner .card-thumb img {
    object-fit: cover;
    height: 100%;
}

.eael-learn-dash-course-inner  .card-price {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    right: 0 !important;
    order: 1;
    width: 100% !important;
    text-align: right;
    padding: 15px;
}
.eael-learn-dash-course-inner .card-body {
    order: 3;
    display: flex;
    flex-direction: column;
    
}

.card-body .course-card-title {
    order: 2;
}

.card-body .eael-learn-dash-course-meta-card {
    order: 4;
    margin: 10px 25px 15px 25px;
}

.card-body .eael-learn-dash-course-short-desc {
    order: 3;
}

.card-body .layout-button-wrap {
    order: 1;
    text-align: center !important;
    display: none
}


.card-body .eael-learn-dash-course-meta-card .course-date {
    color: #d1532c !important;
}

.eael-learn-dash-course-inner:hover .card-thumb {
    display: none !important;
}
.eael-learn-dash-course-inner:hover .card-body .layout-button-wrap {
    display: block;
    height: 200px;
    background: #005577;
}

.card-body .layout-button-wrap .eael-course-button{
    margin-top: 80px;
}


/** Single Course **/
.course-badge-featured {
    background-color: #9F00FF;
}

.course-badge-new {
    background-color: #18A800;
}

.course-badge-free {
    background-color: #D1532C;
}

.course-badge-package {
    background-color: #3576A2;
}/* End custom CSS */