#search-input{
	height: 43px;
	padding: 0 30px;
	font-family: "Raleway", Sans-serif;
	width: 100%;
}
#mkf {
   width: 100%;
   margin: 25px 0;
   display: flex;
   flex-direction: row;
	font-family: "Raleway", Sans-serif;
}
ul#mkf li {
    flex-grow: 1;
    padding: 7px;
    text-align: center;
    background: #dadbdc;
    color: #fff;
    text-transform: uppercase;
    border-left: 2px solid #fff;
        list-style: none;
}
ul#mkf li.active {
   background: #008C95;
   cursor: pointer;	
}
#posts-results{
	list-style: none;
	font-family: "Raleway", Sans-serif;
}
#posts-results li {
   padding: 10px 0;
}
#posts-results a {
   display: block;
	text-decoration: none;
}
#posts-results a:hover{
	color:  #008C95
}
#posts-results li {
   display: none; 
}
#posts-results li.show {
   display: block; 
}
ul#mkf li.current {
   background: #008C95;
}
#title-status p {
   float: left;
   margin-bottom: 15px;
   font-size: 16px;
}
#title-status span {
    font-weight: bold;
    text-transform: uppercase;
}
#title-status p:last-child {
   text-align: right;
   text-decoration: underline;
   color: #008C95;
   cursor: pointer;
}
#pagination ul{
	font-family: "Raleway", Sans-serif;
	list-style: none;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 15px;
}
#pagination li{
	cursor: pointer;
}
#pagination li.active{
   color: #008C95;
	font-weight: bold;
}
.post-head{
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #008C95;
   padding: 10px;
   margin-bottom: 10px;
}
.post-head h6{
   font-family: "Raleway", Sans-serif;
   font-size: 1.5em;
   font-weight: 600;
   color: #fff;
   margin: 0;
}
.post-content{
   padding: 0 10px;
   text-transform: capitalize;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.download-button ol{
   margin: 0;
}
.download-button li{
    padding: 0 !important;
}
.loading-message {
   margin-top: 10px;
   font-size: 14px;
   color: #0073aa; /* WordPress blue */
   font-weight: bold;
}