/*!
Theme Name: Ebara Indonesia
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for Ebara Indonesia
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ebara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ebara Indonesia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.newsletter-form .wpcf7-spinner,
.newsletter-form .wpcf7-not-valid-tip {
	display: none !important;
}

form.newsletter-form  .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1em;
    margin-bottom: 0;
	border-color: unset;
	color: white;
}

.contact-form .wpcf7-not-valid-tip {
	margin-top: 0.5em;
}

form.contact-form  .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	margin-top: 2em;
    margin-bottom: 0;
	border-color: unset;
}

.page-template-template-contact footer .box-newsletter {
	display: none;
}

.jconfirm-buttons .btn-hide {
	display: none !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	font-size: 14px;
	font-weight: 500;
	color:  rgb(var(--ks-color-neutral-100));
}

.btn:disabled {
	color: #fff;
    background-color: rgba(var(--color-blue), 0.8);
    border-color: rgba(var(--color-blue), 0.8);
}

.default-avatar {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.default-avatar.avatar-lg {
    width: 98px;
    height: 98px;
    border-radius: 100%;
}

.default-avatar.avatar-lg img {
    width: 98px;
    height: 98px;
}

.avatar-upload input {
    display: none;
}

.avatar-upload label {
    font-size: 14px;
    color: rgb(var(--color-black));
    letter-spacing: 3px;
    cursor: pointer;
}

.badge.badge-red {
	color: rgb(var(--color-red));
	background-color: rgba(var(--color-red), 0.1);
	border: 1px solid rgb(var(--color-red));
}

.nav-product a.nav-link  {
	text-align: center;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#scroll-top.sticky {
 	bottom: 95px;
}

.list-result.empty {
	border-bottom: unset;
	padding-bottom: unset;
}

.limit-two-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
	#scroll-top.sticky {
    	bottom: 95px;
    	right: 30px;
	}
}