/*
 * Theme Name:  Revision Child
 * Theme URI:   -
 * Description: -
 * Author:      -
 * Author URI:  -
 * Template:    revision
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.wpcf7-form label text-area {
	grid-column: 1/3;
}
@media (min-width: 576px) {
	.is-style-cs-contact-form .wpcf7-form label:nth-child(5) {
		grid-column: 1/3;
	}
}

#right-link {
	position: fixed;
	bottom: 250px;
	z-index: 7;
}

.cs-hero-type-2 .cs-entry__discover-more a {
	background: #00aa47 !important;
    color: #fff !important;
}

.cs-hero-type-2 .cs-entry__discover-more a:focus, .cs-hero-type-2 .cs-entry__discover-more a:hover {
	box-shadow: 0px 5px 20px 0px rgba(var(0, 170, 71), 0.4) !important;
	color: var(--cs-color-button-hover-contrast) !important;
}

/* tokopedia-shop */
.tokopedia-shop {
	position: fixed;
	bottom: 250px;
	right: -92px;
	z-index: 7;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: 56px;
	border-radius: 56px 0 0 56px;
	background: #4f9d4e url("https://blog.jadiprint.com/wp-content/uploads/2024/12/icon-tokopedia.svg") no-repeat center left 22px;
	padding: 0 10px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 165px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tokopedia-shop img {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tokopedia-shop:hover{
	right:0;

}
.tokopedia-shop:hover img {
	opacity:1;
}
/* shopee-shop */
.shopee-shop {
	position: fixed;
	bottom: 180px;
	right: -92px;
	z-index: 7;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: 56px;
	border-radius: 56px 0 0 56px;
	background: #ee4d2d url("https://blog.jadiprint.com/wp-content/uploads/2024/12/icon-shopee.svg") no-repeat center left 22px;
	padding: 0 10px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 165px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shopee-shop img {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.shopee-shop:hover{
	right:0;

}
.shopee-shop:hover img {
	opacity:1;
}
/* chat-whatsapp */
.chat-whatsapp {
	position: fixed;
	bottom: 110px;
	right: -92px;
	z-index: 7;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: 56px;
	border-radius: 56px 0 0 56px;
	background: #25d366 url("https://blog.jadiprint.com/wp-content/uploads/2024/12/icon-whatsapp.svg") no-repeat center left 22px;
	padding: 0 10px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 165px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chat-whatsapp img {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.chat-whatsapp:hover{
	right:0;

}
.chat-whatsapp:hover img {
	opacity:1;
}
#tokped_icon_overlay{
	position: fixed;
	right: 30px;
	bottom: 146px;
	z-index: 99;
	width: 65px;
	height: 65px;
}

@media(max-width: 768px) {

}
