/*
 Theme Name:   ANN Child Theme
 Theme URI:    https://ann.axiomthemes.com/
 Description:  ANN Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     ann
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  ann
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.lo-tech-highlight {
    color: #FF9900; /* fallback kleur */
    background-image: linear-gradient(
        45deg,
        #FF753D 0%,     /* dieporanje */
        #FF9440 40%,    /* oranje */
        #FDA23F 70%,    /* goudgeel */
        #FDAE45 100%    /* lichtere tint */
    );
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 6s infinite alternate;
}

.grey-video {
    filter: grayscale(1) brightness(2) contrast(1);
    opacity: 70%;
}

.ticker .with_divider {
    color: #FF753D !important;
    background: linear-gradient(
        45deg,
        #FF753D 0%,     /* dieporanje */
        #FF9440 40%,    /* oranje */
        #FDA23F 70%,    /* goudgeel */
        #FDAE45 100%    /* lichtere tint */
    ) !important;
}

.post_item_404 .page_title {
    font-size: 380px !important;
    line-height: 1em !important;
    color: #FF753D !important;
    background: linear-gradient(
        45deg,
        #FF753D 0%,     /* dieporanje */
        #FF9440 40%,    /* oranje */
        #FDA23F 70%,    /* goudgeel */
        #FDAE45 100%    /* lichtere tint */
    ) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 200% 100% !important;
    animation: animated-text 5s ease infinite !important;
}

.ticker .trx_addons_bg_text .trx_addons_bg_text_char {
    padding-bottom: 50px !important;
    color: #FF753D !important;
    background: linear-gradient(
        45deg,
        #FF753D 0%,     /* dieporanje */
        #FF9440 40%,    /* oranje */
        #FDA23F 70%,    /* goudgeel */
        #FDAE45 100%    /* lichtere tint */
    ) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 200% 100% !important;
    animation: animated-text 5s ease infinite !important;
}

/* Remove scroll to top in favor of chatbot widget*/
.trx_addons_scroll_to_top  {
    display: none !important;
}