File: /home/wwwrenee/public_html/wp-content/themes/maxcoach/assets/scss/learnpress/_archive.scss
.maxcoach-main-post {
.course-wrapper {
@extend %NormalTransition;
background: #fff;
border-radius: 5px;
overflow: hidden;
&:hover {
box-shadow: 0 14px 59px rgba(0, 0, 0, .12);
}
}
.course-info {
padding: 30px 30px 38px;
}
.course-title {
font-size: 20px;
line-height: 1.6;
font-weight: 700;
margin: 0;
a {
color: inherit;
}
}
.course-thumbnail {
img {
width: 100%;
}
}
.course-price {
font-size: 24px;
line-height: 1;
font-weight: 800;
margin: 0 0 12px;
.decimals-separator {
font-size: 18px;
}
.origin-price {
position: relative;
color: #ababab;
&:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
transform: translateY(-2px);
}
}
}
.course-meta {
font-size: 14px;
margin: 30px 0 0;
> div {
margin-right: 28px;
display: inline-block;
}
.meta-icon {
margin-right: 6px;
}
}
}
.lp-archive-courses {
ul.learn-press-courses {
.course-wrapper {
@extend %NormalTransition;
background: #fff;
border-radius: 5px;
overflow: hidden;
&:hover {
box-shadow: 0 14px 59px rgba(0, 0, 0, .12);
}
}
.course-info {
padding: 30px 30px 38px;
}
.course-price-badge {
position: absolute;
top: 0;
right: 0;
background: #ee7455;
color: #fff;
font-size: 18px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.4px;
padding: 11px 10px;
&:before,
&:after {
content: '';
position: absolute;
left: 0;
transform: translateX(-50%);
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
&:before {
top: 0;
border-top: 19px solid #ee7455;
}
&:after {
bottom: 0;
border-bottom: 19px solid #ee7455;
}
}
.course-title {
font-size: 20px;
line-height: 1.6;
margin: 0;
a {
display: block;
color: inherit;
&:hover {
color: $primary-color;
}
}
}
.course-thumbnail {
img {
width: 100%;
border-radius: 5px 5px 0 0;
}
}
.course-info {
.course-price {
.origin-price {
display: none;
}
}
}
.course-price {
font-size: 24px;
line-height: 1;
font-weight: 800;
margin: 0 0 12px;
color: $primary-color;
.decimals-separator {
font-size: 18px;
}
.origin-price {
position: relative;
color: #ababab;
&:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
transform: translateY(-2px);
}
}
}
.course-meta {
font-size: 14px;
margin: 30px 0 0;
> div {
margin-right: 28px;
display: inline-block;
}
.meta-icon {
margin-right: 6px;
}
}
}
.course-form-filtering {
.maxcoach-fake-select-current {
.label {
&:before {
@extend %FontAwesomeRegular;
content: '\f036';
vertical-align: middle;
font-size: 16px;
}
}
}
}
}
.learn-press-pagination.learn-press-pagination {
margin: 0;
}