/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/


/* --------------------------------------------------
   Individual Element Animations

	 - Top to Bottom
	 - Bottom to Top
	 - Left to Right
	 - Right to Left

----------------------------------------------------- */

@media (max-width: 991px) {
.kleo-transform .animated.animate-when-visible,
.kleo-transform .animated.animate-when-almost-visible,
.cul {
    opacity: 1;
}

.kleo-transform .animated.start-animation.top-to-bottom,
.popover.top,
.tooltip.top {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
}

.kleo-transform .animated.start-animation.bottom-to-top,
.popover.bottom,
.tooltip.bottom {
     -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
}

.kleo-transform .animated.start-animation.left-to-right,
.popover.left,
.tooltip.left {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
	    opacity: 1;
}

.kleo-transform .animated.start-animation.right-to-left,
.popover.right,
.tooltip.right {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
}





/* --------------------------------------------------
   One by one & Individual Element Animations

	 - Appear

----------------------------------------------------- */

.kleo-transform .one-by-one-animated .el-appear,
.kleo-transform .multi-columns-row .one-by-one-animated .el-appear,
.kleo-transform .kleo-thumbs-animated.th-appear img,
.kleo-transform .el-appear {
    opacity: 1;
    -moz-transform:none !important;
    -webkit-transform:none !important;
    -o-transform:none !important;
    transform:none !important;
}

.kleo-transform .multi-columns-row .el-appear {
    opacity:1;
    -moz-transform:none !important;
    -webkit-transform:none !important;
    -o-transform:none !important;
    transform:none !important;
}

.kleo-transform .one-by-one-animated .start-animation .el-appear,
.kleo-transform .kleo-thumbs-animated.th-appear img.start-animation,
.kleo-transform .start-animation.el-appear {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
    -moz-transform:none !important;
    -webkit-transform:none !important;
    -o-transform:none !important;
    transform:none !important;
}





/* --------------------------------------------------
   One by one & Individual Element Animations

	 - Fade

----------------------------------------------------- */

.kleo-transform .one-by-one-animated .el-fade,
.kleo-transform .kleo-thumbs-animated.th-fade img,
.kleo-transform .el-fade {
    opacity: 1;
}

.kleo-transform .one-by-one-animated .start-animation .el-fade,
.kleo-transform .kleo-thumbs-animated.th-fade img.start-animation,
.kleo-transform .start-animation.el-fade {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
}


.kleo-transform .el-zero-fade {
    opacity: 1;
}

.kleo-transform .start-animation.el-zero-fade {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    opacity: 1;
}



/* --------------------------------------------------
   Individual Element Animations

	 - Pulsate

----------------------------------------------------- */

.kleo-transform .pulsate {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
}




/* --------------------------------------------------
   Individual Element Animations

	 - Progress Bar

----------------------------------------------------- */


.kleo-transform .custom-progress-bar div.progress.start-animation .bar-outer {
    -webkit-animation: kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
    -moz-animation:    kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
    -o-animation:      kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Opera 12+ */
    animation:         kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
    width:100%;
}


/*pop up animation*/


/*slide down (height increase) animation*/
.kleo-slide-down {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    height:100%;
}



/* Fontello Spin Animation */
.animate-spin {
    -webkit-animation: none !important; /* Safari 4+ */
    -moz-animation:  none !important; /* Fx 5+ */
    -o-animation: none !important; /* Opera 12+ */
    animation:  none !important; /* IE 10+ */
    display: inline-block;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
}