/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


/* Footer */
#footer .testimonial-entry-content {
	padding: 0
}

#footer .testimonial-entry-content .testimonial-entry-text p {
    position: relative;
    padding-left: 1.2em;
}

#footer .testimonial-entry-content .testimonial-entry-text p::before {
	content: "“";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2em;
    line-height: 1;
	font-family: monospace
}

#footer .testimonial-entry-bottom .testimonial-entry-author {
    position: relative;
    padding-left: 1.6em;
}

#footer .testimonial-entry-bottom .testimonial-entry-author::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1em;
    height: 2px;
    background-color: #ffffff;
}

/* Header */
.shrink-sticky-header.on-shrink-adjust-height:not(.fixed-scroll--mobile-only) #site-logo .logo-img {
	max-height: 70px;
}

/* Icon Box  */
.pp_icon_box .vcex-icon-box-symbol {
	margin-inline-end: 10px;
	padding-top: 8px
}

/* Links */
.vcex-button.theme-txt-link {
	padding-bottom: 4px;
	border-bottom: 1px solid transparent
}

.vcex-button.theme-txt-link:hover {
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

/* Media Queries */
@media (max-width: 900px) {
	.pp_video_overlay .wpex-video-bg {
		inset-inline-start: 50%;
    	inset-block-start: 50%;
    	transform: translate(-50%, -50%);
	}
}

/* Page Hero */
.pp_hero .wpex-bg-overlay {
	opacity: 1;
	background-color: transparent!important;
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 75%)
}

.pp_hero .vcex-teaser-heading, .pp_hero .vcex-teaser-text {
	max-width: 600px
}

.page-id-4883 .pp_hero .vcex-teaser-heading, .pp_hero .vcex-teaser-text {
	max-width: 800px
}

.page-id-4889 .pp_hero .vcex-teaser-heading, .pp_hero .vcex-teaser-text {
	max-width: 800px
}

/* Resources */
.pp_resource_list .vcex-image-inner {
	overflow: hidden;
}

.pp_resource_list .vcex-image-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
}

/* Videos */
.pp_video_wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.pp_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pp_video_overlay .wpex-bg-overlay {
	opacity: 1;
	background-color: transparent!important;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%);
}