/*
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
*/

:root {
	/************
	Variables
	*************/
	/*~~~~ Fonts ~~~~*/
	--insta_story_signature_font: "InstaStorySignature";
	/*~~~~ Colors ~~~~*/
	--clr_accent: #ad6655;
	--clr_body: #221f20;
	/* White Tones */
	--clr_wht: #FFFFFF;
	--clr_wht_a: #f6f6f4;
	/* Gray Tones */
	--clr_gray: #f0f0ed;
	--clr_gray_a: #e5e5df;
	--clr_gray_light: #f6f6f4;
	/* Cream Tones */
	--clr_cream: #faf0e8;
	/* Pink Tones */
	--clr_pink: #f2accd;
	/* Yellow Tones */
	--clr_yellow: #e5e483;
	/* Brown Tones */
	--clr_brown_light: #f1ceb8;
	--clr_brown: #f7ba96;
	/* Black Tones */
	--clr_blk: #231f20;
	--clr_blk_light: #494444;
}

* {
	box-sizing: border-box;
}

.img_full,
.img_full img {
	width: 100%;
}

/****************************
Typography Custom Styling
****************************/

p:last-child {
	margin-bottom: 0 !important;
}

.statemint_list ul {
	margin: 0;
	padding-left: 00px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.statemint_list ul li {
	position: relative;
	padding-left: 30px;
}

.statemint_list ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--clr_body);
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50px;
	bottom: 0;
	margin-block: auto;
}

.fusion-imageframe.img_curve_tp {
	overflow: visible;
}

.img_curve_tp::after {
	content: "";
	position: absolute;
	background-image: url(./assets/img/statemint_page_img_bottom_shape.svg);
	background-position: right bottom;
	width: 107.5%;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	right: -10px;
	bottom: -12px;
}

.img_curve_tp img {
	clip-path: polygon(0.003% 42.572%, 0.003% 100%, 100% 100%, 100% 42.572%, 100% 42.572%, 99.843% 39.201%, 99.377% 35.872%, 98.609% 32.6%, 97.546% 29.398%, 96.194% 26.281%, 94.561% 23.263%, 92.654% 20.358%, 90.479% 17.582%, 88.044% 14.947%, 85.355% 12.469%, 85.355% 12.469%, 82.445% 10.18%, 79.351% 8.107%, 76.09% 6.255%, 72.679% 4.631%, 69.134% 3.241%, 65.473% 2.09%, 61.713% 1.184%, 57.869% 0.53%, 53.959% 0.134%, 50% 0%, 50% 0%, 46.041% 0.134%, 42.131% 0.53%, 38.288% 1.184%, 34.527% 2.09%, 30.866% 3.241%, 27.321% 4.631%, 23.91% 6.255%, 20.649% 8.107%, 17.555% 10.18%, 14.645% 12.469%, 14.645% 12.469%, 11.956% 14.947%, 9.521% 17.582%, 7.346% 20.358%, 5.439% 23.263%, 3.806% 26.281%, 2.454% 29.398%, 1.391% 32.6%, 0.623% 35.872%, 0.157% 39.201%, 0% 42.572%);
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.font_instastsig .fusion-title-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.font_instastsig em {
	font-family: var(--insta_story_signature_font);
	font-style: normal;
	position: relative;
	font-size: 54px;
	font-weight: 400;
	color: var(--clr_body);
}

.font_instastsig em::before,
.locations_head__title strong::before {
	content: "";
	position: absolute;
	left: 0;
	margin-inline: auto;
	right: 20px;
	top: -30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 32px;
	height: 42px;
	background-image: url(./assets/img/star_yellow_icon.svg);
}

.fusion-button i {
	position: absolute;
	right: 35px;
	transition: all .2s !important;
}

.fusion-button:hover i {
	right: 25px;
}

/************************
Site Header Styling Start
*************************/
.site_hdr__fgr .fusion-image-element {
	width: 100%;
	max-width: 252px;
}

.site_hdr__navigation .menu-item-has-children .awb-menu__open-nav-submenu-hover::before {
	content: "";
	width: 10px;
	height: 6px;
	background: currentColor;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	top: 3px;
	position: relative;
}

/************************
Site Footer Styling Start
*************************/
.site_ftr::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 52px;
	background-color: var(--clr_pink);
}

