/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/*
Theme Name: Pro Child
Template: pro
Version: 1.0.0
*/

.featured-caption {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    text-align: right;
}

/* ==========================================================
   Pull Quote - gutenberg
   ========================================================== */

.is-style-pull-quote {
    margin: 1em 0;
    padding-left: 16px;
    border-left: 2px solid #444;
    font-style: italic;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.is-style-pull-quote:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   Pull Quote - tinymce
   ========================================================== */

.pull-quote{
    margin:1em 0;
    padding-left:16px;
    border-left:2px solid #444;
    font-style:italic;
    font-size:inherit;
    line-height:1.45;
}