/*
 Theme Name:   MT Theme
 Description:  bootScore Child Theme
 Author:       craftwerk - Bastian Kreiter
 Author URI:   https://crftwrk.de
 Template:     bootscore
 Version:      1.0.2
 Text Domain:  bootscore-child
*/

@import url("css/custom.css");
@import url("css/responsive.css");
@import url("css/theme_header_transform.css");



@font-face {

  font-family: big stem;
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/BigStem-Regular.ttf);
}

@font-face {

  font-family: Bicubik;
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Bicubik.ttf);
}


@font-face {
  font-family: 'Acrom';
  src: url(fonts/Acrom-Regular.eot);
  src: local('Acrom Regular'), local('Acrom-Regular'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Regular.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Regular.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Acrom';
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Bold.eot);
  src: local('Acrom Bold'), local('Acrom-Bold'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Bold.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Bold.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Acrom';
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Thin.eot);
  src: local('Acrom Thin'), local('Acrom-Thin'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Thin.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Thin.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Acrom';
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Light.eot);
  src: local('Acrom Light'), local('Acrom-Light'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Light.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Light.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Acrom';
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-ExtraBold.eot);
  src: local('Acrom ExtraBold'), local('Acrom-ExtraBold'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-ExtraBold.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-ExtraBold.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Acrom';
  src: url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Medium.eot);
  src: local('Acrom Medium'), local('Acrom-Medium'),
    url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Medium.eot?#iefix) format('embedded-opentype'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Medium.woff) format('woff'),
  url(<?php echo get_template_directory_uri();
  ?>/fonts/Acrom-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* multilevel navigation */
ul.dropdown-menu li>ul.dropdown-menu {
  left: 100%;
  top: 0;
}

@media (min-width: 992px) {ul.dropdown-menu li:hover>ul.dropdown-menu,
ul.dropdown-menu li:focus>ul.dropdown-menu {
  display: block;
}}

@media (max-width: 992px) {	
	
}