font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

<?php 
/* DO IT! Will make smarter in the future! */
$wf_grid = new wflux_layout();
$wf_grid->containers();
//$wf_grid->blocks();
//$wf_grid->space_loops();
//$wf_grid->push_loops();
$wf_grid->relative_loops();
$wf_grid->columns();
$wf_grid->relative_push_pull();
$wf_grid->media_queries_utility();
$wf_grid->media_queries();
/**
 * Percent based CSS and media query layout generator
 * @since 2.0
 */
class wflux_layout
{
 * Free to use on any project and released under the GPLv2 license
 * Created by Jonny Allbut (copyright 2014). Exceptions include, but are not limited to:
 * Normalize - https://git.io/normalize - MIT License - project by Nicolas Gallagher, co-created with Jonathan Neal
 *
 * !DANGER WILL ROBINSON!
 * THIS IS AN EXPERIMENTAL - NOT FOR PRODUCTION JUST YET!!
 *
 * @package Wonderflux
 * @since Wonderflux 2.0
 *
 */


<?php 
/* DO IT! Just for testing and development */
$wf_grid = new wflux_layout();
$wf_grid->containers();
//$wf_grid->blocks();
//$wf_grid->space_loops();
//$wf_grid->push_loops();
$wf_grid->relative_loops();
$wf_grid->columns();
$wf_grid->media_queries_visibility();
$wf_grid->media_queries();
/**
 * Percent based CSS and media query layout generator
 * @since 2.0
 */
class wflux_layout
{
    protected $width;