.elementor-11270 .elementor-element.elementor-element-73338457{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11270 .elementor-element.elementor-element-1c961b46 > .elementor-widget-container{margin:0px 0px 5px 0px;}.elementor-11270 .elementor-element.elementor-element-1c961b46{text-align:center;}.elementor-11270 .elementor-element.elementor-element-1c961b46 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:22px;font-weight:700;color:#93008C;}.elementor-11270 .elementor-element.elementor-element-13a7d73d .pp-heading-text{background-color:transparent;font-family:"Roboto", Sans-serif;font-size:55px;font-weight:600;line-height:48px;background-image:linear-gradient(100deg, #93008C 0%, #60064C 100%);}.elementor-11270 .elementor-element.elementor-element-13a7d73d > .elementor-widget-container{margin:0px 0px -5px 0px;}.elementor-11270 .elementor-element.elementor-element-13a7d73d.elementor-element{--align-self:center;}.elementor-11270 .elementor-element.elementor-element-13a7d73d{text-align:center;}.elementor-11270 .elementor-element.elementor-element-750f6507 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-11270 .elementor-element.elementor-element-750f6507{text-align:center;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:300;color:#202020;}@media(max-width:767px){.elementor-11270 .elementor-element.elementor-element-73338457{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-11270 .elementor-element.elementor-element-1c961b46 .elementor-heading-title{font-size:16px;}.elementor-11270 .elementor-element.elementor-element-13a7d73d > .elementor-widget-container{margin:0px 0px -5px 0px;}.elementor-11270 .elementor-element.elementor-element-13a7d73d .pp-heading-text{font-size:28px;line-height:24px;}.elementor-11270 .elementor-element.elementor-element-750f6507{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;font-size:15px;line-height:18px;}}/* Start custom CSS */.ld-course-list-items.row {
    row-gap: 40px;
    column-gap:3%;
    justify-content:center;
}
article .ribbon {
    display: none;
}
.ld-course-list-content .ld_course_grid {
    display: flex;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    flex: 0 0 30%;
    max-width: 30%;
}
article {
    border-top:solid 15px!important;
    border-bottom: none!important;
    border-right: none!important;
    border-left: none!important;
    border-radius: 15px!important;
    padding: 10px!important;
    font-family: "Roboto", Arial, Sans-Serif;
    display: flex!important;
    flex-direction: column;
}
article img {
    border-radius: 10px!important;
    margin: 10px 0;
}
article h3 {
    font-size:17px;
    font-weight: bold;
    color:#202020;
}
article .entry-content {
    font-size:15px;
    color: #606060;
    font-weight: 300;
    line-height: 18px;
}
article .caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
article .caption p.info {
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    color: #202020;
}
article .caption .entry-content .info span:first-child::before {
  content: url(/wp-content/uploads/icon-lessons.png);
  margin-right:5px;
  vertical-align: text-top;
}
article .caption .entry-content .info span:last-child::before {
  content: url(/wp-content/uploads/icon-type.png);
  margin-right:5px;
  margin-left: 15px;
  vertical-align: text-top;
}
.ld-course-list-items article .caption .ld_course_grid_button {
    text-align: center;
    margin: auto 0 0 0!important;
}
.ld-course-list-items .ld_course_grid .ld_course_grid_button a {
    margin-top:20px;
    padding: 13px 31px;
    border-radius: 60px;
    background: transparent!important;
    width: fit-content!important;
    border-color:#f01a77;
    color: #f01a77!important;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}
.ld-course-list-items .ld_course_grid .ld_course_grid_button a:hover {
    color: #fff!important;
}
.ld_course_category-ai-automation .ld_course_grid_button a:hover {
   background:#F3187B!important;
   border-color:#DA126C!important;
}
.ld_course_category-professional-skills .ld_course_grid_button a:hover {
   background-image: linear-gradient(150deg, #F3187B 20%, #73065B 80%)!important;
   border-color:#B31B5F!important;
}
.ld_course_category-legal-foundations .ld_course_grid_button a:hover {
   background:#5E074C!important;
   border-color:#38022D!important;
}
.ld_course_category-virtual-healthcare .ld_course_grid_button a:hover {
   background:#8F0484!important;
   border-color:#66005E!important;
}
.ld_course_category-real-estate .ld_course_grid_button a:hover {
   background:#FF9512!important;
   border-color:#E7850D!important;
}
article.ld_course_category-ai-automation {
    border-color:#F3187B!important;
}
article.ld_course_category-professional-skills {
    clip-path: inset(0 round 15px);
    border-top-color: transparent;
    border-image: 
    linear-gradient(
      to left, 
      #F11A7B, 
      #93008C,
      #FFC200
    ) 1!important;
}

article.ld_course_category-legal-foundations {
    border-color:#5E074C!important;
}
article.ld_course_category-virtual-healthcare {
    border-color:#8F0484!important;
}
article.ld_course_category-real-estate {
    border-color:#FF9512!important;
}

@media screen and (min-width:768px) {
#schools-menu {
    display: flex!important;
}
}
@media screen and (max-width:767px) {
    .ld-course-list-items.row {
    row-gap: 10px;
    column-gap:20px;
    justify-content:center;
}
.ld-course-list-content .ld_course_grid {
    flex: 0 0 88%;
    max-width: 88%;
}
#schools-menu {
    display: none;
}
#select-menu .elementor-button-text {
    margin: 0 auto;
    text-indent: 25px;
}
}/* End custom CSS */