/*------------------------------------------------------------------
[Table of contents]

1. Clearfix
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Clearfix]
-------------------------------------------------------------------*/
.wpex-clr:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .wpex-clr:after {
    height: 1%;
    overflow: visible;
}