@font-face {
  font-family: 'social-icons';
  src: url('../font/social-icons.eot?91893040');
  src: url('../font/social-icons.eot?91893040#iefix') format('embedded-opentype'),
       url('../font/social-icons.woff2?91893040') format('woff2'),
       url('../font/social-icons.woff?91893040') format('woff'),
       url('../font/social-icons.ttf?91893040') format('truetype'),
       url('../font/social-icons.svg?91893040#social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =========================
   ICON BASIS 
========================= */

.social-icons-glyph [class^="icon-"]:before,
.social-icons-glyph [class*=" icon-"]:before,
.khl-social-icons [class^="icon-"]:before,
.khl-social-icons [class*=" icon-"]:before {
  font-family: "social-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  width: 1em;
  text-align: center;

  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   PREVIEW STIJL
========================= */

.social-icons-glyph {
  float: left;
  width: 64px;
  margin: 0 10px 10px 0;
  background-color: #555;
  border-left: 1px solid #444;
    border-right: 1px solid #444;

  border-radius: 6px;
  box-shadow: 0 0 1px #bbb;
  overflow: hidden;
  color: #fff;
}

/* Top */
.social-icons-glyph .top {
  position: relative;
  font-size: 26px;
  text-align: center;
  line-height: 16px;
  padding: 13px;
}

.social-icons-glyph .top input {
  width: 30px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #555;
  color: #eee;
  transition: all .3s ease;
}

/* Remove */
.social-icons-glyph .remove {
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0;
  cursor: pointer;
  transition: opacity .3s ease;
  color: #ddd;
}

.social-icons-glyph:hover .remove {
  opacity: 1;
}

/* Center (icon) */
.social-icons-glyph .center {
  height: 64px;
  line-height: 64px;
  background: #fff;
  color: #444;
  text-align: center;
  font-size: 24px;
}

/* Bottom */
.social-icons-glyph .bottom {
  font-size: 10px;
  text-align: center;
  padding: 4px;
}

.social-icons-glyph .bottom input {
  width: 50px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #555;
  color: #eee;
  transition: all .3s ease;
}

/* Hover / focus */
.social-icons-glyph:hover input {
  background: #777;
  color: #fff;
}

.social-icons-glyph input:focus {
  background: #eee;
  color: #444;
}

/* Code helpers */
.social-icons-glyph .code-prefix,
.social-icons-glyph .code-editable,
.social-icons-glyph .char-editable {
  display: inline-block;
  margin: 3px 0;
}

.social-icons-glyph .char-editable {
  padding: 0 3px;
}
/*link==========================*/
.social-icons-glyph .center a {
  display: block;          /* Maakt de link de volle breedte/hoogte van .center */
  width: 100%;
  height: 100%;
  text-align: center;      /* Centreert de icon indien nodig */
  line-height: inherit; /* Houdt de verticale uitlijning hetzelfde */
	font-size: 44px;
}

.social-icons-glyph .center a i {
  pointer-events: none;    /* Zorgt dat de icon zelf geen events blokkeert (niet strikt nodig, maar veilig) */
}
.icon-gitlab-icon:before { content: '\41'; } /* 'A' */
.icon-apple-icon:before { content: '\42'; } /* 'B' */
.icon-airbnb-icon:before { content: '\43'; } /* 'C' */
.icon-uber-icon:before { content: '\44'; } /* 'D' */
.icon-dropbox-icon:before { content: '\45'; } /* 'E' */
.icon-instagram:before { content: '\61'; } /* 'a' */
.icon-facebook-squared:before { content: '\62'; } /* 'b' */
.icon-pinterest-squared:before { content: '\63'; } /* 'c' */
.icon-linkedin-squared:before { content: '\64'; } /* 'd' */
.icon-github-squared:before { content: '\65'; } /* 'e' */
.icon-apple:before { content: '\66'; } /* 'f' */
.icon-dropbox:before { content: '\67'; } /* 'g' */
.icon-reddit:before { content: '\68'; } /* 'h' */
.icon-youtube-play:before { content: '\69'; } /* 'i' */
.icon-wechat:before { content: '\6a'; } /* 'j' */
.icon-whatsapp:before { content: '\6b'; } /* 'k' */
.icon-snapchat-square:before { content: '\6c'; } /* 'l' */
.icon-instagram-1:before { content: '\6d'; } /* 'm' */
.icon-facebook-icon-(1):before { content: '\6e'; } /* 'n' */
.icon-x-icon:before { content: '\6f'; } /* 'o' */
.icon-instagram-icon:before { content: '\70'; } /* 'p' */
.icon-linkedin-icon:before { content: '\71'; } /* 'q' */
.icon-youtube-icon:before { content: '\72'; } /* 'r' */
.icon-tiktok-icon:before { content: '\73'; } /* 's' */
.icon-pinterest-icon:before { content: '\74'; } /* 't' */
.icon-whatsapp-icon:before { content: '\75'; } /* 'u' */
.icon-messenger-icon:before { content: '\76'; } /* 'v' */
.icon-discord-icon:before { content: '\77'; } /* 'w' */
.icon-twitch-icon:before { content: '\78'; } /* 'x' */
.icon-telegram-icon:before { content: '\79'; } /* 'y' */
.icon-github-icon:before { content: '\7a'; } /* 'z' */
