/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: AllofE (jwoodhead@allofe.com)
*/

/* Woohoo! Let's customize! */

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
	visibility: hidden;
}

/* Fix positioning of icons for Feature module when using Font Awesome 5 JS */
.module-feature .module-feature-chart-html5 svg.module-feature-icon.svg-inline--fa {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* [aoe_icon] shortcode styles (ripped from Themify Icon module) */
.aoe-icon-item+.aoe-icon-item {
	margin-left: .4em;
}
.icon_vertical .aoe-icon-item {
	display: block;
	margin: 0 0 .4em;
}
.aoe-icon .aoe-icon-item a {
	text-decoration: none;
	display: inline-block;
}
.aoe-icon span {
	margin-left: .3em;
	margin-right: .6em;
}
.aoe-icon em {
	color: inherit;
	display: inline-block;
	padding: .5em;
	font-size: 16px;
	border-radius: 100%;
	line-height: 0;
	transition: box-shadow .3s ease, border .3s ease, background-color .3s ease, color .3s ease, padding .3s ease, font-size .3s ease;
}
.aoe-icon em .tf_fa {
	max-width: 1em;
}
.aoe-icon.small .aoe-icon-item, .aoe-icon.small em {
	min-width: 24px;
	min-height: 24px;
}
.aoe-icon.small em {
	font-size: 12px;
}
.aoe-icon.large .aoe-icon-item, .aoe-icon.large em {
	min-width: 48px;
	min-height: 48px;
}
.aoe-icon.large em {
	font-size: 24px;
}
.aoe-icon.large span {
	font-size: 1.2em;
}
.aoe-icon.xlarge .aoe-icon-item, .aoe-icon.xlarge em {
	min-width: 62px;
	min-height: 62px;
}
.aoe-icon.xlarge em {
	padding: 12px 0 0 2px;
	font-size: 36px;
}
.aoe-icon.xlarge span {
	font-size: 1.4em;
}
.aoe-icon.circle img {
	border-radius: 100%}
.aoe-icon img {
	max-width: 32px;
	padding: 3px;
}
.aoe-icon.small img {
	max-width: 16px;
}
.aoe-icon.large img {
	max-width: 48px;
	padding: 6px;
}
.aoe-icon.xlarge img {
	max-width: 148px;
	padding: 9px;
}
.aoe-icon.rounded em, .aoe-icon.rounded img {
	border-radius: 8px;
}
.aoe-icon.squared em, .aoe-icon.squared img {
	border-radius: 0;
}
.aoe-icon.none.small em {
	font-size: 18px;
}
.aoe-icon.none.large em {
	font-size: 30px;
}
.aoe-icon.none.xlarge em {
	font-size: 36px;
}
.aoe-icon.rounded em {
	border-radius: 8px;
}
.aoe-icon.squared em {
	border-radius: 0;
}
.aoe-icon.none.small em {
	font-size: 18px;
}
.aoe-icon.none.large em {
	font-size: 30px;
}
.aoe-icon.none.xlarge em {
	font-size: 36px;
}
.aoe-icon.none {
	display: block;
}
.aoe-icon.none em {
	padding: .2em;
	border-radius: 0;
	background: 0;
	font-size: 24px;
	color: inherit;
}
.aoe-icon.none em.black {
	color: #000;
}
.aoe-icon.none em.gray {
	color: #666;
}
.aoe-icon.none em.blue {
	color: #3e65b2;
}
.aoe-icon.none em.light-blue {
	color: #6694d6;
}
.aoe-icon.none em.green {
	color: #4aab10;
}
.aoe-icon.none em.light-green {
	color: #71a115;
}
.aoe-icon.none em.purple {
	color: #584eb2;
}
.aoe-icon.none em.light-purple {
	color: #7f76cc;
}
.aoe-icon.none em.brown {
	color: #622d07;
}
.aoe-icon.none em.orange {
	color: #bc6e00;
}
.aoe-icon.none em.yellow {
	color: #dcb232;
}
.aoe-icon.none em.red {
	color: #9d1d14;
}
.aoe-icon.none em.pink {
	color: #b27e9d;
}
.tf_textc.icon_vertical span {
	display: block;
	margin-top: .2em;
}
.aoe-icon:not(.tf_textc) .aoe-icon-item, .aoe-icon:not(.tf_textc) .aoe-icon-item a {
	display: flex;
	align-items: center;
}
.tf_textr .aoe-icon-item em, .tf_textr .aoe-icon-item img {
	order: 1;
}
.tf_textr.icon_vertical .aoe-icon-item, .tf_textr.icon_vertical .aoe-icon-item {
	justify-content: flex-end;
}
.aoe-icon:not(.tf_textc) .aoe-icon-item.tf_inline_b a, .aoe-icon:not(.tf_textc) .aoe-icon-item.tf_inline_b {
	display: inline-flex;
}
@media screen and (max-width:680px) {
	.aoe-icon.large span {
		font-size: 1.1em;
	}
	.aoe-icon.xlarge span {
		font-size: 1.2em;
	}
}