.site_ftr__slinks .fusion-social-networks-wrapper,
.site_ftr__slinks .fusion-social-networks-wrapper a {
	margin: 0 !important;
}

.site_ftr__slinks .fusion-social-networks-wrapper {
	display: flex;
	justify-content: end;
	gap: 12px;
	margin-top: 24px !important;
}

.site_ftr__btm .fusion-image-element {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 310px !important;
}

/********************************
Hero Banner Section Styling Start
*********************************/
.hero_bnr>.fusion-builder-row::before {
	content: "" !important;
	position: absolute;
	top: 0;
	width: 4000px;
	height: 100%;
	background-color: var(--clr_yellow);
	z-index: -1;
	right: calc(100% - 208px);
	left: auto;
}

.statemint_sale::after,
.sc_rgh_checboxes::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 250px;
	background-position: top right;
	height: 101%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(./assets/img/section_checkboxes_shape.svg);
}

.statemint_sale>.fusion-builder-row {
	padding-inline: 124px !important;
}

.statemint_sale__inr .fusion-image-element {
	width: 100%;
	max-width: 370px;
}

/**********************************
Media Content Section Styling Start
***********************************/
.media_content__img::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr_body);
	opacity: .3;
}

.media_content__cnt,
.media_content__cnt>.fusion-column-wrapper,
.media_content__fgr,
.media_content__fgr .fusion-image-element,
.media_content__fgr .media_content__img,
.media_content__fgr .media_content__img img {
	height: 100%;
}

.media_content__cnt>.fusion-column-wrapper {
	max-width: 620px;
}

.media_content__cnt .media_content__title {
	position: relative;
	width: fit-content;
}

.media_content__title .fusion-title-heading {
	position: relative;
	z-index: 1;
}

.media_content__cnt .media_content__title::after {
	content: "";
	position: absolute;
	left: -2.8%;
	width: 106.8%;
	height: 44px;
	top: 8px;
	bottom: 0;
	margin-block: auto;
	background-color: var(--clr_yellow);
}

.media_content__fgr .media_content__img img {
	object-fit: cover;
}

.media_content_snd .media_content__cnt {
	justify-content: flex-end;
}

.media_content_snd .media_content__title::after {
	background-color: var(--clr_brown_light);
}

/*************************************
Our Testimonials Section Styling Start
**************************************/
.our_testimonial__title {
	position: relative;
}

.our_testimonial__rw .slick-list {
	overflow: visible;
	margin-inline: -26px !important;
}

.our_testimonial__rw .slick-track {
	display: flex;
	align-items: stretch;
}

.our_testimonial__rw .our_testimonial__cl {
	margin-inline: 26px !important;
	height: auto;
}

.our_testimonial__rw .our_testimonial__cnt {
	display: grid;
	grid-template-columns: 144px 1fr;
	gap: 64px;
	padding: 32px;
	background-color: var(--clr_cream);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 14px;
	border-radius: 30px;
	height: 100%;
	align-items: center;
}

.our_testimonial__rw .our_testimonial__fgr {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.our_testimonial__rw .our_testimonial__img {
	width: 100%;
	border-radius: 50%;
}

.our_testimonial__rw .our_testimonial__name {
	font-family: var(--insta_story_signature_font);
	font-size: 30px;
	text-align: center;
}

.our_testimonial__cnt .testimonial_bio {
	color: var(--clr_blk_light);
	line-height: 1.7;
	font-size: 19px;
}

.our_testimonial__head .slick-arrow {
	background-color: transparent;
	--slider_wrow_size: 34px;
	width: var(--slider_wrow_size);
	height: var(--slider_wrow_size);
	border-radius: 50px;
	z-index: 99;
	left: auto;
	bottom: 0;
	top: auto;
	right: 0;
	transform: unset;
}

.our_testimonial__head .slick-arrow.slick-prev {
	right: 54px;
}

.our_testimonial__head .slick-arrow::before {
	display: none;
}

.our_testimonial__head .slick-arrow path {
	transition: all .3s;
}

.our_testimonial__head .slick-arrow svg {
	width: 100%;
	height: 100%;
}

.our_testimonial__head .slick-arrow:hover svg path {
	fill: var(--clr_body);
}

/******************************
Locations Section Styling Start
*******************************/

.locations_sc::before {
	content: "";
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 101%;
	width: 100%;
	top: -2px;
	left: 0;
	height: 5.8vw;
	background-image: url(./assets/img/section_white_shape_top.svg);
}

.locations_head__title .fusion-title-heading {
	justify-content: flex-start;
}

.locations_head__title strong {
	position: relative;
	font-weight: 400;
}

.locations_head__title strong::before {
	height: 36px;
	width: 26px;
	right: 70px;
}

.locations_head__title.font_instastsig em::before {
	top: auto;
	left: 0;
	right: auto;
	bottom: -24px;
	height: 28px;
	width: 18px;
}

.statem_location__wrap {
	position: relative;
}

.statem_location__wrap .statem_location__findlogo,
.statem_location__wrap .statem_location__btmshape {
	position: absolute;
}

.statem_location__wrap .statem_location__findlogo {
	position: absolute;
	bottom: -68px;
	right: -57px;
	z-index: 1;
	width: 100%;
	max-width: 274px;
	display: block;
}

.statem_location__wrap .statem_location__btmshape {
	width: 90%;
	height: 26px;
	object-fit: cover;
	left: 50px;
	bottom: -24px;
}

.statem_location__mapbox {
	position: relative;
	height: 460px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}

.statem_location__mapbox #statem_location__map {
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	height: 100%;
}

