/*
Theme Name: Waipoua Child
Theme URI:
Description: Anpassungen für OGI
Author: Andrea van Oorschot
Author URI: http://www.le-petit-citron.de/
Template: waipoua
Version: 1.01
Tags: Waipoua Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

/* --- Header --- */
/* This will import the stylesheet from the Theme Name parent theme */
2
@import url('../waipoua/style.css');
#branding {
	padding-top: 60px !important;
}

#sidebar {
	margin:0;
	padding-top:10px;
	padding-bottom:20px;
	background:#E7EFF2 !important;
}

.entry-comments{
	display:none !important;
}
.nocomments{
	display:none !important;
}
.post-edit-link{
	display:none ;
}
.entry-meta{
	display:none !important ;
}

.widget-title{
	color:#94C23C !important;
}
img {
	border-radius: 12px;
}
.entry-header h1.entry-title {
color:#007690 !important;
}
.entry-header h2.entry-title a {
	color:#007690 !important;
}
#featuredposts h3.featured-title {
	border-bottom:3px solid #FFFFFF !important;
}
.post {
	display:block;
	position: relative;
	margin:0 0 45px;
	padding: 0 20px 45px;
	border-bottom:3px solid #FFFFFF !important;
}
.three-columns #sidebar {
	border-radius: 25px ;
}
#site-nav-wrap a#home-btn {
	display:none !important;
}
.tiled-gallery-caption {
	background:#E7EFF2 !important;
	border-radius: 12px ;
}

