/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.text-banner {
	padding: 100px 0;
	background-image: linear-gradient(90deg, var(--color-2) 0%, var(--color-3) 100%);
	color: #fff;
}
.text-banner p:last-child {
	margin-bottom: 0;
}
.text-banner h4 {
	margin-bottom: 5px;
	font-size: 20px;
}
.text-banner .shortcode_row {
	row-gap: 0;
	max-width: 850px;
	margin: 0 auto;
}
.text-banner .shortcode_row .shortcode_col {
	flex-grow: 1;
}
.text-banner .shortcode_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.text-banner .shortcode_row ul li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.text-banner .shortcode_row ul li:last-child {
	margin-bottom: 0;
}
.text-banner .shortcode_row ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--text_color_alt);
	top: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--text_color_alt);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.text-banner .shortcode_row ul li b {
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
}
.primary-header .logo-content{
    text-transform: none;
}
.primary-header .logo-content p{
    margin: 0;
    line-height: 1.2;
    transition: all ease .3s;
}
body.scrolled .primary-header .logo-content p{
    font-size: 14px;
}
.mobile-logo .logo-content p{
    color: #fff;
}