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

#right-sidebar ul li {
    border-bottom: dotted 1px #38AAE2;
}

.wp-show-posts:not(#wpsp-1684) .wp-show-posts-inner {
    background-color: #ffffff;
}

.wp-show-posts:not(#wpsp-1684) header.wp-show-posts-entry-header {
    padding-left: 20px;
    padding-right: 20px;
}

.wp-show-posts:not(#wpsp-1684) .wp-show-posts-entry-summary {
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 20px;
}


.inside-article, .widget, .wp-show-posts-inner {
    border-radius: 20px;
    overflow: hidden;
}