/*
Theme Name: Kami
Theme URI: http://bk-ninja.com
Description: Kami is a clean magazine & blog WordPress theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: BK-Ninja
Author URI: http://bk-ninja.com
Text Domain: bkninja
Tags: right-sidebar, sticky-post, light, two-columns, three-columns, responsive-layout, custom-menu, featured-images, post-formats, translation-ready
Version: 2.0
*/

.site_title{
	display:none;
}

.module-mainslider .carousel-ctrl ul li .ctrl-wrap div {
    font-size: 16px;
    text-align: center;
    padding: 0 5px;
	font-family: Oswald;
    font-weight: 400;
    font-style: normal;
}



.module-title div, .page-title div, .forum-title div, .topic-title div, .single-page .label div {
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
	    line-height: 1.5;
}


.module-title div:before, .page-title div:before, .forum-title div:before, .topic-title div:before, .single-page .label div:before {
    position: absolute;
    width: 100%;
    content: ' ';
    height: 2px;
    left: 0;
    background-color: #F1284E;
    bottom: 5px;
    box-sizing: border-box;
    top: 50%;
    transform: translatey(-50%);
}


.module-title div span, .page-title div span, .forum-title div span, .topic-title div span, .single-page .label span {
    background: white;
    padding: 0 20px;
    z-index: 10;
    position: relative;
    display: inline-block;
}


.co-type1 .title {
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 15px 0;
	    font-size: 18px;
}

.content-out .title {
    position: relative;
}

.widget-title div {
    margin: 0;
    color: #444;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 15px;
    line-height: 2;
    background-color: #fff;
    display: inline;
    z-index: 10;
    position: relative;
	font-family: Lato;
}
#main-menu .menu{
	text-align:center;
}