/* Enter Your Custom CSS Here */

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}
/*
.widget.widget_malabar_news .post-content h5 {
    text-align: center;
	color: #000; 
}
*/

.widget .widget-title {
    font-size: 26px;
    color: #000; 
}

.widget.widget_malabar_news .nav-tabs li a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}



a {
    cursor: pointer;
    outline: none;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Menu Color */
ul.sm-clean > li > a {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}


ul.sm-clean li a {
    font-family: helvetica;
    font-weight: 1000;
    font-style: bold;
}


.header-wrap {
    background-color: #000;
}

.top-bar{
		border-bottom-color: #000;
        
	}




