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

.thrv_icon.tcb-icon-display[data-style-d="circle_inverted"] {
    position: relative;
}

.thrv_icon.tcb-icon-display[data-style-d="circle_inverted"] span.tve_sc_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}

.tcb-video-background-parent > .tve_empty_dropzone {
	z-index: -1 !important;
}

.wefa-newest-post-thumbnail {
	margin: 0;
	padding: 0;
}

.wefa-newest-post-thumbnail > .gradient {
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(152,188,216,.1) 39%,rgba(0,87,157,.9) 74%,#00579d 100%),linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
	position: absolute;
	inset: 0;
	z-index: -1;
}

.tve_et_mouseover:hover .wefa-newest-post-thumbnail > .gradient {
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(180,205,226,.1) 30%,rgba(0,87,157,.7) 60%,#00579d 100%);
}

.wefa-newest-post-thumbnail > img {
	position: absolute;
	inset: 0;
	z-index: -2;
	height: 100%;
	object-fit: cover;
}

/* [wefa-newest-post type="thumbnail"] */