/*
 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
*/

@media screen and (max-width:1200px) {
	#dpsp-floating-sidebar {
display: none !important;
}
}
@media screen and (min-width:1700px) {#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle.dpsp-animation-2.opened {
left: 250px;
}}

.wp-block-quote {
	font-size: 18px;
}

img.avatar.avatar-50.photo {
top: 10px;
position: relative;
}

/** Fix gravatar image too close to the author name - Start **/
.dynamic-author-image-rounded {
margin-right: 10px;
}
/** Fix gravatar image too close to the author name - End **/

/** To add a box effect for each posts listed under each author pages - Start **/
.author .inside-article {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

.separate-containers.author  .inside-article {
padding: 40px 30px 40px 30px;
}
/** To add a box effect for each posts listed under each author pages - End **/

/** Add underline in content links - Start **/
.entry-content p a {
    border-bottom: 3px solid;
}
/** Add underline in content links - End **/