/*
Theme Name: Silberburg Kompass
Description: Child theme for Silberburg Kompass
Author: Marius Mueller
Author URI: http://www.marius-mueller.info
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/******************* Typo *******************/

@font-face {
    font-family: 'Milo';
    src:  url('fonts/FFMiloStdRegular/font.woff2') format('woff2'),
          url('fonts/FFMiloStdRegular/font.woff') format('woff');
  }
  @font-face {
    font-family: 'Milo-Italic';
    src:  url('fonts/FFMiloStdBoldItalic/font.woff2') format('woff2'),
          url('fonts/FFMiloStdBoldItalic/font.woff') format('woff');
  }
  
  
  @font-face {
    font-family: 'Milo-Bold';
    src:  url('fonts/FFMiloStdBold/font.woff2') format('woff2'),
          url('fonts/FFMiloStdBold/font.woff') format('woff');
  }
  @font-face {
    font-family: 'Milo-Bold-Italic';
    src:  url('fonts/FFMiloStdBoldItalic/font.woff2') format('woff2'),
          url('fonts/FFMiloStdBoldItalic/font.woff') format('woff');
  }
  
  h1, h2, h3{
	text-transform: uppercase;
}

.headings-style, h1, h2, h3, h4, h5, h6, .heading-text > p, .tmb .t-entry .t-entry-cat, .tmb .t-entry .t-entry-title, .tmb .t-entry .t-entry-table-typography, :not(.enhanced-atc).tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a, .vc_pie_chart .vc_pie_chart_value, ul.dwls_search_results .daves-wordpress-live-search_title .search-title {
  font-weight: unset !important;
}

h1, .h1, h2, .h2, h3, .h3{
  line-height: 1.1;
}

@media (max-width: 768px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal !important;
  }
}

p, li, dt, dd, dl, address, label, small, pre, code {
  line-height: 1.55;
}

.text-lead, .text-lead:not(ul) > * {
  line-height: 1.4;
}

.heading-text p{
  font-family: 'Milo';
  text-transform: uppercase;
}

.style-dark .uncell a:hover{
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-lead ul li{
  font-size: 20px;
}

.extra-large-copy p{
  font-size: 26px;
}

@media (max-width: 960px){
  .extra-large-copy p{
    font-size: 22px;
  }
}

.style-light strong{
  color: #303133 !important;
  font-family: 'Milo-Bold';
  font-weight: unset !important;
}