/*
Theme Name:   VirtueChildInitial
Description:  Virtue Child Theme to use before reversing post order after trip is completed
Author:       Chuck & Stephanie
Author URL:   Write here the author's blog or website url
Template:     virtue
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  VirtueChildInitial
*/

/* Write here your own personal stylesheet */
.captiontext {
    padding: 4px 8px;
    display: inline-block
}

.captiontext p {
    margin: 0;
    color: #fff;
    font-size: 18px
}
.captiontext,.captiontitle {
    background: #000;
    background: rgba(0,0,0,.3);
    border-radius: 7px
}		
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
    padding-left: 0;
}
.sidebar ul {
    list-style: disc;
    margin: 0 0 10px 15px;
    padding: 0
}