/*
Theme Name: Jonatas Lima - Web Designer (WordPress • Full-Stack)
Theme URI: https://jonataslima.com
Author: jonataslima.com
Author URI: https://jonataslima.com
Description: Web Designer com 18 anos de experiência e mais de 500 projetos desenvolvidos no Brasil e exterior.
Version: 2025
*/
/* GERAL */
.grecaptcha-badge {
    display: none !important;
}
:focus {
	outline: 0 !important;
}
.elementor-search-form--skin-minimal:focus-within {
	outline: 0 !important;
}
.comments-area a,.page-content a {
	text-decoration: inherit !important;
}
.whatsapp-button {
   position: fixed;
   bottom: 25px;
   left: 45px;
   z-index: 9999;
   padding: 15px;
   background-color: #25D366;
   color: #fff;
   border-radius: 50%;
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
   width: 60px;
   height: 60px;
   display: flex !important; /* flex */
   justify-content: center;
   align-items: center;
   transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
	.whatsapp-button {
	   bottom: 25px;
	   left: 25px;
	}
}
.whatsapp-button:hover {
   background-color: #1D8348;
}
.whatsapp-button svg {
   fill: #fff;
   width: 40px;
   height: 40px;
}
.on-sale-wrap {
	display: none !important;
}
.joinchat {
	z-index: 999 !important;
}
.joinchat__button {
	bottom: 80px !important;
	right: 25px !important;
}
.woocommerce-message {
	background: #136CB0 !important;
	padding: 9px 20px !important;
	margin: 0 auto !important;
	border-radius: 5px !important;
	border: none !important;
	color: #fff !important;
	width: 95% !important;
}
@media (max-width: 767px) {
	.joinchat__button {
		right: 14px !important;
	}
}
.jet-listing-not-found {
	margin-top: 50px;
	color: #7A7A7A !important;
	font-family: "Kanit", Sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
}
/* FINAL DA PERSONALIZAÇÃO */