/*
 Theme Name:   Electrician Child
 Theme URI:    https://smartdata.tonytemplates.com/electrician
 Description:  Electrician Child Theme
 Author:       Smartdatasoft Team
 Author URI:   https://themeforest.net/user/smartdatasoft
 Template:     electrician
 Version:      1.0.0
 License:      This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
 License URI:  License.txt
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  electrician
*/
.jOrgChart .node {
    position: unset;
    box-shadow: 0 0px 0px 0px #00000056;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    color: #333;
          padding: 5px;
  }
  
  @media only screen and (min-width:767px) { .jOrgChart .node {
    font-size: 19px;
    border: 0px solid #e5e5e5;
    max-width: 150px;
  }
  .chart_694 .jOrgChart .node img {
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px #0000007d;
    margin-bottom: 10px !important;
     
  }
  .social_popup {
    padding: 20px 0 0;
  }
  .social_popup i {
    font-size: 21px;
    margin-right: 15px;
  }
  
  i.fa.fa-facebook {
    color: #3B5997;
  }
  i.fa.fa-twitter {
    color: #1DA0F1;
  }
  
  i.fa.fa-linkedin {
    color: #0077B5;
  }
     
  }