/*
 Theme Name:   Honicel Indonesia
 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
*/


/* 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 {
	margin-bottom: 0px !important;
}
.single-content p:not(:last-child) {
	margin-bottom: 15px !important;
}

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


/* HEADER */

/* header.site-header,
.item-is-fixed {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
} */

.header-navigation .menu {
    margin-left: 20px;
}

p {
	margin : 0 !important;
}

#solutions-text .e-con {
	padding : 0 !important;
}
#solutions-text p {
	text-align : start !important;
}

.description-link {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: 4.5em;
}


/* FOOTER */

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

#colophon {
	z-index: 1000
}


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

#menu-item-600 a  {
	border-radius : 100px;
		background : #467FF7;
	height: 45px;
	width: 45px;
	display : flex;
	justify-content : center;
	align-items : center;
}
#menu-item-599 a  {
	border-radius : 100px;
		background : #1C244B;
	height: 45px;
	width: 45px;
	display : flex;
	justify-content : center;
	align-items : center;
}
#menu-item-600 {
	margin-left : 30px;
	
}
#menu-item-599 {
	margin-left : 10px;
	
}
.description-link p {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer .elementor-slideshow__title {
	display : none;
}

.solutions-description p {
	text-align: start !important;
}
#form-contact .nf-form-fields-required {
	display : none;
}
#form-contact .ninja-forms-req-symbol {
	display : none;
}
#form-contact .nf-form-content label {
	font-size : 15px;
}
#form-contact #nf-field-4 {
	padding: 13px 35px;
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    background-color: #467ff7;
}
#form-contact #nf-field-4:hover {
	background-color : #1C244B !important;
	color : white !important;
}
#form-contact #nf-field-1, #form-contact #nf-field-2, #form-contact #nf-field-3, #form-contact #nf-field-5 {
	background-color: white;
}
#form-contact .nf-field-container {
	margin-bottom : 10px !important;
}

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

.wa-button a i {
	vertical-align: middle;
	text-decoration: none;
	z-index: 888;
	display: table-cell;
	transition: all 0.2s ease-in-out;
	text-shadow: 0 2px 5px rgba(20, 113, 34, 0.5);
}

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

/* #articles-news .e-con-inner, #articles-news .e-con-boxed {
	padding : 0 !important;
} */
.woodworking-industries h2 {
	white-space : nowrap;
}

/* BANNER */

.slider-banner .elementor-image-carousel-caption a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.slider-banner img.swiper-slide-image {
	width: 100% !important;
}

/* .slider-banner .elementor-swiper-button-prev {
	left: 15px !important;
    display: block;
}
.slider-banner .elementor-swiper-button-next {
	right: 15px !important;
    display: block;
} */


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


/* 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;
	}
}
@media (max-width: 500px) {
	.gallery-columns-3 {
		display : flex !important;
	}
}

