/*
Theme Name: Imsys Tech
Theme URI: http: //mysite.com/
Description: Imsys theme
Author: 
Author URI: http: //mysite.com/
Template: salient
Version: 1.0
*/

@font-face {
  font-family: 'imsys';
  src:  url('fonts/Imsys.eot?w4a6gg');
  src:  url('fonts/Imsys.eot?w4a6gg#iefix') format('embedded-opentype'),
    url('fonts/Imsys.ttf?w4a6gg') format('truetype'),
    url('fonts/Imsys.woff?w4a6gg') format('woff'),
    url('fonts/Imsys.svg?w4a6gg#Imsys') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="imsys-icon-"], [class*=" imsys-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Imsys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .icon-imsys-computer-en-module:before { */

.active-tab .fa-gitlab:before {
    color: #d20096 !important;
}
.active-tab .fa-wpbeginner:before {
    color: #d20096 !important;
}
.active-tab .fa-wpforms:before {
    color: #d20096 !important;
}
.active-tab .fa-envira:before {
    color: #d20096 !important;
}

.fa.fa-gitlab:before {
  content: "\e900";
  color: #fff;
  font-size: 45px;
  font-family: 'Imsys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.fa.fa-wpbeginner:before {
  content: "\e901";
  color: #fff;
  font-size: 45px;
  font-family: 'Imsys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.fa.fa-wpforms:before {
  content: "\e902";
  color: #fff;
  font-size: 45px;
  font-family: 'Imsys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.fa.fa-envira:before {
  content: "\e903";
  color: #fff;
  font-size: 45px;
  font-family: 'Imsys' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
  
