/*
Theme Name: Katen Child
Template: katen
Theme URI: https://themeforest.net/user/themeger/portfolio
Author: ThemeGer
Author URI: https://themeger.shop
Description: Minimal Blog & Magazine WordPress Theme
Template Version: 1.0
License: GNU General Public License
License URI: https://themeforest.net/licenses
*/

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

h2.post-title {
    font-size: 1.25rem;
}

.post .category-badge {

    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
}

body.dark .elementor-97 .elementor-element.elementor-element-413673d .elementor-heading-title {
    color: white;
}

body:not(.home) #custom_html-4 {
    display: none;
}

section.page-header {
    background-color: #FAFAFA;
}

.page-header .breadcrumbs {
    font-weight: 600;
}

.page-header .breadcrumbs li {
    font-size: 16px;
}

#menu-menu-main {
	display: none;
}

.canvas-menu .vertical-menu li.current-menu-item a {
    color: black !important;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}