/*
Theme Name: Kicker Child
Template: kicker
Theme URI: http://kicker.axiomthemes.com/
Description: Kicker is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@1,300&family=Poppins:wght@400;700&display=swap');

a:hover, .tpg-el-main-wrapper .entry-title a:hover{
    color: #989898 !important;
}
.tpg-el-main-wrapper .entry-title a, .tpg-post-link{
    color: #000 !important;
}

.ue_post_blocks_image {
    display: flex !important;
    justify-content: flex-end;
}

/* Create the ::after pseudo-element */
.ue_post_blocks_image::after {
    content: "";
    display: inline-block;
    width: 150px;
    background-image: url('/wp-content/themes/kicker-child/imgs/Layer 14.svg');
    background-size: cover;
    max-width: 300px;
}

.post_title {
    font-size: 33px;
    font-weight: 300 !important;
    color: #000 !important;
    font-family: 'Noto Serif Display', serif;
    font-style: italic !important;
}
.stil {
   font-family: 'Noto Serif Display', sans-serif;
    text-transform: lowercase;
    font-style: italic;
    font-size: 19px;
}
#menu-item-19158:first-letter{ font-family: 'Noto Serif Display', sans-serif;
    text-transform: lowercase;
    font-style: italic;
    font-size: 19px;}


.featured_bg_wrapper .featured_bg {
    display: none;
}

.fa-arrow-right{
   margin-left: 10px;
}