/*
Theme Name: Kenyans Connect NI
Theme URI: https://kenyansconnect-ni.org/
Template: astra
Author: Peter Wanje
Author URI: https://www.upwork.com/freelancers/~01c66f2cb61881a6a0
*/

*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background:#fff;
	color:#444;
	overflow-x:hidden;
}
.kcni-row{
	width:100%;
	float:left;
}

.kcni-mb10{
	margin-bottom:10px !important;
}
.kcni-mb20{
	margin-bottom:20px !important;
}
.kcni-mb40{
	margin-bottom:40px !important;
}

.kcni-em15{
	font-size:1.5em !important;
}
.kcni-em12{
	font-size:1.2em !important;
}
.kcni-em09{
	font-size:0.9em !important;
}
.kcni-em08{
	font-size:0.8em !important;
}

.kcni-fred{
	color:#bb0000 !important;
}

.service-card-icon{
	font-size:80px;
}
.bg-kenya-flag{
	background: linear-gradient(to right, #008037, #000, #c8102e);
}
.site-logo-img img{
	border-radius:5px;
}
form label{
	font-weight:600;
}
form textarea,
form select,
form input[type=text],
form input[type=number],
form input[type=email]{
	border:1px solid #ddd;
	border-radius:5px;
	box-shadow:none;
}
form button[type=submit],
form input[type=submit]{
	background:#bb0000;
	color:#ffffff;
}
form button[type=submit]:hover,
form input[type=submit]:hover{
	background:#00A64E;
	color:#ffffff;
}

form .kcni-required{
	color:#bb0000;
}

.elementor-element.event-poster img{
	width:100% !important;
	height:300px !important;
	object-fit:cover !important;
	object-position: top !important;
}

table.kcni-table{
}

table.kcni-table,
table.kcni-table tr,
table.kcni-table tr td,
table.kcni-table tr th{
	border:0px;
	vertical-align:top;
}
table.kcni-table tr th{
	background:#000;
	color:#fff;
	text-align:left;
	font-weight:normal;
	padding:8px 8px;
	border-bottom:1px solid #666;
}
table.kcni-table tr td{
	padding:8px 8px;
	border-bottom:1px solid #ddd;
}
table.kcni-table tr:nth-child(odd) td{
	background:#efefef;
}