/*
Theme Name: Miracle
Theme URI: http://www.soaptheme.net/worpress/miracle/
Author: SoapTheme
Author URI: http://www.soaptheme.net/
Description: Miracle is easily customizable, perfectly responsive, retina ready multipurpose WordPress theme.
Version: 1.1.5
License: GNU General Public License v2.0
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: orange, blue, green, purple, yellow, gray, red, four-columns, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-header, custom-menu, editor-style, responsive-layout, sticky-post, theme-options, translation-ready
Text Domain: miracle
*/

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}