/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 17:56:46 */
.mobile, .mobile-inline { display: none; }
.desktop { display: block; }
.desktop-inline { display: inline-block; }

body {
	transition: all 1s;
}
p.white-text {
	color: #fff !important;
}
.purple-text {
	color: #431096 !important;
}
.small-text {
	font-size: 24px !important;
	font-weight: 400 !important;
}
.small-email {
	font-size: 18px !important;
}

h2.gradient-bar {
	font-variant: small-caps;
	margin: 0 auto 1em;
	color: #fff !important;
	padding: 10px 25px 10px 50px;
	height: 64px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	background: url('/wp-content/themes/Avada-Child-Theme/images/gradient-header-medium.png') center no-repeat;
	text-align: center;
}
h2.gradient-bar-long {
	font-variant: small-caps;
	margin: 0 auto 1em;
	color: #fff !important;
	padding: 10px 25px 10px 50px;
	height: 64px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	background: url('/wp-content/themes/Avada-Child-Theme/images/gradient-header-long.png') center no-repeat;
}

.fusion-logo {
	width: 100% !important;
	max-width: 400px;
}
.fusion-logo img {
	max-height: unset !important;
	width: 100% !important;
}
.fusion-flyout-menu-icons {
	display: none !important;
}

#main {
	padding: 0;
}

#hero-image h1.gradient-bar {
	font-size: 46px;
	font-weight: 600;
	font-variant: small-caps;
	margin: 0 auto;
	color: #fff !important;
	padding: 22px 25px 28px 50px;
	height: 96px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	background: url('/wp-content/themes/Avada-Child-Theme/images/gradient-bar-hero.png') center left no-repeat;
}
#hero-image h1 {
	font-size: 58px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto;
	padding-left: 50px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

#quote-wrapper .fusion-builder-row {
	position: relative;
	z-index: 0;
}
#quote {
	position: absolute;
	width: 66% !important;
	top: 0;
	right: 0;
}
#quote h3 {
	font-size: 2.15vw !important;
	color: #fff !important;
	transition: all 1s;
}
#quote:before {
	content: '';
	width: 58px;
	height: 46px;
	background: url('/wp-content/themes/Avada-Child-Theme/images/quotation-mark-left.png') center no-repeat;
	position: absolute;
	top: 5px;
	left: -50px;
}
#quote:after {
	content: '';
	width: 58px;
	height: 46px;
	background: url('/wp-content/themes/Avada-Child-Theme/images/quotation-mark-right.png') center no-repeat;
	position: absolute;
	top: 5px;
	right: -40px;
}
.quote-attribution {
	position: relative;
	left: -170px;
}
h2.quote-gradient {
	font-variant: small-caps;
	margin: 0;
	color: #fff !important;
	padding: 21px 25px 18px 14%;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	background: url('/wp-content/themes/Avada-Child-Theme/images/testimony-gradient-bar.png') center left no-repeat;
	width: 786px;
	height: 96px;
	line-height: .6em !important;
	transition: all 1s;
}

#our-advantages-image { display: none; }

#our-team img {
	max-width: 250px !important;
}
@media all and (max-width:1400px) {
	.quote-attribution {
		position: relative;
		left: -16%;
	}
}
@media all and (max-width:1140px) {
	#quote {
		position: relative;
		width: 100% !important;
		margin-bottom: 1em;
		margin-left: 5%;
	}
	.quote-attribution {
		position: relative;
		left: -16%;
	}
	h2.quote-gradient {
		padding-left: 15%;
		padding-top: 1.5vh;
		width: 70vw;
		height: 8vh !important;
    	background-size: auto 100%;
		font-size: 3.2vw !important;
	}
	h2.quote-gradient .small-text {
		font-size: 1.5vw !important;
	}
}

#our-advantages {
	background-size: 100% auto;
}

/* NINJA FORMS */
.nf-form-fields-required {
	font-size: 14px;
	color: #fff;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
	margin-bottom: 0 !important;
}
nf-field .ninja-forms-req-symbol {
	display: none;
}
.nf-form-content textarea.ninja-forms-field:placeholder {
	color: #000;
}
nf-field .submit-wrap {
	text-align: center;
}
nf-field .submit-wrap input[type="submit"] {
	background: url('/wp-content/themes/Avada-Child-Theme/images/button-bg.png') center no-repeat !important;
	background-size: 100% auto;
	width: 295px;
	height: 52px;
	padding: 8px 30px 12px;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: none;
	cursor: pointer;
}
nf-field .submit-wrap input[type="submit"]:hover {
	color: #c006b7;
}
.nf-error-msg {
	color: #fff !important;
}
.nf-response-msg p {
	color: #fff !important;
}

