/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/
@import url('https://fonts.cdnfonts.com/css/pragati-narrow');
/**** Author Line Formatting ****/
.thrive-shortcode-content {
    line-height: 18px !important;
}
.article-info, .article-info p {
    letter-spacing: 0px;
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    text-transform: none !important;
    line-height: 18px !important;
    font-family: Montserrat !important;
    font-weight: var(--g-regular-weight, normal) !important;
}
:not(#tve) [data-css="tve-u-188690dbe7e"].tcb-post-list [data-css="tve-u-18946579a9f"] {
    line-height: 11px !important;
}
.related-author-1-container, .related-author-2-container, .article-info p {
    display: inline-block !important;
}
/**** Paragraph Margin Formatting ****/
.tcb-style-wrap p {
	margin-bottom: 15px !important;
}
.tcb-style-wrap h2 {
	padding-top: 25px !important;
}
/**** Caption Formatting ****/
.thrv_wrapper .wp-caption-text .thrv-inline-text {
	margin: 0px;
	font-family: 'Pragati Narrow';
	font-size: 16px !important;
	line-height: 19px;
	color: #333 !important;
	padding: 0 5px 5px 5px;
	max-width: 100%;
}
.wp-caption-text {
	margin: 0px;
	font-family: 'Pragati Narrow';
	font-size: 16px !important;
	line-height: 19px;
	/* color: dimgray; */
	color: #333 !important;
	padding: 0 5px 5px 5px;
	max-width: 100%;
}
.tve_image_caption .wp-caption-text {
	font-family: 'Pragati Narrow';
	font-size: 16px !important;
	color: #333 !important;
	line-height: 19px;
	padding: 0 5px 5px 5px;
}

@media (max-width: 767px) {
    .related-author-1-container, .related-author-2-container, .article-info, .article-info p {
        font-size: 11px !important;
        line-height: 18px !important;
    }
}

