/*
 Theme Name:   KasiSolusi
 Theme URI:    https://shandykaf.com
 Description:  Kadence Child Theme
 Author:       Shandyka Febrian
 Author URI:   https://shandykaf.com
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/


/* GLOBAL STYLE */
/* -- EDIT HERE test -- */
p.elementor-heading-title.elementor-size-default {
    color: green !important;
}

/* SAMPLE CODE */
.sample-code .for-global-styles {
	font-family: var(--default-title-family);
	font-size: var(--default-title-size);
	font-weight: var(--default-title-weight);
}


/* BODY */

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
	margin-bottom: 0 !important;
}

.single-content p:last-child,
p:last-child {
	margin-bottom: 0px !important;
}

.single-content p:not(:last-child),
p:not(:last-child) {
	margin-bottom: 15px !important;
}

p:first-child {
	margin-top: 0px !important;
}

.single-content ul,
.single-content ol {
	margin: 0 0 0px;
}

.aspect-ratio-1-1,
.aspect-ratio-1-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


/* HEADER */

.header-search .jet-ajax-search__fields-holder {
	flex-direction: row-reverse;
}

.jet-ajax-search .jet-ajax-search__categories {
	margin-left: 0;
	margin-right: 10px;
}


/* FOOTER */

.site-middle-footer-wrap .site-middle-footer-inner-wrap {
	/* grid-template-columns: 1.5fr 0.3fr 2.2fr !important; */
}


/* BUTTON - STICKY WHATSAPP BUTTON */

.wa-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

.wa-button a {
	background: linear-gradient(to top, #29b43f, #60d36b);
	color: #fff !important;
	width: 60px;
	display: table;
	height: 60px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	font-size: 35px !important;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	outline: none;
	text-decoration: none;
	animation: ring-animation 5s infinite;
}

.wa-button a:hover {
	transform: scale(0.9);
	text-decoration: none !important;
}

.wa-button a img {
	width: 30px;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	z-index: 888;
	transition: all 0.2s ease-in-out;
	text-shadow: 0 2px 5px rgba(20, 113, 34, 0.5);
}

.wa-button a:hover img {
	text-shadow: 0 0 0 rgba(20, 113, 34, 0.5);
	text-decoration: none;
}

@keyframes ring-animation {

	0%,
	90% {
		transform: scale(1) rotate(0deg);
	}

	92%,
	94% {
		transform: scale(1.2) rotate(-5deg);
	}

	94%,
	96% {
		transform: scale(1.2) rotate(5deg);
	}

	96%,
	98% {
		transform: scale(1.2) rotate(-4deg);
	}

	98%,
	100% {
		transform: scale(1.2) rotate(4deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}


/* BANNER */

.banner-img img {
	width: 100% !important;
	box-shadow: 0px 16px 48px rgba(20, 134, 248, 0.48);
}


/* TESTIMONIAL */

.testimonial-background {
	background-image: radial-gradient(50% 100% at 50% 0%, #1486F8 0%, #0C4F92 100%) !important;
}


/* CONTACT */

.form-contact .nf-form-fields-required,
.form-contact .ninja-forms-req-symbol {
	display: none !important;
}

.form-contact .nf-form-content {
	padding: 0 !important;
}

.form-contact .nf-field-label {
	margin: 0 0 8px 8px;
}

.form-contact .nf-form-content label {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.form-contact .nf-form-content input:not([type=button]),
.form-contact .nf-form-content textarea.ninja-forms-field {
	background-color: #E6EDF4;
	border: none;
	border-radius: 8px;
}

.form-contact .nf-form-content input:not([type=button]) {
	height: 40px;
}

.form-contact .nf-form-content textarea.ninja-forms-field {
	height: 72px;
}

.form-contact .nf-form-content input[type=submit] {
	height: unset;
	padding: 12px 40px;
	background: radial-gradient(50% 100% at 50% 100%, #7EC9FF 0%, #1486F8 100%);
	font-weight: bold;
}

.form-contact .nf-form-content input[type=submit]:hover {
	background: radial-gradient(50% 100% at 50% 100%, #1486F8 0%, #1486F8 100%);
	color: #fff !important;
}


/* LISTING - PRODUCT */

.listing-product .product-img img {
	aspect-ratio: 1/1;
	object-fit: cover !important;
}

.listing-product .product-disc {
	color: #EC1F44;
	font-size: 12px;
	font-weight: 700;
}

.listing-product .product-title .jet-listing-dynamic-field__content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 45px;
}

.listing-product .product-title.line-3 .jet-listing-dynamic-field__content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 68px;
}

.listing-product .product-price .jet-woo-product-price {
	display: flex;
	flex-direction: column-reverse;
}

.listing-product .product-price .jet-woo-product-price del:first-child {
	margin-top: -10px;
}

.listing-product .product-price .jet-woo-product-price del .amount {
	color: #44586d !important;
}

.listing-product .product-price .jet-woo-product-price ins .woocommerce-Price-currencySymbol {
	margin-right: 4px;
}

.listing-product .product-price .jet-woo-product-price del .woocommerce-Price-currencySymbol {
	margin-right: 3px;
}

.listing-product .product-price .jet-woo-product-price del .amount {
	/* text-decoration: line-through; */
	position: relative;
	display: inline-block;
}

.listing-product .product-price .jet-woo-product-price del .amount::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #44586d;
	pointer-events: none;
}


/* LISTING - MENTOR */

.listing-mentor .mentor-btn .jet-listing-dynamic-link__link {
	width: 64px;
	height: 64px;
}

.listing-mentor .mentor-btn .jet-listing-dynamic-link__label {
	text-align: center;
}

.list-product-img img {
	aspect-ratio: 1/1;
	object-fit: cover !important;
	width: 64px;
	height: 64px;
}

.mentor-img-thumb img {
	aspect-ratio: 1/1;
	object-fit: cover !important;
}


/* SINGLE PRODUCT */

.listing-product .product-price.price-single .jet-woo-product-price del .amount {
	margin-left: 48px;
}

.listing-product .product-disc.disc-single {
	font-size: 14px;
}


/* DESKTOP */
@media (min-width: 1280px) {

	/* FOOTER */
	.site-middle-footer-wrap .site-container {
		padding: 0 !important;
	}
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1279px) {}


/* MOBILE */
@media (max-width: 767px) {

	/* 	FOOTER */
	.site-middle-footer-wrap .site-middle-footer-inner-wrap {
		/* grid-template-columns: none !important; */
	}

	/* BUTTON - STICKY WHATSAPP BUTTON */
	.wa-button {
		bottom: 10px;
		right: 10px;
	}
}