/*
Theme Name:   Planto Child
Theme URI:    http://hkangles.com/planto
Description:  Planto Child Theme
Author:       HKangels
Author URI:   http://hkangles.com
Template:     planto
Version:      1.0.0
License:      GNU General Public License version 3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
Text Domain:  planto-child
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.sidebar .widget.widget_pages ul > li a::after, .sidebar .widget.widget_recent_entries ul > li a::after, .sidebar .widget.widget_nav_menu ul > li a::after, .sidebar .widget.widget_meta ul > li a::after {
  font-family: "hkangles-base-icons";
  content: "\f006";
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .4s ease;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  border-radius: 0;
  text-align: center;
  line-height: 0px;
  transform: translateY(-50%);
}