/*
 Theme Name:     15zine Child
 Theme URI:      http://themeforest.net/user/cubell
 Description:    15zine Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       15zine
 Version:        1.3
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */

.cb-menu-light #cb-nav-bar .cb-main-nav {
    padding-top: 3px;
}
.cb-body-light .cb-module-header .cb-module-title::after {
    background: #f2f2f2;
}
.cb-stuck.cb-menu-light #cb-nav-bar .cb-nav-bar-wrap {
    background: #fff;
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 3px solid #161616;
}
.cb-main {
    margin-top: 0px;
}

.single-post .cb-main, .single-event .cb-main {
    margin-top: 30px;
}

.widget_nav_menu {
	text-align: center;
}
.widget_nav_menu ul li {
    display: inline-block !important;
}

.widget_nav_menu ul > li > a {
    padding: 8px 12px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #161616;
	text-transform: uppercase;
}

.widget_nav_menu .current_page_item > a {
	font-weight:800;
}

.cb-entry-content {
    margin: 0;
}
.white-text-home .cb-body-light h3 a {
	color:#FFF !important;
}
.essb-profile-all {
	text-decoration: none !important;
}
.next-event h2 {
    line-height: 0.3;
}

@media only screen and (max-width: 1019px) and (min-width: 768px) {
 .cb-main {
    width: 700px !important;
  }
}