/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../styles/graphite/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../styles/graphite/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../styles/graphite/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../styles/graphite/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../styles/graphite/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../styles/graphite/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../styles/graphite/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../styles/graphite/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../styles/graphite/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../styles/graphite/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../styles/graphite/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../styles/graphite/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../styles/graphite/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* Align social media buttons with searchbar only in headerbar not in footer */
.tm-headerbar .tm-social-icon-buttons {
    margin-top: 0px;
}

/* Resize year (of date) from 15px to 11px on homepage */
.tm-article .tm-article-date-true .tm-article-date .tm-article-date-year {
	display: block;
	font-size: 11px;
}

/* Show correct colors of social media icons in header */
.tm-social-icon-buttons > .uk-icon-twitter:hover {
    background-color: rgb(29, 161, 242);
}

.tm-social-icon-buttons > .uk-icon-instagram:hover {
    background-color: #b3b7ff;
}

