<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme 
Author:			Your name here
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		1.0
*/


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

body {
	background-color: #262626!important;
}

.banner-page-titles {
	text-shadow: rgba(0, 0, 0, 0.25) 5px 5px 0px;
}


.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #ccc!important;
	background-color: #fff;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
	border-color: #ccc!important;
}


.mk-list-styles ul li {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 0 0 0 30px;
	font-size: 17px;
	color: #333;
}

ol li {
	margin: 0 0 10px 0;
}

.mk-list-styles ul li a, ol li a {
	text-decoration: underline!important;	
}

input[type="email"], input[type="password"], input[type="tel"], input[type="text"], textarea {
	font-size: 13px;
	padding: 12px 16px;
	letter-spacing: 1px;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	background-color: #fff;
	-webkit-appearance: none;
	width: 100%;
}


input[type="submit"] {
	padding: 12px 20px;
	border: 2px solid #73A09B;
	color: #73A09B;
	background-color: #fff;
	font-weight: bold;
}

input[type="submit"]:hover {
	padding: 12px 20px;
	border: 2px solid #73A09B;
	color: #fff;
	background-color: #73A09B;
}

.wpb_single_image .vc_figure-caption {
	margin: 5px 0 10px 0;
	font-size: 11px;
	line-height: 13px;	
}

.mk-tabs.style1-tabs .mk-tabs-panes .inner-box, .mk-tabs.style2-tabs .mk-tabs-panes .inner-box, .mk-tabs.style3-tabs .mk-tabs-panes .inner-box {
	color: #000 !important;
	font-size: 17px !important;
	line-height: 22px !important;
}

.mk-list-styles ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
}

.mk-list-styles ul li {
	position: relative;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	font-size: 17px;
	color: #000;
}</pre></body></html>