/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://micrantha.nl/
Description: A child theme for the Kadence Theme - by Micrantha webdevelopment
Version: 1.0.0
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: otc-underground;
    src: url('fonts/OTCUnderground-Regular.eot');
    src: url('fonts/OTCUnderground-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OTCUnderground-Regular.woff') format('woff2'),
		 url('fonts/OTCUnderground-Regular.woff2') format('woff2'),
         url('fonts/OTCUnderground-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.otc-underground {
    font-family: 'OTC Underground';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: officina-serif;
    src: url('fonts/itc-officina-serif-std-bold-italic.otf') format('opentype');
    src: url('fonts/itc-officina-serif-std-bold.otf') format('opentype'),
         url('itc-officina-serif-std-book-italic.otf') format('opentype'),
         url('itc-officina-serif-std-book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.officina-serif {
	font-family: officina-serif;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: horizon-bt;
    src: url('fonts/horizonn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.horizon-bt {
	font-family: horizon-bt;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
	hyphens: auto;
}
p {
	margin-bottom: 1.25em !important;
}
p, ul {
	font-family: officina-serif;	
}
h1, h2, h3 {
	font-family: horizon-bt !important;
}
@media (max-width: 600px) {
	h1 {
		font-size: 33px;
	}
}
body.page-template-default,
.wp-site-blocks {
	background-color: transparent !important;
}

.home #post-2.content-bg {
	background: transparent;
}
#site-navigation {
	display: none;
}
.tabel-1 td {
	vertical-align: top;
}
.tabel-1 td:first-of-type p {
	text-align: right;
}
.tabel-1 p {
	margin-bottom: .25rem !important;
}