File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/wp-event-solution/assets/css/rtl.css
/* put rtl css here */
.rtl .etn-event-item .etn-event-footer{
display: flex;
justify-content: space-between;
}
.etn-event-item .etn-event-category{
left: auto;
right: 20px;
}
.etn-event-item .etn-event-footer .etn-atend-btn i{
transform: rotate(180deg);
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-location{
padding-right: 25px;
padding-left: 0px;
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-location i{
left: auto;
right: 0;
}
.rtl .cat-radio-btn-list [type=radio]:checked,
.rtl .cat-radio-btn-list [type=radio]:not(:checked) {
right: -9999px;
left: auto;
}