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

html {
	scrollbar-gutter: stable;
}

/*
 * Restore the standard WordPress accessibility helper styles so Avada's
 * skip-link and other screen-reader labels stay hidden until focused.
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-text:active {
	background-color: #f1f1f1;
	-webkit-clip-path: none;
	clip-path: none;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 0.75rem 1rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:active {
	border-radius: 0.25rem;
	box-shadow: 0 0 0 2px rgba(33, 117, 155, 0.15);
}

@supports not (scrollbar-gutter: stable) {
	html {
		overflow-y: scroll;
	}
}

.fusion-header .fusion-caret,
.fusion-secondary-menu .fusion-caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	min-width: 1em;
}

.fusion-header .fusion-caret .fusion-dropdown-indicator,
.fusion-secondary-menu .fusion-caret .fusion-dropdown-indicator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	min-width: 1em;
}

.page-id-991 .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode {
	border-radius: 20px;
	overflow: hidden;
}

.page-id-991 .fusion-accordian .panel-body li + li {
	margin-top: 10px;
}

.page-id-991 .fusion-accordian .panel-body li p {
	margin-bottom: 0;
}

@media screen and (max-width: 1020px) {
	.page-id-991 .fusion-accordian .panel-body p {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.page-id-991 .fusion-text h2[data-fusion-font="true"] {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}
}

.home .fusion-builder-column-6 .fusion-image-element {
	width: 100%;
	max-width: 730px;
}

.home .fusion-builder-column-6 .imageframe-3 {
	display: block;
	line-height: 0;
}

.home .fusion-builder-column-6 .wp-image-1052 {
	display: block;
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.footer_email_field,
.footer_email_field .fusion-form-input {
	--awb-form-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.footer_email_form_container {
	--snassi-footer-form-field-height: 47px;
}

.footer_email_form_container .fusion-form-form-wrapper input[type="date"],
.footer_email_form_container .fusion-form-form-wrapper input[type="datetime-local"],
.footer_email_form_container .fusion-form-form-wrapper input[type="datetime"],
.footer_email_form_container .fusion-form-form-wrapper input[type="email"],
.footer_email_form_container .fusion-form-form-wrapper input[type="month"],
.footer_email_form_container .fusion-form-form-wrapper input[type="number"],
.footer_email_form_container .fusion-form-form-wrapper input[type="password"],
.footer_email_form_container .fusion-form-form-wrapper input[type="search"],
.footer_email_form_container .fusion-form-form-wrapper input[type="tel"],
.footer_email_form_container .fusion-form-form-wrapper input[type="text"],
.footer_email_form_container .fusion-form-form-wrapper input[type="time"],
.footer_email_form_container .fusion-form-form-wrapper input[type="url"],
.footer_email_form_container .fusion-form-form-wrapper input[type="week"],
.footer_email_form_container .fusion-form-form-wrapper select {
	height: var(--snassi-footer-form-field-height);
	min-height: var(--snassi-footer-form-field-height);
}

@media screen and (max-width: 640px) {
	.footer_email_field,
	.footer_email_field .fusion-form-input {
		--awb-form-border-radius: 20px;
		border-radius: 20px;
	}

	.footer_email_form_container {
		--snassi-footer-form-field-height: 59px;
	}

	.footer_email_form_container .fusion-text,
	.footer_email_form_container .fusion-text p {
		color: #ffffff !important;
	}
}

/*
 * Keep animated Avada sections readable when the runtime animation state
 * does not complete on live.
 */
body .fusion-animated,
body .fusion-animated .fusion-column-wrapper,
body .fusion-animated .fusion-title,
body .fusion-animated .fusion-text,
body .fusion-animated .fusion-image-element {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.single-help_center_docs {
	background-color: #efeee8;
}

html.snassi-help-lightbox-active,
body.snassi-help-lightbox-active {
	overscroll-behavior: none;
}

body.single-help_center_docs.snassi-help-lightbox-active #boxed-wrapper {
	overflow: hidden !important;
	overflow-y: hidden !important;
	touch-action: none !important;
	overscroll-behavior: none !important;
}

.single-help_center_docs #main {
	background-color: #efeee8;
	padding-top: 0;
	padding-bottom: 0;
}

.single-help_center_docs #content,
.single-help_center_docs #content > .help_center_docs,
.single-help_center_docs #content > .help_center_docs > .post-content {
	margin-bottom: 0;
}

.single-help_center_docs #content > .help_center_docs > .post-content > .fusion-fullwidth:first-child {
	--awb-margin-top: 0px !important;
	margin-top: 0 !important;
}

.single-help_center_docs .help_steps_container {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

@media screen and (max-width: 1020px) {
	.single-help_center_docs .help_steps_container {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.single-help_center_docs .help_doc_hero > .fusion-builder-row.fusion-row.fusion-flex-align-items-center.fusion-flex-justify-content-center.fusion-flex-content-wrap {
	width: 100% !important;
	max-width: 100% !important;
}

.single-help_center_docs h1.entry-title {
	margin-top: 0;
	display: none;
}

body.single-help_center_docs .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
	--awb-z-index: 1000 !important;
}

body.single-help_center_docs .pc_header_container {
	position: relative;
	z-index: 1001 !important;
}

.part-heading {
	font-size: 35px;
}

h2.part-heading {
	font-size: 35px !important;
}

.part-title.fusion-responsive-typography-calculated,
.single-help_center_docs #main .part-title.fusion-responsive-typography-calculated {
	font-size: 27px !important;
}

.step-title.fusion-responsive-typography-calculated,
.single-help_center_docs #main .step-title.fusion-responsive-typography-calculated {
	font-size: 19px !important;
}

p.step-description,
.single-help_center_docs #main p.step-description {
	font-size: 15px !important;
}

@media screen and (max-width: 640px) {
	.single-help_center_docs .help_center_breadcrumb_tab_mob {
		display: block;
		width: 100%;
		font-size: 16px !important;
		line-height: 1.45 !important;
		text-align: left !important;
	}

	.single-help_center_docs .help_center_breadcrumb_tab_mob .awb-breadcrumb-list {
		width: 100%;
	}

	.single-help_center_docs .help_center_breadcrumb_tab_mob .fusion-breadcrumb-item {
		display: inline;
	}

	.single-help_center_docs .help_center_breadcrumb_tab_mob .fusion-breadcrumb-link,
	.single-help_center_docs .help_center_breadcrumb_tab_mob .breadcrumb-leaf {
		font-size: inherit;
		line-height: inherit;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
	}
}
