.learndash-course-grid .items-wrapper.grid {
display: grid;
grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
column-gap: 30px;
row-gap: 30px;
margin-bottom: 30px;
}
.learndash-course-grid .items-wrapper.grid .item {
visibility: hidden;
}
.learndash-course-grid .items-wrapper.grid .item .content .entry-content {
float: none;
margin: auto;
width: auto;
}.learndash-course-grid .pagination {
text-align: center;
border: 0;
margin: 0;
padding: 0;
}
.learndash-course-grid .pagination::before,
.learndash-course-grid .pagination::after {
display: none;
}
.learndash-course-grid .pagination .load-more {
margin: 0 auto;
border-radius: 3px;
background-color: #fd6703;
color: #ffffff;
padding: 10px 50px;
padding: 0.75rem 2rem;
font-weight: 600;
text-decoration: none;
font-size: 1.4rem;
border: 3px solid #fd6703;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.learndash-course-grid .pagination .load-more:hover {
background-color: #f7883e;
border-color: #f7883e;
}.toggle-filter {
position: sticky;
left: 100%;
margin-bottom: 20px;
}
.toggle-filter.opened::before {
content: "\f158";
font-family: 'Dashicons';
padding-right: 10px;
top: 1px;
position: relative;
}
.learndash-course-grid {
position: relative;
}
.learndash-course-grid .learndash-course-grid-filter {
position: absolute;
max-width: 300px;
}
.learndash-course-grid .learndash-course-grid-filter {
display: none;
}
.learndash-course-grid-filter {
max-width: 300px;
min-width: 300px;
background: white;
padding: 15px 20px;
border-radius: 5px;
z-index: 2000;
margin: 0 auto;
border: 2px solid #ddd;
}
.learndash-course-grid .learndash-course-grid-filter {
right: 0;
position: absolute;
}
.learndash-course-grid-filter form {
margin: 0;
}
.learndash-course-grid-filter form input:focus,
.learndash-course-grid-filter form select:focus {
outline: none;
} .learndash-course-grid-filter form input[type=range] {
-webkit-appearance: none;
margin: 18px 0;
width: 100%;
}
.learndash-course-grid-filter form input[type=range]:focus {
outline: none;
}
.learndash-course-grid-filter form input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: #0077ff;
border-radius: 1.3px;
}
.learndash-course-grid-filter form input[type="range"]:first-child::-webkit-slider-runnable-track {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-right: none;
}
.learndash-course-grid-filter form input[type="range"]:nth-child(2)::-webkit-slider-runnable-track {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-left: none;
}
.learndash-course-grid-filter form input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 16px;
width: 16px;
border-radius: 10px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
.learndash-course-grid-filter form input[type=range]:focus::-webkit-slider-runnable-track {
background: #0077ff;
}
.learndash-course-grid-filter form input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #0077ff;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
.learndash-course-grid-filter form input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 16px;
width: 16px;
border-radius: 10px;
background: #ffffff;
cursor: pointer;
}
.learndash-course-grid-filter form input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
.learndash-course-grid-filter form input[type=range]::-ms-fill-lower {
background: #2a6495;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.learndash-course-grid-filter form input[type=range]::-ms-fill-upper {
background: #0077ff;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.learndash-course-grid-filter form input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 16px;
width: 16px;
border-radius: 10px;
background: #ffffff;
cursor: pointer;
}
.learndash-course-grid-filter form input[type=range]:focus::-ms-fill-lower {
background: #0077ff;
}
.learndash-course-grid-filter form input[type=range]:focus::-ms-fill-upper {
background: #0077ff;
} .learndash-course-grid-filter .filter {
margin-bottom: 15px;
}
.learndash-course-grid-filter .taxonomies-wrapper .terms {
list-style-type: none;
padding: 0 0 15px 20px;
margin: 0;
max-height: 150px;
overflow: auto;
}
.learndash-course-grid-filter .filter.price label {
display: block;
} .learndash-course-grid-filter .filter.price .range-wrapper :first-child {
width: 50%;
float: left;
}
.learndash-course-grid-filter .filter.price .range-wrapper :nth-child(2) {
width: 50%;
float: right;
}
.learndash-course-grid-filter .filter.price .number-wrapper.left {
float: left;
text-align: left;
}
.learndash-course-grid-filter .filter.price .number-wrapper.right {
float: right;
text-align: right;
}
.learndash-course-grid-filter .filter.price .number-wrapper label,
.learndash-course-grid-filter .filter.price .number-wrapper input {
display: block;
}
.learndash-course-grid-filter .filter.price .number-wrapper input {
width: 80px;
}
.learndash-course-grid-filter .filter.price input[type="range"] {
margin-bottom: 10px;
}
.learndash-course-grid-filter input[type="text"],
.learndash-course-grid-filter input[type="range"] {
display: block;
width: 100%;
}
.learndash-course-grid-filter input[type="text"] {
padding: 5px;
}
.learndash-course-grid-filter .buttons {
margin-top: 0;
}
.toggle-filter,
.learndash-course-grid-filter .buttons .button {
display: block;
margin-bottom: 10px;
border-radius: 3px;
padding: 0.5rem 1rem;
font-weight: 600;
text-decoration: none;
font-size: 1rem;
border: 3px solid #ddd;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
display: -ms-flexbox;
display: flex;
justify-content: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.learndash-course-grid-filter .buttons .button {
width: 100%;
}
.learndash-course-grid-filter .buttons .button.blue {
color: #ffffff;
background-color: #235af4;
border-color: #235af4;
}
.learndash-course-grid-filter .buttons .button.blue:hover {
background: #0d9dff;    
border-color: #0d9dff;
}
.toggle-filter,
.learndash-course-grid-filter .buttons .button.grey {
color: #333333;
background-color: #eeeeee;
border-color: #eeeeee;
}
.toggle-filter:hover,
.learndash-course-grid-filter .buttons .button.grey:hover {
background-color: #d5d5d5;
border-color: #d5d5d5;
}.learndash-course-grid .items-wrapper .grid-1 .post {
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
display: block;
position: relative;
padding: 0;
margin: 0;
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
-moz-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
-webkit-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
}
.learndash-course-grid .items-wrapper .grid-1 .ribbon {
text-shadow: 0 1px rgb( 0 0 0 / 30% );
position: absolute;
z-index: 2;
top: 20px;
right: 20px;
left: auto;
padding: 10px 12px;
border-radius: 6px;
color: #fff;
background: #fd6703;
font-weight: bold;
font-size: 1rem;
}
.learndash-course-grid .items-wrapper .grid-1 .ribbon::before {
}
.learndash-course-grid .items-wrapper .grid-1 .thumbnail {
margin: 0;
padding: 0;
}
.learndash-course-grid .items-wrapper .grid-1 .video > * {
border-radius: 5px;
}
.learndash-course-grid .items-wrapper .grid-1 .thumbnail img {
margin: 0 auto;
padding: 0;
width: 100%;
height: auto;
}
.learndash-course-grid .items-wrapper .grid-1 .content {
padding: 30px 22px;
color: #333333;
}
.learndash-course-grid .items-wrapper .grid-1 .content > *:not(:last-child) {
margin-bottom: 20px;
}
.learndash-course-grid .items-wrapper .grid-1 .content .top-meta > *:not(:last-child) {
margin-bottom: 20px;
}
.learndash-course-grid .items-wrapper .grid-1 .content .entry-title {
font-size: 1.2rem;
font-weight: bold;
line-height: 1.2;
color: #333;
}
.learndash-course-grid .items-wrapper .grid-1 .content .entry-title a {
text-decoration: none;
color: #333;
font-size: 1.2rem;
line-height: 1.2;
font-weight: bold;
}
.learndash-course-grid .items-wrapper .grid-1 .content .entry-content {
margin-bottom: 20px ;
}
.learndash-course-grid .items-wrapper .grid-1 .content .entry-content > * {
margin: 0;
}
.learndash-course-grid .items-wrapper .grid-1 .content .author {
font-size: 0.875rem;
color: #949ca1;
}
.learndash-course-grid .items-wrapper .grid-1 .content .reviews,
.learndash-course-grid .items-wrapper .grid-1 .content .categories {
font-size: 0.875rem;
display: flex;
align-items: center;
}
.learndash-course-grid .items-wrapper .grid-1 .icon {
justify-content: center;
margin-right: 3px;
}
.learndash-course-grid .items-wrapper .grid-1 .content .categories .icon {
font-size: 0.875rem;
display: flex;
align-items: center;
}
.learndash-course-grid .items-wrapper .grid-1 .content .reviews .label {
margin-right: 10px;
}
.learndash-course-grid .items-wrapper .grid-1 .content .reviews .stars {
color: #ffb703;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta {
display: grid;
grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
font-size: 0.75rem;
gap: 15px;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section {
display: flex;
align-items: center;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .icon {
width: auto;
height: auto;
display: block;
font-size: 1rem;
padding: 5px;
background: #00bcb6;
color: #fff;
border-radius: 5px;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .wrapper {
margin-left: 5px;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .wrapper .label {
font-weight: bold;
}
.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .wrapper > * {
display: block;
}