 
/*
Theme Name: virtue-child
Description: Virtue Childtheme
Author: Andrea Vogel
Author URI: http://sider.de
Template: virtue
Version: 1.0
Tags:
*/
/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/

#nav-main {
    border-top: 1px solid #D2920c;
    border-bottom: 1px solid #D2920c;
}

aside.col-lg-3,
aside.col-md-4 {
    text-align: right;
}

h3::after {
    background-image: linear-gradient(to top, #cde60f 50%, #cde60f 50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 6rem 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

 .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: -40px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 10px 0 30px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: transparent;
}
