/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.nivo-caption {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
    bottom: 10% !important;
    font-size: 38px !important;
    left: 50% !important;
    line-height: 1.2;
    opacity: 1 !important;
    text-align: center;
    width: 50% !important;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}