/**
 * Fancy text Cornerstone Element
 *
 * e.g. "Ways to find JOY and Inspiration"
 *
 * @see ananda-x-fancy-text
 * @since 0.5
 *
 */

.h2.ananda-x-fancy-text {

	color: #0B87D1 !important; /* VARIABLE: standard blue */
	width: 100%;
	font-style: italic;

	/* display: inline-flex !important; /* Overridden by .clearfix */
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-transform: none;
}

@media screen and ( max-width: 970px ) { /* MAYBE THIS NUMBER SHOULD BE CUSTOMIZED */

	.ananda-x-fancy-text {
		flex-direction: column;
		text-align: center;
	}

	.ananda-x-fancy-text > div {
		margin: 0 !important; /* Margins are set by the user, by they are only useful on large screens */
	}

	.ananda-x-fancy-text .ananda-x-fancy-text-end {
		margin-top: -20px !important; /* MAGIC NUMBER */
	}

}

.ananda-x-fancy-text-middle {
	font-family: 'Euphoria Script', serif;
	font-size: 144px;
	letter-spacing: -4.06px;
	font-style: normal;
	text-shadow: 0px 0px 25px rgba( 100,100,100, 0.3); /* CUSTOMIZED: Highlight color for shadow */
}
