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


/**** Arrow Right Icon ****/
.theme-button-inner::after,
.vcex-teaser-button::after,
.vcex-icon-box-button::after,
.footer-callout-button .theme-button::after,
.wpex-card-more-link a::after,
.uacf7-step.step-content button.uacf7-next::after,
.uacf7-step.step-content button.uacf7-prev::after,
.wpex-bordered-list li::before,
.wpb_text_column ul li::before,
.rank-math-html-sitemap ul li::before,
.vcex-terms-grid .vcex-terms-grid-entry-title::before{
	content: '';
	height: 20px;
	width: 20px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='100%' viewBox='0 -960 960 960' width='100%' fill='currentColor'><path d='m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z'/></svg>");
	mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='100%' viewBox='0 -960 960 960' width='100%' fill='currentColor'><path d='m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z'/></svg>");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	display: inline-block;
}

/*** List Item ***/
/* Footer Nav */
.wpex-bordered-list li::before{
	margin-right: 10px;
}

/* Text List */
.wpb_text_column ul li::before,
.rank-math-html-sitemap ul li::before{
	color: var(--wpex-palette-287-color);
}

/*** Multistep Contact Form ***/
/* Prev + Next Buttons */
.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next{font-size: 0 !important;}


.uacf7-step.step-content button.uacf7-prev::after,
.uacf7-step.step-content button.uacf7-next::after{
	display: block;
}

.uacf7-step.step-content button.uacf7-prev{transform: rotate(180deg);}

/*** Post Card Blog 7 ***/
.wpex-card-more-link a{display: flex;}

/* Post Terms Grid */
.vcex-terms-grid .vcex-terms-grid-entry-title::before{
	margin-right: 10px; 
	color: var(--wpex-palette-287-color);
}

/**** Date Icon ****/
#sidebar .wpex-widget-recent-posts-date::before,
.wpex-card-date::before{
	content: '';
	height: 1em;
	width: 1em;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='100%' width='100%' fill='currentColor'><path d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/></svg>");
	mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='100%' width='100%' fill='currentColor'><path d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/></svg>");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	display: inline-block;
}

#sidebar .wpex-widget-recent-posts-date,
.wpex-card-date{display: flex; align-items: center;}