
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {}

/*************** Gravity Forms  ***************/
body .gform_wrapper input[type="text"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="number"], body .gform_wrapper textarea, body .gform_wrapper select {
	border-radius: 10px;
}

body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input[type="submit"] {
	border-radius: 99px;
}

/*************** Text Styles  ***************/
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
	letter-spacing: -1px;
}

.rank-math-breadcrumb {
	margin-bottom: -10px !important;
}

/*************** Hero Heading Animation Styles  ***************/
.tw-heading {
	font-size: 130px !important;
	font-weight: inherit;
	line-height: .9 !important;
	color: #383f40;
	margin-top: -20px;
	padding: 0;
}

@media (max-width: 768px) {
	.tw-heading {
		font-size: 73px !important;
	}
}

.tw-animated-word {
	color: #d70064 !important;
	display: inline-block !important;
	overflow: visible !important;
	white-space: nowrap !important;
	vertical-align: baseline !important;
	padding-bottom: 0 em !important;
	min-height: 1.2em !important;
	line-height: .9 !important;
	border-right: none !important;
	position: relative !important;
}

.tw-animated-word::after {
	content: "" !important;
	display: inline-block !important;
	width: 4px !important;
	height: .85em !important;
	background: #d70064 !important;
	margin-left: 3px !important;
	vertical-align: middle !important;
	animation: blink .75s step-end infinite !important;
}

@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
}

.tw-heading br:last-of-type + .tw-animated-word {
	display: inline-block;
	min-width: 10px;
}

.tw-heading {
	display: block;
}

.tw-last-line {
	display: block !important;
	min-height: 1.1em !important;
	line-height: 1.1 !important;
	width: 100% !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@keyframes blink {
	0%, 100% {
		border-color: #d70064;
	}
	
	50% {
		border-color: transparent;
	}
}

.tw-animated-word {
	animation: blink .75s step-end infinite;
}

.featured-work .sw-word {
	color: #d0d0d0;
	transition: color .5s ease;
	display: inline;
}

.featured-work .sw-word.sw-lit {
	color: #383f40;
}

.tw-last-line {
	min-height: 0 em !important;
	line-height: 0 !important;
}

.tw-heading {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
