/*
Theme Name: Ultra Pep Labs
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Global Elements */

h1, h2, h3 {
	font-weight: bold !important;
}
.fusion-text ul {
	padding-left: 16px;
}
a.button-large {
	font-size: 16px;
	font-weight: bold;
	padding: 16px 29px;
}
.accordian .fusion-panel{
	border-radius: 30px !important;
}

/* Helper Classes */

.fusion-text.upl-pm-0 p {
	margin: 0;
}
.fusion-text.upl-dark-bg a {
	color: #9efcfc;
}
.fusion-text.upl-number-circle p {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #384053;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.upl-larger  {
	font-size: 1.2em;
	font-weight: bold;
}

/* Home Hero */

#home-hero a.button-large {
	border-radius: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 400px;
}
.fusion-tb-header .fusion-button:hover,
#home-hero a.button-large:hover,
#home-contact .fusion-button:hover {
	background: #9efcfc;
	box-shadow: 0 8px 16px 2px #5076aa !important;
}
@media (max-width: 1024px) {
	#home-hero h2.fusion-title-heading {
		font-size: 36px !important;	
	}
	#home-hero .md-text-align-center {
		width: 100%;
	}
	#vial-1,
	#vial-2 {
		width: 100px;
		z-index: -1;
	}
}

/* Home FAQ */

.fusion-toggle-heading {
	font-size: 16px;
}
.fusion-accordian .panel-title a:hover .fa-fusion-box::before {
	color: #9efcfc;
}

/* Affiliates */

.af_share_section a {
	margin: 0 10px;
}
.post-content p.apf-registration-submit {
	margin-top: 1em;
}
#apf_register_form_request_submit {
	background: #384053;
	font-weight: bold;
	padding: 16px 29px;
	border-radius: 30px;
	border: none;
	color: #fff;
}
#apf_register_form_request_submit:hover {
	opacity: .9;
}

/* Home Contact */

#home-contact .fusion-form-input {
	background: #34445d;
	color: #fff;
	border-color: #526074;
	border-radius: 16px;	
}
#home-contact .fusion-form-field {
	margin: 8px 0;
}
#home-contact .fusion-form-input::placeholder {
	color: rgba( 255, 255, 255, .5 );
}
#home-contact label {
	color: #fff;
	margin-bottom: .25em;
	font-size: 14px;
}
@media (max-width: 768px) {
	#home-contact .fusion-form .fusion-fullwidth {
		padding-left: 0;
		padding-right: 0;
	}	
}

/* Page Title Bar */

.single-product .fusion-page-title-bar {
	display: none;
}
.fusion-page-title-bar .fusion-page-title-captions h3 {
	margin-top: 1em;
	font-weight: normal;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.fusion-page-title-bar {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
}
.fusion-page-title-row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fusion-page-title-wrapper {
	position: relative;
	z-index: 2;
}
.fusion-page-title-row::before,
.fusion-page-title-row::after {
	content: "";
	position: absolute;
	top: 25%;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
	pointer-events: none;
}
.fusion-page-title-row::before {
	right: 80%;
}

.fusion-page-title-row::after {
	left: 80%;
}
@media (max-width: 768px) { 
	.fusion-page-title-row::before,
	.fusion-page-title-row::after {
		top: -10px;
		opacity: .6;
	}
}
.fusion-page-title-row::before {
	background-image: url('/wp-content/uploads/2026/07/vial-1.webp');
}
.fusion-page-title-row::after {
	background-image: url('/wp-content/uploads/2026/07/vial-2.webp');
}

/* Header */

.fusion-tb-header .fusion-button {
	font-size: 16px;
}

/* Product Single */

.fusion-body .fusion-woo-tabs-tb .woocommerce-tabs .panel {
	background: #fafafa;
	border-radius: 20px;
}

/* Custom Elements */ 

.upl-latest {
	background: #000;
	color: #fff;
	border-radius: 20px;
	padding: 4px 20px;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}
.upl-iso,
.upl-tested {
	background: rgba(77,85,104,0.8);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 20px;
	padding: 6px 10px;
	display: inline-block;
	font-size: 12px;
	margin: 4px 0 0 4px;
}
.upl-passed {
	border: 1px solid #c3e6cb;
	padding: 6px 20px;
	border-radius: 20px;
	background: #d4edda;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 16px;
}
.upl-purity-card h3 {
	margin-bottom: 0;
	font-size: 50px !important;
	margin-top: .5em;
}
.upl-purity-card .table-2 {
	background: #fafafa;
	border-radius: 10px;
}
.upl-home-tag {
	background: rgba(77, 85, 104, 0.8);
	padding: 6px 12px; 
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,.15);
	display: inline-block;
	margin: 12px 6px 0 0;
	color: #fff;
	font-size: 13px;
}
@media (max-width: 768px) {
	.upl-home-tag {
		margin: 12px 3px 0 3px;
	}
}
.fusion-product-wrapper,
.upl-number-box {
	border-radius: 30px;
	background: rgba(77, 85, 104, 0.8) !important;
	border: 1px solid rgba(255,255,255,.15) !important;
	color: #fff;
}
.fusion-product-content,
.upl-number-box  {
	padding: 20px;
}
.fusion-text.upl-number-box p:first-child {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1em;
}
.fusion-text.upl-number-box {
	background-image: linear-gradient(to right bottom, #06bcbc, #446c88, #49667e, #4c6074, #4d5a6a) !important;
	margin-bottom: 20px;
	padding: 34px 30px;
}
.fusion-text.upl-number-box p {
	margin-bottom: 0;
}

/* Home Products */

.fusion-product-wrapper .featured-image img,
.fusion-product-wrapper .featured-image img {
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.fusion-product-wrapper a,
.fusion-product-wrapper .amount {
	color: #fff !important;
}
@media only screen and (max-width: 712px) {
	.fusion-woo-product-grid .products .product-title,
	.woocommerce-container .products .product-title	{
		font-size: 18px;
		margin-bottom: .25em;
	}
	.fusion-woo-product-grid .products li.product-grid-view,
	.woocommerce-container .products li.product-grid-view 	{
		width: var(--awb-columns-small,50%) !important
	}
	.fusion-woo-product-grid .products .product,
	.woocommerce-container .products .product	{
		padding: calc((var(--woocommerce_archive_grid_column_spacing))/ 4);
	}
}
@media only screen and (max-width: 700px) {
	.fusion-woo-product-grid .products {
		padding: 0 10px !important;
	}
}


/* Footer */

@media (max-width: 768px) {
	#menu-footer {
		margin-top: 2em;
	}
	#menu-footer li {
		width: 100%;	
		margin-right: 0;
	}
}
