/**
 * Theme Name: Ink - Child Theme
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: http://codestag.com
 * Description: A Modern and Elegant Photography theme for WordPress.
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Domain Path: /languages/
 * Tags: Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Template: ink
 */

/**
 * Place Custom CSS Below this.
 */
.widget_nav_menu.amr_widget { background-color: #efefef; border:1px solid #aaaaaa; padding: 30px; }
.widget_nav_menu.amr_widget li:before { font: normal normal normal 13px/1 FontAwesome; padding-right: 5px; content: "\f197"; }
.widget_nav_menu.amr_widget li { padding-left: 1em; text-indent: -1em; margin-bottom:5px; border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.widget_nav_menu.amr_widget li a { border-bottom: none; font-size: 15px; }
.widget_nav_menu.amr_widget h3, .widget_nav_menu.amr_widget li { line-height: 1em; }
.widget_nav_menu.amr_widget ul {
	list-style-position: outside;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}	
