/*
Theme Name:   Instinkttrinker
Theme URI:    https://wordpress.com/themes/libre-2/
Description:  
Author:       Dennis Bastian
Author URI:   http://creational.de
Template:     libre-2-wpcom
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  libre-child
*/


/*-- Layout #575 */
.site {
	margin-top: 0;
}

/*-- Header #598 */
.site-header {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
	background: #2a4b6a;
}

.site-header:after {
	border-bottom: 4px solid #d4af37;
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: #fff;
	padding-top: .875em;
	left: 0;
	bottom: -.875em;
}

.site-description {
	display: block !important;
}

/*-- Posts #639 */
.author-title:after,
.entry-meta:after,
.page-template-right-column-page.singular .entry-meta:after {
	border-top: 2px solid #d4af37;
}


/*--------------------------------------------------------------
## Menus #820
--------------------------------------------------------------*/
.main-navigation {
	border-bottom: none;
}

.main-navigation a {
	color: #fff;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	box-shadow: 0 2px 0 0 currentColor;
}

.main-navigation li {
	margin: 1em 0 0;
}


/* Small menu. #894 */
.menu-toggle {
	right: 1.75em;
	color: #fff;
}


/*--------------------------------------------------------------
## Comments #1209
--------------------------------------------------------------*/

.comment .comment-meta:after {
	border-top: 1px solid #d4af37;
}



@media screen and ( min-width: 45em ) {
	.main-navigation li {
		margin: .22em 1.75em .22em 0;
		width: auto;
	}
}



@media screen and ( min-width: 70em ) {
	.site-description {
		margin-bottom: 0.5em;
	}
	.sticking .site-header {
		background: #2a4b6a;
	}
}