/*
 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
*/

.site-branding-container {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
}

.entry-content p {
    text-align: justify;
}

.entry-content p img,
.entry-content p img a,
.wp-block-gallery a img,
.colorbox img {
    border-radius: 10px;
}

/* Disable: Comments are disabled box */
.comments-area {
    display: none;
}
