/*
 *  custom style
*/
article .elementor-post-date:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2024/12/calendar.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
article .elementor-post-date {
    display: flex;
    align-items: center;
}
.swiper-pagination {
    transform: none!important;
}
span.swiper-pagination-bullet {
    width: 20px !important;
    border-radius: 5px!important;
}
.oom-read-more a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.oom-read-more a:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/12/btn-up.png);
    background-repeat: no-repeat;
    background-size: contain;
	transition: .3s;
}
.oom-read-more a:hover:after {
    transform: rotate(100deg);
}
.oom-widget-popup{
	z-index: 99!important;
}
.oom-widget-chat-content-message {
    width: 100%;
}