/*
LTR Styles for harika ltr languages
*/
body, .wpcf7 {
    direction: ltr !important;
}
.harika-navigation ul.menu li .sub-menu li.menu-item-has-children:after {
  content: "\f054";
}

.harika-newsticker-widget p {
  margin: 0 5px 0 0;
}

.sidebar-col .widget .widget-title:after,
.sidebar-col .elementor-widget h5:after {
  border-radius: 8px 0 0 8px;
}

.hp-pagination .hp-page-next:after {
  content: "\f054";
}

.hp-pagination .hp-page-prev:before {
  content: "\f053";
}

input.shareLink {
    padding: 0 60px 0 48px;
    text-align: left;
}

.wp-editor-content > ul li:before {
    content: "\f105";
}
body:not(.elementor-page) .page-content > ul li:before, body .elementor-widget-theme-post-content .elementor-widget-container > ul li:before {
    content: "\f105";
}
.harika-posts-grid-3-widget .article .meta .view-more {
    transform: rotateY(180deg);
}