/*
Theme Name: Moose Child
Theme URI: http://kdstudiogroup.com
Template: moose
Author: Child Theme Configurator
Author URI: http://kdstudiogroup.com
Version: 1.0.1457549728
Updated: 2016-03-10 16:34:42
*/

@charset "UTF-8";

/*====================================================================
  Theme customization starts here
  ====================================================================*/

/*====================================================================
  Show Percentage Mark - Color
  ====================================================================*/

.eltd_pie_chart_holder .tocounter.with_mark::after {
    content: '%';
    font-size: 24px;
    color: #0b84db;
    line-height: 24px;
    display: block;
    padding-top: 12px;
}

.flex-direction-nav a, body div.pp_default a.pp_next, body div.pp_default a.pp_previous {
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    line-height: 47px;
    font-size: 28px;
    color: rgba(255,255,255,.5);
    background-color: rgba(45,45,45,.2);
    border-color: rgba(255,255,255,0.5);
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
}

.flexslider:hover .flex-direction-nav a:hover,
.portfolio_slider:hover .caroufredsel-direction-nav a:hover {
    background-color: rgba(45,45,45,.5);
    /*background-color: transparent;*/
    border-color: rgba(255,255,255,1);
    /*border-color: rgba(255,255,255,0.5);*/
}