.statem_location__mapbox .gm-style-iw {
	padding: 20px 20px 30px !important;
	background-color: var(--clr_gray);
	border-radius: 0px;
	box-shadow: unset;
	width: 100%;
	max-width: 260px !important;
}

.statem_location__mapbox .gm-style-iw .gm-style-iw-chr {
	justify-content: end;
	margin-bottom: 10px;
}

.statem_location__mapbox .gm-style-iw .gm-ui-hover-effect {
	height: auto !important;
	width: auto !important;
}

.statem_location__mapbox .gm-style-iw .gm-ui-hover-effect span {
	margin: 0 !important;
}

.statem_location__mapbox .gm-style-iw .gm-style-iw-chr>div {
	display: none;
}

.statem_location__mapbox .gm-style-iw-d {
	max-height: 100% !important;
	overflow: auto !important;
}

.statem_location__mapbox .statem_location__map-inr {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 6px;
}

.statem_location__mapbox .statem_location__map-inr * {
	margin: 0;
	font-family: "sofia-pro";
	font-size: 14px;
	line-height: 1.4;
}

.statem_location__mapbox .statem_location__map-inr a:focus-visible {
	outline: unset;
}

.statem_location__map-inr .statem_location__map-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

/***********************
Inner Page Styling Start
************************/
.inr_pg_bnr__fgr,
.inr_pg_bnr__fgr .fusion-image-element,
.inr_pg_bnr__fgr .img_full,
.inr_pg_bnr__fgr .img_full img,
.inr_pg_bnr__cnt {
	height: 100%;
}

.inr_pg_bnr__fgr .inr_pg_bnr__img img {
	object-fit: cover;
}

.inr_pg_bnr__fgr .fusion-image-element:last-child {
	position: absolute;
	width: 100%;
	max-width: 90px;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	height: auto;
}

.inr_pg_bnr__cnt>.fusion-column-wrapper {
	max-width: 800px;
}

.inr_pg_bnr__cnt .inr_pg_bnr__title em {
	font-family: var(--insta_story_signature_font);
	font-style: normal;
	position: relative;
	font-size: 54px;
	font-weight: 400;
}

.inr_pg_bnr__cnt .inr_pg_bnr__title strong {
	padding-left: 100px;
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
	padding-top: 0px !important;
}

/********************************
Homepage Responsive Styling Start
*********************************/
@media screen and (max-width: 1299px) {
	.statemint_sale>.fusion-builder-row {
		padding-inline: 94px !important;
	}

	.media_content__cnt>.fusion-column-wrapper {
		max-width: 578px;
	}

	.media_content__title .fusion-title-heading {
		font-size: 52px !important;
	}

	.our_testimonial__rw .our_testimonial__cnt {
		gap: 34px;
		padding: 30px;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
		border-radius: 20px;
	}

	.our_testimonial__cnt .testimonial_bio {
		line-height: 1.6;
		font-size: 16px;
	}

	.statem_location__wrap .statem_location__findlogo {
		right: -36px;
		bottom: -70px;
		max-width: 260px;
	}
}

