/*
 Theme Name:   Gamit Child
 Description:  Gambit Theme Ableitung
 Author:       Mbdus
 Author URI:   httpw://www.mbdus.de
 Template:     gambit
 Version:      2.0.9
 Text Domain:  gambit-child
*/

:root {
	--primary-color: #0d5172;
	--header-background-color: #666;
	--widget-title-color: #0d5172;
	--site-title-color: #FFFFFF;
	--site-title-hover-color: #FFFFFF;
	--title-color: #666;
	--title-hover-color: #1A61B2;
	--link-color: #0d5172;
	--link-hover-color: #1A61B2;
	--footer-background-color: #666;
	--text-color: #666;
	--button-color: #0d5172;
	--button-text-color: #fff;
	--button-hover-color: #1A61B2;
	--button-hover-text-color: #fff;
}

.primary-navigation-wrap{
	background-color: #0d5172;
}

.main-navigation ul a:hover, .main-navigation ul a:active, .main-navigation ul a:focus {
	background-color: #1A61B2;
	text-decoration:underline;
}

@media only screen and (min-width: 60em){
    .main-navigation ul li.current-menu-item > a {
		background-color: #1A61B2;
    }
}

#colophon { display: block; padding:0.5rem;}
#colophon ul { display:inline; float:left;}
#colophon li { list-style-type: none; display: inline; }
#colophon li a {
	text-decoration:none;
	border-right: thin solid;
	padding: 0 7px 0 3px;
}
#colophon li a:hover { text-decoration:underline;}
#colophon li:last-child > a {border-right: none;} /* remove pipe from last item */

.entry-header h1{
	display: inline-block;
	margin-bottom: 1.5rem;
}