@media all and (max-width:1500px) {
	.small-email {
		font-size: 16px !important;
	}
}
@media all and (max-width:1024px) {
	.desktop, .desktop-inline { display: none; }
	.mobile { display: block; }
	.mobile-inline { display: inline-block; }
	
	body {
		font-size: 20px;
	}
	.fusion-arrow-svg, .fusion-header-wrapper, #side-header {
		background-color: transparent;
	}
	.fusion-body .fusion-header-wrapper .fusion-header, .fusion-body .fusion-header-wrapper .fusion-secondary-main-menu {
		background-color: transparent;
	}
	
	.fusion-body .fusion-flex-container.fusion-builder-row-1 {
		padding-top: 200px !important;
		padding-bottom: 20px !important;
	}
	#hero-video {
		min-height: 300px;
	}
	.fullwidth-box.video-background .fullwidth-video video {
		width: 100% !important;
		height: auto !important;
	}
	#hero-image h1.gradient-bar {
		font-size: 5vw;
		padding: 12px 25px 18px 25px;
		height: 56px;
		width: 90%;
		margin-left: 0;
		background-size: 100% auto !important;
	}
	
	h2.gradient-bar, h2.gradient-bar-long {
		font-size: 6vw !important;
		height: 50px;
		padding: 10px 25px !important;
		margin: 0 auto;
		width: auto;
		height: auto !important;
		background-size: 100% 100%;
	}
	h2.gradient-bar-long {
		padding: 10px 50px !important;
	}
	#hero-image h1:not(.gradient-bar) {
		font-size: 7vw !important;
		padding-left: 20px;
	}
	
	#home-intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#home-intro .fusion-column-wrapper > div {
		text-align: center !important;
	}
	#home-intro .fusion-column-wrapper h3 {
		text-align: left;
	}
	
	#our-advantages {
		background-position: 25% center !important;
		background: #fff !important;
		padding: 0 !important;
	}
	#our-advantages #our-advantages-image {
		display: block;
		margin-bottom: 2em;
	}
	#our-advantages .fusion-builder-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 30px !important;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#our-advantages .fusion-layout-column {
		width: 100% !important;
	}
	#our-advantages h2.gradient-bar {
		text-align: center !important;
		margin-bottom: 1em;
	}
	
	#quote {
		width: 90% !important;
		margin: 0 auto 2em !important;
	}
	#quote h3 {
		font-size: 3.15vw !important;
	}
	h2.quote-gradient {
		padding-left: 20%;
		padding-top: 21px;
		width: 70vw;
		height: auto !important;
		background-size: 100% 100%;
		font-size: 4vw !important;
	}
	h2.quote-gradient .small-text {
		font-size: 16px !important;
	}
	
	#our-team .fusion-layout-column .fusion-column-wrapper {
		padding: 0 !important;
	}
	#our-team img {
		max-width: 250px !important;
	}
	
	#patient-transformations .fusion-layout-column:nth-child(2), #patient-transformations .fusion-layout-column:nth-child(5) {
		width: 10% !important;
	}
	#patient-transformations .fusion-layout-column:nth-child(3), #patient-transformations .fusion-layout-column:nth-child(4) {
		width: 40% !important;
	}
	
	#contact .fusion-layout-column:nth-child(2) {
		width: 80% !important;
	}
}

@media all and (min-width:641px) and (max-width:1024px) {
	#our-team .fusion-layout-column:first-child {
		width: 100% !important;
	}
	#our-team .fusion-layout-column {
		width: 50% !important;
	}
}

@media all and (max-width:640px) {
	body {
		font-size: 18px;
	}
	#hero-image h1.gradient-bar {
		font-size: 5.2vw;
		height: 46px;
	}
	#home-intro .fusion-column-wrapper h3 {
		font-size: 24px;
	}
	h2.gradient-bar, h2.gradient-bar-long {
		font-size: 7vw !important;
		height: auto !important;
		background-size: 100% 100%;
		padding-left: 25px !important;
		text-align: center;
	}
	h3 {
		font-size: 6vw !important;
	}
	
	#quote h3 {
		font-size: 4.15vw !important;
	}
	.quote-image .fusion-column-wrapper > div {
		text-align: center !important;
	}
	.quote-image img {
		max-width: 320px !important;
	}
	.quote-attribution {
		left: -11%;
	}
	h2.quote-gradient {
		width: 100%;
		font-size: 5vw !important;
	}
	h2.quote-gradient br {
		margin-bottom: .3em;
	}
	h2.quote-gradient .small-text {
		font-size: 14px !important;
	}
	
	#our-team p {
		font-size: 18px !important;
		text-align: center !important;
	}
	
	#patient-transformations .fusion-layout-column:first-child {
		margin-bottom: 2em;
	}
	#patient-transformations .fusion-layout-column:nth-child(2), #patient-transformations .fusion-layout-column:nth-child(5) {
		display: none !important;
	}
	#patient-transformations .fusion-layout-column:nth-child(3), #patient-transformations .fusion-layout-column:nth-child(4) {
		width: 80% !important;
	}
	
	#contact .fusion-layout-column:nth-child(1), #contact .fusion-layout-column:nth-child(2) {
		width: 100% !important;
	}
	nf-field .submit-wrap input[type="submit"] {
		font-size: 24px !important;
		width: 200px;
		height: 44px;
		background-size: 100% 100% !important;
	}
}