/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

.header-v1 #navigation > ul > li.menu-item-has-children > a:after {
    display:inline-block !important;
	position:initial;
	font-family: "FontAwesome";
    font-weight: 900;
    font-size: 11px;
    content: "\f078";
    color: #00a261;
    margin-left: 3px;
    margin-top:6px;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.header-v1 #navigation > ul > li.menu-item-has-children > a:after { margin-top:3px; }
}