/* ===================================================================================

* Theme Name: Frisk Child
* Theme URI: https://frisk.themegenix.com/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Frisk - Creative Agency & Portfolio WordPress Theme
* Version: 1.1
* Template: frisk
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* === Custom Preloader === */
/*#custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
	 opacity: 1;
    transition: opacity 1s ease;
}

.preloader-inner {
    max-width: 800px;
    margin: auto;
}

.preloader-logo {
    max-width: 500px;
    height: auto;
    margin-bottom: 30px;
}

.preloader-text {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  font-size: 36px !important;
  line-height: 50px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  background: linear-gradient(90deg, #A8ACA8, #000AAC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
}


/*.preloader-text {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    line-height: 1.6;
background: linear-gradient(90deg, #A8ACA8, #000AAC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
/*color: #000099; }*/

/* === Preloader Animation === */
/*.preloader-logo {
    opacity: 0;
    transform: scale(0.8);
    animation: logoFadeIn 1s ease-out forwards;
    animation-delay: 0.2s;
}

/* ===.preloader-text {
    opacity: 0;
    animation: textFadeIn 1s ease-in forwards;
    animation-delay: 2s;
    animation-play-state: running;
}=== */
 
/* Initial state */
/*.preloader-text, .preloader-logo {
    opacity: 0;
    transform: scale(0.8);
}*/

/* Animation trigger */
/*.animate-logo,
.animate-text {
    animation: fadeInScale 1s ease-out forwards;
}*/

/* Keyframes */
/*@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}*/
