/*
Theme Name:     idyllic_child
Description:    
Author:         Matthias Schulz
Template:       idyllic

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
h1 a, h2, h3 
{
	text-align: center;
	/* color: blue */
}

.entry-header
{
	text-align: center;
}

#site-title a
{
	color:red
}

.page-title
{
	text-align: center
}

.entry-content
{
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.wp-blcok-image 
{
	align-content: center
}

#sticky-header
{
	background-image: url(../../uploads/2019/04/background_1.jpg)
}

#primary
{
	width: 100%
}

#secondary
{
	width: 30%;
	float: left
}

#site-description
{
	color: white;
	font-size: 14px
}


.site-content-contain
{
	background-color: #8edede
}

a.more-link
{
	color:black
}

.widget-title
{
	font-size: 20
}

#colophon .widget-wrap
{
	background-color: #46d4d4
}

#footer-navigation a
{
	color:red;
	background-color: white;
}

.main-navigation ul li ul li a
{
	color: black;
	border: black;
}

.site-info
{
	background-image: url(../../uploads/2019/04/background_1.jpg);
}

.site-info .copyright a
{
	color: red
}

.side-menu
{
	background-color: #8edede
}

div.wpforms-container-full .wpforms-form .wpforms-field-label
{
	font-size: 14px
}


.single-featured-image-header
{
	display: none
}

.post-image-content
{
	width: 500px
}