/*
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
*/

p:last-child,
.tcb-style-wrap p:last-child{
	padding-bottom:0;
}

.equal-height-column .thrv_wrapper.thrv-content-box{
	height:100%;
}
.equal-height-column .thrv_wrapper.thrv-content-box .tcb-pt-card-content{
	height:100%;
	display: flex;
    flex-direction: column;
}
.equal-height-column .thrv_wrapper.thrv-content-box .thrv_wrapper.thrv-button{
	margin-top:auto !important;
}

.single-post h1 a,
.single-post h2 a,
.single-post h3 a,
.single-post h4 a,
.single-post h5 a,
.single-post h6 a{
	color: #204147;
}
.blog .thrive-blog-list .tcb-post-thumbnail{
	padding-top:70%;
	position:relative;
}
.blog .thrive-blog-list .tcb-post-thumbnail img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}