/*
Theme Name: Kadence Child
Theme URI: https://www.kadence-theme.com/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.0.28.1628143217
Updated: 2021-08-04 23:00:17

*/


    /* LIVE SHOW LANDING PAGE EB WIDGET */

    div#eventbrite-taller {
        height: 800px!important;
        }
    div#eb-widget-mobile {
        height: 800px!important;
        }

    /* CURSOR CUSTOMIZATION */
    a, ul, .href, .link , #kt-layout-id_8020ae-a4, .site-top-header-inner-wrap{
        transition-duration: .2ms;
        cursor: url('https://funnyordie.com/wp-content/themes/kadence-child/img/cursor-hover.png'), auto;
    }

    /* SCROLL UP CUSTOM */
    /*
    #kt-scroll-up-reader.scroll-up-side-right, #kt-scroll-up.scroll-up-side-right {
        @media {
            right: 2em;
            scale: .75;
        }
    }
    */

    /* HOMEPAGE SOCIAL ROW ICONS */
    /* div.social-yo {
        scale:2;
    } */

    /* LOTTIE ANIMATION */
    div.svg-confetti {
        width:400px;
        margin:auto;
        position: absolute;
        margin-top: -25%;
        object-fit: cover;
        pointer-events: none;
    }
    
    div#confetti-hide {
        display:none;
    }

    /* SOCIAL ICONS ANIMATION */
    img[data-attachment-id="4879"], img[data-attachment-id="4880"], img[data-attachment-id="4882"], img[data-attachment-id="4883"]  {
        -webkit-animation-name: spin;
        -webkit-animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 4000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 4000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        }
        @-ms-keyframes spin {
            from { -ms-transform: rotate(0deg); }
            to { -ms-transform: rotate(360deg); }
        }
        @-moz-keyframes spin {
            from { -moz-transform: rotate(0deg); }
            to { -moz-transform: rotate(360deg); }
        }
        @-webkit-keyframes spin {
            from { -webkit-transform: rotate(0deg); }
            to { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            from {
                transform:rotate(0deg);
            }
            to {
                transform:rotate(360deg);
            }
        }
    img[data-attachment-id="4879"]:hover, img[data-attachment-id="4880"]:hover, img[data-attachment-id="4882"]:hover, img[data-attachment-id="4883"]:hover  {
        animation-direction: reverse;
        transition: 0.8s;
    }

    li.kadence-blocks-gallery-item {
        opacity: .5;
        filter:blur(1px);
        transition: 0.2s;
        transition-timing-function: ease-in;

    }
    li.kadence-blocks-gallery-item:hover {
        filter:blur(0px);
        opacity: 1;
        scale: 1.1;
    }


    /*PLAYERS HIGHLIGHT */
    span.players-now-streaming {
        background:linear-gradient(rgba(238,232,9,0) 0%,rgba(238,232,9,0) 50%,rgba(242,203,86,.8) 51%,rgba(242,203,86,.9) 100%);
    }
    /*
    h2.players-now-streaming {
        background:linear-gradient(rgba(238,232,9,0) 0%,rgba(238,232,9,0) 50%,rgba(242,203,86,.6) 51%,rgba(242,203,86,.6) 100%);
    }
    */

    /* TAB-MOB SHOW1 */
    container.tab-mob-show1 {
        margin-top:-300px;
    }

    /* TV SECTION */
    div.tv-label {
        width:500px;
        scale:.75;
        height:500px;
        margin-top:85px;
        position:absolute;
        right:-102px;
        z-index: 0;
        margin-bottom: -550px;
        padding-top: 0px;
    }


    /* FILM SECTION */    
    div.filmvert {
        height:1500px;
        width: 1500px;
        position:absolute;
        margin-top:100px;
        padding-top:150px;
        z-index:0;
        /* margin-bottom:75px; */
    }
    div.filmvert h2 {
        /* text-orientation: vertical-rl; */
        font-size: 130px;
        writing-mode: vertical-rl;
        /* line-height: 80px; */
        font-weight: 800;
        font-style: italic;
        font-family: Jost;
        color: #fff;
        z-index:-10;
        /* margin-bottom: 30px; */
        margin-left:-55px;
        margin-top:75px;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }
    


    div.fodneon {
        width: 80em;
        height: 20em;
        background: url("https://funnyordie.com/wp-content/themes/kadence-child/img/fodneon-before.png") no-repeat;        
        background-size:cover;
        object-position: 100% 100%;
        /* padding-right: 100px; */
        opacity: .5;
        animation: glow 2s ease-in-out infinite alternate;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
    }
    /* div.fodneon:hover {
        width: 80em;
        height: 20em;
        background: url("https://funnyordie.com/wp-content/themes/kadence-child/img/fodneon-after.png") no-repeat;
        background-size:cover;
        object-position: 100% 100%;
        opacity: 1;
        animation: glow 2s ease-in-out infinite alternate;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
    } */
    @keyframes glow {
          from {
            opacity: .5;
        }
          to {
            opacity: 1;
          }
        } 
    @-webkit-keyframes glow {
          from {
            opacity: .5;
        }
          to {
            opacity: 1;
          }
        }


    @import url('../kadence/style.css');

    /* FONT IMPORTS */
    @import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=WindSong&display=swap');
    
    
    /* FOOTER SETTINGS */
    footer.site-footer-wrap {
        z-index: 20;
    }


    /* HEADER SETTINGS */
    div.site-header-row-container-inner {
        margin-bottom: -90px;
    }
    

    /* SHOW PAGE SETTINGS */
    div.jw-offer {
        padding: 25px;
    }
    
    div.kadence-column_0a77ac-41 {
        padding-top: 10px;
        padding-left: 250px;
        align-content: center;
    }
    
    div.hero {
        height: 650px;
    }
    
    div.hero h2 {
        position: absolute;
        bottom: 20px;
    }
    
    div.hero.showtemplatetitle {
        font-weight: 900;
        font-style: italic;
        font-family: Jost;
        position: absolute;
        bottom: 20px;
    }
    
    img[data-permalink="https://funnyordie.io/home/attachment/lines-bg-breaker"] {
        z-index: 0;
    }
    
    img[data-permalink="https://funnyordie.io/home/attachment/for_a_good_time/"] {
        margin-bottom: -200px;
        z-index: 15;
    }
    

    /* ENTRY SETTINGS */
    .pp-multiple-authors-wrapper {
    height:60px;
    }

    .pp-multiple-authors-layout-boxed ul li,
    .pp-multiple-authors-layout-centered ul li,
    .pp-multiple-authors-layout-simple_list ul li {
        min-height: 100px !important;
        border: none !important;
        padding: 0px 15px !important;
        display: inline-block !important;
    }
    
    .creators {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    header.search-archive-title {
        padding-top: 125px;
    }
    
    h1.search-title {
        color: #f2cc5d
    }

    h1.archive-title {
        font-size: 80px !important;
        font-weight: 900 !important;
        font-style: italic !important;
        font-family: Jost !important;
        padding-left: 0px !important;
        color: #f5e9c5 !important;
        line-height: 100% !important;
        position: absolute !important;
        bottom: -13px !important;
    }

    span.author_index_2,
    span.author_index_3,
    span.author_index_4,
    span.author_index_5,
    span.author_index_6,
    span.author_index_7,
    span.author_index_8,
    span.author_index_9 { 
        margin-left: 5px !important;
    }

    
article.post, article.type-post {
    padding-top: 100px;
    margin-top: -50px;
    z-index: 5;
}

div.article-post-thumbnail {
    padding-top: 100px;
    margin-bottom: -200px;
    z-index: 4;
}


.content-style-unboxed .kadence-thumbnail-position-behind:after {
	background: linear-gradient(0deg, #f1f0f0 5%, rgba(255,255,255,0.35) 30%, rgba(255,255,255,0) 50%) !important;
}
.site .post-thumbnail img {
object-position: 50% 0px !important;
}


a[href="https://funnyordie.io/category/source-wp-all-import/"] {
    display: none;
}

a[href="https://funnyordie.io/category/no-video/"] {
    display: none;
}

a[href="https://funnyordie.io/category/ugc/"] {
    display: none;
}

a[href="https://funnyordie.io/category/political_content/"] {
    display: none;
}

a[href="https://funnyordie.io/category/fod_family/"] {
    display: none;
}

a[href="https://funnyordie.io/category/revshareicp/"] {
    display: none;
}