/*
Theme Name: iRevs
Theme URI: https://irevs.co
Author: iRevs
Description: Clean, production-ready WordPress theme for iRevs.
Version: 2.0.3
Text Domain: irevs
*/

/* 
This file is used for WordPress theme identification.
All main styles are located in assets/css/main.css
*/

.preload *,
.preload *:before,
.preload *:after {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}