/*
Theme Name: Onigiri Child
Theme URI: http://www.jagla-ausstellungsraum.de
Description: Onigiri Child
Author: Tom Lingnau
Author URI: http://www.anotherartblog.com
Template: onigiri
Version: 1.0
Tags: Onigiri Child Theme
*/

/*
Start adding your own styles here. Use !important to overwrite styles if needed. */

/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Times New Roman', Times, serif;
	color: #000;
	background: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#primary {
	opacity: 0;
	padding: 0 12px;
}
#masthead {
	position:relative;
	display:block;
	padding: 24px 0 12px 0;
}
#main-wrap {
	padding: 0 12px;
}
.entry-header,
.entry-content,
.entry-meta {
	max-width: 580px;
	margin: 0 auto;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}
h1 {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0 0px;
}
h2 {
	font-size: 16px;
	font-size: 1rem;
	margin: 40px 0 15px;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 35px 0 15px;
}
h4 {
	margin: 30px 0 0px;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	margin: 0px 0px 6px;
	font-size: 72px;
	font-size: 4.5rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 20px 0 10px;
	font-weight: bold;
}

/* --- Text Elements --- */
p {
	margin-bottom: 18px;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
	margin-bottom: 24px;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
	padding: 6px 0 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.0 Links + Colors
/*-----------------------------------------------------------------------------------*/

#site-title h1 a:hover {
	border-bottom: 2px solid #000 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 Header
/*-----------------------------------------------------------------------------------*/

#site-title h1 {
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#mobile-menu-toggle {
	display: inline-block;
	margin-left: 12px;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#site-nav {
	display: none;
	overflow: hidden;
	clear: both;
	padding: 12px 0;
}
#site-nav ul li a {
	display: inline-block;
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
}
#site-nav ul li li a {
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
}

/*-----------------------------------------------------------------------------------*/
/*	5.0 Posts
/*-----------------------------------------------------------------------------------*/

.entry-header h2.entry-title,
.entry-header h1.entry-title {
	display: none !important;
	margin: 0;
	padding: 0;
}

.entry-header .entry-details {
	display: none !important;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	5.1 Single Posts
/*-----------------------------------------------------------------------------------*/

/* --- Typography --- */
.entry-content p,
.entry-content p.standard-text,
.entry-content ul,
.entry-content ol,
.entry-content .wide-content {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page .entry-content p.intro,
.entry-content .wide-content {
	margin-bottom: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.0 About Page Template
/*-----------------------------------------------------------------------------------*/

.template-about .entry-content {
	max-width: 580px;
}

.template-about .entry-content p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

body.template-about .entry-content a {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}
body.template-about .entry-content a:hover {
    color: #000 !important;
    border-bottom: none !important;
}

body.template-about site-title h1 a:hover {
	border-bottom: 2px solid #000 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	8.0 Pages / Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	9.0 Footer
/*-----------------------------------------------------------------------------------*/

#colophon {
	position: relative;
	padding: 56px 0 28px;
	text-align: center;
}

#colophon #site-info {
	display: block;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
#colophon #site-info ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#colophon #site-info a:hover {
	border-bottom: 2px solid #000;
}

/*-----------------------------------------------------------------------------------*/
/*	12.0 Media Queries
/*-----------------------------------------------------------------------------------*/

/* Minimum width of 768 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {

/* --- General Styles --- */
	#primary {
		padding: 0 12px;
	}

/* --- Header --- */
#mobile-menu-toggle {
		margin-left: 48px;
	}
#site-title {
		padding: 0 48px;
	}
#site-title h1 {
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
}

/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {

	/* --- Header --- */
	#masthead {
		padding: 24px 0 12px 0;
	}
	#site-title {
		padding: 0;
	}
	#primary {
		padding: 0 12px;
	}

/* --- About Page Template --- */
	
.template-about .entry-content .wp-caption {
		padding-bottom: 24px;
	}
}

/* Minimum width of 1150 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1150px) {

	/* --- General Styles --- */
	#main-wrap {
		padding: 0;
	}
	#primary {
		padding: 0 12px;
	}
	#masthead {
		padding: 0px 0 12px 0;
	}
#site-title {
		padding: 0;
	}
.menu-container {
		position: fixed;
		display: block !important;
		left: 48px;
		bottom: 24px;
		z-index: 1000;
		text-align: left;
		padding: 0;
	}
#site-nav ul li {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0 24px 0 0;
	}
	#site-nav ul li a {
		margin: 0;
		padding: 24px 0 0;
		line-height: 1.65;
		border-bottom: 2px solid transparent;
	}
#site-nav ul.sub-menu a,
	#site-nav ul.children a {
		border-bottom: 2px solid transparent;
		display: block;
		padding: 2px 0;
	}
/* --- Main Nav --- */
	#mobile-menu-toggle {
		display: none;
	}
/* --- Footer --- */
	#colophon {
		margin: 0 48px 28px;
		padding: 144px 0 0;
		text-align: center;
	}
	#colophon #site-info {
		text-align: right;
		padding-bottom: 28px;
	}
}

/* Minimum width of 1450 pixels (bigger desktop monitors)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1450px) {
#site-title {
        position: static !important;
    }
}