/*
Theme Name: Petzorg Child
Description: Child Theme for petzorg Theme
Author: Maxim Mironov
Version: 1.0.2
Template: petzorg
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */
:root :where(a:where(:not(.wp-element-button))) {text-decoration:none}
:root, .row {--bs-gutter-x:0}

.team-style-default .team-inner .post-overlay-active .post-overlay-items {
    right: 15%;
}

.post-category a {
    color: black;
    background-color: white;
}

#site-content {
    overflow: hidden;
}

.stretched-link-wrap {
    position: relative;
    cursor: pointer
}

.stretched-link-wrap a,
.stretched-link-wrap button {
    position: relative;
    z-index: 3
}

.stretched-link-wrap .elementor-heading-title a {
    position: initial
}

.stretched-link-wrap .elementor-heading-title a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}