@media screen and (max-width: 1200px) {
	.statemint_list {
		font-size: 18px !important;
	}

	.statemint_list ul {
		gap: 8px;
	}

	.font_instastsig em {
		font-size: 46px;
	}

	.site_hdr__fgr .fusion-image-element {
		max-width: 212px;
	}

	.site_hdr__fgr .fusion-title {
		font-size: 28px !important;
	}

	.site_hdr .awb-menu.collapse-enabled a,
	.site_hdr .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:before {
		padding: 0 20px !important;
	}

	.hero_bnr>.fusion-builder-row::before {
		right: calc(100% - 174px);
	}

	.site_hdr__navigation>ul>li>ul>li>a {
		font-size: 18px !important;
	}

	.statemint_sale>.fusion-builder-row {
		padding-inline: 0px !important;
	}

	.statemint_sale__inr .fusion-image-element {
		max-width: 340px;
	}

	.media_content__cnt>.fusion-column-wrapper {
		max-width: 100%;
	}

	.media_content__title .fusion-title-heading {
		font-size: 46px !important;
	}

	.our_testimonial__rw .slick-list {
		margin-inline: -16px !important;
	}

	.our_testimonial__rw .our_testimonial__cl {
		margin-inline: 16px !important;
	}

	.our_testimonial__rw .our_testimonial__cnt {
		gap: 24px;
		padding: 30px 20px;
	}

	.statem_location__wrap .statem_location__findlogo {
		max-width: 240px;
	}

	.site_ftr__fgr .site_ftr__logo {
		max-width: 300px;
	}

	.site_ftr .site_ftr__cnt .site_ftr__navigation ul {
		flex-direction: row !important;
		justify-content: end;
		gap: 30px;
	}

	.site_ftr__cnt .site_ftr__navigation ul>li {
		width: auto;
	}

	.site_ftr .awb-menu.collapse-enabled a {
		padding: 0 !important;
	}

	.inr_pg_bnr__fgr .fusion-image-element:last-child {
		max-width: 70px;
		right: -35px;
	}

	.inr_pg_bnr__cnt>.fusion-column-wrapper {
		max-width: 100%;
	}

	.inr_pg_bnr__cnt .inr_pg_bnr__title em {
		font-size: 48px;
	}

	.inr_pg_bnr__cnt .inr_pg_bnr__title strong {
		padding-left: 80px;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 42px !important;
	}

	h2 {
		font-size: 38px !important;
	}

	h3,
	.media_content__title .fusion-title-heading {
		font-size: 34px !important;
	}

	.statemint_list,
	.fusion-text {
		font-size: 16px !important;
	}

	.statemint_list ul li {
		padding-left: 24px;
	}

	.font_instastsig em {
		font-size: 40px;
	}

	.site_hdr_tp .fusion-title {
		font-size: 12px !important;
	}

	.statemint_sale__inr .fusion-image-element {
		max-width: 268px;
	}

	.statemint_sale__inr .statemint_sale__saletext {
		font-size: 38px !important;
	}

	.media_content__cnt .media_content__title::after {
		height: 30px;
	}

	.site_ftr__btm .site_ftr__copyright {
		font-size: 12px !important;
	}

	.statem_location__wrap .statem_location__findlogo {
		max-width: 180px;
		right: -30px;
	}

	.our_testimonial__rw .our_testimonial__cnt {
		gap: 20px;
		grid-template-columns: 1fr;
		align-items: flex-start;
		justify-content: flex-start;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.our_testimonial__rw .our_testimonial__fgr {
		gap: 14px;
	}

	.our_testimonial__rw .our_testimonial__img {
		max-width: 144px;
		margin-inline: auto;
	}

	.our_testimonial__head .slick-arrow {
		--slider_wrow_size: 28px;
	}

	.our_testimonial__cnt .testimonial_bio {
		text-align: center;
	}

	.our_testimonial__head .slick-arrow.slick-prev {
		right: 38px;
	}

	.locations_head__title .fusion-title-heading {
		font-size: 30px !important;
	}

	.locations_head__title .fusion-title-heading em {
		font-size: 34px;
	}

	.statem_location__wrap .statem_location__findlogo {
		max-width: 160px;
		right: -24px;
		bottom: -50px;
	}

	.statem_location__wrap .statem_location__btmshape {
		height: 18px;
		bottom: -16px;
	}

	.site_ftr__fgr .site_ftr__logo {
		max-width: 260px;
	}

	.site_ftr__btm .fusion-image-element {
		display: none;
	}

	.site_ftr::after {
		width: 100%;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 38px !important;
	}

	h2,
	.statemint_sale__inr .statemint_sale__saletext {
		font-size: 32px !important;
	}

	h3,
	.media_content__title .fusion-title-heading {
		font-size: 28px !important;
	}

	.statemint_list ul {
		gap: 4px;
	}

	.statemint_list ul li {
		padding-left: 20px;
	}

	.font_instastsig .fusion-title-heading {
		gap: 8px;
		flex-direction: column;
	}

	.font_instastsig em {
		font-size: 30px;
	}

	.font_instastsig em::before,
	.locations_head__title strong::before {
		width: 26px;
		height: 36px;
	}

	.fusion-button {
		font-size: 14px !important;
		padding-inline: 20px 50px !important;
	}

	.site_hdr__fgr .fusion-image-element {
		max-width: 112px;
	}

	.site_hdr__fgr .fusion-title {
		font-size: 18px !important;
	}

	.hero_bnr>.fusion-builder-row {
		align-content: end !important;
	}

	.hero_bnr>.fusion-builder-row::before,
	.statemint_sale::after,
	.sc_rgh_checboxes::after {
		display: none;
	}

	.hero_bnr__wrap .hero_bnr__logo {
		max-width: 60px;
	}

	.statemint_sale__inr .fusion-image-element {
		max-width: 238px;
	}

	.media_content_snd>.fusion-builder-row {
		flex-direction: column-reverse !important;
	}

	.media_content__cnt,
	.media_content__cnt>.fusion-column-wrapper,
	.media_content__fgr,
	.media_content__fgr .fusion-image-element,
	.media_content__fgr .media_content__img,
	.media_content__fgr .media_content__img img {
		height: auto;
	}

	.our_testimonial__title .fusion-title-heading {
		gap: 30px;
	}

	.our_testimonial__head .slick-arrow {
		--slider_wrow_size: 26px;
		bottom: -30px;
	}

	.our_testimonial__rw .our_testimonial__cnt {
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
	}

	.statem_location__mapbox {
		height: 320px;
		border-radius: 10px;
	}

	.statem_location__wrap .statem_location__findlogo {
		max-width: 120px;
	}

	.statem_location__wrap .statem_location__btmshape {
		width: 80%;
		left: 20px;
	}

	.site_ftr::after {
		height: 72px;
	}

	.site_ftr__fgr .site_ftr__logo {
		max-width: 200px;
	}

	.site_ftr .site_ftr__cnt .site_ftr__navigation ul {
		flex-direction: column !important;
		justify-content: center;
		gap: 10px;
	}

	.site_ftr .awb-menu.collapse-enabled a {
		justify-content: center;
	}

	.site_ftr__slinks .fusion-social-networks-wrapper {
		gap: 10px;
		margin-top: 30px !important;
		justify-content: center;
	}

	.site_ftr__btm .site_ftr__copyright {
		line-height: 1.4 !important;
	}

	.inr_pg_bnr__fgr,
	.inr_pg_bnr__fgr .fusion-image-element,
	.inr_pg_bnr__fgr .img_full,
	.inr_pg_bnr__fgr .img_full img,
	.inr_pg_bnr__cnt {
		height: auto;
	}

	.inr_pg_bnr__fgr .inr_pg_bnr__img img {
		aspect-ratio: 3/1.6;
	}

	.inr_pg_bnr__fgr .fusion-image-element:last-child {
		max-width: 60px;
		right: auto;
		top: auto;
		transform: translateX(-50%);
		left: 50%;
		bottom: -30px;
	}

	.inr_pg_bnr__cnt .inr_pg_bnr__title em {
		font-size: 40px;
	}

	.inr_pg_bnr__cnt .inr_pg_bnr__title strong {
		padding-left: 0px;
	}

	.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
		padding: 12px 20px !important;
	}

	.fusion-body .fusion-accordian .panel-title {
		font-size: 18px !important;
	}

	.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
		padding-inline: 20px !important;
	}

	.fusion-accordian .toggle-content {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 349px) {

	.site_hdr__fgr .fusion-title {
		font-size: 14px !important;
	}
}