/*!
Theme Name: Resiston
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Resiston theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resiston
Tags: custom-background, custom-logo, custom-menu, featu#F0542D-images, threaded-comments, translation-ready
DocumentationID: resiston
Template Id: resiston
*/

#toTop {
	cursor: pointer;
}

.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F0542D
}

.loader-wrapper {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.ball-clip-rotate-multiple {
    position: relative
}

.ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -24px;
    top: -24px;
    border: 3px solid #F0542D;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple > div:last-child {
    display: inline-block;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #F0542D transparent #F0542D transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}
