/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


@media all and (min-width: 640px) {
	.banner {
		aspect-ratio: 16 / 7;
		max-height: 750px;
		width: 100vw;
		background-size: cover;
		background-position: center;
	}

	.banner-img-mobile {
		display: none !important;
	}
}

h1 .cursive {
	transform: translateY(-25px);
	display: inline-block;
	color: var(--awb-color7);
}

.intro-text {
    font-size: clamp(120%, 1.77vw, 150%) !important;
}

@media all and (max-width: 640px) {
	h1.fusion-responsive-typography-calculated {
		font-size: 56px !important;
	}

	.logo-wrap {
		padding-right: 30px;
		padding-left: 30px;
	}

	h2:has(.cursive) {
		font-size: clamp(32px, 3vw, 48px) !important;
	}
}

h2 {
	font-weight: 500;
}

.cursive {
	color: var(--awb-color8);
	font-family: Braisetto;
	font-size: 200%;
	line-height: 0;
	letter-spacing: 0 !important;
}

@media all and (max-width: 1024px) {
	h2 .cursive {
		font-size: 340%;
		display: block;
		margin-top: 25px;
		margin-bottom: 60px;
	}

	.fusion-text:has(.cursive) {
		text-align: center;
	}
}

.fusion-button-text {
	text-align: center;
}

.circle-img {
	overflow: visible !important;
	margin-top: -50px;
}

.fusion-tb-footer {
	max-height: 400px;
	position: relative;
	z-index: 9999;
}

.footer-copy {
	p {
		color: white;
	}

	a {
		color: white;
		text-decoration: underline;
	}
}

@media all and (min-width: 641px) {
	.fusion-layout-column :has(.footer-grass) {
		max-height: 300px !important;
	}

	.fusion-column-wrapper:has(.footer-grass) {
		margin-top: -300px;
		display: inline-block;
	}

	.footer-grass {
		max-height: 800px;
	}
}

@media all and (max-width: 640px) {
	.footer-logo-row {
		position: relative;

		&::before {
			content: '';
			position: absolute;
			background: url('/wp-content/themes/Avada-Child-Theme/library/images/fg-grass-mobile.svg') bottom/contain no-repeat;
			width: 28%;
			height: 162%;
			bottom: 0;
			right: -18px;
		}
	}