/*
 Theme Name:   GP News 2022
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Remove bottom margin from post Images */
article .post-image {
    margin-bottom: 0 !important;
}
/* Remove top margin from entries */
.entry-summary, .entry-content, .entry-meta {
	margin-top: 0 !important;
}
/* Add top & bottom margin to my text in single */
.single-content-text {margin: 20px 0px 10px 0px;}
/* Border Radius */
img {
	border-radius: 10px 10px 0px 0px;
} 
.page-header, .inside-article, .widget {
	border-radius: 10px;
}
/* Right sidebar weiter nach oben für LCP Sidebar FUNKTIONIERT SO NICHT */
.inside-right-sidebar { margin-top: 0px !important; }
#is-right-sidebar {padding-top: 0px}