/*
Theme Name: Gowilds
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2023 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.2.3
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: gowilds

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

body.gowilds-child {
    position: relative;
    z-index: 0;
}

/* التدرج العمودي + الحواف البرتقالية */
body.gowilds-child::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* خلف كل النصوص والعناصر */
    pointer-events: none;

    background: linear-gradient(to bottom, #ffffff 0%, #0e82c2 100%), /* عمودي أبيض → أزرق */
                linear-gradient(to right, #fca809 0%, transparent 5%, transparent 95%, #fca809 100%); /* الحواف البرتقالية */
    background-blend-mode: overlay;
}

/* إزالة أي background صلب من الأقسام والعناصر */
body.gowilds-child .elementor-section,
body.gowilds-child .elementor-column,
body.gowilds-child .elementor-widget-wrap {
    background: transparent !important;
    position: relative;
    z-index: 1; /* فوق التدرج */
}

/* Header ثابت */
body.gowilds-child .elementor-sticky--active,
body.gowilds-child .header,
body.gowilds-child .fixed-header {
    background: transparent !important;
    z-index: 2;
}