@charset "UTF-8";
.edubin-course-filter-buttons {
display: inline-block;
font-size: 14px;
font-weight: 500;
border: 1px solid #d2d5d6;
padding: 0 20px;
border-radius: 100px;
background: #f9f9f9;
color: var(--edubin-content-color);
line-height: 30px;
}
.edubin-course-filter-buttons:hover {
border: 1px solid var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover a {
color: var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover path {
fill: var(--edubin-primary-color);
}
.edubin-course-filter-buttons svg {
width: 20px;
position: relative;
top: 4px;
} .widget-area.course-filter .widget-area-wrapper {
background-color: #f9f9f9;
border-radius: 5px;
padding: 38px 30px 38px 30px;
}
.widget-area.course-filter h5.widget-title {
margin-bottom: 20px;
position: relative;
cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
content: "\f141";
font-family: 'flaticon_edubin';
font-size: 10px;
position: absolute;
top: 4px;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget+.filter-widget {
border-top: 1px solid var(--edubin-color-border);
padding-top: 25px;
margin-top: 25px;
}
.filter-widget.widget label {
display: block;
margin-bottom: 15px;
font-weight: 400;
}
.filter-widget.widget label:last-child {
margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
position: relative;
width: 17px;
height: 17px;
margin: 4px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edubin-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
position: absolute;
content: '\f147';
font-family: 'flaticon_edubin';
font-size: 11px;
height: 17px;
width: 17px;
border-radius: 2px;
line-height: 17px;
padding-left: 3px;
left: -1px;
top: -1px;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
.filter-widget label {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edubin-heading-color);
cursor: pointer;
margin-bottom: 0;
}
.filter-widget label .filter-count {
margin-left: 4px;
}
.filter-widget .edubin-radio-filter {
display: flex;
margin-bottom: 15px;
}
.filter-widget.widget-lp_price .edubin-radio-filter:last-child {
margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
-webkit-appearance: none;
appearance: none;
background-color: var(--edubin-color-white);
width: 17px;
height: 17px;
margin: 5px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.filter-widget input[type="radio"]::before {
content: "";
width: 11px;
height: 11px;
border-radius: 50%;
transform: scale(0);
background-color: var(--edubin-primary-color);
}
.filter-widget input[type="radio"]:checked::before {
transform: scale(1);
}
.edubin-course-filter-buttons {
margin-top: 30px;
}
.edubin-course-filter-buttons .edu-btn {
width: 100%;
}
.edubin-course-filter-buttons .edubin-filter-reset, .edubin-course-filter-buttons .edubin-filter-clear {
margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
padding-left: 15px;
}
.filter-right-align .filter-sidebar-column {
order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.filter-left-align .filter-course-column .filtered-courses, .filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 0px;
}
} .edu-top-sorting-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-top-sorting-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
font-family: var(--edubin-font-secondary);
font-size: 16px;
font-weight: 600;
color: var(--edubin-heading-color);
margin-top: 4px;
cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
padding-left: 10px;
list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
display: inline-block;
border: 1px solid var(--edubin-color-border);
border-radius: 3px;
padding: 8px;
color: #d1d1d1;
font-size: 16px;
line-height: 1;
cursor: pointer;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, .edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-course-sorting {
position: relative;
margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 22px;
font-size: 14px;
color: var(--edubin-heading-color);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
min-width: 225px;
-webkit-transition: 0.3s;
transition: 0.3s;
height: 50px;
padding: 10px 20px;
padding-left: 44px;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 none;
border-radius: 3px;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
font-size: 15px;
font-weight: 600;
background: url(//oracy.stg.wamkt.aws.wawmanaged.uk/wp-content/themes/edubin/assets/images/icons/arrow-down.png) 88% center no-repeat transparent;
background-color: #f9f9f9;
cursor: pointer;
}
.tpc-filter-type-text, .display-layout-grid, .display-layout-list {
display: none;
}
.tpc-filter-type-text.active, .display-layout-grid.active, .display-layout-list.active {
display: flex;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: none;
font-size: 16px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
cursor: pointer;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle i {
font-size: 20px;
margin-right: 5px;
position: relative;
top: 3px;
}
.edubin-filter-close-trigger {
display: none;
}
@media only screen and (max-width: 991px) {
.edu-top-sorting-area {
display: block;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-top: 20px;
}
.edu-top-sorting-area .edu-course-sorting {
margin-top: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 1;
}
.filter-right-align .edubin-col-lg-9.filter-course-column {
order: 2;
}
.tpc-sidebar-toggle-activated aside#secondary.widget-area {
margin-top: 0;
margin-bottom: 20px !important;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: block;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edubin-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper form {
padding: 0 20px;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 32px 0px 0px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger {
display: flex;
justify-content: flex-end;
padding: 10px 10px 0 0;
margin-bottom: 20px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edubin-color-white);
border: 0 none;
color: var(--edubin-heading-color);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 46px 0px 0px;
}
}
@media only screen and (max-width: 479px) {
.edu-top-sorting-area .edu-top-sorting-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: initial;
align-items: center;
justify-content: space-between;
}
.edu-top-sorting-area .edu-course-sorting {
margin-left: 0px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-right: 0;
}
}
@media only screen and (max-width: 380px) {
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
width: 100%;
}
} .edubin-course-single-header-meta-01 {
display: flex;
align-items: center;
margin-bottom: 0;
font-size: 15px;
}
.edubin-rating-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.edubin-ratings-total {
margin-left: 8px;
}
.edubin-course-single-header-meta-01>div+div {
margin-left: 25px;
padding-left: 25px;
position: relative;
}
.edubin-course-single-header-meta-01>div+div:before {
background: #64768e;
height: 25px;
width: 1px;
position: absolute;
left: 0;
top: 0;
content: "";
}
@media (max-width:991.98px) {
.edubin-course-single-header-meta-01 {
display: inline-block;
}
.edubin-course-single-header-meta-01>div+div {
margin-top: 10px;
margin-left: 0;
padding-left: 0;
}
.edubin-course-single-header-meta-01>div+div:before {
display: none;
}
}
.edubin-course-single-header-meta-02 {
position: relative;
padding-top: 30px;
}
.edubin-course-single-header-meta-02:before {
width: 95%;
height: 1px;
content: "";
background: #3d4c66;
left: 0;
top: 0;
position: absolute;
}
body.single .edubin-course-top-info .edubin-breadcrumb-wrapper {
margin-top: 0;
margin-bottom: 20px;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li, .edubin-course-top-info .edubin-breadcrumb-wrapper ul li a {
font-size: 15px;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-breadcrumb-wrapper ul li span.active {
color: #fff;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-course-single-header-meta-01 {
color: #fff;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-top-info .post-author img {
width: 32px;
height: 32px;
vertical-align: middle;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
}
.edubin-course-top-info .meta-icon {
font-size: 14px;
margin-right: 6px;
color: var(--edubin-primary-color);
}
.edubin-course-top-info .course-title {
font-size: 40px;
} .edubin-course-top-info.dark {
background: #13181C;
}
.edubin-course-top-info.dark .course-title {
color: #fff;
}
.edubin-course-top-info.dark .course-short-text p {
color: #fff;
font-size: 18px;
line-height: 30px;
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01 {
color: #fff;
} #secondary.widget-area .widget.course__widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.course-sidebar-preview {
overflow: hidden;
border-radius: 10px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.widget-area .widget.edubin-course-widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.intro-video-sidebar {
margin-bottom: 35px;
}
.edubin-course .intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar.full__preview {
margin-bottom: 35px;
margin-left: -30px;
margin-top: -30px;
margin-right: -30px;
}
.widget.edubin-ld-widget>.intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar .intro-video {
background-size: cover;
background-repeat: no-repeat;
text-align: center;
border-radius: 3px;
width: 100%;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 190px 0;
}
.intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
}
@media (max-width:991.98px) {
.intro-video-sidebar .intro-video {
padding: 160px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 180px 0;
}
}
@media (max-width:768.98px) {
.intro-video-sidebar .intro-video {
padding: 120px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 150px 0;
}
}
@media (max-width:575.98px) {
.intro-video-sidebar .intro-video {
padding: 60px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 60px 0;
}
}
.intro-video-sidebar .intro-video .edubin-popup-videos {
background: #fff;
width: 52px;
display: inline-block;
height: 52px;
line-height: 60px;
border-radius: 50%;
font-size: 18px;
box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
padding-left: 3px;
}
.single-course-layout-05 .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 54px
}
.course-sidebar-preview .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 55px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video .edubin-popup-videos {
top: -24px;
position: relative;
}
.intro-video-sidebar .intro-video .edubin-popup-videos span {
top: 1px;
left: 2px;
position: relative
}
.intro-video-sidebar .intro-video .edubin-popup-videos:hover {
opacity: .9
} .pxcv-rr-item-widget {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
display: flex;
}
.widget ul.pxcv-rr-item-widget li:last-child {
border-bottom: none;
}
.pxcv-rr-item-widget li {
padding: 0;
line-height: inherit;
}
.widget.edubin-lp-widget.widget_pxcv_posts ul li {
border-top: none;
padding: 25px 0;
}
.pxcv-rr-item-widget li img {
min-width: 92px;
width: 92px;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
margin: 1px 19px 0 0;
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
overflow: hidden;
border-radius: 100px;
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transform: scale3d(1.1, 1.1, 1.1);
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .meta-data {
margin-top: 6px;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
margin-bottom: -3px;
}
.pxcv-rr-item-widget .meta-data span {
font-weight: 400;
line-height: 24px;
font-size: 15px;
}
.pxcv-rr-item-widget .pxcv-rr-item-content_wrapper {
width: calc(100% - 20px);
align-self: center;
}
.pxcv-rr-item-widget .pxcv-rr-item-content {
margin-top: 3px;
font-size: 0.9rem;
line-height: 1.8;
}
.pxcv-rr-item-widget .post__title {
font-size: 16px;
line-height: 24px;
font-weight: 700;
transition: 0.4s;
margin-top: 0;
margin-bottom: 8px;
}
.pxcv-rr-item-widget .post__title:hover {
color: var(--edubin-primary-color);
}
.widget_rt_posts .pxcv-rr-item-widget {
margin-top: 0;
margin-bottom: -7px;
}
.pxcv-rr-item-widget .course-price>.price>span:nth-child(1) {
color: var(--edubin-primary-color);
}
.pxcv-rr-item-widget span>.price {
color: var(--edubin-primary-color);
font-size: 16px !important;
font-weight: 500;
}
.pxcv-rr-item-widget .price__link {
color: var(--edubin-primary-color);
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
min-width: 100px;
width: 100px;
height: 80px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
min-width: 100px;
width: 100px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
border-radius: 5px;
} .edubin-course-info {
padding: 0 32px 0 32px;
margin-bottom: 30px;
background: #fff;
}
.edubin-course-info ul {
list-style: none;
}
.edubin-course-info ul.edubin-course-info {
padding-left: 0;
margin-bottom: 0;
}
.edubin-course-info ul.course-info-list {
padding-left: 0;
margin-bottom: 30px;
}
.edubin-course-info ul li {
font-size: 15px;
overflow: hidden;
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding: 15px 0;
margin-top: 0;
}
#secondary .edubin-course-info ul li {
margin-bottom: 0;
}
.edubin-course-info ul li span.language-tag.value {
display: inline-grid;
line-height: 28px;
}
.edubin-course-info ul li:first-child {
border-top: none;
}
.course-sidebar-preview .entry-post-share {
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding-top: 25px;
padding-bottom: 25px;
}
.edubin-course-info ul li i {
margin-right: 5px;
font-size: 16px !important;
line-height: inherit;
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value {
float: right;
}
.edubin-course-info ul li span.label {
font-weight: 500;
color: var(--edubin-content-color);
}
.edubin-course-info ul li .language-tag.value>span:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a {
color: var(--edubin-content-color);
}
.edubin-course-info ul li span.lp_course_cat.value>a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value a:nth-child(n+2) {
display: none;
}
body .course-sidebar-preview .edubin-price-icon {
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-label {
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-value {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.edubin-course-info button, .edubin-course-info .button {
width: 100%;
} .course__container {
overflow: hidden;
border-radius: 15px;
box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
background: #ffffff;
}
.course__container:hover .course__media-link:before {
opacity: 0.2;
}
.course__media .course__media-link:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: 0.4s;
background: #1C1F27;
opacity: 0;
}
.edubin-course .course__content--info {
position: relative;
z-index: 1;
padding: 20px 30px;
}
.e-c-layout-3 .edubin-course {
margin-bottom: 0;
}
.edubin-course .course__content-meta span {
font-size: 13px;
}
.edubin-course .course__content--meta .course__meta-left {
line-height: 1;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
font-size: 15px;
position: relative;
padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
font-size: 15px;
margin-top: 12px;
}
.edubin-course .course-meta span {
margin-right: 8px;
}
.edubin-course .course-meta i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course-meta span i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__border {
border-top: 1px solid #ebebeb;
margin-left: 30px;
margin-right: 30px;
}
.edubin-course .course__content--meta {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 30px;
}
.edubin-course .course__content--meta:empty {
display: none;
}
.edubin-course .course__content--meta>span:last-child {
margin-right: 0;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content--meta .price {
font-weight: 700;
}
.edubin-course .course__content--meta .price.see__more {
font-weight: 500;
}
.edubin-course .course__content--meta span i {
margin-right: 5px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
display: inline-block;
text-align: right;
float: right;
color: var(--edubin-heading-color);
}
.edubin-course .course__media {
position: relative;
}
.edubin-course .course__media img {
object-fit: cover;
height: 200px;
}
.edubin-course.col__4 .course__media img {
object-fit: cover;
height: 200px;
}
.intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__4 .intro-video-sidebar .intro-video {
height: 180px;
}
.edubin-course.col__3 .intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__2 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video {
height: 250px;
}
.edubin-course.layout__5.col__6 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course .author__name img {
width: 32px;
height: 32px;
border-radius: 100px;
margin-right: 5px;
display: inline-block;
border: 2px solid #cccccc;
}
.col-lg-4 .edubin-course .author__name img.avatar, .col-lg-6 .edubin-course .author__name img.avatar {
border: 0;
}
.edubin-course .course-price {
font-size: 14px;
font-weight: 800;
min-width: 62px;
height: 62px;
border-radius: 100px;
text-transform: uppercase;
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
padding: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: -30px;
right: 0;
margin-right: 30px;
color: #fff;
background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
font-size: 15px;
font-style: inherit;
}
.edubin-course .course__content--meta span+span {
margin-left: 10px;
}
.edubin-course .course__content--meta span.origin-price {
margin-bottom: 0;
text-decoration: line-through;
margin-right: 5px;
margin-left: 0;
font-weight: 400;
color: var(--edubin-color-body);
}
.edubin-course span.origin-price {
text-decoration: line-through;
font-weight: 400;
margin-right: 5px;
color: var(--edubin-color-body);
}
.edubin-course.layout__2 span.origin-price {
color: #fff;
}
.edubin-course .course__media+.course__content .course__categories {
margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course-style-4 .edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course.layout__2.col__3 .course__media+.course__content .course__content--info {
padding-top: 20px;
}
.edubin-course .course__categories {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__categories a {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #fff;
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}
.edubin-course .course__categories a:nth-child(n+2) {
display: none;
}
.edubin-course .course__level {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__level span {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: var(--edubin-color-secondary);
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course.layout__6 .course__level span {
border-radius: 100px;
padding: 0 15px;
}
.edubin-course .course__wishlist {
position: absolute;
top: 25px;
right: 30px;
max-width: 70%;
}
.edubin-course .course__title {
padding-top: 18px;
line-height: 18px;
overflow: hidden;
margin-bottom: 0;
}
.edubin-course .course__title a {
color: inherit;
font-size: 22px;
line-height: 32px;
}
.edubin-course.col__6 .course__title a {
font-size: 28px;
line-height: 37px;
}
.edubin-col-lg-3 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 600;
}
.edubin-filter-type-cat-filter .edubin-col-lg-4 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-4 .edubin-course .course__title a {
font-size: 20px;
line-height: 29px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-6 .edubin-course .course__title a {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.filtered-courses .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
body.archive.post-type-archive .edubin-course.col__4 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-carousel-activation .edubin-course .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course .course__title a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .author__name a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
margin-right: 0;
}
.edubin-course .course-excerpt p {
margin-bottom: 15px;
padding-top: 15px;
} .edubin-course .price__1 {
color: var(--edubin-heading-color)
}
.edubin-course .price__1 span, .edubin-course .price__1 {
font-weight: 700;
font-size: 16px;
color: var(--edubin-heading-color);
display: inline-flex;
margin-left: 0 !important;
}
.edubin-course .price__2 {
position: absolute;
right: 40px;
bottom: -29px;
font-size: 15px;
color: #fff;
font-weight: 600;
width: 64px;
height: 64px;
border-radius: 50%;
background-color: var(--edubin-primary-color);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.edubin-course .price__2 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400;
color: #fff;
}
.edubin-course .price__2 del {
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__4 {
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 5px 15px;
border-radius: 4px;
position: absolute;
right: 20px;
top: 20px
}
.edubin-course .price__4 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400;
color: #fff;
} .edubin-course.layout__5 .course__media>a>img {
height: 250px;
}
.course__content--meta.layout__5 {
background-color: rgb(0 0 0 / 77%);
padding: 15px 30px;
bottom: 0px;
position: absolute;
left: 0;
right: 0;
display: block;
}
.edubin-course.layout__5 .author__name {
color: #fff;
}
.edubin-course.layout__5 .price__2 {
position: absolute;
right: 40px;
bottom: 36px;
z-index: 1;
}
.edubin-course.layout__5.review__show .price__2 {
position: absolute;
right: 40px;
bottom: 70px;
z-index: 1;
}
.edubin-course.layout__5 .course-rating {
color: #fff;
}
.edubin-course .edubin-course-rate {
padding-top: 20px;
display: flex;
align-items: center;
}
.elementor-editor-active .edubin-course .edubin-course-rate .review-stars-rated {
display: flex;
align-items: center;
}
.edubin-course .review-stars-rated {
margin-bottom: 0;
}
.edubin-course.layout__2 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .course__content--meta span:last-child {
margin-right: 5px;
}
.edubin-course .edubin-course-rate .course-reviews-text {
font-size: 14px;
margin-left: 4px;
}
.edubin-course.layout__5 .edubin-course-rate .course-reviews-text {
color: #fff;
}
.edubin-course.layout__5 .author__name img.avatar {
width: 35px;
height: 35px;
}
.edubin-course.layout__5 .course__content--meta span {
color: #fff;
}
.edubin-course.layout__5 .edubin-course-rate {
margin-top: 10px;
} .edubin-course.layout__3 .course__container {
box-shadow: none;
background: transparent;
border-radius: 0;
}
.edubin-course .price__3 {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 8px 15px;
border-top-left-radius: 3px
}
.edubin-course.layout__3 .course__media+.course__content .course__content--info {
padding: 0 0 0 0;
}
.edubin-course .price__3 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course.layout__3 .price__0 {
font-weight: 700;
color: var(--edubin-color-01);
}
.edubin-course.layout__3 .course__content--info+.course__content--meta {
padding: 7px 0 7px 0;
}
.edubin-course.layout__1 .author__name {
margin-top: 15px;
}
.edubin-course.layout__3 .author__name {
margin-bottom: 5px;
font-size: 15px;
}
.edubin-course.layout__3 .course__title {
margin-bottom: 5px;
}
.edubin-course.layout__3 .course__categories__2 {
background: #ff48301c;
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-course.layout__3 .course__categories__2 a {
color: var(--edubin-color-01);
font-size: 14px;
}
.edubin-course.layout__3 .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-01) 15%, transparent);
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2, .edubin-slider-item:nth-child(4n+2) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-02) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2 a, .edubin-slider-item:nth-child(4n+2) .course__categories__2 a {
color: var(--edubin-color-02);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2, .edubin-slider-item:nth-child(4n+3) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-03) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2 a, .edubin-slider-item:nth-child(4n+3) .course__categories__2 a {
color: var(--edubin-color-03);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-primary-color) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-primary-color);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-04) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-color-04);
}
.edubin-course.layout__3 .course__levels {
position: absolute;
top: 25px;
left: 25px;
background: var(--edubin-color-01);
padding: 1px 14px;
color: #fff;
border-radius: 2px;
font-size: 14px;
text-transform: capitalize;
}
.edubin-course.layout__3 span.author--name {
color: var(--edubin-color-06);
}
.edubin-course.layout__3 .edubin-course-rate {
padding-top: 0;
margin-bottom: 5px;
} .edubin-course.layout__4 .course__media {
padding: 12px;
}
.edubin-course.layout__4 .course__container {
box-shadow: none;
border: 1px solid #ebebeb;
border-radius: 12px;
}
.edubin-course.layout__4 .price__4 {
top: 32px;
font-weight: 500;
padding: 0 15px;
border-radius: 100px;
font-size: 13px;
line-height: 29px;
left: 30px;
right: auto;
}
.edubin-course.layout__4 .course__categories a {
border-radius: 100px;
font-weight: 500;
}
.edubin-course.layout__4 .course__media>.course-thumb>img {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.edubin-course.layout__4 .course__media .author__name {
bottom: -10px;
position: absolute;
right: 32px;
}
.edubin-course.layout__4 .author__name img {
width: 45px;
height: 45px;
border: 2px solid #ffffff;
box-shadow: 0 10px 40px #0000000d;
}
.edubin-course.layout__4 .course__media+.course__content .course__content--info {
padding: 0 20px 20px 20px;
}
.edubin-course.layout__4 .course__content--meta {
padding: 15px 20px;
}
.edubin-course.layout__4 .course__border {
margin-left: 0;
margin-right: 0;
}
.edubin-course.layout__4 .edubin-wishlist-wrapper {
top: 30px;
right: 30px;
}
.view-more-btn a {
font-size: 15px;
font-weight: 700;
color: var(--edubin-primary-color);
}
.view-more-btn:hover a {
color: inherit;
} .edubin-course.layout__6 .course__container {
border-radius: 20px;
}
.edubin-course.layout__6 .course__content--meta {
padding: 25px 25px;
}
.edubin-course.layout__6 .top--title {
position: absolute;
top: 5px;
padding: 0 65px 0 25px;
color: #fff;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.layout__6 .top--title a {
color: #fff;
}
.edubin-course.layout__6 .top--title:hover a {
color: color-mix(in srgb, #ffffff 80%, transparent);
}
.edubin-course.layout__6 .no-course-thumb {
height: 200px;
width: auto;
display: block;
background: #e5572e;
position: relative;
}
.edubin-course.layout__6 .course__media+.course__content .course__content--info {
padding: 0 25px 20px 25px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .no-course-thumb {
background: #2bc183;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .no-course-thumb {
background: #0870da;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .no-course-thumb {
background: #7044b3;
}
.edubin-col-sm-12:nth-child(4n+5) .edubin-course.layout__6 .no-course-thumb {
background: #ea9c0b;
}
.edubin-triangle-up {
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 135px solid #ffffff1f;
right: -58px;
bottom: 0;
position: absolute;
}
.edubin-circle {
height: 180px;
width: 180px;
background-color: #ffffff1f;
border-radius: 50%;
right: -34px;
top: -33px;
position: absolute;
}
.edubin-rectangle {
height: 120px;
width: 200px;
background-color: #ffffff1f;
right: -34px;
bottom: -33px;
position: absolute;
}
.edubin-circle-border {
left: -27px;
bottom: -38px;
position: absolute;
border: 2px solid #ffffff3d;
height: 80px;
border-radius: 50%;
width: 80px;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-circle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-triangle-up {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 180px solid #ffffff1f;
right: -78px;
top: -32px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-rectangle {
right: -34px;
top: 0;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-circle {
right: -55px;
top: 77px;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .edubin-rectangle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-rectangle {
right: -86px;
top: 100px;
transform: skew(341deg);
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-course.layout__6 .view-more-btn a {
font-size: 15px;
font-weight: 500;
color: #ffffff;
background: #2bc183;
padding: 6px 14px;
border-radius: 5px;
}
.edubin-course.layout__6 .view-more-btn:hover a {
background: color-mix(in srgb, #2bc183 75%, transparent);
color: #ffffff;
}
.edubin-course.layout__6 .edubin-wishlist-wrapper {
z-index: 1;
} .related-post-wrap.related_course {
margin-bottom: -50px;
margin-top: 50px;
}
.related-post-wrap.related_course .related-title {
font-size: 28px;
margin-bottom: 45px;
}
.related-post-wrap.related_course .post-thumbnail {
margin-left: inherit;
margin-right: inherit;
max-height: 200px;
border-radius: 0;
}
.related-post-wrap.related_course .post-thumbnail img {
height: inherit;
object-fit: inherit;
}
.related-post-wrap.related_course .entry-title {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
}
.related-post-wrap.related_course .price {
color: var(--edubin-heading-color);
font-size: 15px;
font-weight: 700;
display: block;
}
.related-post-wrap.related_course .price__2 .price {
color: #fff;
}
.related-post-wrap.related_course .course-item-wrap {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 14px 12px rgb(0 0 0 / 6%);
background: #ffffff;
margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
padding: 25px 30px 35px;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 25px;
display: flex;
padding-top: 25px;
}
.widget ul.pxcv-rr-item-widget li:first-child {
padding-top: 0;
}
.widget ul.pxcv-rr-item-widget li:last-child {
padding-bottom: 0;
} .intro-video-sidebar.intro-video-content {
margin-bottom: 0;
}
.edubin-course-single-wrap {
margin-right: 20px;
}
@media (max-width:991.98px) {
.edubin-course-single-wrap {
margin-right: 0;
}
}
.edubin-course-top-info.light ul li {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li a {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li:after {
color: var(--edubin-color-body) !important;
}
.edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-color-body);
}
.edubin-course-top-info .course-short-text {
margin-top: 25px;
margin-bottom: 25px;
padding-right: 150px;
}
@media (max-width:991.98px) {
.edubin-course-top-info .course-short-text {
padding-right: 0;
}
} .single-course-layout-01 aside#secondary.widget-area, .single-course-layout-02 aside#secondary.widget-area, .single-course-layout-03 aside#secondary.widget-area, .single-course-layout-04 aside#secondary.widget-area {
margin-bottom: 70px;
}
.single-course-layout-0default {
background: #edf0f2
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-0default .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 15px 20px;
font-size: 16px;
} body.single-course-layout-01 .page-header {
text-align: center;
}
.single-course-layout-01 {
background: #f9f9f9;
}
.single-course-layout-01 .post-wrapper {
background: #fff;
padding: 45px 45px 45px 45px
}
.single-lp_course.single-course-layout-01 .course-summary {
padding: 90px 0 0 0;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-01 .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 20px 20px;
font-size: 16px;
}
body.single-course-layout-01 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-02 .course-h-v2:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
.single-course-layout-02 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-02 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-02 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
.single-course-layout-02 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-02 .header-breadcrumb ul li, .single-course-layout-02 .header-breadcrumb ul li a {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .course-short-text, .single-course-layout-02 .edubin-course-top-info .course-short-text p {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .lead-meta-item .lead-meta-value {
color: #fff;
}
body.single-course-layout-02 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0!important;
} .edubin-page-title-area.edubin-default-breadcrumb.course-header-style--1 .edubin-breadcrumb-wrapper ul li span.active {
color: inherit;
}
.single-course-layout-03 .edubin-course-single-wrap {
width: 80%;
margin: 0 auto;
}
.single-course-layout-03 .page-header {
text-align: center;
}
.single-course-layout-03 .course-bottom-wrap {
text-align: center;
border-top: 1px solid #e0e0e0;
padding-top: 50px;
margin: 0 auto;
max-width: 970px;
}
.single-course-layout-03 .course-tab-panels {
padding: 20px 0 0 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course {
width: inherit;
margin-bottom: 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course a {
display: inherit;
margin-bottom: 0;
}
.single-course-layout-03 .lp-course-buttons {
display: inline-block;
}
.single-course-layout-03 .form-button {
margin-top: 0;
}
.single-course-layout-03 .lp-button {
margin: 0 20px;
}
.single-course-layout-03 .entry-post-share {
text-align: inherit;
display: inline-block;
padding-left: 30px;
}
.single-course-layout-03 .related-post-wrap {
padding-top: 60px;
}
.single-course-layout-03 .single-lp_course .post-share.style-02 {
padding: 0 0 35px 0;
}
.single-course-layout-03 .edubin-course-top-info .edubin-single-course-lead-meta {
position: relative;
z-index: 1;
justify-content: center;
margin-top: 25px;
}
.single-course-layout-03 .edubin-course-top-info .edubin-course-single-header-meta-02 div span {
color: #fff;
}
.single-course-layout-03 .course-header-style--1 .edubin-course-single-header-meta-02 div span {
color: var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-single-header-meta-01 {
justify-content: center;
position: relative;
z-index: 1;
padding-top: 15px;
}
body.single-course-layout-03 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-04 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-04 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-04 .edubin-course-top-info {
text-align: left;
background: #eff1f6;
}
.single-course-layout-04 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
body.single-course-layout-04 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
}
body.single-course-layout-04 .edubin-breadcrumb-wrapper ul li span.active {
color: var(--edubin-color-body);
} .single-course-layout-05 .edubin-course-top-info .course-title {
font-size: 38px;
color: #fff;
}
.single-course-layout-05 .edubin-single-course-lead-info {
padding-right: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
padding: 0 25px;
background: #1f2838;
border-radius: 100px;
height: 40px;
line-height: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta+.top__meta {
margin-left: 20px;
}
.single-course-layout-05 .edubin-course-top-info .post-author img {
width: 35px;
height: 35px;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 .entry-post-share {
padding: 0;
display: inline-block;
width: 40px;
height: 40px;
}
.single-course-layout-05 .edubin-course-top-info li a {
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info {
padding-top: 80px;
background: #111827;
padding-bottom: 80px;
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info .edubin-single-course-lead-meta {
border-top: 1px solid #374152;
padding-top: 25px;
margin: 0;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
font-size: 15px;
display: flex;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item+.lead-meta-item:before {
top: 6px;
left: -13px;
}
.single-course-layout-05 .edubin-single-course-top-meta {
padding-bottom: 20px;
font-size: 15px;
}
.single-course-layout-05 .review-stars-rated {
margin-bottom: 0;
bottom: -2px;
}
.single-course-layout-05 .review-stars-rated svg {
width: 14px;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item:first-child {
padding-left: 0;
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .tutor-video-player {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .content-area {
padding-top: 95px;
padding-bottom: 100px;
}
.single-course-layout-05 .intro-video-sidebar {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.single-course-layout-05 .intro-video-sidebar {
margin-top: 40px;
}
}
@media (max-width: 1200px) {
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
display: inline-block;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
float: left;
margin-bottom: 15px;
}
}
.single-course-layout-05 .intro-video-sidebar .intro-video {
height: 260px;
}
.single-course-layout-05 .header-breadcrumb ul {
display: inline-block;
background: #202837;
padding: 8px 25px;
border-radius: 100px
}
.single-course-layout-05 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .post-author {
margin-right: 20px;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .course-language a {
color: #fff;
}
body.single-course-layout-05 .tpc-site-content {
padding-top: 0 !important;
} .edubin-course.layout-list-01 .course__content--meta {
padding: 0;
}
.edubin-course.layout-list-01 {
overflow: hidden;
border-radius: 5px 0 0 5px;
box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
}
.edubin-course.layout-list-01 .course__container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-course.layout-list-01 .course__title {
padding-top: 10px;
}
.filtered-courses .edubin-course.layout-list-01 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course.layout-list-01 .course__media {
width: 265px;
height: 265px;
border-radius: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 30px 0 0;
}
.edubin-course.layout-list-01 .course__media a, .edubin-course.layout-list-01 .course__media a img {
border-radius: 5px 0 0 5px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edubin-course.layout-list-01 .course__media a:after {
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
.edubin-course .course__media img {
object-fit: cover;
height: auto;
}
.edubin-course.layout-list-01 .course__media {
width: inherit;
height: inherit;
margin: 0;
}
.edubin-course.layout-list-01 .course__content {
padding: 28px;
}
.edubin-course.layout-list-01 .course__container {
display: inherit;
display: inherit;
display: inherit;
display: inherit;
-webkit-box-align: inherit;
-webkit-align-items: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
} .edubin-wishlist-wrapper {
pointer-events: all;
font-size: 0px;
cursor: pointer;
width: 32px;
height: 32px;
line-height: 1;
text-align: center;
border-radius: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 25px;
right: 25px;
border-color: #fff;
background: #fff;
color: var(--edubin-heading-color);
}
.edubin-wishlist-wrapper:before {
content: "\f139" !important;
font-family: 'flaticon_edubin' !important;
margin-right: 0px !important;
font-weight: 400 !important;
font-style: normal;
visibility: visible;
font-size: 16px;
}
.is-processing .edubin-wishlist-wrapper:before, .edubin-wishlist-wrapper.ajaxload_wishlist:before {
content: "\f138" !important;
font-family: 'flaticon_edubin' !important;
-webkit-animation: 1s linear 0s normal none infinite running edubin-spin;
animation: 1s linear 0s normal none infinite running edubin-spin;
cursor: auto;
display: inline-block;
font-size: 20px;
}
.tpc-wishlisted .edubin-wishlist-wrapper, .edubin-wishlist-wrapper.on, .edubin-wishlist-wrapper:hover {
border-color: var(--edubin-color-secondary);
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
} .edubin-course-archive-search {
text-align: right;
margin-bottom: 40px;
}
.edubin-course-archive-index-count {
position: relative;
top: 10px;
}
.edubin-course-archive-search .search-button {
position: absolute;
right: 25px;
top: 5px;
left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #eeeeee;
border: none;
animation: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-course-archive-search:hover .search-button {
background-color: var(--edubin-primary-color);
color: #fff;
}
body .edubin-course-archive-search input.input-search {
width: 300px;
border-radius: 100px;
padding: 15px 18px;
}.dpn-zvc-single-content-wrapper{margin-top:40px}.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img{margin-bottom:1rem}.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img img{width:100%;height:auto}.dpn-zvc-single-content-wrapper .dpn-zvc-col-8,.dpn-zvc-single-content-wrapper .dpn-zvc-col-4{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-bottom:58px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper{width:100%;clear:both}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box{margin-top:1.5rem}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box:first-child{margin-top:0}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn{padding:10px 20px;color:#fff;border-radius:0;display:block;margin-top:10px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link{background:#a5452d}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link{background:#1c3b82}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state{border:1px solid #ccc;padding:20px;margin-top:20px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state p{padding:0;margin:0}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer{display:flex;width:100%}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-meeting-ended{background:#3a3a3a;padding:10px 16px;border-radius:2px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-meeting-ended h3{margin:0;padding:0;color:#fff;line-height:1.8}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell{display:flex;text-align:center;font-size:32px;background:#3a3a3a;color:#fff;line-height:normal;padding:20px 5px;border-radius:2px;flex-direction:column;margin-right:6px;width:100%}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell:last-child{margin-right:0}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-number{font-size:1em;width:100%}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-string{font-size:.45em;width:100%;text-transform:uppercase}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile{background:#3a3a3a;padding:0 16px;border-radius:2px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3{color:#fff;margin:0;padding:10px 0;font-size:1.3em;font-weight:500}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content{background:#f2f2f2;padding:16px}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list{margin-bottom:1rem}.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list span{display:block}@media(min-width: 992px){.dpn-zvc-single-content-wrapper .dpn-zvc-col-8{width:66.66666667%;float:left}.dpn-zvc-single-content-wrapper .dpn-zvc-col-4{width:33.33333333%;float:left}}.vczapi-show-by-postid .dpn-zvc-sidebar-state{display:none}.vczapi-show-by-postid-countdown-title{text-align:center}.vczapi-show-by-postid-countdown{display:flex;width:1200px;border-spacing:2px;border-collapse:separate;justify-content:center;flex-direction:column;background:#eaeaea;padding:60px 0;margin-right:auto;margin-left:auto;max-width:100%;flex-wrap:wrap;border-radius:10px}.vczapi-show-by-postid .dpn-zvc-timer{display:flex;width:100%;border-spacing:2px;border-collapse:separate;justify-content:center;margin-bottom:20px}.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-meeting-ended{background:#3a3a3a;padding:10px 16px;border-radius:2px}.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-meeting-ended h3{margin:0;padding:0;color:#fff}.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell{display:flex;flex-direction:column;text-align:center;font-size:32px;background:#3a3a3a;color:#fff;padding:20px 5px;border-radius:10px;width:120px;margin:6px}.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell-number{font-size:1em;width:100%;font-weight:700}.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell-string{font-size:.45em;width:100%;text-transform:uppercase}.vczapi-show-by-postid-flex{display:flex;margin-top:20px}.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn{margin-top:10px;padding:10px 20px;color:#fff;display:block;margin-right:10px;text-align:center}.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-join-link{background:#a5452d}@media(min-width: 769px){.vczapi-show-by-postid-contents-image{width:24%;margin-right:10px}.vczapi-show-by-postid-contents-sections{width:74%;margin-left:10px}.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .join-links{display:flex}.vczapi-show-by-postid-contents-full{flex:100%}.vczapi-show-by-postid-contents-full .vczapi-show-by-postid-contents-sections-description,.vczapi-show-by-postid-contents-full .dpn-zvc-sidebar-box{padding-left:0}}@media only screen and (max-width: 660px){.vczapi-show-by-postid .dpn-zvc-.vczapi-jvb-countdown-contenttimer.vczapi-show-by-postid-countdown-timer{flex-direction:column;padding:0 40px}.vczapi-show-by-postid .dpn-zvc-.vczapi-jvb-countdown-contenttimer.vczapi-show-by-postid-countdown-timer .dpn-zvc-timer-cell{width:100%}}@media only screen and (max-width: 769px){.vczapi-show-by-postid{padding:60px 30px}.vczapi-show-by-postid .vczapi-show-by-postid-contents{flex-direction:column}.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections-description-topic{margin-top:1em}.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections .dpn-zvc-sidebar-box .btn{margin-top:10px;margin-right:0}}.dpn-zvc-shortcode-op-wrapper table{border:1px solid #dee2e6;width:100%;margin-bottom:1rem;color:#212529;border-collapse:collapse}.dpn-zvc-shortcode-op-wrapper table tr:nth-of-type(odd){background-color:#e2e2e2 !important}.dpn-zvc-shortcode-op-wrapper table tr:nth-of-type(odd) td{background-color:#e2e2e2}.dpn-zvc-shortcode-op-wrapper table tr:nth-of-type(odd) td .small-description{font-size:12px;font-style:italic}#vczapi-recordings-list-table_wrapper .dataTables_length,#vczapi-recordings-list-table_wrapper .dataTables_filter,#vczapi-show-meetings-list-table_wrapper .dataTables_length,#vczapi-show-meetings-list-table_wrapper .dataTables_filter,#vczapi-show-webinars-list-table_wrapper .dataTables_length,#vczapi-show-webinars-list-table_wrapper .dataTables_filter{margin:15px 0}#vczapi-recordings-list-table_wrapper .dataTable,#vczapi-show-meetings-list-table_wrapper .dataTable,#vczapi-show-webinars-list-table_wrapper .dataTable{position:relative;margin:15px 0}#vczapi-recordings-list-table_wrapper .dataTable thead,#vczapi-show-meetings-list-table_wrapper .dataTable thead,#vczapi-show-webinars-list-table_wrapper .dataTable thead{text-align:left}#vczapi-recordings-list-table_wrapper .dataTable thead tr,#vczapi-show-meetings-list-table_wrapper .dataTable thead tr,#vczapi-show-webinars-list-table_wrapper .dataTable thead tr{background:#f5f5f5}#vczapi-recordings-list-table_wrapper .dataTable thead th,#vczapi-recordings-list-table_wrapper .dataTable thead td,#vczapi-show-meetings-list-table_wrapper .dataTable thead th,#vczapi-show-meetings-list-table_wrapper .dataTable thead td,#vczapi-show-webinars-list-table_wrapper .dataTable thead th,#vczapi-show-webinars-list-table_wrapper .dataTable thead td{border-bottom:none;padding:8px 15px}#vczapi-recordings-list-table_wrapper .dataTable.no-footer,#vczapi-show-meetings-list-table_wrapper .dataTable.no-footer,#vczapi-show-webinars-list-table_wrapper .dataTable.no-footer{border-bottom:none}#vczapi-recordings-list-table_wrapper .dataTable tbody .odd,#vczapi-show-meetings-list-table_wrapper .dataTable tbody .odd,#vczapi-show-webinars-list-table_wrapper .dataTable tbody .odd{background-color:#fff}#vczapi-recordings-list-table_wrapper .dataTable tbody .even,#vczapi-show-meetings-list-table_wrapper .dataTable tbody .even,#vczapi-show-webinars-list-table_wrapper .dataTable tbody .even{background-color:rgba(0,0,0,.05)}.vczapi-recordings-meeting-id-description ul{list-style:none;padding:0;margin:0}.vczapi-recordings-by-meeting-id-table{margin-top:20px}.vczapi-recordings-by-meeting-id-table tr th{text-align:left}#zvc-cover{background:url(//oracy.stg.wamkt.aws.wawmanaged.uk/wp-content/plugins/video-conferencing-with-zoom-api/./assets/images/ajax-loader.gif) no-repeat scroll center center #000;position:absolute;height:100%;width:100%;z-index:5;opacity:.9;top:0}#zmmtg-root{display:none}.join-via-browser-body{background:#f2f2f2;min-width:100vw !important;width:100vw !important}.join-via-browser-body #vczapi-zoom-browser-meeting{z-index:1;display:flex;align-items:center;position:relative;height:100%}.join-via-browser-body #vczapi-zoom-browser-meeting .logo{text-align:center}.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container{background:#fff;padding:40px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-o-box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-ms-box-shadow:0 5px 10px 0 rgba(0,0,0,.1)}@media only screen and (max-width: 767px){.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container{margin-inline:20px;padding:20px}.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container .vczapi-zoom-browser-meeting--meeting-form input,.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container .vczapi-zoom-browser-meeting--meeting-form button{width:100%}.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container .logo img{width:70px}.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container .logo h3{font-size:18px}.join-via-browser-body #vczapi-zoom-browser-meeting #vczapi-zoom-browser-meeting--container .logo p{font-size:14px}}@media only screen and (min-width: 767px){.join-via-browser-body #vczapi-zoom-browser-meeting .container{width:500px}.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form input[type=text],.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form input[type=password],.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form button[type=submit],.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form input[type=email],.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form select{height:40px}.join-via-browser-body #vczapi-zoom-browser-meeting .vczapi-zoom-browser-meeting--meeting-form button[type=submit]{background-color:#2d8cff;width:100%;color:#fff}}.join-via-browser-body #vczapi-zoom-browser-meeting .img-fluid{max-width:100%;height:auto}.join-via-browser-body #vczapi-zoom-browser-meeting h3{line-height:1.5}.join-via-browser-body #vczapi-zoom-browser-meeting .mb-4{margin-bottom:1.5rem}.join-via-browser-body #vczapi-zoom-browser-meeting p{color:#838383;font-weight:300}.join-via-browser-body #vczapi-zoom-browser-meeting label{font-weight:bold;margin-bottom:10px}.vczapi-jvb-countdown-wrapper{display:flex;flex-direction:column;background:#eaeaea;padding:60px 0}.vczapi-jvb-countdown-wrapper-countdown-title{text-align:center}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown{display:flex;width:100%;border-spacing:2px;border-collapse:separate;justify-content:center}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown .dpn-zvc-meeting-ended{background:#3a3a3a;padding:10px 16px;border-radius:2px}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown .dpn-zvc-meeting-ended h3{margin:0;padding:0;color:#fff}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown .dpn-zvc-timer-cell{display:flex;flex-direction:column;text-align:center;font-size:32px;background:#3a3a3a;color:#fff;padding:20px 5px;border-radius:10px;width:120px;margin:6px}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown .dpn-zvc-timer-cell-number{font-size:1em;width:100%;font-weight:700}.vczapi-jvb-countdown-wrapper .dpn-zvc-timer.zoom-join-via-browser-countdown .dpn-zvc-timer-cell-string{font-size:.45em;width:100%;text-transform:uppercase}.vczapi-jvb-countdown-content{padding:25px 0;display:flex;width:1200px;margin-right:auto;margin-left:auto;max-width:100%;flex-wrap:wrap}.vczapi-jvb-countdown-content-image{flex:0 0 30%}.vczapi-jvb-countdown-content-image img{border-radius:10px}.vczapi-jvb-countdown-content-contents{flex:0 0 70%;display:flex;flex-direction:column;padding-left:20px}.vczapi-jvb-countdown-content-links{margin-top:10px;display:flex}.vczapi-jvb-countdown-content-links .btn{padding:10px 20px;color:#fff;display:block;margin-right:10px;text-align:center;border-radius:10px}.vczapi-jvb-countdown-content-links .btn-join-link{background:#a5452d}@media only screen and (max-width: 660px){.vczapi-jvb-countdown-content{flex-direction:column}.vczapi-jvb-countdown-content .vczapi-jvb-countdown-content-description-topic{margin-top:1em}}.vczapi-list-zoom-meetings{position:relative}.vczapi-list-zoom-meetings--item__image{margin-bottom:20px}.vczapi-list-zoom-meetings--item__image{box-shadow:0 0 1px 1px rgba(0,0,0,.3)}.vczapi-list-zoom-meetings--item__details,.vczapi-list-zoom-meetings--item__details p{font-size:1em}.vczapi-list-zoom-meetings--item__details h1,.vczapi-list-zoom-meetings h2,.vczapi-list-zoom-meetings h3,.vczapi-list-zoom-meetings h4,.vczapi-list-zoom-meetings h5,.vczapi-list-zoom-meetings h6{font-size:1.3em;margin-bottom:5px}.vczapi-list-zoom-meetings--item__details__meta .meta{display:flex;flex-direction:column;margin-bottom:5px}.vczapi-list-zoom-meetings .vczapi-loader{display:none}.vczapi-list-zoom-meetings.loading .vczapi-loader{display:block;width:100%;height:100%;position:absolute;background:rgba(0,0,0,.5);z-index:100}.vczapi-list-zoom-meetings.loading .vczapi-loader img{transform:translate(-50%, -50%);left:50%;top:50%;position:absolute}.vczapi-wrap{display:-ms-flexbox;display:flex;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;box-sizing:border-box}.vczapi-wrap *{box-sizing:border-box}.vczapi-wrap input,.vczapi-wrap select{width:100%}.vczapi-plr{padding:0 1.5em}.vczapi-ptb{padding:1.5em 0}.vczapi-pb{padding-bottom:1.5em}.vczapi-pb-3{padding-bottom:3em}.vczapi-pt{padding-top:1.5em}.vczapi-pl{padding-left:1.5em}.vczapi-pr{padding-right:1.5em}.vczapi-col-2,.vczapi-col-3,.vczapi-col-4,.vczapi-col-5,.vczapi-col-6,.vczapi-col-8,.vczapi-col-9,.vczapi-col-10,.vczapi-col-11,.vczapi-col-12{position:relative;width:100%;padding-right:10px;padding-left:10px}.vczapi-form-control{padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}@media(min-width: 769px){.vczapi-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.vczapi-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.vczapi-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.vczapi-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.vczapi-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.clearfix{clear:both}.vczapi-filters-wrapper{margin-bottom:2em;margin-top:1em;align-items:center}.vczapi-modal{display:none;position:fixed;z-index:9999;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.vczapi-modal .vczapi-modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.vczapi-modal .vczapi-modal-close{color:#000;float:right;font-size:28px;font-weight:bold}.vczapi-modal .vczapi-modal-close:hover,.vczapi-modal .vczapi-modal-close:focus{color:#000;text-decoration:none;cursor:pointer}.vczapi-modal .vczapi-modal-header{padding:2px 16px;color:#fff}.vczapi-modal .vczapi-modal-body{padding:2px 16px;max-height:500px;overflow:auto}.vczapi-modal .vczapi-modal-list{padding:20px;list-style:none;margin:0;border-bottom:1px solid #efefef}.vczapi-modal-loader{text-align:center;color:#424242;background:#fff;width:400px;margin:0 auto;padding:20px;border-radius:20px}
@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}:root{--lp-cotainer-max-with:var(--lp-container-max-width)}.wp-block-group{--lp-container-max-width:var(--wp--style--global--wide-size)}@font-face{font-family:"lp-icon";src:url(//oracy.stg.wamkt.aws.wawmanaged.uk/wp-content/plugins/learnpress/assets/src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=191) format("woff2");font-weight:normal;font-style:normal;font-display:swap}[class^=lp-icon-],[class*=" lp-icon-"]{font-family:"lp-icon";speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp-icon-plus:before{content:"\f067"}.lp-icon-question:before{content:"\f128"}.lp-icon-minus:before{content:"\f068"}.lp-icon-search:before{content:"\f002"}.lp-icon-envelope-o:before{content:"\f003"}.lp-icon-heart:before{content:"\f004"}.lp-icon-star:before{content:"\f005"}.lp-icon-star-o:before{content:"\f006"}.lp-icon-user:before{content:"\f007"}.lp-icon-th-large:before{content:"\f009"}.lp-icon-th:before{content:"\f00a"}.lp-icon-th-list:before{content:"\f00b"}.lp-icon-check:before{content:"\f00c"}.lp-icon-close:before{content:"\f00d"}.lp-icon-remove:before{content:"\f00d"}.lp-icon-times:before{content:"\f00d"}.lp-icon-signal:before{content:"\f012"}.lp-icon-cog:before{content:"\f013"}.lp-icon-gear:before{content:"\f013"}.lp-icon-trash-o:before{content:"\f014"}.lp-icon-home:before{content:"\f015"}.lp-icon-file-o:before{content:"\f016"}.lp-icon-clock-o:before{content:"\f017"}.lp-icon-download:before{content:"\f019"}.lp-icon-play-circle-o:before{content:"\f01d"}.lp-icon-refresh:before{content:"\f021"}.lp-icon-lock:before{content:"\f023"}.lp-icon-flag:before{content:"\f024"}.lp-icon-book:before{content:"\f02d"}.lp-icon-bookmark:before{content:"\f02e"}.lp-icon-video-camera:before{content:"\f03d"}.lp-icon-edit:before{content:"\f044"}.lp-icon-pencil-square-o:before{content:"\f044"}.lp-icon-check-square-o:before{content:"\f046"}.lp-icon-arrows:before{content:"\f047"}.lp-icon-chevron-left:before{content:"\f053"}.lp-icon-chevron-right:before{content:"\f054"}.lp-icon-check-circle:before{content:"\f058"}.lp-icon-question-circle:before{content:"\f059"}.lp-icon-arrow-left:before{content:"\f060"}.lp-icon-arrow-right:before{content:"\f061"}.lp-icon-expand:before{content:"\f065"}.lp-icon-compress:before{content:"\f066"}.lp-icon-exclamation-circle:before{content:"\f06a"}.lp-icon-gift:before{content:"\f06b"}.lp-icon-eye:before{content:"\f06e"}.lp-icon-eye-slash:before{content:"\f070"}.lp-icon-exclamation-triangle:before{content:"\f071"}.lp-icon-warning:before{content:"\f071"}.lp-icon-calendar:before{content:"\f073"}.lp-icon-comment:before{content:"\f075"}.lp-icon-chevron-up:before{content:"\f077"}.lp-icon-chevron-down:before{content:"\f078"}.lp-icon-shopping-cart:before{content:"\f07a"}.lp-icon-bar-chart:before{content:"\f080"}.lp-icon-bar-chart-o:before{content:"\f080"}.lp-icon-key:before{content:"\f084"}.lp-icon-cogs:before{content:"\f085"}.lp-icon-gears:before{content:"\f085"}.lp-icon-thumbs-o-up:before{content:"\f087"}.lp-icon-thumbs-o-down:before{content:"\f088"}.lp-icon-heart-o:before{content:"\f08a"}.lp-icon-sign-out:before{content:"\f08b"}.lp-icon-linkedin-square:before{content:"\f08c"}.lp-icon-sign-in:before{content:"\f090"}.lp-icon-phone:before{content:"\f095"}.lp-icon-square-o:before{content:"\f096"}.lp-icon-bookmark-o:before{content:"\f097"}.lp-icon-twitter:before{content:"\f099"}.lp-icon-facebook:before{content:"\f09a"}.lp-icon-facebook-f:before{content:"\f09a"}.lp-icon-unlock:before{content:"\f09c"}.lp-icon-bullhorn:before{content:"\f0a1"}.lp-icon-bell-o:before{content:"\f0a2"}.lp-icon-certificate:before{content:"\f0a3"}.lp-icon-briefcase:before{content:"\f0b1"}.lp-icon-arrows-alt:before{content:"\f0b2"}.lp-icon-copy:before{content:"\f0c5"}.lp-icon-files-o:before{content:"\f0c5"}.lp-icon-pinterest-square:before{content:"\f0d3"}.lp-icon-google-plus-square:before{content:"\f0d4"}.lp-icon-google-plus:before{content:"\f0d5"}.lp-icon-money-bill-alt:before{content:"\f0d6"}.lp-icon-caret-down:before{content:"\f0d7"}.lp-icon-caret-up:before{content:"\f0d8"}.lp-icon-caret-left:before{content:"\f0d9"}.lp-icon-caret-right:before{content:"\f0da"}.lp-icon-linkedin:before{content:"\f0e1"}.lp-icon-comment-o:before{content:"\f0e5"}.lp-icon-file-text-o:before{content:"\f0f6"}.lp-icon-angle-double-left:before{content:"\f100"}.lp-icon-angle-double-right:before{content:"\f101"}.lp-icon-angle-double-up:before{content:"\f102"}.lp-icon-angle-double-down:before{content:"\f103"}.lp-icon-angle-left:before{content:"\f104"}.lp-icon-angle-right:before{content:"\f105"}.lp-icon-angle-up:before{content:"\f106"}.lp-icon-angle-down:before{content:"\f107"}.lp-icon-desktop:before{content:"\f108"}.lp-icon-mobile:before{content:"\f10b"}.lp-icon-mobile-phone:before{content:"\f10b"}.lp-icon-circle-o:before{content:"\f10c"}.lp-icon-spinner:before{content:"\f110"}.lp-icon-code:before{content:"\f121"}.lp-icon-puzzle-piece:before{content:"\f12e"}.lp-icon-calendar-o:before{content:"\f133"}.lp-icon-ellipsis-h:before{content:"\f141"}.lp-icon-ellipsis-v:before{content:"\f142"}.lp-icon-file:before{content:"\f15b"}.lp-icon-file-alt:before{content:"\f15c"}.lp-icon-youtube-play:before{content:"\f16a"}.lp-icon-instagram:before{content:"\f16d"}.lp-icon-dot-circle-o:before{content:"\f192"}.lp-icon-graduation-cap:before{content:"\f19d"}.lp-icon-mortar-board:before{content:"\f19d"}.lp-icon-google:before{content:"\f1a0"}.lp-icon-language:before{content:"\f1ab"}.lp-icon-database:before{content:"\f1c0"}.lp-icon-file-pdf:before{content:"\f1c1"}.lp-icon-file-word:before{content:"\f1c2"}.lp-icon-file-excel:before{content:"\f1c3"}.lp-icon-file-powerpoint:before{content:"\f1c4"}.lp-icon-file-image:before{content:"\f1c5"}.lp-icon-file-photo:before{content:"\f1c5"}.lp-icon-file-picture:before{content:"\f1c5"}.lp-icon-file-archive:before{content:"\f1c6"}.lp-icon-file-zip:before{content:"\f1c6"}.lp-icon-file-audio:before{content:"\f1c7"}.lp-icon-file-sound:before{content:"\f1c7"}.lp-icon-file-movie:before{content:"\f1c8"}.lp-icon-file-video:before{content:"\f1c8"}.lp-icon-file-code:before{content:"\f1c9"}.lp-icon-circle-thin:before{content:"\f1db"}.lp-icon-share-alt:before{content:"\f1e0"}.lp-icon-pie-chart:before{content:"\f200"}.lp-icon-line-chart:before{content:"\f201"}.lp-icon-user-secret:before{content:"\f21b"}.lp-icon-television:before{content:"\f26c"}.lp-icon-tv:before{content:"\f26c"}.lp-icon-question-circle-o:before{content:"\f29c"}.lp-icon-google-plus-circle:before{content:"\f2b3"}.lp-icon-google-plus-official:before{content:"\f2b3"}.lp-icon-user-circle:before{content:"\f2bd"}.lp-icon-user-graduate:before{content:"\f501"}.lp-icon-user-edit:before{content:"\f4ff"}.lp-icon-my-courses:before{content:"\e900"}.lp-icon-clock:before{content:"\e901"}.lp-icon-stopwatch:before{content:"\f2f2"}.lp-icon-file-download:before{content:"\f56d"}.lp-icon-list:before{content:"\f03a"}.lp-icon-students:before{content:"\e902"}.lp-icon-courses:before{content:"\e903"}.lp-icon-tiktok-alt:before{content:"\e908"}.lp-icon-alarm-clock:before{content:"\e909"}.lp-icon-art-and-design:before{content:"\e90a"}.lp-icon-best-customer-experience:before{content:"\e90b"}.lp-icon-certificate-o:before{content:"\e90c"}.lp-icon-community:before{content:"\e90d"}.lp-icon-online-education:before{content:"\e90e"}.lp-icon-concierge-bell:before{content:"\e90f"}.lp-icon-target:before{content:"\e910"}.lp-icon-content-marketing:before{content:"\e911"}.lp-icon-dollar-sign:before{content:"\e912"}.lp-icon-website:before{content:"\e913"}.lp-icon-worldwide-security:before{content:"\e914"}.lp-icon-educational-programs:before{content:"\e915"}.lp-icon-online-class:before{content:"\e916"}.lp-icon-monitor:before{content:"\e917"}.lp-icon-lucide:before{content:"\e918"}.lp-icon-ebook:before{content:"\e919"}.lp-icon-co-instructor:before{content:"\e904"}.lp-icon-close-circle:before{content:"\e907"}.lp-icon-layers:before{content:"\e91a"}.lp-icon-filter:before{content:"\e91c"}.lp-icon-in_progress_course:before{content:"\e91d"}.lp-icon-finished_courses:before{content:"\e91e"}.lp-icon-failed_courses:before{content:"\e91f"}.lp-icon-passed_courses:before{content:"\e920"}.lp-icon-student_in_progress:before{content:"\e924"}.lp-icon-student_completed:before{content:"\e925"}.lp-icon-published_course:before{content:"\e926"}.lp-icon-pending_course:before{content:"\e927"}.lp-icon-list-check:before{content:"\e929"}.lp-icon-icon-h5p:before{content:"\e92a"}.lp-icon-comment-written:before{content:"\e921"}.lp-icon-book-open:before{content:"\f518"}.lp-icon-pinterest-p:before{content:"\f231"}.lp-icon-dropbox:before{content:"\e905"}.lp-icon-edit-square:before{content:"\e923"}.lp-icon-drag:before{content:"\e922"}.lp-icon-map-pin:before{content:"\e91b"}.lp-icon-map-marker:before{content:"\e91b"}.lp-icon-box:before{content:"\e906"}.lp-ico-ai{display:inline-block;width:13px;height:13px;background-image:url(//oracy.stg.wamkt.aws.wawmanaged.uk/wp-content/plugins/learnpress/images/icons/ico-ai.svg);background-size:contain;background-repeat:no-repeat}.lp-skeleton-animation{margin:0;padding:0;list-style:none}.lp-skeleton-animation>li{width:100%;height:16px;margin-top:15px;border-radius:2px;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}@keyframes lp-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.lp-loading-circle{width:15px;height:15px;border:2px solid #ccc;border-radius:50%;border-top-color:rgba(0,0,0,0.76);animation:spin 1s infinite linear;display:inline-block}.lp-loading-circle.hide{display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lp-form-course-filter__title{font-weight:500;margin-bottom:12px}.lp-form-course-filter__content{position:relative}.lp-form-course-filter__content .lp-course-filter__field *{cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter__field input[disabled]{cursor:not-allowed}.lp-form-course-filter__content .lp-course-filter__field label{margin:0;text-transform:capitalize;line-height:inherit;flex:1}.lp-form-course-filter__content .lp-course-filter__field .count{color:#999}.lp-form-course-filter__content .lp-course-filter-search-field{position:relative;display:flex;align-items:center}.lp-form-course-filter__content .lp-course-filter-search-field input{width:100%;line-height:2rem;border:1px solid #eee;padding:8px}.lp-form-course-filter__content .lp-course-filter-search-field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle{position:absolute;right:10px}.lp-form-course-filter__content .lp-course-filter-search-result{position:absolute;z-index:10;background:white;width:100%;border:1px solid #eee;max-height:300px;overflow-y:auto;padding:0}.lp-form-course-filter__content .lp-course-filter-search-result:empty{border:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list{padding:0 10px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest{display:flex;gap:8px;padding:10px 0;align-items:center;border-bottom:1px solid #f5f5f5}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:last-child{border-bottom:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img{width:50px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img img{width:50px;height:auto;display:block}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a{font-size:.875em;line-height:1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a span{font-size:.875em;line-height:1em}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-info{border-top:1px solid #eee;padding:10px;background:#e8f0fe;font-weight:500;display:flex;justify-content:space-between}.lp-form-course-filter .course-filter-submit,.lp-form-course-filter .course-filter-reset{padding:12px 24px;text-transform:capitalize;width:calc(50% - 4px);border:1px solid #ccc;border-radius:4px;background-color:var(--lp-button-background-color);color:var(--lp-button-color)}.lp-form-course-filter .course-filter-submit:focus,.lp-form-course-filter .course-filter-reset:focus{outline:0}.lp-form-course-filter .course-filter-submit:hover,.lp-form-course-filter .course-filter-reset:hover{color:#fff;background:var(--lp-primary-color)}.lp-form-course-filter .course-filter-reset{margin-left:4px}.lp-form-course-filter .course-filter-submit{margin-right:4px}.lp-form-course-filter .lp-form-course-filter__item{margin-bottom:12px;border-bottom:1px solid #ccc;padding-bottom:12px}.lp-form-course-filter .lp-form-course-filter__item .lp-cate-parent .lp-cate-child{margin-left:1rem}#learn-press-become-teacher-form .become-teacher-fields{list-style:none;padding:0}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:none}.elementor-widget-container .learnpress-widget-wrapper{position:unset}@media(max-width:768px){.widget_course_filter{position:fixed !important;right:0;top:0;bottom:0;z-index:999999;width:400px;height:100%;background-color:#fff;transition:.3s;display:block;overflow-y:auto;border:none !important;border-radius:0 !important;transform:translate3d(100%,0,0);margin:0;opacity:0;visibility:hidden;padding:20px}.widget_course_filter .lp-form-block-course-filter .course-filter-submit,.widget_course_filter .lp-form-course-filter .course-filter-submit{width:100%;margin:0}.widget_course_filter .lp-form-block-course-filter .course-filter-reset,.widget_course_filter .lp-form-course-filter .course-filter-reset{width:100%;margin:12px 0 0 0}.widget_course_filter .widget-title{display:flex;gap:16px;align-items:center;font-size:calc(var(--lp-font-size-base, 1em) * 1.25)}.show-lp-course-filter-mobile{overflow:hidden}.show-lp-course-filter-mobile .widget_course_filter{transform:none;opacity:1;visibility:visible}.show-lp-course-filter-mobile .lp-archive-courses-sidebar::after{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.9);content:"";-webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;transition:opacity .5s,width .1s .5s,height .1s .5s;z-index:99999}.show-lp-course-filter-mobile .learnpress-widget-wrapper{position:unset}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:flex;position:absolute;right:0;top:20px;left:auto;align-items:center;justify-content:center;gap:4px;padding:0 20px}.lp-form-course-filter__close i,.elementor-widget-container .lp-form-course-filter__close i{font-size:1rem}}@media(max-width:500px){.widget_course_filter{width:100%;left:0;right:0;box-sizing:border-box}}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.lp-loading-change{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0}.lp-load-ajax-element{position:relative}@media(min-width:1024px){body.theme-divi{--lp-cotainer-padding:0}}.learnpress.widget{margin-bottom:30px}.learnpress.widget h3{margin-bottom:20px}.learnpress.widget a{text-decoration:none}.learnpress-widget-wrapper{margin-top:16px;position:relative}.learnpress-widget-wrapper .lp-widget-loading-change{display:none;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0;z-index:10}.learnpress-widget-wrapper .lp-widget-course{margin:0 0 30px 0;border:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__image img{height:auto;width:100%;display:block}.learnpress-widget-wrapper .lp-widget-course__title{margin-bottom:20px;font-size:1em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__content{margin:0;padding:16px;border-top:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__title{margin:4px 0 16px 0}.learnpress-widget-wrapper .lp-widget-course__meta{display:grid;margin:16px 0 0 0;grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;gap:24px}.learnpress-widget-wrapper .lp-widget-course__meta .course-price{margin-bottom:0}.learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price{display:flex;flex-direction:column}.learnpress-widget-wrapper .lp-widget-course__description{color:#666;font-size:.875em}.learnpress-widget-wrapper .lp-widget-course__price{color:#444;font-size:.875em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__instructor{display:flex;align-items:center}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar{margin-right:5px}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar img{width:20px;border-radius:20px;height:20px;display:block}.learnpress-widget-wrapper .lp-widget-course__instructor>a{color:#777;font-size:.875em}.learnpress.widget_course_progress .lp_widget_course_progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp_widget_course_progress{margin:0;padding:20px;border:1px solid #eee}.learnpress.widget_course_progress .course-results-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress{margin-top:10px;font-size:.8em}.learnpress.widget_course_progress .course-results-progress .items-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress{display:flex;margin-bottom:7px;justify-content:space-between;align-items:center}.learnpress.widget_course_progress .course-results-progress .items-progress__heading,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress__heading{font-weight:400}.learnpress.widget_course_progress .lp-course-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress{width:100%}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress{position:relative}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active{position:absolute;left:50%;width:100%;height:100%;margin-left:-100%;background:var(--lp-primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-left:-1px;background:var(--lp-secondary-color)}.lp_widget_course_info{margin:0;padding:20px;border:1px solid var(--lp-border-color,#e2e0db)}.lp_widget_course_info h3{margin-bottom:15px}.lp_widget_course_info ul{margin:0;padding:0}.lp_widget_course_info ul li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.lp_widget_course_info ul label{font-size:var(--lp-font-size-base,1em);margin:0}.lp-widget-course-extra{margin:0}.lp-widget-course-extra h3{margin-bottom:20px;font-size:var(--lp-font-size-base,1em)}.lp-widget-course-extra__content h4.course-extras__title{margin:0;margin-bottom:15px;font-size:var(--lp-font-size-base,1em);font-weight:600}.lp-widget-course-extra__content ul{margin:0;padding:0}.lp-widget-course-extra__content ul li{margin-bottom:10px}.lp-widget-course-extra__content .course-extras{display:block}.lp-widget-course-extra__content .course-extras .course-extras__content ul{list-style:none}.lp-widget-course-extra__content .course-extras .course-extras__content ol{list-style-position:inside}.lp-widget-course-extra__content .course-extras .course-extras__content ul li,.lp-widget-course-extra__content .course-extras .course-extras__content ol li{position:relative;border:0}.lp-widget-course-extra__content .course-extras.style-checks ul li,.lp-widget-course-extra__content .course-extras.style-checks ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-checks ul li::before,.lp-widget-course-extra__content .course-extras.style-checks ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.lp-widget-course-extra__content .course-extras.style-radios ul li,.lp-widget-course-extra__content .course-extras.style-radios ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-radios ul li::before,.lp-widget-course-extra__content .course-extras.style-radios ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.learnpress.widget_course_featured .lp-widget-featured-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link::before{content:"←"}.learnpress.widget_course_popular .lp-widget-popular-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link::before{content:"←"}.learnpress.widget_course_recent .lp-widget-recent-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link::before{content:"←"}.learnpress-widget-wrapper__restapi .lp-skeleton-animation{min-width:250px}.learnpress-widget-wrapper__restapi ul{padding:0}