<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/* Content borders 
body:not(.page-template-fullwidth-content) .site-content {
 	width: 1200px;
    margin-top: 0px !important;
    margin-bottom: 0px !important; 	
	border-color: rgba(0,0,0,0.1);
  	border-width: 0px 1px 0px 1px;
  	border-style: solid;
  	box-shadow: 0 2px 6px rgba(100,100,100,0.3);
}
*/

/* ToTop link Relocation */  
#toTop {
	right: 30px;
	bottom: 90px;
}

/* Google ReCapcha Fix */
.grecaptcha-badge {
	z-index:20;
}

/* Amelia styling */
.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
	color: #ffffff;
  	font-weight: 600 !important;
}

/* Article fix */
.single-post article.post {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ebeced;
}

/* WhatsApp Button in header */
.whatsapp-chat {
	font-size: 14px;
	font-weight: 400;
	padding: 9px 15px 7px 15px;
	margin: 0px 20px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
}
</pre></body></html>