
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 04:19:43 */

/*================================
LAYOUT
================================*/
.display-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

/*================================
TEXT
================================*/

/* Spacing */
.post-content li {
	margin-bottom: 10px;
}

.post-content p:last-child, .post-content li:last-child {
	margin-bottom: 0;
}

/* Style */
.text-bg {
	padding: 10px 15px;
	display: inline-block;
	margin: 5px 0;
}

.text-bg.yellow {
	background-color: #ffc216;
}

.text-bg.green {
	background-color: #79bf9d;
}

.text-bg.black {
	background-color: #000;
}

.text-bg.white {
	background-color: #fff;
}

.text-bg.blue {
	background-color: #63bef0;
}

.text-bg.dark-blue {
	background-color: #004aad;
}

/* Sub Heading */
.sub-heading p {
	text-shadow: 0px 0px 30px #000;
}

/*================================
MENU
================================*/
ul.fusion-menu li.menu-item {
	margin-bottom: 0;
}

ul.fusion-menu>li.menu-item.fusion-menu-item-button .menu-text {
	background-color: #0085ff;
	color: #fff;
	border-radius: 10px;
}

ul.fusion-menu>li.menu-item.fusion-menu-item-button .menu-text:hover {
	background-color: #2e8de6;
	color: #fff;
}

/* Menu Button */
ul.fusion-menu li.menu-item.btn-menu a>span {
	font-family: "Monstserrat", Arial;
	font-weight: 600;
}

ul.fusion-menu li.menu-item.btn-menu.btn-menu-red a>span.menu-text {
	background-color: #ff3131;
	color: #000;
}

ul.fusion-menu li.menu-item.btn-menu.btn-menu-red a>span.menu-text:hover {
	background-color: #ff3131;
	color: #fff;
}

/*================================
BUTTON
================================*/
a.btn {
	font-family: "Montserrat", Arial;
	font-weight: 600;
	padding: 10px 25px;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	background-color: #0085ff;
	border-radius: 10px;
	color: #000 !important;
}

a.btn:hover {
	background-color: #0335fc;
	color: #fff !important;
}

/* Contact Form */
input.btn.wpcf7-submit {
	padding: 17px 40px !important;
	font-size: 18px !important;
	background-color: #0085ff !important;
	border-radius: 10px !important;
	color: #fff !important;
	min-height: auto;
	height: auto !important;
	margin-bottom: 0;
}

input.btn.wpcf7-submit:hover {
	background-color: #0335fc !important;
	color: #fff !important;
}

/*================================
LOGO
================================*/
.fusion-logo img {
	max-height: 60px !important;
}

/*================================
SLICK SLIDER
================================*/
.slick-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Slick Arrows */
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	color: rgba(0, 0, 0, .5);
}

.slick-slider .slick-arrow:hover {
	color: rgba(0, 0, 0, .75);
}

.slick-slider .slick-prev {
	left: 0;
	text-align: left;
}

.slick-slider .slick-next {
	right: 0;
	text-align: right;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 1;
}

/* Slick Dots */
.slick-slider ul.slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style: none;
}

.slick-slider ul.slick-dots>li {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	border-radius: 50%;
	border: 2px solid #79bf9d;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.slick-slider ul.slick-dots>li.slick-active {
	background-color: #79bf9d;
}

.slick-slider ul.slick-dots>li>button {
	display: none;
}

/*================================
SIDEBAR - WIDGET
================================*/
.widget .fusion-tabs-widget-content ul.fusion-tabs-widget-items>li .fusion-meta {
	display: none;
}

/*================================
CONTACT FORM 7
================================*/

/* Contact Form 7 */
.wpcf7 .form-control {
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control {
	height: 40px;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	height: auto;
}

.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-select {
	margin-bottom: 0;
}

.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
	display: block;
	height: auto;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background-color: #ff1616;
	padding: 17px 40px !important;
	border-radius: 10px;
	height: auto;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
	color: #000;
	background-color: #ff1616;
}

/*================================
SUSPENSIONS
================================*/
.wpcf7 .wpcf7-form .sub-text {
	font-size: 14px;
	color: #ff1616;
}

/* Image Title */
img title {
	display: none !important;
}

/* CTA Buttons */
#content .btn-cta {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	padding: 10px 20px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .btn-cta-1 {
	border: 4px solid #79bf9d;
	background-color: transparent;
	color: #79bf9d !important;
}

#content .btn-cta-1:hover {
	color: #fff !important;
	border-color: #fff;
}

#content .btn-cta-2 {
	border: 4px solid #79bf9d;
	background-color: #79bf9d;
	color: #fff !important;
}

#content .btn-cta-2:hover {
	color: #79bf9d !important;
	background-color: transparent;
}

#content .btn-cta-3 {
	border: 4px solid #79bf9d;
	background-color: transparent;
	color: #79bf9d !important;
}

#content .btn-cta-3:hover {
	color: #fff !important;
	background-color: #79bf9d;
	border-color: #79bf9d;
}

#content a.healcode-link.healcode-pricing-option-text-link {
	background-color: #79bf9d;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	padding: 5px 10px;
	border-radius: 5px;
	max-width: 300px;
	width: 100%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
.fusion-fullwidth.logo-5ew-container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 12;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header-absolute {
	position: absolute !important;
	z-index: 10;
	width: 100%;
}

/* Lifestyle Transformation Tiles */
.lt-tiles .lt-tiles-item {
	position: relative;
	max-width: 400px;
}

.lt-tiles .lt-tiles-item.lt-tiles-item-2 {
	max-width: 950px;
}

.lt-tiles .lt-tiles-item .lt-tiles-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: rgba(255, 204, 0, .9);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px 50px;
}

.lt-tiles .lt-tiles-item:hover .lt-tiles-overlay {
	display: flex;
}

.lt-tiles .lt-tiles-item .lt-tiles-overlay ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.lt-tiles .lt-tiles-item .lt-tiles-overlay ul>li {
	font-size: 16px;
	line-height: 1.7;
}

.lt-tiles .lt-tiles-item .lt-tiles-overlay ul ul {
	padding-left: 20px;
}

.lt-tiles .lt-tiles-item#lt-gen .lt-tiles-overlay ul>li {
	font-size: 12px;
	line-height: 1.5;
}

.lt-tiles .lt-tiles-item#lt-tara .lt-tiles-overlay ul>li {
	font-size: 15px;
	line-height: 1.5;
}

.fusion-body .lt-tiles .lt-tiles-item.slick-slide {
	float: left;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
