/*
 Theme Name: Zeitreise Child
 Theme URI: http://www.tamaralorenz.de
 Description: Zeitreise Child Theme
 Author: Tom Lingnau
 Author URI: http://www.weinspach.org/
 Template: zeitreise
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Zeitreise Child Theme
*/

@font-face {
    font-family: 'bpmonoregular';
    src: url('fonts/BPmono-webfont.eot');
    src: url('fonts/BPmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BPmono-webfont.woff') format('woff'),
         url('fonts/BPmono-webfont.ttf') format('truetype'),
         url('fonts/BPmono-webfont.svg#bpmonoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/

body {
	display: block;
	font-family: 'bpmonoregular', Courier, monospace;
	color: #000000;
	background: #ffffff;
	font-weight: normal;
    	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}

/* --- Font Sizes + Weights --- */
b,
strong,
p.site-title,
.overlay-btn,
.template-front .entry-content p,
#site-nav ul ul li a,
.portfolio-text-wrap,
.archive.masonry .portfolio-wrap h2.portfolio-title,
.portfolio-template.masonry .portfolio-wrap h2.portfolio-title,
.footer-bottom-toggle {
	font-weight: normal;
}

#site-nav ul li a,
h2.portfolio-title,
.jetpack-portfolio .entry-header h1.entry-title,
.testimonials-wrap .testimonial-content p,
.footer-bottom-email ,
.single-jetpack-portfolio .navigation .meta-nav,
.single-post .navigation .meta-nav,
#footer-social-nav,
.team-template .team-wrap h3,
#infinite-handle span {
	font-size: 21px;
	font-size: 1.313rem;
	font-weight: normal;
	line-height: 1.6;
}
.pagination .nav-links {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: normal;
}
b,
strong,
p.site-title,
.overlay-btn,
.template-front .entry-content p,
#site-nav ul ul li a,
.portfolio-text-wrap,
.archive.masonry .portfolio-wrap h2.portfolio-title,
.portfolio-template.masonry .portfolio-wrap h2.portfolio-title,
.footer-bottom-toggle {
	font-weight: normal;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	-webkit-hyphens: inherit;
	   -moz-hyphens: inherit;
	    -ms-hyphens: inherit;
			hyphens: inherit;
}

/* --- Text Elements --- */
pre {
	max-width: 100%;
	word-wrap: break-word;
	margin-bottom: 43px;
	padding: 30px;
	overflow: auto;
	background: #F5F5F5;
	font-family: 'bpmonoregular', Courier, monospace;
	font-size: 18px;
	font-size: 1.125rem;
}
code, kbd, tt, var {
	font-family: 'bpmonoregular', Courier, monospace;
	font-size: 18px;
	font-size: 1.125rem;
}

/* --- Links + Custom Colors --- */
a:hover,
.entry-header a:hover,
.portfolio-header a:hover,
.single-jetpack-portfolio .navigation a:hover .meta-nav,
.single-post .navigation a:hover .meta-nav,
.pagination a:hover,
.team-template .team-text a:hover {
	text-decoration: none;
}

/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {

/* --- Font Sizes + Weights --- */
	body,
	p.site-title,
	.overlay-btn,
	.template-front .entry-content p,
	#site-nav ul ul li a,
	#overlay-wrap .widget,
	.widget h3.widget-title,
	h3,
	.archive.masonry .portfolio-wrap h2.portfolio-title,
	.portfolio-template.masonry .portfolio-wrap h2.portfolio-title,
	.footer-bottom-toggle {
		font-size: 18px;
		font-size: 1.125rem;
	}