/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2025 | 00:37:10 */
/**/
.p-balance p {
	text-wrap: balance;
}
@media screen and (max-width: 768px) {
	.p-balance-m p {
		text-wrap: balance;
	}
}
.title-balance h1,
.title-balance h2,
.title-balance h3,
.title-balance h4,
.title-balance h5,
.title-balance h6{
	text-wrap: balance;
}
.p-pretty p {
	text-wrap: pretty;
}
.title-pretty h1,
.title-pretty h2,
.title-pretty h3,
.title-pretty h4,
.title-pretty h5,
.title-pretty h6{
	text-wrap: pretty;
}



.text-center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}
    

.header-img{
	width: auto;
}
.header-img img{
	max-width: 200px !important;
}

.wfcomment{
		-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wfcomment-1 {
	width: 580px;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;

	box-shadow: rgb(0 0 0 / 25%) 0px 8px 12px 0px;



}
.wfcomment-1, .wfcomment-1 .tve-content-box-background{
	border-radius: 8px;
}
.wfcomment-desc .thrv_wrapper{
	margin-top: 0;
	margin-bottom:0;
}
.wfcomment-desc p{
	margin-bottom: 0;
}
.wfcomment-span-bg-1 span{
	background: rgba(248, 247, 156, 0.8);
}

.wfcomment-details{
	margin-bottom: 0 !important;
}
.wfcomment-details .tcb-flex-row{
	padding: 0;
	margin-left: 0;
	justify-content: flex-start;
	align-items: center;
}
.wfcomment-details .tcb-flex-col{
	flex: 0 1 auto !important;
	padding:0;
}
.wfcomment-details .tcb-flex-col:nth-child(1),
.wfcomment-details .tcb-flex-col:nth-child(1) img{
  width: 50px !important;
	height: 50px !important;
}
.wfcomment-details .tcb-flex-col:nth-child(1) img{
	border-radius: 100%;
	object-fit: cover;
}
.wfcomment-details .tcb-flex-col:nth-child(2){
	padding-left: 10px;
  min-width: 70px;
	width: auto !important;
}
.wfcomment-details .tcb-flex-col:nth-child(3){
	padding-left: 10px;
	width: auto !important;
}
.wfcomment-details .tcb-flex-col .thrv_wrapper{
	margin-top: 0px;
	margin-bottom: 0px;
}

.wfulist-1 ul{
	list-style-type: none;
}
.wfulist-1 ul li:before {
    content: '\000BB';
    position: relative;
    left: -10px;
    top: -2px;
}

.wfsubsup em{
	font-size: 63%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


.wfsup-1 em{
	top: -0.5em;
	font-style: initial;
}


/* Podcast */
.podcast-btn a.tcb-button-link{
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 10px;
}
.podcast-btn a.tcb-button-link .tcb-button-icon{
	width: 22px;
}
.podcast-btn a.tcb-button-link .tcb-button-texts{
	text-align: left;
  width: auto;
  flex-grow: 0;
  padding-left: 8px;
	width: auto;
	min-width: fit-content;
}
.podcast-btn.thrv-button{
	transition: all 0.1s ease-in-out;
}
.podcast-btn.thrv-button:hover{
	opacity: 0.94;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 12px 2px !important;

}

.thrv_wrapper.thrv_text_element.podcast-readmore{
	margin-top: -20px;
}
.thrv_wrapper.thrv_text_element.podcast-readmore__active{
	margin-top: 10px !important;
}
.podcast-readmore {
	  display: inline-block;
    padding: 25px 15px;
    background-color: #1372d3;
    border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.podcast-readmore:hover{
	background-color: #0e559f;
}
.podcast-readmore p{
	color: white !important;
	letter-spacing: 2px;
	line-height:0;
}
.thrv-content-box.podcast-readmore-box{
  min-height: 20px;
	padding: 0 !important;
	margin: 0 !important;
}

.thrv-content-box.podcast-readmore-box > * {
	display: none;
}

/* livewellandfully.com/interview/ */
body.page-id-13479{
	overflow-x: initial;
}

/*
Component: Countdown Timer
*/
.lwf-timer-sec > .tve-cb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.lwf-timer-sec p {
	text-align: center;
    text-wrap: balance;
}
.lwf-timer-sec .thrv_custom_html_shortcode {
	width: 230px;
    max-width: 100%;
    flex-shrink: 0;
}
.lwf-timer-sec img {
	display: block;
}

@media (min-width: 880px) {
    .lwf-timer-sec > .tve-cb {
        flex-direction: row;
        gap: 8px;
    }
    .lwf-timer-sec p {
        text-align: initial;
        text-wrap: wrap;
    }
    .lwf-timer-sec .thrv_text_element:first-child p {
        text-wrap: nowrap;
    }
}


/*
FIX landingpage Timer Issue
*/
#tcb_landing_page .lwf-timer-section p{
	padding-bottom: 0;
}
/* Custom template Thrive Lead Box 3-secrets*/
.thrive3-secret{
	padding: 3rem;
}
.thrive3-secret li{
	margin: 10px 0;
}

