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


/* GLOBAL STYLE */
/* -- EDIT HERE -- */


/* 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 */

.elementor-element-a4c2c17 .pll-parent-menu-item{
	display: none !important;
}


.heading-nav .btn-head a .jet-nav-link-text {
	padding: var(--btn-padding-vertical-default) var(--btn-padding-horizontal-default);
	color: var(--white-default);
	background-color: var(--blue-default);
	transition: all ease 0.2s;
	text-transform: uppercase !important;
}

.heading-nav .btn-head a .jet-nav-link-text:hover {
	background-color: var(--red-default);
}

.heading-nav .jet-nav__item a {
	display: flex;
	align-items: center;
	gap: var(--section-gap-8);
}

.heading-nav .jet-nav__item:not(.btn-head) > a.menu-item-link-depth-0:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: var(--grey-border);

	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.heading-nav .jet-nav__item a:hover:before {
	background: var(--red-default);
}

.heading-nav .menu-home a:before {
	mask-image: url("/wp-content/uploads/2026/03/img-icon-home.svg");
	-webkit-mask-image: url("/wp-content/uploads/2026/03/img-icon-home.svg");
}

.heading-nav .menu-about a:before {
	mask-image: url("/wp-content/uploads/2026/03/img-icon-about.svg");
	-webkit-mask-image: url("/wp-content/uploads/2026/03/img-icon-about.svg");
}

.heading-nav .menu-product a:before {
	mask-image: url("/wp-content/uploads/2026/03/img-icon-product.svg");
	-webkit-mask-image: url("/wp-content/uploads/2026/03/img-icon-product.svg");
}

.heading-nav .menu-project a:before {
	mask-image: url("/wp-content/uploads/2026/03/img-icon-project.svg");
	-webkit-mask-image: url("/wp-content/uploads/2026/03/img-icon-project.svg");
}

.heading-nav .menu-article a:before {
	mask-image: url("/wp-content/uploads/2026/03/img-icon-article.svg");
	-webkit-mask-image: url("/wp-content/uploads/2026/03/img-icon-article.svg");
}

.heading-nav .pll-parent-menu-item a:before {
	content: none !important;
}

span.jet-nav-item-desc.sub-level-desc{
	display : none !important;
}

.menu-product > a.menu-item-link-depth-0::before{
    content:"";
    width:18px;
    height:18px;
    background:url('/icon-products.svg') no-repeat center;
    background-size:contain;
    display:inline-block;
    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 */

/* BUTTON - WHATSAPP & PHONE */

.button-action {
	position: fixed;
	bottom: 30px;
	z-index: 8888888;
}

.button-action .ba-parent,
.button-action .ba-child a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	min-width: 60px;
	display: table;
	height: 60px;
	border-radius: 100px;
	color: #fff;
	transition: all 0.15s ease-in-out;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	text-shadow: 0 2px 5px rgba(20, 113, 34, 0.5);
	outline: none;
	text-decoration: none;
}

.button-action .ba-parent,
.button-action .ba-child a {
	padding: 0 15px;
}

.button-action .ba-parent {
	display: flex;
	align-content: center;
	justify-content: center;
}

.button-action .ba-parent span,
.button-action .ba-child a span {
	font-size: 16px;
	font-weight: 500;
}

.button-action .ba-parent img,
.button-action .ba-child a img {
	width: 28px;
	height: auto;
}

.button-action .ba-child a.whatsapp img {
	width: 30px;
	height: auto;
}

.button-action .ba-child a.telp img {
	width: 28px;
	height: auto;
}

.button-action .ba-child a.email img {
	width: 28px;
	height: auto;
}

