body:not([data-theme=dark]) .site-wrap {
background-color: #fff;
}
body:not([data-theme=dark]) .p-list {
background-color: #fafafa;
}
.p-list-1 .p-footer .rb-custom-event {
position: relative;
padding: 0;
}
.p-list-1 .p-footer {
align-items: center;
justify-content: center;
}
.p-list-1 .p-footer .rb-custom-event .cat-info-el {
margin-bottom: 0;
}
.is-single-3 .single-header-overlay .rb-custom-event {
position: relative;
}
.is-single-3 .single-header>.rb-custom-event {
display: none;
}
.rb-custom-event.is-red-color .cat-info-el {
background-color: #DF2935 !important;
}
.rb-custom-event.is-now .cat-info-el {
background-color: #48BF84 !important;
}
.p-list-1 .p-footer .rb-custom-event .cat-info-el:hover {
background-color: #333 !important;
color: #fff !important;
}
@media all and (min-width: 992px) {
.p-list-1 .p-feat .rb-custom-event {
display: none;
}
.p-list-1, .fw-list-1 .infeed-wrap {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
}
@media all and (max-width: 991px) {
.p-list-1 .p-footer .rb-custom-event {
display: none;
}
}
@media only screen and (min-width: 768px) {
.p-list-1.is-border:before {
display: none !important;
}
.p-list-1.is-border:after {
position: absolute;
z-index: -1;
top: 0;
right: 0;
left: 0;
display: block;
content: '';
opacity: .07;
border-bottom: 1px solid currentColor;
}
.p-list-1.is-border:after {
bottom: 0;
}
.p-outer:last-child .p-list-1 {
padding-bottom: 0;
margin-bottom: 0;
}
.p-outer:last-child .p-list-1.is-border:after {
border: none;
}
}