$holamed_sidebar_hidden = false;
$holamed_sidebar = 'right';
$blog_wrap_class = 'col-xl-7 col-xl-offset-1 col-lg-8 col-md-12 col-xs-12';
if ( function_exists( 'FW' ) ) {
$holamed_sidebar = fw_get_db_settings_option( 'blog_post_sidebar' );
if ( $holamed_sidebar == 'left' ) {
$blog_wrap_class = 'col-xl-8 col-xl-push-4 col-lg-9 col-lg-push-3 col-lg-offset-0 col-md-12 col-xs-12';
}
else
if ( $holamed_sidebar == 'hidden' ) {
$blog_wrap_class = 'col-xl-8 col-lg-10 col-md-12 col-xs-12';
$holamed_sidebar_hidden = true;
}
}
get_header(); ?>