.load-more {
	text-align: center;
}

.load-more a {
	border-radius: 9999px;
}

body.post-type-archive-team-member article.featured-column {
	width: 100%;
}

body.post-type-archive-team-member.one-container .site-content {
	padding-left: 0;
	padding-right: 0;
}

.annual-income-form .income-range small {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.annual-income-form button[type="submit"] {
	border-radius: 9999px;
	transition: all 0.5s ease-in-out;
}

.annual-income-form button[type="submit"]:hover {
	transform: scale(1.05);
}

.fancybox__content.is-modal,
.is-modal {
	display: none;
	/*max-width: 675px;*/
}

.step-clip {
	/*clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0 75%, 1% 0%);*/
	/*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);*/
}

/**
Smart slider 3 styles
 */
.post-carousel picture img {
	height: 350px !important;
	object-fit: cover !important;
}

/* helper for animate.css */
/*[data-aos] {*/
/*	visibility: hidden;*/
/*}*/

/*[data-aos].animated {*/
/*	visibility: visible;*/
/*}*/

@media (min-width: 769px) {
	.inside-right-sidebar {
		position: sticky;
		top: 90px;
	}

  	.inside-navigation {
		padding: 20px 0 !important;
	}

	nav.is_stuck .inside-navigation {
		padding: 0 !important;
	}

	.step-clip {
		clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	}

	body.post-type-archive-team-member article.featured-column {
		width: 25%;
	}
}