.button-action .ba-parent {
	background: linear-gradient(to top, #29b43f, #60d36b);
}

.button-action .ba-child a.whatsapp {
	background: linear-gradient(to top, #29b43f, #60d36b);
}

.button-action .ba-parent i,
.button-action .ba-child a i {
	vertical-align: middle;
	z-index: 888;
	display: table-cell;
	transition: all 0.2s ease-in-out;
}

.button-action .ba-parent {
	z-index: 8888;
	transition: all 0.3s ease-in-out;
}

.button-action:hover .ba-parent {
	cursor: pointer;
}

.button-action:hover .ba-parent {
	transform: scale(0);
	color: #cecece;
	box-shadow: none;
	text-shadow: none;
}

.button-action .ba-child {
	display: none;
}

.button-action:hover .ba-child,
.button-action:focus .ba-child,
.button-action:active .ba-child {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.button-action .ba-child .ba-row {
	transition: all 0.2s ease-in-out;
	opacity: 0;
	transform: scale(0);
}

.button-action:hover .ba-child .ba-row,
.button-action:focus .ba-child .ba-row,
.button-action:active .ba-child .ba-row {
	opacity: 1;
	transform: scale(1);
}

/* LEFT */

.button-action.left {
	left: 30px;
}

.button-action.left .ba-parent {
	float: left;
}

.button-action.left .ba-child .ba-row,
.button-action.left .ba-child {
	left: 0;
}

.button-action.left:hover .ba-parent {
	margin-left: -200px;
}

.button-action.left:hover .ba-child,
.button-action.left:focus .ba-child,
.button-action.left:active .ba-child {
	align-items: flex-start;
}

/* RIGHT */

.button-action.right {
	right: 30px;
}

.button-action.right .ba-parent {
	float: right;
}

.button-action.right .ba-child .ba-row,
.button-action.right .ba-child {
	right: 0;
}

.button-action.right:hover .ba-parent {
	margin-right: -200px;
}

.button-action.right:hover .ba-child,
.button-action.right:focus .ba-child,
.button-action.right:active .ba-child {
	align-items: flex-end;
}


/* BUTTON - WHATSAPP & PHONE */

@media screen and (max-width: 768px) {
	.button-action {
		bottom: 10px;
	}

	/* LEFT */

	.button-action.left {
		left: 10px;
	}

	.button-action:hover .ba-child,
	.button-action:focus .ba-child,
	.button-action:active .ba-child {
		align-items: flex-start;
	}

	/* RIGHT */

	.button-action.right {
		right: 10px;
	}

	.button-action:hover .ba-child,
	.button-action:focus .ba-child,
	.button-action:active .ba-child {
		align-items: flex-end;
	}
}

/* OUR CLIENT - SMOOTH SLIDER */
.our-client-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	pointer-events: none;
	cursor: default;
}

.our-client-slider {
	pointer-events: none;
}


/* NINJA FORM */
.ninja-forms-req-symbol,
.nf-field-label .ninja-forms-req-symbol,
#nf-form-1-cont .ninja-forms-req-symbol,
.nf-form-layout .nf-before-form-content {
	display: none !important;
	visibility: hidden !important;
}

.nf-field-label label {
	font-family: var(--typo-family-typo-family-body, "DM Sans") !important;
	font-size: var(--typo-body-typo-body-md, 16px) !important;
	font-weight: var(--typo-weight-typo-weight-semiBold, 600) !important;
	font-style: var(--body-semi-bold-md-style) !important;
	color: var(--black-default);
}


/* .nf-field-element input {
	background-color: #4611F5;
} */

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

.nf-form-content input.ninja-forms-field,
.nf-form-content textarea.ninja-forms-field {
	font-size: var(--desktop-default-field-size);
	font-weight: var(--desktop-default-field-weight);
}

.nf-form-content input:not([type=button]),
.nf-form-content textarea.ninja-forms-field {
	background: var(--grey-background-3) !important;
	border: 1px solid var(--grey-background) !important;
	color: var(--black-paragraph);
}

.nf-form-content select.ninja-forms-field {
	font-size: var(--desktop-default-field-size);
	font-weight: var(--desktop-default-field-weight);
	background-color: var(--grey-background-3) !important;
	border: 1px solid var(--grey-background) !important;
	color: var(--black-paragraph);
}
}

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

.nf-error.field-wrap .nf-field-element:after {
	height: 43px !important;
	width: 43px !important;
	line-height: 43px !important;
}

.nf-error .nf-error-msg {
	font-size: 14px;
}

#nf-form-title-1 h3 {
	display: none;
}

.nf-form-content input[type=submit] {
	padding-left: var(--btn-padding-horizontal-md) !important;
	padding-right: var(--btn-padding-horizontal-md) !important;
	padding-bottom: var(--btn-padding-vertical-md) !important;
	padding-top: var(--btn-padding-vertical-md) !important;
	font-family: var(--typo-family-typo-family-body, "DM Sans") !important;
	font-size: var(--typo-body-typo-body-md, 16px) !important;
	font-weight: var(--typo-weight-typo-weight-semiBold, 600) !important;
	font-style: normal !important;
	line-height: normal;
	display: inline-flex;
	text-transform: uppercase;
	border-radius: 0px;
	background: var(--red-default) !important;
	color: var(--white-default) !important;

}

.nf-form-content input[type=submit]:hover {
	background: var(--red-dark) !important;
	color: white !important;
}

.nf-input-limit{
	display : none !important;
}

/* ARTICLE TITLE */
.jet-listing-grid__item:hover .article-title .jet-listing-dynamic-field__content {
	color: var(--red-default) !important;
}

@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);
	}
}

/* ARTICLE TRUNCATED */
.article-content-truncated {
	display: -webkit-box;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}


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

	/* HEADER */
	.heading-nav .jet-nav {
		align-items: center;
	}

	.heading-nav .pll-parent-menu-item {
		display: none !important;
	}
}


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


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

	/* HEADER */
	.heading-nav .pll-parent-menu-item {
		position: absolute;
		bottom: 0;
	}


	/* 	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;
	}
}