/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*
COPYRIGHT START ----------------------------------------------------------------------------------------------------------------
*/

.chriscodes>a {
    /* Fallback: Set a background color. */
    background-color: #CA4246;
    font-size: 17px !important;
    letter-spacing: 2 !important;
    font-weight: 700 !important;

    /* Create the gradient. */
    background-image: linear-gradient(45deg,
            #CA4246 16.666%,
            #E16541 16.666%,
            #E16541 33.333%,
            #F18F43 33.333%,
            #F18F43 50%,
            #8B9862 50%,
            #8B9862 66.666%,
            #476098 66.666%,
            #476098 83.333%,
            #A7489B 83.333%);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Animate the text when loading the element. */
    /* This animates it on page load and when hovering out. */
    animation: rainbow-text-simple-animation-rev 0.75s ease forwards;

}

.chriscodes>a:hover {
    animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}


/* Move the background and make it smaller. */
/* Animation shown when entering the page and after the hover animation. */
@keyframes rainbow-text-simple-animation-rev {
    0% {
        background-size: 650%;
    }

    40% {
        background-size: 650%;
    }

    100% {
        background-size: 100%;
    }
}

/* Move the background and make it larger. */
/* Animation shown when hovering over the text. */
@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }

    80% {
        background-size: 650%;
    }

    100% {
        background-size: 650%;
    }
}

/*
COPYRIGHT END ----------------------------------------------------------------------------------------------------------------
*/

.ukryta {
    display: none !important;
}

.lqd-asym-slider-info-wrap {
    display: none !important;
}

/* .lqd-asym-slider-t {
    display: none !important;
} */

.lqd-asym-slider-arrows {
    display: none !important;
}

.header-section-2 {
    max-height: 130px;
}

/* .elementor-1685 .elementor-element.elementor-element-7d2bd28 {
    padding: 0% 0% 0% 7.5% !important;
} */

.lang-item>a>img {
    width: 22px !important;
    height: 17px !important;
}