/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.menu-widget {
	font-size: 13px;
}

.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
	box-shadow: none;
}

.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
	padding: 0px;
}

.main_color .sidebar a {
	color: #333333;
}

.main_color .sidebar a:hover {
	color: #698BC5;
}

.sidebar a:hover, .sidebar a:focus {
    outline: 0;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: #698BC5;
	color: #698BC5;
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
    font-weight: normal;
}

.menu-widget a {
	display: block;
    padding: 4px 0px 5px 0;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-decoration: none;
}

.idh-left-sidebar {
	text-align: right;
}

.idh-left-sidebar ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: initial;
}