/*
Theme Name: uku-child_querbeet
Theme URI:url('../uku/style.css')
Description: Theme Name Child Theme
Author: R.K.
Author URI: https://naturnah.co
Template: uku
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
@import url('../uku/style.css');


/* --- Serif Styles old--- */
h1.site-title,
p.site-title,
.entry-summary,
.widget,
.title-footer,
.entry-header p.intro,
.entry-content,
.entry-content p,
.entry-content table,
.entry-content dl,
.entry-content ul,
.entry-content ol,
p.section-about-text,
p.text-big,
p.text-small {
	font-family: 'Source Sans Pro', sans-serif;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333333;
	background: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.35;
}

.entry-content a,
.comment-text a,
#desktop-navigation ul li a:hover,
.featured-slider button.slick-arrow:hover::after,
.front-section a.all-posts-link:hover,
.uku-standard.blog-classic .more-link:hover,
#overlay-close:hover,
.widget-area .widget ul li a:hover,
#sidebar-offcanvas .widget a:hover,
.textwidget a:hover,
#overlay-nav a:hover,
.author-links a:hover,
.single-post .post-navigation a:hover,
.single-attachment .post-navigation a:hover,
.author-bio a,
.single-post .hentry .entry-meta a:hover,
.entry-header a:hover,
.entry-header h2.entry-title a:hover,
.blog .entry-meta a:hover {
	color: #333333;
}

.page h1.entry-title {
	display: block;
    margin: 0 0 20px;
    margin-bottom: 0px;
    padding: 0px 0 20px;
    text-align: left; 
}


.page h1.entry-title, .single-post .entry-header h1.entry-title, .section-three-column-one .entry-header h2.entry-title, .section-one-column-one .entry-header h2.entry-title, .entry-content h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1px;
}

	#desktop-navigation ul ul.sub-menu,
	#desktop-navigation ul ul.children {
		position: absolute;
		top: 59px;
		left: 0;
		width: 200px;
		margin: 0;
		padding: 5px 0;
		text-align: left;
		color: #578931;
		background: #578931;
		z-index: 100000;
	}

	/* --- Header --- */
	.custom-logo-wrap {
		text-align: center;
	}
	.custom-logo-wrap a.custom-logo-link img {
		width: 460px;
		padding-top: 0px;
	}

	/* --- Page --- */
	.page h1.entry-title {
		margin: 0 0 0px;
        font-weight: 600;
	}

/*	14.0 Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: #578931;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}