/*
Theme Name: Weight Loss Shots Theme
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: SEIRO
Template: hello-biz
Author URI: https://seiro.io
Version: 1.0.90
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: weight-loss-shots
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

ul li::marker {
  color: #1BC4DE;
}

ul, ol {
	padding-left: 20px;
}

.comments-area a, .page-content a {
    text-decoration: none !important;
}

/* START BMI Calculator */
.bmi-calc form .step .input-block {
    display: flex;
    align-items: center;
	gap: 10px;
}

form input[type=text], form input[type=tel], form input[type=email], form input[type=number], form input[type=date], form textarea, form select {
    height: auto;
    margin-bottom: 0;
    padding: 10px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(153, 153, 153, .5);
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-family: "futura-pt", Arial, sans-serif;
    font-weight: 300;
    border-top: rgba(0, 0, 0, 0);
    border-left: rgba(0, 0, 0, 0);
    border-right: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.bmi-calc form .step .input-block input {
    max-width: 100px;
}

.mod_bmi_calc.bmi-calc form input:focus {
    border-bottom: 2px solid #1bc4de;
}

form input[type=text]:focus, form input[type=tel]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=date]:focus, form textarea:focus, form select:focus {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    outline: none;
    border-bottom: 2px solid #fff;
}

.mod_bmi_calc.bmi-calc form input {
    color: var(--e-global-color-primary);
}

.bmi-calc form .step {
    display: flex;
    flex-wrap: wrap;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: none;
    align-items: flex-center;
    justify-content: space-between;
	gap: 20px;
}

.bmi-calc form .step.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    height: auto;
}

.bmi-calc form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bmi-calc form .step h3, .bmi-calc form .step p {
    width: 100%;
}

/* END BMI Calculator */

/* Weight Lose Calculator form */
.mod_home_slide_calculator .calculator {
    padding: 40px;
    display: flex;
    flex-direction: column;
	gap: 30px;
	align-items: center;
	
}

.mod_home_slide_calculator .calculator .label {
    font-size: 28px;
    font-weight: 600;
}

.mod_home_slide_calculator .calculator .current-weight {
    font-size: 30px;
    font-weight: 600;
}
#weight-slider {
    background: linear-gradient(to right, #1bc4de 0%, #1bc4de 50%, #000 50%, #000 100%);
    border-radius: 8px;
    height: 7px;
    width: 356px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    width: 75%;
}

.mod_home_slide_calculator .calculator .result-6, .mod_home_slide_calculator .calculator .result-3 {
    font-size: 50px;
    font-weight: 600;
}


@media screen and (max-width: 768px) {
	.mod_home_slide_calculator .calculator .label {
		font-size: 20px;
	}
	
	.mod_home_slide_calculator .calculator .result-6, .mod_home_slide_calculator .calculator .result-3 {
		font-size: 30px;
	}
	
	#weight-slider {
		width: 100%;
	}
}

/* THUMB */
#weight-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='50' fill='white'/><circle cx='31.5' cy='33.5' r='4.5' fill='black'/><circle cx='67.5' cy='33.5' r='4.5' fill='black'/><circle cx='67.5' cy='67.5' r='4.5' fill='black'/><circle cx='31.5' cy='67.5' r='4.5' fill='black'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

#weight-slider::-moz-range-thumb {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='50' fill='white'/><circle cx='31.5' cy='33.5' r='4.5' fill='black'/><circle cx='67.5' cy='33.5' r='4.5' fill='black'/><circle cx='67.5' cy='67.5' r='4.5' fill='black'/><circle cx='31.5' cy='67.5' r='4.5' fill='black'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* End Weight Lose Calculator */

/* Table styles */
table {
    background: #fff;
    border: solid 1px #ddd;
	border-collapse: collapse;
}

table tr,
table th,
table td {
  background: transparent !important;
}

table tbody tr:nth-child(even),
table tbody tr:nth-child(odd),
table tbody tr:hover {
  background: transparent !important;
}

/* END table styles */

/* Home cards */
.card-motion-hover .hover-text, .card-hover .hover-text {
	display: none;
}

.card-motion-hover, .card-hover .hover-text {
	.hover-title, .hover-text {
		transition: all 600ms ease;
	}
}

.card-motion-hover:hover, .card-hover:hover {
	.hover-title {
		display: none;
	}
	.hover-text {
		display: block;
	}
}

.card-hover {
  position: relative;
  overflow: hidden;
}

/* Animated background overlay */
.card-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27,196,222,.7176470588);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 1;
}

/* Hover */
.card-hover:hover::before {
  transform: scaleX(1);
}

.card-hover .card-content {
  position: relative;
  z-index: 2;
}


/* Blue underline */
.underline {
	position: relative;
	width: fit-content;
}

.underline:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--e-global-color-secondary);
}

/* Breadcrumbs */
.breadcrumbs > p > a {
	font-size: 12px;
}

.special-price {
	color: white;
	font-weight: 600;
	font-size: 20;
}

.additional-info {
	color: #f0f0f0;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	#pre-header a {
		font-size: 12px;
	}
}

/* Footer */
#s3-footer-logo {
	font-size: 12px;
	font-weight: 400;
	color: black;
	transition: color 300ms ease;
}

#s3-footer-logo:hover{
	color: var(--e-global-color-secondary);
}

.item.s3 a {
    display: inline-block;
    text-align: left;
    padding-left: 42px;
    line-height: 1.3;
    letter-spacing: .8px;
    position: relative;
}

.item.s3 a span.s3-logo {
    position: absolute;
    width: 8px;
    height: 30px;
    background: var(--e-global-color-secondary);
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.item.s3 a span.s3-logo:before, .item.s3 a span.s3-logo:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--e-global-color-secondary);
    width: 8px;
    height: 100%;
    top: 0;
    left: -11px;
}

.item.s3 a span.s3-logo:after {
    left: auto;
    right: -11px;
}

@media and screen (max-width: 768px) {
	#footer-logo {
		order: 1;
	}
}

/* END Footer */

/* Gravity Forms */

.gform_required_legend {
	display: none;
}

.gform_page_fields h3, .gform_page_fields p {
	color: #fff;
}

/* END Gravity Forms */

#masthead .e-con-inner {
	width: 100% !important;
}

.elementor-image-carousel .swiper-slide {
  height: 320px;
  display: flex;
  align-items: center;
}

.elementor-image-carousel img {
  height: 320px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
	#states-landing ul li::marker {
		color: white;
	}
}