<?php

get_header();
$cb_cats = get_the_category();
$cb_cat_id = get_query_var('cat');
$cb_blog_style = cb_get_blog_style();
$cb_full_site_width = $cb_grid_3 = false;
$cb_title = $cb_module_style = $cb_offset = $cb_order = $cb_orderby = $cb_filter = $cb_tag_id = $cb_post_ids = NULL;
$j = 0;
$cb_category_ad = NULL;
$cb_featured_option = 'Off';
if (is_rtl()) {
    $cb_slider_ltr_rtl = ' style="direction:ltr;"';
} else {
    $cb_slider_ltr_rtl = NULL;
}
if (function_exists('get_tax_meta')) {
    $cb_category_color_style = get_tax_meta($cb_cat_id, 'cb_cat_style_color');
    $cb_featured_option = get_tax_meta($cb_cat_id, 'cb_cat_featured_op');
    $cb_module_type = $cb_featured_option;
    $cb_category_ad = get_tax_meta_strip($cb_cat_id, 'cb_cat_ad');
}
if ($cb_featured_option == NULL) {
    $cb_featured_option = 'Off';
}
if ($cb_featured_option == 'grid-3' || $cb_featured_option == 'grid-4' || $cb_featured_option == 'grid-5' || $cb_featured_option == 'grid-6') {
    $cb_ppp = substr($cb_featured_option, -1);
    if ($cb_featured_option == 'grid-3') {
        $cb_grid_3 = true;
    }
    $cb_featured_option = 'grid-x';
 function cb_get_blog_style_full()
 {
     if (is_404() || is_page_template('page-meet-the-team-full.php') || cb_get_blog_style() == 'c' || cb_get_blog_style() == 'i') {
         return ' cb-fw-bs';
     }
 }