/*
 Theme Name:   GeneratePress Ark 3
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
div.inside-header {
border-bottom: 2px solid #222;
}*/


/*
div.inside-site-info{
border-top: 2px solid #222;
}
*/




/* Make the hr underneath the header behave like inline content inside the container */
.content-area-hr {
    border: 0;
    height: 2px;
    background: #222;
    margin: 0;            /* remove extra vertical gap */
    width: auto;          /* don't span the container edge-to-edge */
    max-width: 100%;      /* safety */
}

/* Use the same horizontal padding as text in .grid-container */
.grid-container .content-area-hr {
    margin-left: var(--gp-spacing-horizontal, 40px);
    margin-right: var(--gp-spacing-horizontal, 40px);
}


figure.wp-block-image figcaption {
text-align:left;
padding-top: 10px;
padding-bottom: 14px;
border-bottom: 1px solid #888;
}

figcaption.wp-element-caption {
text-align:left;
padding-top: 10px;
padding-bottom: 14px;
border-bottom: 1px solid #888;
}
