@charset "UTF-8";

/*
Theme Name: Makindye Theme
Theme URI:
Author: Duncan Mwesigwa
Author URI: https://wordpress.org/
Description: Makindye Council Theme.
Text Domain: makindye
*/

body{
	margin: 0px;
	overflow-x: hidden;
}
.footer_partners .elementskit-infobox {
	clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img, .services_box .elementskit-info-image-box .elementskit-box-header img{
	height: 300px;
	object-fit: cover;
}
.subpage-exp-content{
	display:none;
}
.serv_title .elementskit-section-title{
	padding: 0px 15px;
}
.read-more-btn{
	font-size: 20px!important;
	color:#167c3e;
	text-decoration: underline!important;
}
ul li::marker {
    top: 0;
	width: 20px;
	height: 20px;
	color: #e88429;
}
ol li{
	line-height: 28px;
	margin: 10px 0px;
}
.service-img:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgb(0 0 0 / 9%) 60%, rgb(0 0 0 / 50%) 90%);
    transition: .4s ease;
    border-radius: 10px;
}
.elementskit-funfact-inner {
	height: 244px;
}
.vision .elementskit-infobox .box-body {
	text-align: left;
}
.vision .elementskit-infobox:hover img{
	 filter: brightness(0) invert(1);
}
.vision .elementskit-infobox img{
	filter: invert(49%) sepia(88%) saturate(2743%) hue-rotate(1deg) brightness(102%) contrast(102%);
}
input[type=text],
input[type=email],
input[type=tel],
textarea, input [type=submit] {
	border-radius: 10px!important;
	font-family:inherit;
	font-weight: 500;
}
.button.size-lg{
	padding: 15px 40px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background-color: #006633;
    text-align: center;
    font-size: 18px;
}
.button.size-lg:hover{
	background-color:#E88429;
	color:#000;
}
.title-section {
	text-align: center;
	padding: 40px;
	background-color:#D2E9D129;
}
.title-section h1{
	font-size: 35px;
	margin: 8px;
}
.featured-image{
	text-align: center;
}
.featured-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.post-content, .custom-search-result {
	max-width: 800px;
	margin: auto;
	padding: 5px 0px 70px 0px;
	font-size: 20px;
}
.awsm-job-item h2.awsm-job-post-title{
	font-size: 30px;
	color:#000;
}
.awsm-job-more {
	color:#000;
	font-size: 18px;
}
.search-result-item a{
	font-size: 24px;
	color: #000;
}
.search-result-item a:hover{
	color:#e88429;
}
.resource .elementskit-box-header img{
	height: 290px!important;
	object-fit: cover;
}